Skip to content

Commit

Permalink
Bump to 1.0.3.a
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrupiano committed Oct 1, 2010
1 parent 29c7efb commit 2c916d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RELEASING
@@ -1,4 +1,5 @@
Update History.txt with relevant details
Manually edit .gemspec updating file list, version, and date.
Tag the new version (git tag -a vX.X.X)
Build and push the gem (gem build rack-rewrite.gemspec && gem push rack-rewrite-X.X.X.gem)
Build and push the gem (gem build rack-rewrite.gemspec && gem push rack-rewrite-X.X.X.gem)
Bump the gem version to the next dot release with a prerelease (1.1.1 --> 1.1.2.a)
2 changes: 1 addition & 1 deletion rack-rewrite.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{rack-rewrite}
s.version = "1.0.2"
s.version = "1.0.3.a"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["John Trupiano"]
Expand Down

0 comments on commit 2c916d9

Please sign in to comment.