Skip to content

Commit

Permalink
Bump version to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Jul 27, 2012
1 parent a7069c7 commit 919543e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_girl_rails (3.5.0)
factory_girl_rails (3.6.0)
factory_girl (~> 3.6.0)
railties (>= 3.0.0)

Expand Down
2 changes: 1 addition & 1 deletion factory_girl_rails.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{factory_girl_rails}
s.version = '3.5.0'
s.version = '3.6.0'
s.authors = ["Joe Ferris"]
s.email = %q{jferris@thoughtbot.com}
s.homepage = "http://github.com/thoughtbot/factory_girl_rails"
Expand Down

2 comments on commit 919543e

@khustochka
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This version was not pushed to rubygems.org?

@joshuaclayton
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@khustochka Whoops - forgot to push in the excitement of getting 3.6 released! I've pushed, so you should see it now. Thanks for catching this!

Please sign in to comment.