jelly.gemspec in jelly-0.6.5 vs jelly.gemspec in jelly-0.8.10
- old
+ new
@@ -1,17 +1,17 @@
# Generated by jeweler
-# DO NOT EDIT THIS FILE DIRECTLY
-# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
+# DO NOT EDIT THIS FILE
+# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{jelly}
- s.version = "0.6.5"
+ s.version = "0.8.10"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Pivotal Labs, Inc"]
- s.date = %q{2009-11-19}
+ s.date = %q{2010-01-20}
s.description = %q{Jelly provides a set of tools and conventions for creating rich ajax/javascript web applications with jQuery and Ruby on Rails.}
s.email = %q{opensource@pivotallabs.com}
s.extra_rdoc_files = [
"README.markdown"
]
@@ -24,11 +24,10 @@
"generators/jelly/USAGE",
"generators/jelly/jelly_generator.rb",
"generators/jelly/templates/javascripts/ajax_with_jelly.js",
"generators/jelly/templates/javascripts/jelly.js",
"generators/jelly/templates/javascripts/jquery/jquery-1.3.2.js",
- "generators/jelly/templates/javascripts/jquery/jquery.protify-0.3.js",
"install.rb",
"jelly.gemspec",
"lib/jelly.rb",
"lib/jelly/common.rb",
"lib/jelly/jelly_controller.rb",
@@ -40,12 +39,13 @@
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.summary = %q{a sweet unobtrusive javascript framework for jQuery and Rails}
s.test_files = [
- "spec/controllers/jelly_controller_spec.rb",
- "spec/helpers/jelly_helper_spec.rb",
+ "spec/jelly/common_spec.rb",
+ "spec/jelly/jelly_controller_spec.rb",
+ "spec/jelly/jelly_helper_spec.rb",
"spec/rails_root/app/controllers/application_controller.rb",
"spec/rails_root/app/helpers/application_helper.rb",
"spec/rails_root/config/boot.rb",
"spec/rails_root/config/environment.rb",
"spec/rails_root/config/environments/development.rb",
@@ -74,6 +74,5 @@
end
else
s.add_dependency(%q<rails>, [">= 2.3.0"])
end
end
-