refinerycms-testing.gemspec in refinerycms-testing-0.9.9.20 vs refinerycms-testing.gemspec in refinerycms-testing-0.9.9.21

- old
+ new

@@ -1,21 +1,21 @@ # DO NOT EDIT THIS FILE DIRECTLY! Instead, use lib/gemspec.rb to generate it. Gem::Specification.new do |s| s.name = %q{refinerycms-testing} - s.version = %q{0.9.9.20} + s.version = %q{0.9.9.21} s.summary = %q{Testing plugin for Refinery CMS} s.description = %q{This plugin adds the ability to run cucumber and rspec against the RefineryCMS gem while inside a RefineryCMS project} - s.date = %q{2011-04-28} + s.date = %q{2011-05-03} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com} s.rubyforge_project = %q{refinerycms} s.authors = ['Philip Arndt'] s.license = %q{MIT} s.require_paths = %w(lib) s.executables = %w() - s.add_dependency 'refinerycms-core', '= 0.9.9.20' + s.add_dependency 'refinerycms-core', '= 0.9.9.21' # RSpec s.add_dependency 'rspec-rails', '~> 2.5' # Cucumber s.add_dependency 'capybara', '>= 0.4.1.1'