Skip to content

Commit

Permalink
tagged 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Jul 1, 2009
1 parent 35bd130 commit fd0de47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -13,7 +13,7 @@ require 'spec/rake/verify_rcov'
require 'cucumber/rake/task'

NAME = "carrierwave"
GEM_VERSION = "0.3.0"
GEM_VERSION = "0.3.1"
AUTHOR = "Jonas Nicklas"
EMAIL = "jonas.nicklas@gmail.com"
HOMEPAGE = "http://www.example.com"
Expand Down
4 changes: 2 additions & 2 deletions carrierwave.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{carrierwave}
s.version = "0.3.0"
s.version = "0.3.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jonas Nicklas"]
s.date = %q{2009-06-20}
s.date = %q{2009-07-01}
s.description = %q{Simple and powerful uploads for Merb and Rails}
s.email = %q{jonas.nicklas@gmail.com}
s.extra_rdoc_files = ["README.rdoc", "LICENSE", "TODO"]
Expand Down

0 comments on commit fd0de47

Please sign in to comment.