# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "cacheable_flash" s.version = "0.2.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Peter H. Boling", "Brian Takita"] s.date = "2011-09-10" s.description = "This plugin enables greater levels of page caching by rendering flash\nmessages from a cookie using JavaScript, instead of in your Rails\nview template. Flash contents are converted to JSON and placed in\na cookie by an after_filter in a controller." s.email = "peter.boling@gmail.com" s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" ] s.files = [ ".document", "CHANGES", "Gemfile", "Gemfile.lock", "LICENSE.txt", "README.rdoc", "Rakefile", "VERSION", "cacheable_flash.gemspec", "init.rb", "install.rb", "lib/cacheable_flash.rb", "lib/cacheable_flash/rails/engine.rb", "lib/cacheable_flash/rails/railtie.rb", "lib/generators/cacheable_flash/install/install_generator.rb", "spec/cacheable_flash/cacheable_flash_spec.rb", "spec/cacheable_flash/install_spec.rb", "spec/cacheable_flash/test_helpers_spec.rb", "spec/js_unit/cookie_test.html", "spec/js_unit/flash_test.html", "spec/spec_helper.rb", "spec/support/test_helpers.rb", "tasks/cacheable_flash_tasks.rake", "vendor/assets/javascripts/flash.js", "vendor/assets/javascripts/jquery.cookie.js" ] s.homepage = "http://github.com/pboling/cacheable-flash" s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = "1.8.10" s.summary = "Render flash messages from a cookie using JavaScript, instead of in your Rails view template" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 0"]) s.add_runtime_dependency(%q, [">= 0"]) s.add_runtime_dependency(%q, [">= 0"]) s.add_development_dependency(%q, ["~> 2.3.0"]) s.add_development_dependency(%q, ["~> 0.6.0"]) s.add_development_dependency(%q, ["~> 1.0.0"]) s.add_development_dependency(%q, ["~> 1.6.4"]) s.add_development_dependency(%q, ["~> 1.2.8"]) s.add_development_dependency(%q, ["~> 2.1.0"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 2.3.0"]) s.add_dependency(%q, ["~> 0.6.0"]) s.add_dependency(%q, ["~> 1.0.0"]) s.add_dependency(%q, ["~> 1.6.4"]) s.add_dependency(%q, ["~> 1.2.8"]) s.add_dependency(%q, ["~> 2.1.0"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 2.3.0"]) s.add_dependency(%q, ["~> 0.6.0"]) s.add_dependency(%q, ["~> 1.0.0"]) s.add_dependency(%q, ["~> 1.6.4"]) s.add_dependency(%q, ["~> 1.2.8"]) s.add_dependency(%q, ["~> 2.1.0"]) end end