Skip to content

Commit

Permalink
Version bump. Added .gitignore for pkg.
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalpickles committed Sep 30, 2008
1 parent ccc3a3a commit d858e74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pkg
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require 'rake/gempackagetask'

spec = Gem::Specification.new do |s|
s.name = "woulda"
s.version = "0.0.1"
s.version = "0.0.2"
s.summary = "woulda is a home for shoulda macros that don't belong in the main shoulda library"
s.homepage = "http://github.com/seanhussey/woulda"
s.rubyforge_project = "woulda"
Expand Down
2 changes: 1 addition & 1 deletion woulda.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{woulda}
s.version = "0.0.1"
s.version = "0.0.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Sean Hussey", "Josh Nichols"]
Expand Down

0 comments on commit d858e74

Please sign in to comment.