# -*- encoding: utf-8 -*- # stub: rails-footnotes 4.1.5 ruby lib Gem::Specification.new do |s| s.name = "rails-footnotes".freeze s.version = "4.1.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Roman V. Babenko".freeze, "Jos\u00E9 Valim".freeze, "Keenan Brock".freeze, "Duane Johnson".freeze, "Adrien Siami".freeze] s.date = "2015-02-04" s.description = "Every Rails page has footnotes that gives information about your application and links back to your editor.".freeze s.email = ["romanvbabenko@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec.example".freeze, ".travis.yml".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "gemfiles/Gemfile.rails-3.2.x".freeze, "gemfiles/Gemfile.rails-4.0.x".freeze, "gemfiles/Gemfile.rails-4.1.x".freeze, "gemfiles/Gemfile.rails-4.2.x".freeze, "gemfiles/Gemfile.rails-edge".freeze, "lib/generators/rails_footnotes/install_generator.rb".freeze, "lib/generators/templates/rails_footnotes.rb".freeze, "lib/rails-footnotes.rb".freeze, "lib/rails-footnotes/abstract_note.rb".freeze, "lib/rails-footnotes/each_with_rescue.rb".freeze, "lib/rails-footnotes/extension.rb".freeze, "lib/rails-footnotes/filter.rb".freeze, "lib/rails-footnotes/notes/all.rb".freeze, "lib/rails-footnotes/notes/assigns_note.rb".freeze, "lib/rails-footnotes/notes/controller_note.rb".freeze, "lib/rails-footnotes/notes/cookies_note.rb".freeze, "lib/rails-footnotes/notes/env_note.rb".freeze, "lib/rails-footnotes/notes/files_note.rb".freeze, "lib/rails-footnotes/notes/filters_note.rb".freeze, "lib/rails-footnotes/notes/javascripts_note.rb".freeze, "lib/rails-footnotes/notes/layout_note.rb".freeze, "lib/rails-footnotes/notes/log_note.rb".freeze, "lib/rails-footnotes/notes/log_note/note_logger.rb".freeze, "lib/rails-footnotes/notes/params_note.rb".freeze, "lib/rails-footnotes/notes/partials_note.rb".freeze, "lib/rails-footnotes/notes/queries_note.rb".freeze, "lib/rails-footnotes/notes/routes_note.rb".freeze, "lib/rails-footnotes/notes/session_note.rb".freeze, "lib/rails-footnotes/notes/stylesheets_note.rb".freeze, "lib/rails-footnotes/notes/view_note.rb".freeze, "lib/rails-footnotes/version.rb".freeze, "rails-footnotes.gemspec".freeze, "spec/abstract_note_spec.rb".freeze, "spec/controllers/footnotes_controller_spec.rb".freeze, "spec/controllers/log_note_controller_spec.rb".freeze, "spec/controllers/partials_note_controller_spec.rb".freeze, "spec/env_note_spec.rb".freeze, "spec/fixtures/html_download.html".freeze, "spec/footnotes_spec.rb".freeze, "spec/notes/assigns_note_spec.rb".freeze, "spec/notes/controller_note_spec.rb".freeze, "spec/notes/files_note_spec.rb".freeze, "spec/notes/javascripts_note_spec.rb".freeze, "spec/notes/stylesheets_note_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/views/partials/_foo.html.erb".freeze, "spec/views/partials/index.html.erb".freeze] s.homepage = "http://github.com/josevalim/rails-footnotes".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Every Rails page has footnotes that gives information about your application and links back to your editor.".freeze s.test_files = ["spec/abstract_note_spec.rb".freeze, "spec/controllers/footnotes_controller_spec.rb".freeze, "spec/controllers/log_note_controller_spec.rb".freeze, "spec/controllers/partials_note_controller_spec.rb".freeze, "spec/env_note_spec.rb".freeze, "spec/fixtures/html_download.html".freeze, "spec/footnotes_spec.rb".freeze, "spec/notes/assigns_note_spec.rb".freeze, "spec/notes/controller_note_spec.rb".freeze, "spec/notes/files_note_spec.rb".freeze, "spec/notes/javascripts_note_spec.rb".freeze, "spec/notes/stylesheets_note_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/views/partials/_foo.html.erb".freeze, "spec/views/partials/index.html.erb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.14.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end