Skip to content

Commit

Permalink
Bump all version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skade committed Apr 14, 2012
1 parent d21335f commit 5b1dfd8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion eson-core/eson-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "eson-core"
s.version = "0.6.0" #Echolon::VERSION
s.version = "0.7.0" #Echolon::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Florian Gilcher"]
s.email = ["florian.gilcher@asquera.de"]
Expand Down
2 changes: 1 addition & 1 deletion eson-dsl/eson-dsl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "eson-dsl"
s.version = "0.6.0"
s.version = "0.7.0"
s.platform = Gem::Platform::RUBY
s.authors = ["Florian Gilcher"]
s.email = ["florian.gilcher@asquera.de"]
Expand Down
2 changes: 1 addition & 1 deletion eson-http/eson-http.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "eson-http"
s.version = "0.1.1" #Echolon::VERSION
s.version = "0.7.0" #Echolon::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Florian Gilcher"]
s.email = ["florian.gilcher@asquera.de"]
Expand Down
8 changes: 4 additions & 4 deletions eson/eson.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "eson"
s.version = "0.6.0" #Echolon::VERSION
s.version = "0.7.0" #Echolon::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Florian Gilcher"]
s.email = ["florian.gilcher@asquera.de"]
Expand All @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
#s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency "eson-core"
s.add_dependency "eson-http"
s.add_dependency "eson-dsl"
s.add_dependency "eson-core", "0.7.0"
s.add_dependency "eson-http", "0.7.0"
s.add_dependency "eson-dsl", "0.7.0"
end

0 comments on commit 5b1dfd8

Please sign in to comment.