Skip to content

Commit

Permalink
Merge branch 'release/0.20.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed Aug 27, 2015
2 parents 380075f + a43d08c commit 55d8d50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion celluloid_pubsub.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(/^(spec)/)
s.require_paths = ['lib']

s.add_runtime_dependency 'celluloid', '~> 0.16', '>= 0.16.0'
s.add_runtime_dependency 'celluloid', '~> 0.16', '~> 0.16.0'
s.add_runtime_dependency 'celluloid-io', '~> 0.16', '>= 0.16.2'
s.add_runtime_dependency 'reel', '~> 0.5', '>= 0.5.0'
s.add_runtime_dependency 'celluloid-websocket-client', '0.0.1'
Expand Down
2 changes: 1 addition & 1 deletion lib/celluloid_pubsub/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module VERSION
# minor release version
MINOR = 0
# tiny release version
TINY = 19
TINY = 20
# prelease version ( set this only if it is a prelease)
PRE = nil

Expand Down

0 comments on commit 55d8d50

Please sign in to comment.