--- !ruby/object:Gem::Specification name: rails-footnotes version: !ruby/object:Gem::Version hash: 11 prerelease: segments: - 3 - 7 - 8 version: 3.7.8 platform: ruby authors: - Roman V. Babenko - "Jos\xC3\xA9 Valim" - Keenan Brock - Duane Johnson autorequire: bindir: bin cert_chain: [] date: 2012-04-19 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: rails prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 7 segments: - 3 - 0 - 0 version: 3.0.0 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: rails prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 7 segments: - 3 - 0 - 0 version: 3.0.0 type: :development version_requirements: *id002 - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 43 segments: - 2 - 9 - 0 version: 2.9.0 type: :development version_requirements: *id003 description: Every Rails page has footnotes that gives information about your application and links back to your editor. email: - romanvbabenko@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec.example - .travis.yml - .watchr.example - CHANGELOG - Gemfile - Gemfile.lock - MIT-LICENSE - README.rdoc - Rakefile - lib/generators/rails_footnotes/install_generator.rb - lib/generators/templates/rails_footnotes - lib/generators/templates/rails_footnotes.rb - lib/rails-footnotes.rb - lib/rails-footnotes/abstract_note.rb - lib/rails-footnotes/after_filter.rb - lib/rails-footnotes/backtracer.rb - lib/rails-footnotes/before_filter.rb - lib/rails-footnotes/each_with_rescue.rb - lib/rails-footnotes/filter.rb - lib/rails-footnotes/footnotes.rb - lib/rails-footnotes/notes/all.rb - lib/rails-footnotes/notes/assigns_note.rb - lib/rails-footnotes/notes/controller_note.rb - lib/rails-footnotes/notes/cookies_note.rb - lib/rails-footnotes/notes/env_note.rb - lib/rails-footnotes/notes/files_note.rb - lib/rails-footnotes/notes/filters_note.rb - lib/rails-footnotes/notes/general_note.rb - lib/rails-footnotes/notes/javascripts_note.rb - lib/rails-footnotes/notes/layout_note.rb - lib/rails-footnotes/notes/log_note.rb - lib/rails-footnotes/notes/params_note.rb - lib/rails-footnotes/notes/partials_note.rb - lib/rails-footnotes/notes/queries_note.rb - lib/rails-footnotes/notes/routes_note.rb - lib/rails-footnotes/notes/session_note.rb - lib/rails-footnotes/notes/stylesheets_note.rb - lib/rails-footnotes/notes/view_note.rb - lib/rails-footnotes/version.rb - rails-footnotes.gemspec - spec/abstract_note_spec.rb - spec/footnotes_spec.rb - spec/notes/assigns_note_spec.rb - spec/notes/controller_note_spec.rb - spec/notes/files_note_spec.rb - spec/notes/javascripts_note_spec.rb - spec/notes/partials_notes_spec.rb - spec/notes/stylesheets_note_spec.rb - spec/spec_helper.rb homepage: http://github.com/josevalim/rails-footnotes licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rails-footnotes rubygems_version: 1.8.17 signing_key: specification_version: 3 summary: Every Rails page has footnotes that gives information about your application and links back to your editor. test_files: - spec/abstract_note_spec.rb - spec/footnotes_spec.rb - spec/notes/assigns_note_spec.rb - spec/notes/controller_note_spec.rb - spec/notes/files_note_spec.rb - spec/notes/javascripts_note_spec.rb - spec/notes/partials_notes_spec.rb - spec/notes/stylesheets_note_spec.rb - spec/spec_helper.rb