Skip to content

Commit

Permalink
Merge pull request #3 from shpung/develop
Browse files Browse the repository at this point in the history
Cut version 1.1.2
  • Loading branch information
Michael Sung authored May 26, 2017
2 parents 944da0a + 445e86c commit 77e5638
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Arcanus Changelog

## 1.1.2

* Update `tty` dependency to v0.2

## 1.1.1

* Remove subprocess require (bugfix)
Expand Down
2 changes: 1 addition & 1 deletion arcanus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.1'

s.add_dependency 'diffy', '~> 3.1'
s.add_dependency 'tty', '~> 0.2.0'
s.add_dependency 'tty', '~> 0.2'
end
2 changes: 1 addition & 1 deletion lib/arcanus/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Defines the gem version.
module Arcanus
VERSION = '1.1.1'.freeze
VERSION = '1.1.2'.freeze
end

0 comments on commit 77e5638

Please sign in to comment.