Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Oct 6, 2011
1 parent 91452a0 commit ab61229
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Original file line Diff line number Diff line change
@@ -1 +1 @@
0.2.0.beta12 0.2.0
7 changes: 4 additions & 3 deletions ruco.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{ruco} s.name = %q{ruco}
s.version = "0.2.0.beta12" s.version = "0.2.0"


s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Grosser"] s.authors = ["Michael Grosser"]
s.date = %q{2011-10-04} s.date = %q{2011-10-06}
s.default_executable = %q{ruco} s.default_executable = %q{ruco}
s.email = %q{michael@grosser.it} s.email = %q{michael@grosser.it}
s.executables = ["ruco"] s.executables = ["ruco"]
s.files = [ s.files = [
".travis.yml",
"Gemfile", "Gemfile",
"Gemfile.lock", "Gemfile.lock",
"Rakefile", "Rakefile",
Expand Down

0 comments on commit ab61229

Please sign in to comment.