Commit 55a2e47e9a8c8c004c66537f3e230f93d0dc4ba2

Authored by Daniel Croak
1 parent 292b7fc3

.specifications for latest upgraded gems

vendor/gems/josevalim-inherited_resources-0.9.1/.specification 0 → 100644
... ... @@ -0,0 +1,106 @@
  1 +--- !ruby/object:Gem::Specification
  2 +name: josevalim-inherited_resources
  3 +version: !ruby/object:Gem::Version
  4 + version: 0.9.1
  5 +platform: ruby
  6 +authors:
  7 +- "Jos\xC3\xA9 Valim"
  8 +autorequire:
  9 +bindir: bin
  10 +cert_chain: []
  11 +
  12 +date: 2009-09-01 00:00:00 -04:00
  13 +default_executable:
  14 +dependencies: []
  15 +
  16 +description: Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important.
  17 +email: jose.valim@gmail.com
  18 +executables: []
  19 +
  20 +extensions: []
  21 +
  22 +extra_rdoc_files:
  23 +- README.rdoc
  24 +files:
  25 +- CHANGELOG
  26 +- MIT-LICENSE
  27 +- README.rdoc
  28 +- Rakefile
  29 +- VERSION
  30 +- lib/inherited_resources.rb
  31 +- lib/inherited_resources/actions.rb
  32 +- lib/inherited_resources/base.rb
  33 +- lib/inherited_resources/base_helpers.rb
  34 +- lib/inherited_resources/belongs_to_helpers.rb
  35 +- lib/inherited_resources/class_methods.rb
  36 +- lib/inherited_resources/dsl.rb
  37 +- lib/inherited_resources/dumb_responder.rb
  38 +- lib/inherited_resources/has_scope_helpers.rb
  39 +- lib/inherited_resources/legacy/respond_to.rb
  40 +- lib/inherited_resources/legacy/responder.rb
  41 +- lib/inherited_resources/polymorphic_helpers.rb
  42 +- lib/inherited_resources/singleton_helpers.rb
  43 +- lib/inherited_resources/url_helpers.rb
  44 +- test/respond_to_test.rb
  45 +- test/customized_belongs_to_test.rb
  46 +- test/nested_belongs_to_test.rb
  47 +- test/base_test.rb
  48 +- test/redirect_to_test.rb
  49 +- test/has_scope_test.rb
  50 +- test/class_methods_test.rb
  51 +- test/association_chain_test.rb
  52 +- test/aliases_test.rb
  53 +- test/flash_test.rb
  54 +- test/url_helpers_test.rb
  55 +- test/belongs_to_test.rb
  56 +- test/polymorphic_test.rb
  57 +- test/defaults_test.rb
  58 +- test/singleton_test.rb
  59 +- test/optional_belongs_to_test.rb
  60 +- test/test_helper.rb
  61 +has_rdoc: false
  62 +homepage: http://github.com/josevalim/inherited_resources
  63 +licenses: []
  64 +
  65 +post_install_message:
  66 +rdoc_options:
  67 +- --charset=UTF-8
  68 +require_paths:
  69 +- lib
  70 +required_ruby_version: !ruby/object:Gem::Requirement
  71 + requirements:
  72 + - - ">="
  73 + - !ruby/object:Gem::Version
  74 + version: "0"
  75 + version:
  76 +required_rubygems_version: !ruby/object:Gem::Requirement
  77 + requirements:
  78 + - - ">="
  79 + - !ruby/object:Gem::Version
  80 + version: "0"
  81 + version:
  82 +requirements: []
  83 +
  84 +rubyforge_project: inherited_resources
  85 +rubygems_version: 1.3.4
  86 +signing_key:
  87 +specification_version: 3
  88 +summary: Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important.
  89 +test_files:
  90 +- test/respond_to_test.rb
  91 +- test/customized_belongs_to_test.rb
  92 +- test/nested_belongs_to_test.rb
  93 +- test/base_test.rb
  94 +- test/redirect_to_test.rb
  95 +- test/has_scope_test.rb
  96 +- test/class_methods_test.rb
  97 +- test/association_chain_test.rb
  98 +- test/aliases_test.rb
  99 +- test/flash_test.rb
  100 +- test/url_helpers_test.rb
  101 +- test/belongs_to_test.rb
  102 +- test/polymorphic_test.rb
  103 +- test/defaults_test.rb
  104 +- test/singleton_test.rb
  105 +- test/optional_belongs_to_test.rb
  106 +- test/test_helper.rb
