Skip to content

Commit

Permalink
Working on 1.0.0.beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalle committed Sep 5, 2010
1 parent 77cbb3b commit 5ac538d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steak.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require "date"

Gem::Specification.new do |gem|
gem.name = 'steak'
gem.version = '0.4.0.beta.1'
gem.version = '1.0.0.beta.1'
gem.date = Date.today.to_s

gem.summary = "Minimalist acceptance testing on top of RSpec"
Expand All @@ -16,5 +16,5 @@ Gem::Specification.new do |gem|
gem.files = Dir['init.rb', 'MIT-LICENSE', 'Rakefile', 'README*', 'LICENSE*',
'{lib,spec}/**/*'] & `git ls-files -z`.split("\0")

gem.add_dependency('rspec-core', '>= 2.0.0.beta.19')
gem.add_dependency('rspec')
end

0 comments on commit 5ac538d

Please sign in to comment.