refinerycms-testing.gemspec in refinerycms-testing-2.0.8 vs refinerycms-testing.gemspec in refinerycms-testing-2.0.9

- old
+ new

@@ -7,14 +7,14 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = %q{refinerycms-testing} s.version = version s.summary = %q{Testing plugin for Refinery CMS} - s.description = %q{This plugin adds the ability to run cucumber and rspec against the Refinery CMS gem while inside a Refinery CMS project} + s.description = %q{This plugin adds the ability to run rspec against the Refinery CMS gem while inside a Refinery CMS project} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com} s.rubyforge_project = %q{refinerycms} - s.authors = ['Philip Arndt'] + s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski'] s.license = %q{MIT} s.require_paths = %w(lib) s.files = `git ls-files`.split("\n")