Skip to content

Commit

Permalink
Release version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyatom committed Nov 21, 2010
1 parent a700948 commit bfcbf23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -20,7 +20,7 @@ spec = Gem::Specification.new do |s|

# Change these as appropriate
s.name = "gem-this"
s.version = "0.3.4"
s.version = "0.3.5"
s.summary = "Make existing code into a gem, without any fuss."
s.author = "James Adam"
s.email = "james@lazyatom.com"
Expand Down
4 changes: 2 additions & 2 deletions gem-this.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{gem-this}
s.version = "0.3.4"
s.version = "0.3.5"

s.required_rubygems_version = Gem::Requirement.new(">= 1.3") if s.respond_to? :required_rubygems_version=
s.authors = ["James Adam"]
s.date = %q{2010-11-19}
s.date = %q{2010-11-21}
s.default_executable = %q{gem-this}
s.email = %q{james@lazyatom.com}
s.executables = ["gem-this"]
Expand Down

0 comments on commit bfcbf23

Please sign in to comment.