Skip to content

Commit

Permalink
Bump version to 0.6.4
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
laserlemon committed May 1, 2013
1 parent 4655694 commit fe1d214
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions figaro.gemspec
Expand Up @@ -2,10 +2,10 @@

Gem::Specification.new do |gem|
gem.name = "figaro"
gem.version = "0.6.3"
gem.version = "0.6.4"

gem.authors = ["Steve Richert"]
gem.email = ["steve.richert@gmail.com"]
gem.author = "Steve Richert"
gem.email = "steve.richert@gmail.com"
gem.summary = "Simple Rails app configuration"
gem.description = "Simple, Heroku-friendly Rails app configuration using ENV and a single YAML file"
gem.homepage = "https://github.com/laserlemon/figaro"
Expand Down

0 comments on commit fe1d214

Please sign in to comment.