wysihat-engine.gemspec in wysihat-engine-0.1.0 vs wysihat-engine.gemspec in wysihat-engine-0.1.1
- old
+ new
@@ -3,11 +3,11 @@
# 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.0"
+ s.version = "0.1.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jeff Kreeftmeijer"]
s.date = %q{2009-10-03}
s.description = %q{A rails engine to allow users to use the WysiHat editors.}
@@ -58,24 +58,15 @@
"generators/wysihat/templates/images/text_underline.png",
"generators/wysihat/templates/images/tl.png",
"generators/wysihat/templates/images/tr.png",
"generators/wysihat/templates/javascripts/facebox.js",
"generators/wysihat/templates/javascripts/wysihat.js",
+ "generators/wysihat/templates/javascripts/wysihat_engine.js",
"generators/wysihat/templates/migrations/create_wysihat_files.rb",
"generators/wysihat/templates/stylesheets/facebox.css",
"generators/wysihat/templates/stylesheets/wysihat.css",
"generators/wysihat/wysihat_generator.rb",
"lib/wysihat-engine.rb",
- "vendor/plugins/responds_to_parent/MIT-LICENSE",
- "vendor/plugins/responds_to_parent/README",
- "vendor/plugins/responds_to_parent/Rakefile",
- "vendor/plugins/responds_to_parent/init.rb",
- "vendor/plugins/responds_to_parent/lib/parent_selector_assertion.rb",
- "vendor/plugins/responds_to_parent/lib/responds_to_parent.rb",
- "vendor/plugins/responds_to_parent/rails/init.rb",
- "vendor/plugins/responds_to_parent/responds-to-parent.gemspec",
- "vendor/plugins/responds_to_parent/test/assert_select_parent_test.rb",
- "vendor/plugins/responds_to_parent/test/responds_to_parent_test.rb",
"wysihat-engine.gemspec"
]
s.homepage = %q{http://www.80beans.com/2009/10/01/wysihat-engine/}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]