wysihat-engine.gemspec in wysihat-engine-0.1.4 vs wysihat-engine.gemspec in wysihat-engine-0.1.5

- old
+ new

@@ -3,25 +3,25 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{wysihat-engine} - s.version = "0.1.4" + s.version = "0.1.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Jeff Kreeftmeijer"] - s.date = %q{2009-10-05} - s.description = %q{A rails engine to allow users to use the WysiHat editors.} + s.date = %q{2009-10-12} + s.description = %q{A Rails engine to help integrate the 37signals WyshiHat rich text editor to your application.} s.email = %q{jeff@80beans.com} s.extra_rdoc_files = [ - "README.rdoc" + "README.textile" ] s.files = [ ".gitignore", "CHANGELOG", "MIT-LICENSE", - "README.rdoc", + "README.textile", "Rakefile", "TODO", "VERSION", "app/controllers/wysihat_files_controller.rb", "app/helpers/wysihat_files_helper.rb", @@ -75,23 +75,23 @@ ] s.homepage = %q{http://www.80beans.com/2009/10/01/wysihat-engine/} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} - s.summary = %q{A rails engine to allow users to use the WysiHat editors.} + s.summary = %q{A Rails engine to help integrate the 37signals WyshiHat rich text editor to your application.} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then - s.add_development_dependency(%q<yui-compressor>, [">= 0"]) - s.add_runtime_dependency(%q<thoughtbot-paperclip>, [">= 0"]) + s.add_development_dependency(%q<yui-compressor>, [">= 0.9.1"]) + s.add_runtime_dependency(%q<thoughtbot-paperclip>, [">= 2.3.1"]) else - s.add_dependency(%q<yui-compressor>, [">= 0"]) - s.add_dependency(%q<thoughtbot-paperclip>, [">= 0"]) + s.add_dependency(%q<yui-compressor>, [">= 0.9.1"]) + s.add_dependency(%q<thoughtbot-paperclip>, [">= 2.3.1"]) end else - s.add_dependency(%q<yui-compressor>, [">= 0"]) - s.add_dependency(%q<thoughtbot-paperclip>, [">= 0"]) + s.add_dependency(%q<yui-compressor>, [">= 0.9.1"]) + s.add_dependency(%q<thoughtbot-paperclip>, [">= 2.3.1"]) end end