... ...
vendor/gems/justinfrench-formtastic-0.2.2/.specification 0 → 100644
... ... @@ -0,0 +1,67 @@
  1 +--- !ruby/object:Gem::Specification
  2 +name: justinfrench-formtastic
  3 +version: !ruby/object:Gem::Version
  4 + version: 0.2.2
  5 +platform: ruby
  6 +authors:
  7 +- Justin French
  8 +autorequire: formtastic
  9 +bindir: bin
  10 +cert_chain: []
  11 +
  12 +date: 2009-08-30 00:00:00 -04:00
  13 +default_executable:
  14 +dependencies: []
  15 +
  16 +description: A Rails form builder plugin/gem with semantically rich and accessible markup
  17 +email: justin@indent.com.au
  18 +executables: []
  19 +
  20 +extensions: []
  21 +
  22 +extra_rdoc_files:
  23 +- README.textile
  24 +files:
  25 +- MIT-LICENSE
  26 +- README.textile
  27 +- Rakefile
  28 +- generators/formtastic_stylesheets/formtastic_stylesheets_generator.rb
  29 +- generators/formtastic_stylesheets/templates/formtastic.css
  30 +- generators/formtastic_stylesheets/templates/formtastic_changes.css
  31 +- lib/formtastic.rb
  32 +- lib/justin_french/formtastic.rb
  33 +- lib/locale/en.yml
  34 +- rails/init.rb
  35 +- spec/formtastic_spec.rb
  36 +- spec/test_helper.rb
  37 +has_rdoc: false
  38 +homepage: http://github.com/justinfrench/formtastic/tree/master
  39 +licenses: []
  40 +
  41 +post_install_message:
  42 +rdoc_options:
  43 +- --charset=UTF-8
  44 +require_paths:
  45 +- lib
  46 +required_ruby_version: !ruby/object:Gem::Requirement
  47 + requirements:
  48 + - - ">="
  49 + - !ruby/object:Gem::Version
  50 + version: "0"
  51 + version:
  52 +required_rubygems_version: !ruby/object:Gem::Requirement
  53 + requirements:
  54 + - - ">="
  55 + - !ruby/object:Gem::Version
  56 + version: "0"
  57 + version:
  58 +requirements: []
  59 +
  60 +rubyforge_project:
  61 +rubygems_version: 1.3.4
  62 +signing_key:
  63 +specification_version: 3
  64 +summary: A Rails form builder plugin/gem with semantically rich and accessible markup
  65 +test_files:
  66 +- spec/formtastic_spec.rb
  67 +- spec/test_helper.rb
