Skip to content

Commit

Permalink
bumped to version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Brüll committed May 5, 2010
1 parent 052254a commit 6868d74
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Rakefile
Expand Up @@ -9,8 +9,8 @@ task :default => :spec

specification = Gem::Specification.new do |specification|
specification.name = "couchmodel"
specification.version = "0.1.0"
specification.date = "2010-03-31"
specification.version = "0.1.1"
specification.date = "2010-05-05"

specification.authors = [ "Philipp Bruell" ]
specification.email = "b.phifty@gmail.com"
Expand All @@ -26,6 +26,8 @@ specification = Gem::Specification.new do |specification|
specification.require_path = "lib"

specification.test_files = Dir["spec/**/*_spec.rb"]

specification.add_development_dependency "rspec"
end

Rake::GemPackageTask.new(specification) do |package|
Expand Down

0 comments on commit 6868d74

Please sign in to comment.