jquery_cheats.gemspec in jquery_cheats-2.1.0 vs jquery_cheats.gemspec in jquery_cheats-2.2.0

- old
+ new

@@ -1,14 +1,14 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "jquery_cheats" - s.version = "2.1.0" + s.version = "2.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["Travis Pessettto"] s.date = "2012-06-07" - s.description = "JQuery Asset Pipeline tricks" + s.description = "JQuery, JQPlot graphing, and other useful items for jquery." s.email = "travis@pessetto.com" s.extra_rdoc_files = ["README.md", "lib/jquery_cheats.rb"] s.files = Dir["{lib,app,vendor}/**/*"]+["README.md", "Rakefile", "Manifest", "jquery_cheats.gemspec"] s.homepage = "https://github.com/plowdawg/jquery_cheats" s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Jquery_cheats", "--main", "README.md"]