... ...
vendor/gems/thoughtbot-clearance-0.8.2/.specification 0 → 100644
... ... @@ -0,0 +1,145 @@
  1 +--- !ruby/object:Gem::Specification
  2 +name: thoughtbot-clearance
  3 +version: !ruby/object:Gem::Version
  4 + version: 0.8.2
  5 +platform: ruby
  6 +authors:
  7 +- Dan Croak
  8 +- Mike Burns
  9 +- Jason Morrison
  10 +- Joe Ferris
  11 +- Eugene Bolshakov
  12 +- Nick Quaranto
  13 +- Josh Nichols
  14 +- Mike Breen
  15 +- "Marcel G\xC3\xB6rner"
  16 +- Bence Nagy
  17 +- Ben Mabey
  18 +- Eloy Duran
  19 +- Tim Pope
  20 +- Mihai Anca
  21 +- Mark Cornick
  22 +- Shay Arnett
  23 +autorequire:
  24 +bindir: bin
  25 +cert_chain: []
  26 +
  27 +date: 2009-09-01 00:00:00 -04:00
  28 +default_executable:
  29 +dependencies: []
  30 +
  31 +description: Rails authentication with email & password.
  32 +email: support@thoughtbot.com
  33 +executables: []
  34 +
  35 +extensions: []
  36 +
  37 +extra_rdoc_files: []
  38 +
  39 +files:
  40 +- CHANGELOG.textile
  41 +- LICENSE
  42 +- Rakefile
  43 +- README.textile
  44 +- TODO.textile
  45 +- app/controllers
  46 +- app/controllers/clearance
  47 +- app/controllers/clearance/confirmations_controller.rb
  48 +- app/controllers/clearance/passwords_controller.rb
  49 +- app/controllers/clearance/sessions_controller.rb
  50 +- app/controllers/clearance/users_controller.rb
  51 +- app/models
  52 +- app/models/clearance_mailer.rb
  53 +- app/views
  54 +- app/views/clearance_mailer
  55 +- app/views/clearance_mailer/change_password.html.erb
  56 +- app/views/clearance_mailer/confirmation.html.erb
  57 +- app/views/passwords
  58 +- app/views/passwords/edit.html.erb
  59 +- app/views/passwords/new.html.erb
  60 +- app/views/sessions
  61 +- app/views/sessions/new.html.erb
  62 +- app/views/users
  63 +- app/views/users/_form.html.erb
  64 +- app/views/users/new.html.erb
  65 +- config/clearance_routes.rb
  66 +- generators/clearance
  67 +- generators/clearance/clearance_generator.rb
  68 +- generators/clearance/lib
  69 +- generators/clearance/lib/insert_commands.rb
  70 +- generators/clearance/lib/rake_commands.rb
  71 +- generators/clearance/templates
  72 +- generators/clearance/templates/factories.rb
  73 +- generators/clearance/templates/migrations
  74 +- generators/clearance/templates/migrations/create_users.rb
  75 +- generators/clearance/templates/migrations/update_users.rb
  76 +- generators/clearance/templates/README
  77 +- generators/clearance/templates/user.rb
  78 +- generators/clearance/USAGE
  79 +- generators/clearance_features
  80 +- generators/clearance_features/clearance_features_generator.rb
  81 +- generators/clearance_features/templates
  82 +- generators/clearance_features/templates/features
  83 +- generators/clearance_features/templates/features/password_reset.feature
  84 +- generators/clearance_features/templates/features/sign_in.feature
  85 +- generators/clearance_features/templates/features/sign_out.feature
  86 +- generators/clearance_features/templates/features/sign_up.feature
  87 +- generators/clearance_features/templates/features/step_definitions
  88 +- generators/clearance_features/templates/features/step_definitions/clearance_steps.rb
  89 +- generators/clearance_features/templates/features/step_definitions/factory_girl_steps.rb
  90 +- generators/clearance_features/templates/features/support
  91 +- generators/clearance_features/templates/features/support/paths.rb
  92 +- generators/clearance_features/USAGE
  93 +- generators/clearance_views
  94 +- generators/clearance_views/clearance_views_generator.rb
  95 +- generators/clearance_views/templates
  96 +- generators/clearance_views/templates/formtastic
  97 +- generators/clearance_views/templates/formtastic/passwords
  98 +- generators/clearance_views/templates/formtastic/passwords/edit.html.erb
  99 +- generators/clearance_views/templates/formtastic/passwords/new.html.erb
  100 +- generators/clearance_views/templates/formtastic/sessions
  101 +- generators/clearance_views/templates/formtastic/sessions/new.html.erb
  102 +- generators/clearance_views/templates/formtastic/users
  103 +- generators/clearance_views/templates/formtastic/users/_inputs.html.erb
  104 +- generators/clearance_views/templates/formtastic/users/new.html.erb
  105 +- generators/clearance_views/USAGE
  106 +- lib/clearance
  107 +- lib/clearance/authentication.rb
  108 +- lib/clearance/extensions
  109 +- lib/clearance/extensions/errors.rb
  110 +- lib/clearance/extensions/rescue.rb
  111 +- lib/clearance/extensions/routes.rb
  112 +- lib/clearance/user.rb
  113 +- lib/clearance.rb
  114 +- shoulda_macros/clearance.rb
  115 +- rails/init.rb
  116 +has_rdoc: true
  117 +homepage: http://github.com/thoughtbot/clearance
  118 +licenses: []
  119 +
  120 +post_install_message:
  121 +rdoc_options: []
  122 +
  123 +require_paths:
  124 +- lib
  125 +required_ruby_version: !ruby/object:Gem::Requirement
  126 + requirements:
  127 + - - ">="
  128 + - !ruby/object:Gem::Version
  129 + version: "0"
  130 + version:
  131 +required_rubygems_version: !ruby/object:Gem::Requirement
  132 + requirements:
  133 + - - ">="
  134 + - !ruby/object:Gem::Version
  135 + version: "0"
  136 + version:
  137 +requirements: []
  138 +
  139 +rubyforge_project:
  140 +rubygems_version: 1.3.4
  141 +signing_key:
  142 +specification_version: 3
  143 +summary: Rails authentication with email & password.
  144 +test_files: []
  145 +
