refinerycms-testing.gemspec in refinerycms-testing-0.9.9.17 vs refinerycms-testing.gemspec in refinerycms-testing-0.9.9.18

- old
+ new

@@ -1,22 +1,22 @@ # 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.17} + s.version = %q{0.9.9.18} 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-15} + s.date = %q{2011-04-16} 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.17' + s.add_dependency 'refinerycms-core', '= 0.9.9.18' # RSpec s.add_dependency 'rspec-rails', '~> 2.5' # Cucumber s.add_dependency 'capybara', '>= 0.4.1.1' @@ -38,11 +38,9 @@ s.files = [ '.rspec', 'config', 'config/cucumber.yml', - 'config/initializers', - 'config/initializers/accessible_attributes.rb', 'features', 'features/step_definitions', 'features/step_definitions/web_steps.rb', 'features/support', 'features/support/env.rb',