diff --git a/vendor/gems/josevalim-inherited_resources-0.9.1/.specification b/vendor/gems/josevalim-inherited_resources-0.9.1/.specification new file mode 100644 index 0000000..923b42a --- /dev/null +++ b/vendor/gems/josevalim-inherited_resources-0.9.1/.specification @@ -0,0 +1,106 @@ +--- !ruby/object:Gem::Specification +name: josevalim-inherited_resources +version: !ruby/object:Gem::Version + version: 0.9.1 +platform: ruby +authors: +- "Jos\xC3\xA9 Valim" +autorequire: +bindir: bin +cert_chain: [] + +date: 2009-09-01 00:00:00 -04:00 +default_executable: +dependencies: [] + +description: Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important. +email: jose.valim@gmail.com +executables: [] + +extensions: [] + +extra_rdoc_files: +- README.rdoc +files: +- CHANGELOG +- MIT-LICENSE +- README.rdoc +- Rakefile +- VERSION +- lib/inherited_resources.rb +- lib/inherited_resources/actions.rb +- lib/inherited_resources/base.rb +- lib/inherited_resources/base_helpers.rb +- lib/inherited_resources/belongs_to_helpers.rb +- lib/inherited_resources/class_methods.rb +- lib/inherited_resources/dsl.rb +- lib/inherited_resources/dumb_responder.rb +- lib/inherited_resources/has_scope_helpers.rb +- lib/inherited_resources/legacy/respond_to.rb +- lib/inherited_resources/legacy/responder.rb +- lib/inherited_resources/polymorphic_helpers.rb +- lib/inherited_resources/singleton_helpers.rb +- lib/inherited_resources/url_helpers.rb +- test/respond_to_test.rb +- test/customized_belongs_to_test.rb +- test/nested_belongs_to_test.rb +- test/base_test.rb +- test/redirect_to_test.rb +- test/has_scope_test.rb +- test/class_methods_test.rb +- test/association_chain_test.rb +- test/aliases_test.rb +- test/flash_test.rb +- test/url_helpers_test.rb +- test/belongs_to_test.rb +- test/polymorphic_test.rb +- test/defaults_test.rb +- test/singleton_test.rb +- test/optional_belongs_to_test.rb +- test/test_helper.rb +has_rdoc: false +homepage: http://github.com/josevalim/inherited_resources +licenses: [] + +post_install_message: +rdoc_options: +- --charset=UTF-8 +require_paths: +- lib +required_ruby_version: !ruby/object:Gem::Requirement + requirements: + - - ">=" + - !ruby/object:Gem::Version + version: "0" + version: +required_rubygems_version: !ruby/object:Gem::Requirement + requirements: + - - ">=" + - !ruby/object:Gem::Version + version: "0" + version: +requirements: [] + +rubyforge_project: inherited_resources +rubygems_version: 1.3.4 +signing_key: +specification_version: 3 +summary: Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important. +test_files: +- test/respond_to_test.rb +- test/customized_belongs_to_test.rb +- test/nested_belongs_to_test.rb +- test/base_test.rb +- test/redirect_to_test.rb +- test/has_scope_test.rb +- test/class_methods_test.rb +- test/association_chain_test.rb +- test/aliases_test.rb +- test/flash_test.rb +- test/url_helpers_test.rb +- test/belongs_to_test.rb +- test/polymorphic_test.rb +- test/defaults_test.rb +- test/singleton_test.rb +- test/optional_belongs_to_test.rb +- test/test_helper.rb diff --git a/vendor/gems/justinfrench-formtastic-0.2.2/.specification b/vendor/gems/justinfrench-formtastic-0.2.2/.specification new file mode 100644 index 0000000..59e3102 --- /dev/null +++ b/vendor/gems/justinfrench-formtastic-0.2.2/.specification @@ -0,0 +1,67 @@ +--- !ruby/object:Gem::Specification +name: justinfrench-formtastic +version: !ruby/object:Gem::Version + version: 0.2.2 +platform: ruby +authors: +- Justin French +autorequire: formtastic +bindir: bin +cert_chain: [] + +date: 2009-08-30 00:00:00 -04:00 +default_executable: +dependencies: [] + +description: A Rails form builder plugin/gem with semantically rich and accessible markup +email: justin@indent.com.au +executables: [] + +extensions: [] + +extra_rdoc_files: +- README.textile +files: +- MIT-LICENSE +- README.textile +- Rakefile +- generators/formtastic_stylesheets/formtastic_stylesheets_generator.rb +- generators/formtastic_stylesheets/templates/formtastic.css +- generators/formtastic_stylesheets/templates/formtastic_changes.css +- lib/formtastic.rb +- lib/justin_french/formtastic.rb +- lib/locale/en.yml +- rails/init.rb +- spec/formtastic_spec.rb +- spec/test_helper.rb +has_rdoc: false +homepage: http://github.com/justinfrench/formtastic/tree/master +licenses: [] + +post_install_message: +rdoc_options: +- --charset=UTF-8 +require_paths: +- lib +required_ruby_version: !ruby/object:Gem::Requirement + requirements: + - - ">=" + - !ruby/object:Gem::Version + version: "0" + version: +required_rubygems_version: !ruby/object:Gem::Requirement + requirements: + - - ">=" + - !ruby/object:Gem::Version + version: "0" + version: +requirements: [] + +rubyforge_project: +rubygems_version: 1.3.4 +signing_key: +specification_version: 3 +summary: A Rails form builder plugin/gem with semantically rich and accessible markup +test_files: +- spec/formtastic_spec.rb +- spec/test_helper.rb diff --git a/vendor/gems/thoughtbot-clearance-0.8.2/.specification b/vendor/gems/thoughtbot-clearance-0.8.2/.specification new file mode 100644 index 0000000..936158f --- /dev/null +++ b/vendor/gems/thoughtbot-clearance-0.8.2/.specification @@ -0,0 +1,145 @@ +--- !ruby/object:Gem::Specification +name: thoughtbot-clearance +version: !ruby/object:Gem::Version + version: 0.8.2 +platform: ruby +authors: +- Dan Croak +- Mike Burns +- Jason Morrison +- Joe Ferris +- Eugene Bolshakov +- Nick Quaranto +- Josh Nichols +- Mike Breen +- "Marcel G\xC3\xB6rner" +- Bence Nagy +- Ben Mabey +- Eloy Duran +- Tim Pope +- Mihai Anca +- Mark Cornick +- Shay Arnett +autorequire: +bindir: bin +cert_chain: [] + +date: 2009-09-01 00:00:00 -04:00 +default_executable: +dependencies: [] + +description: Rails authentication with email & password. +email: support@thoughtbot.com +executables: [] + +extensions: [] + +extra_rdoc_files: [] + +files: +- CHANGELOG.textile +- LICENSE +- Rakefile +- README.textile +- TODO.textile +- app/controllers +- app/controllers/clearance +- app/controllers/clearance/confirmations_controller.rb +- app/controllers/clearance/passwords_controller.rb +- app/controllers/clearance/sessions_controller.rb +- app/controllers/clearance/users_controller.rb +- app/models +- app/models/clearance_mailer.rb +- app/views +- app/views/clearance_mailer +- app/views/clearance_mailer/change_password.html.erb +- app/views/clearance_mailer/confirmation.html.erb +- app/views/passwords +- app/views/passwords/edit.html.erb +- app/views/passwords/new.html.erb +- app/views/sessions +- app/views/sessions/new.html.erb +- app/views/users +- app/views/users/_form.html.erb +- app/views/users/new.html.erb +- config/clearance_routes.rb +- generators/clearance +- generators/clearance/clearance_generator.rb +- generators/clearance/lib +- generators/clearance/lib/insert_commands.rb +- generators/clearance/lib/rake_commands.rb +- generators/clearance/templates +- generators/clearance/templates/factories.rb +- generators/clearance/templates/migrations +- generators/clearance/templates/migrations/create_users.rb +- generators/clearance/templates/migrations/update_users.rb +- generators/clearance/templates/README +- generators/clearance/templates/user.rb +- generators/clearance/USAGE +- generators/clearance_features +- generators/clearance_features/clearance_features_generator.rb +- generators/clearance_features/templates +- generators/clearance_features/templates/features +- generators/clearance_features/templates/features/password_reset.feature +- generators/clearance_features/templates/features/sign_in.feature +- generators/clearance_features/templates/features/sign_out.feature +- generators/clearance_features/templates/features/sign_up.feature +- generators/clearance_features/templates/features/step_definitions +- generators/clearance_features/templates/features/step_definitions/clearance_steps.rb +- generators/clearance_features/templates/features/step_definitions/factory_girl_steps.rb +- generators/clearance_features/templates/features/support +- generators/clearance_features/templates/features/support/paths.rb +- generators/clearance_features/USAGE +- generators/clearance_views +- generators/clearance_views/clearance_views_generator.rb +- generators/clearance_views/templates +- generators/clearance_views/templates/formtastic +- generators/clearance_views/templates/formtastic/passwords +- generators/clearance_views/templates/formtastic/passwords/edit.html.erb +- generators/clearance_views/templates/formtastic/passwords/new.html.erb +- generators/clearance_views/templates/formtastic/sessions +- generators/clearance_views/templates/formtastic/sessions/new.html.erb +- generators/clearance_views/templates/formtastic/users +- generators/clearance_views/templates/formtastic/users/_inputs.html.erb +- generators/clearance_views/templates/formtastic/users/new.html.erb +- generators/clearance_views/USAGE +- lib/clearance +- lib/clearance/authentication.rb +- lib/clearance/extensions +- lib/clearance/extensions/errors.rb +- lib/clearance/extensions/rescue.rb +- lib/clearance/extensions/routes.rb +- lib/clearance/user.rb +- lib/clearance.rb +- shoulda_macros/clearance.rb +- rails/init.rb +has_rdoc: true +homepage: http://github.com/thoughtbot/clearance +licenses: [] + +post_install_message: +rdoc_options: [] + +require_paths: +- lib +required_ruby_version: !ruby/object:Gem::Requirement + requirements: + - - ">=" + - !ruby/object:Gem::Version + version: "0" + version: +required_rubygems_version: !ruby/object:Gem::Requirement + requirements: + - - ">=" + - !ruby/object:Gem::Version + version: "0" + version: +requirements: [] + +rubyforge_project: +rubygems_version: 1.3.4 +signing_key: +specification_version: 3 +summary: Rails authentication with email & password. +test_files: [] + diff --git a/vendor/gems/thoughtbot-paperclip-2.3.1/.specification b/vendor/gems/thoughtbot-paperclip-2.3.1/.specification new file mode 100644 index 0000000..20f0847 --- /dev/null +++ b/vendor/gems/thoughtbot-paperclip-2.3.1/.specification @@ -0,0 +1,126 @@ +--- !ruby/object:Gem::Specification +name: thoughtbot-paperclip +version: !ruby/object:Gem::Version + version: 2.3.1 +platform: ruby +authors: +- Jon Yurek +autorequire: +bindir: bin +cert_chain: [] + +date: 2009-08-21 00:00:00 -04:00 +default_executable: +dependencies: +- !ruby/object:Gem::Dependency + name: thoughtbot-shoulda + type: :development + version_requirement: + version_requirements: !ruby/object:Gem::Requirement + requirements: + - - ">=" + - !ruby/object:Gem::Version + version: "0" + version: +- !ruby/object:Gem::Dependency + name: mocha + type: :development + version_requirement: + version_requirements: !ruby/object:Gem::Requirement + requirements: + - - ">=" + - !ruby/object:Gem::Version + version: "0" + version: +description: +email: jyurek@thoughtbot.com +executables: [] + +extensions: [] + +extra_rdoc_files: +- README.rdoc +files: +- README.rdoc +- LICENSE +- Rakefile +- init.rb +- generators/paperclip +- generators/paperclip/paperclip_generator.rb +- generators/paperclip/templates +- generators/paperclip/templates/paperclip_migration.rb.erb +- generators/paperclip/USAGE +- lib/paperclip +- lib/paperclip/attachment.rb +- lib/paperclip/callback_compatability.rb +- lib/paperclip/geometry.rb +- lib/paperclip/interpolations.rb +- lib/paperclip/iostream.rb +- lib/paperclip/matchers +- lib/paperclip/matchers/have_attached_file_matcher.rb +- lib/paperclip/matchers/validate_attachment_content_type_matcher.rb +- lib/paperclip/matchers/validate_attachment_presence_matcher.rb +- lib/paperclip/matchers/validate_attachment_size_matcher.rb +- lib/paperclip/matchers.rb +- lib/paperclip/processor.rb +- lib/paperclip/storage.rb +- lib/paperclip/thumbnail.rb +- lib/paperclip/upfile.rb +- lib/paperclip.rb +- tasks/paperclip_tasks.rake +- test/attachment_test.rb +- test/database.yml +- test/fixtures +- test/fixtures/12k.png +- test/fixtures/50x50.png +- test/fixtures/5k.png +- test/fixtures/bad.png +- test/fixtures/s3.yml +- test/fixtures/text.txt +- test/fixtures/twopage.pdf +- test/geometry_test.rb +- test/helper.rb +- test/integration_test.rb +- test/interpolations_test.rb +- test/iostream_test.rb +- test/matchers +- test/matchers/have_attached_file_matcher_test.rb +- test/matchers/validate_attachment_content_type_matcher_test.rb +- test/matchers/validate_attachment_presence_matcher_test.rb +- test/matchers/validate_attachment_size_matcher_test.rb +- test/paperclip_test.rb +- test/processor_test.rb +- test/storage_test.rb +- test/thumbnail_test.rb +- shoulda_macros/paperclip.rb +has_rdoc: true +homepage: http://www.thoughtbot.com/projects/paperclip +licenses: [] + +post_install_message: +rdoc_options: +- --line-numbers +- --inline-source +require_paths: +- lib +required_ruby_version: !ruby/object:Gem::Requirement + requirements: + - - ">=" + - !ruby/object:Gem::Version + version: "0" + version: +required_rubygems_version: !ruby/object:Gem::Requirement + requirements: + - - ">=" + - !ruby/object:Gem::Version + version: "0" + version: +requirements: +- ImageMagick +rubyforge_project: paperclip +rubygems_version: 1.3.4 +signing_key: +specification_version: 2 +summary: File attachments as attributes for ActiveRecord +test_files: [] + -- libgit2 0.21.2