... ...
vendor/gems/thoughtbot-paperclip-2.3.1/.specification 0 → 100644
... ... @@ -0,0 +1,126 @@
  1 +--- !ruby/object:Gem::Specification
  2 +name: thoughtbot-paperclip
  3 +version: !ruby/object:Gem::Version
  4 + version: 2.3.1
  5 +platform: ruby
  6 +authors:
  7 +- Jon Yurek
  8 +autorequire:
  9 +bindir: bin
  10 +cert_chain: []
  11 +
  12 +date: 2009-08-21 00:00:00 -04:00
  13 +default_executable:
  14 +dependencies:
  15 +- !ruby/object:Gem::Dependency
  16 + name: thoughtbot-shoulda
  17 + type: :development
  18 + version_requirement:
  19 + version_requirements: !ruby/object:Gem::Requirement
  20 + requirements:
  21 + - - ">="
  22 + - !ruby/object:Gem::Version
  23 + version: "0"
  24 + version:
  25 +- !ruby/object:Gem::Dependency
  26 + name: mocha
  27 + type: :development
  28 + version_requirement:
  29 + version_requirements: !ruby/object:Gem::Requirement
  30 + requirements:
  31 + - - ">="
  32 + - !ruby/object:Gem::Version
  33 + version: "0"
  34 + version:
  35 +description:
  36 +email: jyurek@thoughtbot.com
  37 +executables: []
  38 +
  39 +extensions: []
  40 +
  41 +extra_rdoc_files:
  42 +- README.rdoc
  43 +files:
  44 +- README.rdoc
  45 +- LICENSE
  46 +- Rakefile
  47 +- init.rb
  48 +- generators/paperclip
  49 +- generators/paperclip/paperclip_generator.rb
  50 +- generators/paperclip/templates
  51 +- generators/paperclip/templates/paperclip_migration.rb.erb
  52 +- generators/paperclip/USAGE
  53 +- lib/paperclip
  54 +- lib/paperclip/attachment.rb
  55 +- lib/paperclip/callback_compatability.rb
  56 +- lib/paperclip/geometry.rb
  57 +- lib/paperclip/interpolations.rb
  58 +- lib/paperclip/iostream.rb
  59 +- lib/paperclip/matchers
  60 +- lib/paperclip/matchers/have_attached_file_matcher.rb
  61 +- lib/paperclip/matchers/validate_attachment_content_type_matcher.rb
  62 +- lib/paperclip/matchers/validate_attachment_presence_matcher.rb
  63 +- lib/paperclip/matchers/validate_attachment_size_matcher.rb
  64 +- lib/paperclip/matchers.rb
  65 +- lib/paperclip/processor.rb
  66 +- lib/paperclip/storage.rb
  67 +- lib/paperclip/thumbnail.rb
  68 +- lib/paperclip/upfile.rb
  69 +- lib/paperclip.rb
  70 +- tasks/paperclip_tasks.rake
  71 +- test/attachment_test.rb
  72 +- test/database.yml
  73 +- test/fixtures
  74 +- test/fixtures/12k.png
  75 +- test/fixtures/50x50.png
  76 +- test/fixtures/5k.png
  77 +- test/fixtures/bad.png
  78 +- test/fixtures/s3.yml
  79 +- test/fixtures/text.txt
  80 +- test/fixtures/twopage.pdf
  81 +- test/geometry_test.rb
  82 +- test/helper.rb
  83 +- test/integration_test.rb
  84 +- test/interpolations_test.rb
  85 +- test/iostream_test.rb
  86 +- test/matchers
  87 +- test/matchers/have_attached_file_matcher_test.rb
  88 +- test/matchers/validate_attachment_content_type_matcher_test.rb
  89 +- test/matchers/validate_attachment_presence_matcher_test.rb
  90 +- test/matchers/validate_attachment_size_matcher_test.rb
  91 +- test/paperclip_test.rb
  92 +- test/processor_test.rb
  93 +- test/storage_test.rb
  94 +- test/thumbnail_test.rb
  95 +- shoulda_macros/paperclip.rb
  96 +has_rdoc: true
  97 +homepage: http://www.thoughtbot.com/projects/paperclip
  98 +licenses: []
  99 +
  100 +post_install_message:
  101 +rdoc_options:
  102 +- --line-numbers
  103 +- --inline-source
  104 +require_paths:
  105 +- lib
  106 +required_ruby_version: !ruby/object:Gem::Requirement
  107 + requirements:
  108 + - - ">="
  109 + - !ruby/object:Gem::Version
  110 + version: "0"
  111 + version:
  112 +required_rubygems_version: !ruby/object:Gem::Requirement
  113 + requirements:
  114 + - - ">="
  115 + - !ruby/object:Gem::Version
  116 + version: "0"
  117 + version:
  118 +requirements:
  119 +- ImageMagick
  120 +rubyforge_project: paperclip
  121 +rubygems_version: 1.3.4
  122 +signing_key:
  123 +specification_version: 2
  124 +summary: File attachments as attributes for ActiveRecord
  125 +test_files: []
  126 +
... ...