--- !ruby/object:Gem::Specification
name: rails-footnotes
version: !ruby/object:Gem::Version
  version: 4.0.0
  prerelease: 
platform: ruby
authors:
- Roman V. Babenko
- José Valim
- Keenan Brock
- Duane Johnson
- Adrien Siami
autorequire: 
bindir: bin
cert_chain: []
date: 2014-03-23 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rails
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '3.2'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '3.2'
- !ruby/object:Gem::Dependency
  name: rspec-rails
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: capybara
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
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
- CHANGELOG
- Gemfile
- Gemfile.lock
- MIT-LICENSE
- README.rdoc
- Rakefile
- gemfiles/Gemfile.rails-3.2.x
- gemfiles/Gemfile.rails-4.0.x
- gemfiles/Gemfile.rails-4.1.x
- gemfiles/Gemfile.rails-edge
- lib/generators/rails_footnotes/install_generator.rb
- lib/generators/templates/rails_footnotes.rb
- lib/rails-footnotes.rb
- lib/rails-footnotes/abstract_note.rb
- lib/rails-footnotes/each_with_rescue.rb
- lib/rails-footnotes/extension.rb
- lib/rails-footnotes/filter.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/javascripts_note.rb
- lib/rails-footnotes/notes/layout_note.rb
- lib/rails-footnotes/notes/log_note.rb
- lib/rails-footnotes/notes/log_note/note_logger.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/controllers/footnotes_controller_spec.rb
- spec/controllers/log_note_controller_spec.rb
- spec/controllers/partials_note_controller_spec.rb
- spec/fixtures/html_download.html
- 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/stylesheets_note_spec.rb
- spec/spec_helper.rb
- spec/views/partials/_foo.html.erb
- spec/views/partials/index.html.erb
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
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: rails-footnotes
rubygems_version: 1.8.23
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/controllers/footnotes_controller_spec.rb
- spec/controllers/log_note_controller_spec.rb
- spec/controllers/partials_note_controller_spec.rb
- spec/fixtures/html_download.html
- 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/stylesheets_note_spec.rb
- spec/spec_helper.rb
- spec/views/partials/_foo.html.erb
- spec/views/partials/index.html.erb