Skip to content

Commit

Permalink
Bump gem versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyoho committed Aug 20, 2011
1 parent e6821fb commit ba59b26
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions rong-client/rong-client.gemspec
@@ -1,4 +1,4 @@
version = '0.2.3'
version = '0.2.4'

Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
Expand All @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.homepage = 'http://github.com/mattyoho/rong'

s.add_runtime_dependency('gosu', '~> 0.7.28')
s.add_runtime_dependency('rong-elements', '~> 0.2.1')
s.add_runtime_dependency('rong-elements', '~> 0.2.2')

s.add_development_dependency('rspec', '~> 2.6.0')
s.add_development_dependency('guard', '~> 0.6.1')
Expand Down
2 changes: 1 addition & 1 deletion rong-elements/rong-elements.gemspec
@@ -1,4 +1,4 @@
version = '0.2.1'
version = '0.2.2'

Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
Expand Down
4 changes: 2 additions & 2 deletions rong-server/rong-server.gemspec
@@ -1,4 +1,4 @@
version = '0.2.1'
version = '0.2.2'

Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
Expand All @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.email = 'mby@mattyoho.com'
s.homepage = 'http://github.com/mattyoho/rong'

s.add_runtime_dependency('rong-elements', version)
s.add_runtime_dependency('rong-elements', '~> 0.2.2')

s.add_development_dependency('rspec', '~> 2.6.0')
s.add_development_dependency('guard', '~> 0.6.1')
Expand Down
6 changes: 3 additions & 3 deletions rong.gemspec
@@ -1,4 +1,4 @@
version = '0.2.3'
version = '0.2.5'

Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
Expand All @@ -15,6 +15,6 @@ Gem::Specification.new do |s|
s.homepage = 'http://github.com/mattyoho/rong'

s.add_runtime_dependency('rong-server', '~> 0.2.1')
s.add_runtime_dependency('rong-elements', '~> 0.2.1')
s.add_runtime_dependency('rong-client', '~> 0.2.3')
s.add_runtime_dependency('rong-elements', '~> 0.2.2')
s.add_runtime_dependency('rong-client', '~> 0.2.4')
end

0 comments on commit ba59b26

Please sign in to comment.