Skip to content

Commit

Permalink
Bump to version 0.3.4
Browse files Browse the repository at this point in the history
Includes:

- `rake appraisal:cleanup` to cleanup generated gemfiles in `gemfiles/`
- Do not store an absolute path to gemspec, as that may leak the absolute path.
  • Loading branch information
sikachu committed May 30, 2011
1 parent fda896d commit 54158c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
appraisal (0.3.3)
appraisal (0.3.4)
aruba (~> 0.3.6)
bundler
rake
Expand Down
2 changes: 1 addition & 1 deletion appraisal.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{appraisal}
s.version = '0.3.3'
s.version = '0.3.4'
s.summary = %q{Find out what your Ruby gems are worth}
s.description = %q{Appraisal integrates with bundler and rake to test your library against different versions of dependencies in repeatable scenarios called "appraisals."}

Expand Down

0 comments on commit 54158c7

Please sign in to comment.