diff --git a/support/collins-shell/Rakefile b/support/collins-shell/Rakefile index 4d29fd5be..b93883570 100644 --- a/support/collins-shell/Rakefile +++ b/support/collins-shell/Rakefile @@ -23,7 +23,7 @@ jeweler = Jeweler::Tasks.new do |gem| gem.files.exclude "spec/**/*" gem.files.exclude '.gitignore' gem.files.exclude '.rspec' - gem.add_runtime_dependency 'collins_client', '~> 0.2.9' + gem.add_runtime_dependency 'collins_client', '~> 0.2.10' gem.add_runtime_dependency 'highline', '~> 1.6.15' gem.add_runtime_dependency 'mustache', '~> 0.99.4' gem.add_runtime_dependency 'pry', '~> 0.9.9.6' diff --git a/support/collins-shell/collins_shell.gemspec b/support/collins-shell/collins_shell.gemspec index c9b363a4b..aa3416ee7 100644 --- a/support/collins-shell/collins_shell.gemspec +++ b/support/collins-shell/collins_shell.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = "collins_shell" - s.version = "0.2.19" + s.version = File.read 'VERSION' s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Blake Matheny"] diff --git a/support/ruby/collins-client/.rvmrc b/support/ruby/collins-client/.rvmrc deleted file mode 100644 index af147d120..000000000 --- a/support/ruby/collins-client/.rvmrc +++ /dev/null @@ -1 +0,0 @@ -rvm use ruby-1.9.2 diff --git a/support/ruby/collins-client/collins_client.gemspec b/support/ruby/collins-client/collins_client.gemspec index 04351171e..d0aa45d64 100644 --- a/support/ruby/collins-client/collins_client.gemspec +++ b/support/ruby/collins-client/collins_client.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = "collins_client" - s.version = "0.2.10" + s.version = File.read 'VERSION' s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Blake Matheny"] diff --git a/support/ruby/collins-notify/.rvmrc b/support/ruby/collins-notify/.rvmrc deleted file mode 100644 index af147d120..000000000 --- a/support/ruby/collins-notify/.rvmrc +++ /dev/null @@ -1 +0,0 @@ -rvm use ruby-1.9.2 diff --git a/support/ruby/collins-notify/collins_notify.gemspec b/support/ruby/collins-notify/collins_notify.gemspec index e33ffc1c7..b13cf0020 100644 --- a/support/ruby/collins-notify/collins_notify.gemspec +++ b/support/ruby/collins-notify/collins_notify.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = "collins_notify" - s.version = "0.0.4" + s.version = File.read 'VERSION' s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Blake Matheny"] diff --git a/support/ruby/collins-state/.rvmrc b/support/ruby/collins-state/.rvmrc deleted file mode 100644 index 0e7a218dd..000000000 --- a/support/ruby/collins-state/.rvmrc +++ /dev/null @@ -1 +0,0 @@ -rvm use ruby-1.9.3 diff --git a/support/ruby/collins-state/VERSION b/support/ruby/collins-state/VERSION index f8112ebd4..f2722b133 100644 --- a/support/ruby/collins-state/VERSION +++ b/support/ruby/collins-state/VERSION @@ -1 +1 @@ -0.2.11 \ No newline at end of file +0.2.12 diff --git a/support/ruby/collins-state/collins_state.gemspec b/support/ruby/collins-state/collins_state.gemspec index dba03cfc1..717828c4c 100644 --- a/support/ruby/collins-state/collins_state.gemspec +++ b/support/ruby/collins-state/collins_state.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = "collins_state" - s.version = "0.2.12" + s.version = File.read 'VERSION' s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Blake Matheny"]