abaci 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/CHANGELOG.md +6 -1
- data/README.md +13 -3
- data/lib/abaci.rb +30 -8
- data/lib/abaci/counter.rb +36 -25
- data/lib/abaci/date_range.rb +13 -5
- data/lib/abaci/metric.rb +6 -4
- data/lib/abaci/railtie.rb +9 -0
- data/lib/abaci/store.rb +22 -20
- data/lib/abaci/version.rb +2 -2
- data/vendor/bundle/bin/coderay +17 -0
- data/vendor/bundle/bin/erubis +17 -0
- data/vendor/bundle/bin/htmldiff +17 -0
- data/vendor/bundle/bin/ldiff +17 -0
- data/vendor/bundle/bin/nokogiri +17 -0
- data/vendor/bundle/bin/pry +17 -0
- data/vendor/bundle/bin/rackup +17 -0
- data/vendor/bundle/bin/rails +17 -0
- data/vendor/bundle/bin/rake +17 -0
- data/vendor/bundle/bin/rspec +17 -0
- data/vendor/bundle/bin/sprockets +17 -0
- data/vendor/bundle/bin/thor +17 -0
- data/vendor/bundle/bin/yard +17 -0
- data/vendor/bundle/bin/yardoc +17 -0
- data/vendor/bundle/bin/yri +17 -0
- data/vendor/bundle/cache/actioncable-5.0.0.gem +0 -0
- data/vendor/bundle/cache/actionmailer-5.0.0.gem +0 -0
- data/vendor/bundle/cache/actionpack-5.0.0.gem +0 -0
- data/vendor/bundle/cache/actionview-5.0.0.gem +0 -0
- data/vendor/bundle/cache/activejob-5.0.0.gem +0 -0
- data/vendor/bundle/cache/activemodel-5.0.0.gem +0 -0
- data/vendor/bundle/cache/activerecord-5.0.0.gem +0 -0
- data/vendor/bundle/cache/activesupport-5.0.0.gem +0 -0
- data/vendor/bundle/cache/activesupport-5.0.1.gem +0 -0
- data/vendor/bundle/cache/arel-7.1.0.gem +0 -0
- data/vendor/bundle/cache/builder-3.2.2.gem +0 -0
- data/vendor/bundle/cache/coderay-1.1.1.gem +0 -0
- data/vendor/bundle/cache/concurrent-ruby-1.0.2.gem +0 -0
- data/vendor/bundle/cache/concurrent-ruby-1.0.4.gem +0 -0
- data/vendor/bundle/cache/diff-lcs-1.2.5.gem +0 -0
- data/vendor/bundle/cache/docile-1.1.5.gem +0 -0
- data/vendor/bundle/cache/erubis-2.7.0.gem +0 -0
- data/vendor/bundle/cache/globalid-0.3.6.gem +0 -0
- data/vendor/bundle/cache/i18n-0.7.0.gem +0 -0
- data/vendor/bundle/cache/json-2.0.1.gem +0 -0
- data/vendor/bundle/cache/json-2.0.2.gem +0 -0
- data/vendor/bundle/cache/loofah-2.0.3.gem +0 -0
- data/vendor/bundle/cache/mail-2.6.4.gem +0 -0
- data/vendor/bundle/cache/method_source-0.8.2.gem +0 -0
- data/vendor/bundle/cache/mime-types-3.1.gem +0 -0
- data/vendor/bundle/cache/mime-types-data-3.2016.0521.gem +0 -0
- data/vendor/bundle/cache/mini_portile2-2.1.0.gem +0 -0
- data/vendor/bundle/cache/minitest-5.10.1.gem +0 -0
- data/vendor/bundle/cache/minitest-5.9.0.gem +0 -0
- data/vendor/bundle/cache/nio4r-1.2.1.gem +0 -0
- data/vendor/bundle/cache/nokogiri-1.6.8.gem +0 -0
- data/vendor/bundle/cache/pkg-config-1.1.7.gem +0 -0
- data/vendor/bundle/cache/pry-0.10.4.gem +0 -0
- data/vendor/bundle/cache/rack-2.0.1.gem +0 -0
- data/vendor/bundle/cache/rack-test-0.6.3.gem +0 -0
- data/vendor/bundle/cache/rails-5.0.0.gem +0 -0
- data/vendor/bundle/cache/rails-dom-testing-2.0.1.gem +0 -0
- data/vendor/bundle/cache/rails-html-sanitizer-1.0.3.gem +0 -0
- data/vendor/bundle/cache/railties-5.0.0.gem +0 -0
- data/vendor/bundle/cache/rake-11.2.2.gem +0 -0
- data/vendor/bundle/cache/redis-2.2.2.gem +0 -0
- data/vendor/bundle/cache/redis-3.3.1.gem +0 -0
- data/vendor/bundle/cache/redis-3.3.2.gem +0 -0
- data/vendor/bundle/cache/rspec-3.5.0.gem +0 -0
- data/vendor/bundle/cache/rspec-core-3.5.1.gem +0 -0
- data/vendor/bundle/cache/rspec-core-3.5.4.gem +0 -0
- data/vendor/bundle/cache/rspec-expectations-3.5.0.gem +0 -0
- data/vendor/bundle/cache/rspec-mocks-3.5.0.gem +0 -0
- data/vendor/bundle/cache/rspec-support-3.5.0.gem +0 -0
- data/vendor/bundle/cache/simplecov-0.12.0.gem +0 -0
- data/vendor/bundle/cache/simplecov-html-0.10.0.gem +0 -0
- data/vendor/bundle/cache/slop-3.6.0.gem +0 -0
- data/vendor/bundle/cache/sprockets-3.6.3.gem +0 -0
- data/vendor/bundle/cache/sprockets-rails-3.1.1.gem +0 -0
- data/vendor/bundle/cache/thor-0.19.1.gem +0 -0
- data/vendor/bundle/cache/thread_safe-0.3.5.gem +0 -0
- data/vendor/bundle/cache/tzinfo-1.2.2.gem +0 -0
- data/vendor/bundle/cache/websocket-driver-0.6.4.gem +0 -0
- data/vendor/bundle/cache/websocket-extensions-0.1.2.gem +0 -0
- data/vendor/bundle/cache/yard-0.9.1.gem +0 -0
- data/vendor/bundle/cache/yard-0.9.2.gem +0 -0
- data/vendor/bundle/cache/yard-0.9.7.gem +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/json-2.0.1/gem.build_complete +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/json-2.0.1/gem_make.out +13 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/json-2.0.1/json/ext/generator.bundle +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/json-2.0.1/json/ext/parser.bundle +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/json-2.0.1/mkmf.log +60 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/json-2.0.2/gem.build_complete +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/json-2.0.2/gem_make.out +13 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/json-2.0.2/json/ext/generator.bundle +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/json-2.0.2/json/ext/parser.bundle +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/json-2.0.2/mkmf.log +60 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/nio4r-1.2.1/gem.build_complete +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/nio4r-1.2.1/gem_make.out +242 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/nio4r-1.2.1/mkmf.log +210 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/nio4r-1.2.1/nio4r_ext.bundle +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/nokogiri-1.6.8/gem.build_complete +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/nokogiri-1.6.8/gem_make.out +165 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/nokogiri-1.6.8/mkmf.log +541 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/nokogiri-1.6.8/nokogiri/nokogiri.bundle +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/websocket-driver-0.6.4/gem.build_complete +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/websocket-driver-0.6.4/gem_make.out +15 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/websocket-driver-0.6.4/websocket_mask.bundle +0 -0
- data/vendor/bundle/gems/actioncable-5.0.0/CHANGELOG.md +83 -0
- data/vendor/bundle/gems/actioncable-5.0.0/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/actioncable-5.0.0/README.md +545 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable.rb +52 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/channel.rb +14 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/channel/base.rb +297 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/channel/broadcasting.rb +29 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/channel/callbacks.rb +35 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/channel/naming.rb +22 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/channel/periodic_timers.rb +77 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/channel/streams.rb +174 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection.rb +21 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/authorization.rb +13 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/base.rb +255 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/client_socket.rb +155 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/faye_client_socket.rb +48 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/faye_event_loop.rb +44 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/identification.rb +46 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/internal_channel.rb +43 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/message_buffer.rb +53 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/stream.rb +57 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/stream_event_loop.rb +103 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/subscriptions.rb +75 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/tagged_logger_proxy.rb +40 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/web_socket.rb +39 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/engine.rb +77 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/gem_version.rb +15 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/helpers/action_cable_helper.rb +40 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/remote_connections.rb +66 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/server.rb +15 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/server/base.rb +83 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/server/broadcasting.rb +48 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/server/configuration.rb +56 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/server/connections.rb +34 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/server/worker.rb +75 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/server/worker/active_record_connection_management.rb +19 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/subscription_adapter.rb +8 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/subscription_adapter/async.rb +27 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/subscription_adapter/base.rb +28 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/subscription_adapter/evented_redis.rb +79 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/subscription_adapter/inline.rb +35 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/subscription_adapter/postgresql.rb +107 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/subscription_adapter/redis.rb +172 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/subscription_adapter/subscriber_map.rb +53 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/version.rb +8 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/assets/compiled/action_cable.js +590 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/rails/generators/channel/USAGE +14 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/rails/generators/channel/channel_generator.rb +47 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/rails/generators/channel/templates/application_cable/channel.rb +5 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/rails/generators/channel/templates/application_cable/connection.rb +5 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/rails/generators/channel/templates/assets/cable.js +13 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/rails/generators/channel/templates/assets/channel.coffee +14 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/rails/generators/channel/templates/assets/channel.js +18 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/rails/generators/channel/templates/channel.rb +17 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/CHANGELOG.md +130 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/MIT-LICENSE +21 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/README.rdoc +175 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer.rb +58 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/base.rb +967 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/collector.rb +30 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/delivery_job.rb +34 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/delivery_methods.rb +87 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/gem_version.rb +15 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/inline_preview_interceptor.rb +61 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/log_subscriber.rb +39 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/mail_helper.rb +70 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/message_delivery.rb +125 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/preview.rb +118 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/railtie.rb +74 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/rescuable.rb +27 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/test_case.rb +122 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/test_helper.rb +113 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/version.rb +9 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/rails/generators/mailer/USAGE +17 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/rails/generators/mailer/mailer_generator.rb +37 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/rails/generators/mailer/templates/application_mailer.rb +6 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/rails/generators/mailer/templates/mailer.rb +17 -0
- data/vendor/bundle/gems/actionpack-5.0.0/CHANGELOG.md +822 -0
- data/vendor/bundle/gems/actionpack-5.0.0/MIT-LICENSE +21 -0
- data/vendor/bundle/gems/actionpack-5.0.0/README.rdoc +57 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller.rb +24 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/asset_paths.rb +10 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/base.rb +259 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/caching.rb +62 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/caching/fragments.rb +143 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/callbacks.rb +229 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/collector.rb +41 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/error.rb +4 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/helpers.rb +195 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/logger.rb +12 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/railties/routes_helpers.rb +18 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/rendering.rb +136 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/translation.rb +29 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/url_for.rb +33 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller.rb +61 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/api.rb +147 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/api/api_rendering.rb +14 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/base.rb +265 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/caching.rb +44 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/form_builder.rb +48 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/log_subscriber.rb +76 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal.rb +266 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/basic_implicit_render.rb +11 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/conditional_get.rb +272 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/cookies.rb +14 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/data_streaming.rb +150 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/etag_with_template_digest.rb +50 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/exceptions.rb +64 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/flash.rb +60 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/force_ssl.rb +97 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/head.rb +64 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/helpers.rb +122 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/http_authentication.rb +521 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/implicit_render.rb +74 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/instrumentation.rb +109 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/live.rb +306 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/mime_responds.rb +311 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/params_wrapper.rb +285 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/redirecting.rb +135 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/renderers.rb +183 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/rendering.rb +132 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/request_forgery_protection.rb +412 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/rescue.rb +26 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/streaming.rb +221 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/strong_parameters.rb +872 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/testing.rb +20 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/url_for.rb +56 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/railtie.rb +71 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/railties/helpers.rb +22 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/renderer.rb +111 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/template_assertions.rb +9 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/test_case.rb +681 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch.rb +107 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/cache.rb +215 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/filter_parameters.rb +82 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/filter_redirect.rb +37 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/headers.rb +130 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/mime_negotiation.rb +174 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/mime_type.rb +365 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/mime_types.rb +35 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/parameter_filter.rb +82 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/parameters.rb +80 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/rack_cache.rb +61 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/request.rb +415 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/response.rb +509 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/upload.rb +78 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/url.rb +377 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey.rb +5 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/formatter.rb +177 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/gtg/builder.rb +162 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/gtg/simulator.rb +47 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/gtg/transition_table.rb +157 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/nfa/builder.rb +76 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/nfa/dot.rb +34 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/nfa/simulator.rb +47 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/nfa/transition_table.rb +118 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/nodes/node.rb +138 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/parser.rb +198 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/parser.y +49 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/parser_extras.rb +27 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/path/pattern.rb +189 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/route.rb +180 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/router.rb +140 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/router/utils.rb +93 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/routes.rb +79 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/scanner.rb +61 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/visitors.rb +264 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/visualizer/fsm.css +30 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/visualizer/fsm.js +134 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/visualizer/index.html.erb +52 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/callbacks.rb +46 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/cookies.rb +628 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/debug_exceptions.rb +185 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/exception_wrapper.rb +148 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/executor.rb +19 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/flash.rb +297 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/params_parser.rb +46 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/public_exceptions.rb +55 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/reloader.rb +54 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/remote_ip.rb +183 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/request_id.rb +40 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/session/abstract_store.rb +102 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/session/cache_store.rb +52 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/session/cookie_store.rb +129 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/session/mem_cache_store.rb +26 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/show_exceptions.rb +60 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/ssl.rb +151 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/stack.rb +133 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/static.rb +139 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb +22 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb +23 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb +27 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.text.erb +8 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb +52 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb +9 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb +16 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb +9 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/layout.erb +160 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb +11 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/missing_template.text.erb +3 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb +32 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb +11 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb +20 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb +7 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb +6 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/unknown_action.text.erb +3 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb +16 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb +196 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/railtie.rb +47 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/request/session.rb +229 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/request/utils.rb +67 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/routing.rb +265 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/routing/endpoint.rb +10 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/routing/inspector.rb +223 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/routing/mapper.rb +2134 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/routing/polymorphic_routes.rb +324 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/routing/redirection.rb +191 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/routing/route_set.rb +767 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/routing/routes_proxy.rb +42 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/routing/url_for.rb +213 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/testing/assertion_response.rb +45 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/testing/assertions.rb +22 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/testing/assertions/response.rb +100 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/testing/assertions/routing.rb +219 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/testing/integration.rb +785 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/testing/test_process.rb +43 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/testing/test_request.rb +69 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/testing/test_response.rb +28 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_pack.rb +24 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_pack/gem_version.rb +15 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_pack/version.rb +8 -0
- data/vendor/bundle/gems/actionview-5.0.0/CHANGELOG.md +349 -0
- data/vendor/bundle/gems/actionview-5.0.0/MIT-LICENSE +21 -0
- data/vendor/bundle/gems/actionview-5.0.0/README.rdoc +38 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view.rb +96 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/base.rb +217 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/buffers.rb +50 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/context.rb +36 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/dependency_tracker.rb +174 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/digestor.rb +120 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/flows.rb +75 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/gem_version.rb +15 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers.rb +64 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/active_model_helper.rb +49 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/asset_tag_helper.rb +339 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/asset_url_helper.rb +405 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/atom_feed_helper.rb +204 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/cache_helper.rb +241 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/capture_helper.rb +210 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/controller_helper.rb +26 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/csrf_helper.rb +33 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/date_helper.rb +1144 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/debug_helper.rb +35 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/form_helper.rb +1944 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/form_options_helper.rb +881 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/form_tag_helper.rb +902 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/javascript_helper.rb +81 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/number_helper.rb +447 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/output_safety_helper.rb +68 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/record_tag_helper.rb +21 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/rendering_helper.rb +98 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/sanitize_helper.rb +171 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tag_helper.rb +196 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags.rb +42 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/base.rb +160 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/check_box.rb +64 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/checkable.rb +16 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/collection_check_boxes.rb +33 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/collection_helpers.rb +117 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/collection_radio_buttons.rb +28 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/collection_select.rb +28 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/color_field.rb +25 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/date_field.rb +13 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/date_select.rb +72 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/datetime_field.rb +30 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/datetime_local_field.rb +19 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/datetime_select.rb +8 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/email_field.rb +8 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/file_field.rb +8 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/grouped_collection_select.rb +29 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/hidden_field.rb +8 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/label.rb +79 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/month_field.rb +13 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/number_field.rb +18 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/password_field.rb +12 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/placeholderable.rb +22 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/radio_button.rb +31 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/range_field.rb +8 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/search_field.rb +25 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/select.rb +41 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/tel_field.rb +8 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/text_area.rb +22 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/text_field.rb +32 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/time_field.rb +13 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/time_select.rb +8 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/time_zone_select.rb +20 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/translator.rb +40 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/url_field.rb +8 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/week_field.rb +13 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/text_helper.rb +490 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/translation_helper.rb +140 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/url_helper.rb +637 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/layouts.rb +427 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/locale/en.yml +56 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/log_subscriber.rb +78 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/lookup_context.rb +280 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/model_naming.rb +12 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/path_set.rb +98 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/railtie.rb +64 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/record_identifier.rb +110 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/renderer/abstract_renderer.rb +53 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/renderer/partial_renderer.rb +549 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/renderer/partial_renderer/collection_caching.rb +49 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/renderer/renderer.rb +50 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/renderer/streaming_template_renderer.rb +103 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/renderer/template_renderer.rb +102 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/rendering.rb +149 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/routing_url_for.rb +147 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/tasks/cache_digests.rake +23 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/template.rb +354 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/template/error.rb +152 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/template/handlers.rb +64 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/template/handlers/builder.rb +26 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/template/handlers/erb.rb +145 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/template/handlers/html.rb +9 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/template/handlers/raw.rb +9 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/template/html.rb +34 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/template/resolver.rb +373 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/template/text.rb +34 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/template/types.rb +55 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/test_case.rb +284 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/testing/resolvers.rb +53 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/version.rb +8 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/view_paths.rb +93 -0
- data/vendor/bundle/gems/activejob-5.0.0/CHANGELOG.md +168 -0
- data/vendor/bundle/gems/activejob-5.0.0/MIT-LICENSE +21 -0
- data/vendor/bundle/gems/activejob-5.0.0/README.md +126 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job.rb +37 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/arguments.rb +166 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/base.rb +70 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/callbacks.rb +151 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/configured_job.rb +16 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/core.rb +130 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/enqueuing.rb +82 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/execution.rb +44 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/gem_version.rb +15 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/logging.rb +121 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapter.rb +63 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters.rb +137 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters/async_adapter.rb +114 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters/backburner_adapter.rb +34 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters/delayed_job_adapter.rb +41 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters/inline_adapter.rb +21 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters/qu_adapter.rb +44 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters/que_adapter.rb +37 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters/queue_classic_adapter.rb +56 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters/resque_adapter.rb +50 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters/sidekiq_adapter.rb +45 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters/sneakers_adapter.rb +46 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters/sucker_punch_adapter.rb +47 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters/test_adapter.rb +60 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_name.rb +51 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_priority.rb +44 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/railtie.rb +32 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/test_case.rb +7 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/test_helper.rb +324 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/translation.rb +11 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/version.rb +8 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/rails/generators/job/job_generator.rb +38 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/rails/generators/job/templates/application_job.rb +4 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/rails/generators/job/templates/job.rb +9 -0
- data/vendor/bundle/gems/activemodel-5.0.0/CHANGELOG.md +144 -0
- data/vendor/bundle/gems/activemodel-5.0.0/MIT-LICENSE +21 -0
- data/vendor/bundle/gems/activemodel-5.0.0/README.rdoc +264 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model.rb +73 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/attribute_assignment.rb +52 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/attribute_methods.rb +478 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/callbacks.rb +149 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/conversion.rb +100 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/dirty.rb +272 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/errors.rb +575 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/forbidden_attributes_protection.rb +29 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/gem_version.rb +15 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/lint.rb +117 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/locale/en.yml +36 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/model.rb +98 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/naming.rb +317 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/railtie.rb +12 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/secure_password.rb +127 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/serialization.rb +190 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/serializers/json.rb +145 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/test_case.rb +4 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/translation.rb +69 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type.rb +59 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/big_integer.rb +13 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/binary.rb +50 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/boolean.rb +21 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/date.rb +50 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/date_time.rb +44 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/decimal.rb +60 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/decimal_without_scale.rb +11 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/float.rb +25 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/helpers.rb +4 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/helpers/accepts_multiparameter_time.rb +35 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/helpers/mutable.rb +18 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/helpers/numeric.rb +34 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/helpers/time_value.rb +77 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/immutable_string.rb +29 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/integer.rb +66 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/registry.rb +64 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/string.rb +19 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/text.rb +11 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/time.rb +46 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/unsigned_integer.rb +15 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/value.rb +116 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations.rb +438 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/absence.rb +31 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/acceptance.rb +103 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/callbacks.rb +117 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/clusivity.rb +52 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/confirmation.rb +79 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/exclusion.rb +48 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/format.rb +113 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/helper_methods.rb +13 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/inclusion.rb +46 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/length.rb +157 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/numericality.rb +165 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/presence.rb +39 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/validates.rb +173 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/with.rb +143 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validator.rb +182 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/version.rb +8 -0
- data/vendor/bundle/gems/activerecord-5.0.0/CHANGELOG.md +2120 -0
- data/vendor/bundle/gems/activerecord-5.0.0/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/activerecord-5.0.0/README.rdoc +217 -0
- data/vendor/bundle/gems/activerecord-5.0.0/examples/performance.rb +183 -0
- data/vendor/bundle/gems/activerecord-5.0.0/examples/simple.rb +13 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record.rb +180 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/aggregations.rb +280 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/association_relation.rb +35 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations.rb +1833 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/alias_tracker.rb +90 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/association.rb +267 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/association_scope.rb +166 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/belongs_to_association.rb +108 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/belongs_to_polymorphic_association.rb +40 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/builder/association.rb +143 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/builder/belongs_to.rb +141 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/builder/collection_association.rb +83 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/builder/has_and_belongs_to_many.rb +131 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/builder/has_many.rb +15 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/builder/has_one.rb +28 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/builder/singular_association.rb +31 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/collection_association.rb +662 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/collection_proxy.rb +1073 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/foreign_association.rb +11 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/has_many_association.rb +148 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/has_many_through_association.rb +208 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/has_one_association.rb +113 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/has_one_through_association.rb +36 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/join_dependency.rb +298 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/join_dependency/join_association.rb +134 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/join_dependency/join_base.rb +22 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/join_dependency/join_part.rb +71 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/preloader.rb +213 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/preloader/association.rb +160 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/preloader/belongs_to.rb +17 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/preloader/collection_association.rb +18 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/preloader/has_many.rb +17 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/preloader/has_many_through.rb +19 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/preloader/has_one.rb +15 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/preloader/has_one_through.rb +9 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/preloader/singular_association.rb +21 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/preloader/through_association.rb +109 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/singular_association.rb +86 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/through_association.rb +109 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute.rb +213 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute/user_provided_default.rb +28 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_assignment.rb +91 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_decorators.rb +67 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_methods.rb +464 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_methods/before_type_cast.rb +76 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_methods/dirty.rb +151 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_methods/primary_key.rb +128 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_methods/query.rb +40 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_methods/read.rb +75 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_methods/serialization.rb +67 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_methods/time_zone_conversion.rb +116 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_methods/write.rb +59 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_mutation_tracker.rb +70 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_set.rb +108 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_set/builder.rb +108 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attributes.rb +265 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/autosave_association.rb +487 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/base.rb +325 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/callbacks.rb +309 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/coders/json.rb +13 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/coders/yaml_column.rb +50 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/collection_cache_key.rb +40 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb +935 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract/database_limits.rb +67 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract/database_statements.rb +397 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract/query_cache.rb +95 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract/quoting.rb +198 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract/savepoints.rb +21 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract/schema_creation.rb +147 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract/schema_definitions.rb +635 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract/schema_dumper.rb +105 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract/schema_statements.rb +1293 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract/transaction.rb +232 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract_adapter.rb +587 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract_mysql_adapter.rb +977 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/column.rb +67 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/connection_specification.rb +263 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/determine_if_preparable_visitor.rb +22 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/mysql/column.rb +50 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/mysql/database_statements.rb +125 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/mysql/explain_pretty_printer.rb +70 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/mysql/quoting.rb +51 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/mysql/schema_creation.rb +67 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/mysql/schema_definitions.rb +93 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/mysql/schema_dumper.rb +54 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/mysql/type_metadata.rb +32 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/mysql2_adapter.rb +131 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/column.rb +15 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/database_statements.rb +170 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/explain_pretty_printer.rb +42 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid.rb +31 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/array.rb +70 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/bit.rb +52 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/bit_varying.rb +13 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/bytea.rb +15 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/cidr.rb +48 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/date_time.rb +21 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/decimal.rb +13 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/enum.rb +19 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/hstore.rb +59 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/inet.rb +13 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/json.rb +10 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/jsonb.rb +23 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/money.rb +39 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/point.rb +43 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/rails_5_1_point.rb +50 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/range.rb +93 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/specialized_string.rb +15 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb +109 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/uuid.rb +21 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/vector.rb +26 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/xml.rb +28 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/quoting.rb +116 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/referential_integrity.rb +49 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/schema_definitions.rb +180 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/schema_dumper.rb +47 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/schema_statements.rb +682 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/type_metadata.rb +35 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/utils.rb +77 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb +842 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/schema_cache.rb +107 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/sql_type_metadata.rb +32 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/sqlite3/explain_pretty_printer.rb +19 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/sqlite3/quoting.rb +48 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/sqlite3/schema_creation.rb +22 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/sqlite3_adapter.rb +569 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/statement_pool.rb +59 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_handling.rb +155 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/core.rb +561 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/counter_cache.rb +164 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/dynamic_matchers.rb +121 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/enum.rb +234 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/errors.rb +292 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/explain.rb +38 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/explain_registry.rb +30 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/explain_subscriber.rb +29 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/fixture_set/file.rb +77 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/fixtures.rb +1045 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/gem_version.rb +15 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/inheritance.rb +239 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/integration.rb +113 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/internal_metadata.rb +56 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/legacy_yaml_adapter.rb +46 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/locale/en.yml +48 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/locking/optimistic.rb +206 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/locking/pessimistic.rb +77 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/log_subscriber.rb +97 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/migration.rb +1309 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/migration/command_recorder.rb +238 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/migration/compatibility.rb +126 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/migration/join_table.rb +15 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/model_schema.rb +430 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/nested_attributes.rb +587 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/no_touching.rb +52 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/null_relation.rb +89 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/persistence.rb +576 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/query_cache.rb +53 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/querying.rb +69 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/railtie.rb +171 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/railties/console_sandbox.rb +5 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/railties/controller_runtime.rb +50 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/railties/databases.rake +407 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/railties/jdbcmysql_error.rb +16 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/readonly_attributes.rb +23 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/reflection.rb +1060 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation.rb +742 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/batches.rb +243 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/batches/batch_enumerator.rb +67 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/calculations.rb +381 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/delegation.rb +127 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/finder_methods.rb +598 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/from_clause.rb +32 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/merger.rb +167 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/predicate_builder.rb +168 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/predicate_builder/array_handler.rb +43 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/predicate_builder/association_query_handler.rb +88 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/predicate_builder/base_handler.rb +17 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/predicate_builder/basic_object_handler.rb +17 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/predicate_builder/class_handler.rb +27 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/predicate_builder/polymorphic_array_handler.rb +57 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/predicate_builder/range_handler.rb +33 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/predicate_builder/relation_handler.rb +13 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/query_attribute.rb +19 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/query_methods.rb +1242 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/record_fetch_warning.rb +49 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/spawn_methods.rb +76 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/where_clause.rb +174 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/where_clause_factory.rb +38 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/result.rb +132 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/runtime_registry.rb +22 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/sanitization.rb +220 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/schema.rb +68 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/schema_dumper.rb +275 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/schema_migration.rb +50 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/scoping.rb +104 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/scoping/default.rb +149 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/scoping/named.rb +185 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/secure_token.rb +38 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/serialization.rb +20 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/statement_cache.rb +113 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/store.rb +210 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/suppressor.rb +58 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/table_metadata.rb +68 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/tasks/database_tasks.rb +313 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/tasks/mysql_database_tasks.rb +151 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/tasks/postgresql_database_tasks.rb +110 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/tasks/sqlite_database_tasks.rb +59 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/timestamp.rb +132 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/touch_later.rb +58 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/transactions.rb +509 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/translation.rb +22 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type.rb +72 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type/adapter_specific_registry.rb +130 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type/date.rb +7 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type/date_time.rb +7 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type/hash_lookup_type_map.rb +23 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type/internal/abstract_json.rb +29 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type/internal/timezone.rb +15 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type/serialized.rb +63 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type/time.rb +20 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type/type_map.rb +64 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type_caster.rb +7 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type_caster/connection.rb +29 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type_caster/map.rb +19 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/validations.rb +91 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/validations/absence.rb +23 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/validations/associated.rb +58 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/validations/length.rb +24 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/validations/presence.rb +66 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/validations/uniqueness.rb +240 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/version.rb +8 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/rails/generators/active_record.rb +17 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/rails/generators/active_record/migration.rb +25 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/rails/generators/active_record/migration/migration_generator.rb +73 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/rails/generators/active_record/migration/templates/create_table_migration.rb +24 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/rails/generators/active_record/migration/templates/migration.rb +46 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/rails/generators/active_record/model/model_generator.rb +69 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/rails/generators/active_record/model/templates/application_record.rb +5 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/rails/generators/active_record/model/templates/model.rb +13 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/rails/generators/active_record/model/templates/module.rb +7 -0
- data/vendor/bundle/gems/activesupport-5.0.0/CHANGELOG.md +798 -0
- data/vendor/bundle/gems/activesupport-5.0.0/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/activesupport-5.0.0/README.rdoc +39 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support.rb +99 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/all.rb +3 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/array_inquirer.rb +44 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/backtrace_cleaner.rb +103 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/benchmarkable.rb +49 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/builder.rb +6 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/cache.rb +701 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/cache/file_store.rb +204 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/cache/mem_cache_store.rb +207 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/cache/memory_store.rb +167 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/cache/null_store.rb +41 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/cache/strategy/local_cache.rb +172 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/cache/strategy/local_cache_middleware.rb +44 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/callbacks.rb +791 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/concern.rb +142 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/concurrency/latch.rb +19 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/concurrency/share_lock.rb +186 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/configurable.rb +148 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/array.rb +7 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/array/access.rb +90 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/array/conversions.rb +211 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/array/extract_options.rb +29 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/array/grouping.rb +107 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/array/inquiry.rb +17 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/array/prepend_and_append.rb +7 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/array/wrap.rb +46 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/benchmark.rb +14 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/big_decimal.rb +1 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/big_decimal/conversions.rb +14 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/class.rb +2 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/class/attribute.rb +128 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/class/attribute_accessors.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/class/subclasses.rb +41 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date.rb +5 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date/acts_like.rb +8 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date/blank.rb +12 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date/calculations.rb +143 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date/conversions.rb +95 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date/zones.rb +6 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date_and_time/calculations.rb +335 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date_and_time/compatibility.rb +18 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date_and_time/zones.rb +40 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date_time.rb +5 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date_time/acts_like.rb +14 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date_time/blank.rb +12 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date_time/calculations.rb +199 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date_time/compatibility.rb +5 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date_time/conversions.rb +105 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/digest/uuid.rb +51 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/enumerable.rb +124 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/file.rb +1 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/file/atomic.rb +68 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/hash.rb +9 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/hash/compact.rb +20 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/hash/conversions.rb +262 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/hash/deep_merge.rb +38 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/hash/except.rb +22 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/hash/indifferent_access.rb +23 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/hash/keys.rb +170 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/hash/reverse_merge.rb +22 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/hash/slice.rb +48 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/hash/transform_values.rb +29 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/integer.rb +3 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/integer/inflections.rb +29 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/integer/multiple.rb +10 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/integer/time.rb +29 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/kernel.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/kernel/agnostics.rb +11 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/kernel/concern.rb +12 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/kernel/debugger.rb +3 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/kernel/reporting.rb +43 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/kernel/singleton_class.rb +6 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/load_error.rb +30 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/marshal.rb +22 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module.rb +12 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/aliasing.rb +74 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/anonymous.rb +28 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/attr_internal.rb +36 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/attribute_accessors.rb +212 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb +141 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/concerning.rb +135 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/delegation.rb +215 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/deprecation.rb +23 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/introspection.rb +66 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/method_transplanting.rb +3 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/qualified_const.rb +70 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/reachable.rb +8 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/remove_method.rb +35 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/name_error.rb +31 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/numeric.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/numeric/bytes.rb +64 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/numeric/conversions.rb +145 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/numeric/inquiry.rb +26 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/numeric/time.rb +74 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object.rb +14 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object/acts_like.rb +10 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object/blank.rb +143 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object/conversions.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object/deep_dup.rb +53 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object/duplicable.rb +98 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object/inclusion.rb +27 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object/instance_variables.rb +28 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object/json.rb +205 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object/to_param.rb +1 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object/to_query.rb +84 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object/try.rb +146 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object/with_options.rb +69 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/range.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/range/conversions.rb +31 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/range/each.rb +21 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/range/include_range.rb +23 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/range/overlaps.rb +8 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/regexp.rb +5 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/securerandom.rb +23 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string.rb +13 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/access.rb +104 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/behavior.rb +6 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/conversions.rb +57 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/exclude.rb +11 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/filters.rb +102 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/indent.rb +43 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/inflections.rb +244 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/inquiry.rb +13 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/multibyte.rb +53 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/output_safety.rb +260 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/starts_ends_with.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/strip.rb +23 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/zones.rb +14 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/struct.rb +3 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/time.rb +5 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/time/acts_like.rb +8 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/time/calculations.rb +290 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/time/compatibility.rb +5 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/time/conversions.rb +67 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/time/marshal.rb +3 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/time/zones.rb +111 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/uri.rb +24 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/dependencies.rb +754 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/dependencies/autoload.rb +77 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/dependencies/interlock.rb +51 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/deprecation.rb +43 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/deprecation/behaviors.rb +90 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/deprecation/instance_delegator.rb +24 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/deprecation/method_wrappers.rb +70 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/deprecation/proxy_wrappers.rb +149 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/deprecation/reporting.rb +112 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/descendants_tracker.rb +60 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/duration.rb +181 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/duration/iso8601_parser.rb +122 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/duration/iso8601_serializer.rb +51 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/evented_file_update_checker.rb +194 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/execution_wrapper.rb +117 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/executor.rb +6 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/file_update_checker.rb +157 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/gem_version.rb +15 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/gzip.rb +36 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/hash_with_indifferent_access.rb +314 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/i18n.rb +13 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/i18n_railtie.rb +115 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/inflections.rb +70 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/inflector.rb +7 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/inflector/inflections.rb +242 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/inflector/methods.rb +390 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/inflector/transliterate.rb +112 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/json.rb +2 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/json/decoding.rb +74 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/json/encoding.rb +127 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/key_generator.rb +71 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/lazy_load_hooks.rb +48 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/locale/en.yml +135 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/log_subscriber.rb +109 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/log_subscriber/test_helper.rb +104 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/logger.rb +106 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/logger_silence.rb +28 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/logger_thread_safe_level.rb +31 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/message_encryptor.rb +107 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/message_verifier.rb +134 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/multibyte.rb +21 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/multibyte/chars.rb +231 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/multibyte/unicode.rb +413 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/notifications.rb +212 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/notifications/fanout.rb +157 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/notifications/instrumenter.rb +91 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/number_helper.rb +368 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/number_helper/number_converter.rb +182 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/number_helper/number_to_currency_converter.rb +44 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/number_helper/number_to_delimited_converter.rb +28 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/number_helper/number_to_human_converter.rb +68 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/number_helper/number_to_human_size_converter.rb +62 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/number_helper/number_to_percentage_converter.rb +12 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/number_helper/number_to_phone_converter.rb +58 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/number_helper/number_to_rounded_converter.rb +92 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/option_merger.rb +25 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/ordered_hash.rb +48 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/ordered_options.rb +81 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/per_thread_registry.rb +58 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/proxy_object.rb +13 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/rails.rb +27 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/railtie.rb +51 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/reloader.rb +129 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/rescuable.rb +165 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/security_utils.rb +27 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/string_inquirer.rb +26 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/subscriber.rb +120 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/tagged_logging.rb +78 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/test_case.rb +86 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/assertions.rb +99 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/autorun.rb +12 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/constant_lookup.rb +50 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/declarative.rb +26 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/deprecation.rb +36 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/file_fixtures.rb +34 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/isolation.rb +115 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/method_call_assertions.rb +41 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/setup_and_teardown.rb +50 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/stream.rb +42 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/tagged_logging.rb +25 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/time_helpers.rb +134 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/time.rb +18 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/time_with_zone.rb +498 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/values/time_zone.rb +473 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/values/unicode_tables.dat +0 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/version.rb +8 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/xml_mini.rb +199 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/xml_mini/jdom.rb +181 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/xml_mini/libxml.rb +79 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/xml_mini/libxmlsax.rb +85 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/xml_mini/nokogiri.rb +83 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/xml_mini/nokogirisax.rb +87 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/xml_mini/rexml.rb +128 -0
- data/vendor/bundle/gems/activesupport-5.0.1/CHANGELOG.md +905 -0
- data/vendor/bundle/gems/activesupport-5.0.1/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/activesupport-5.0.1/README.rdoc +39 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support.rb +99 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/all.rb +3 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/array_inquirer.rb +44 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/backtrace_cleaner.rb +103 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/benchmarkable.rb +49 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/builder.rb +6 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/cache.rb +701 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/cache/file_store.rb +204 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/cache/mem_cache_store.rb +207 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/cache/memory_store.rb +167 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/cache/null_store.rb +41 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/cache/strategy/local_cache.rb +172 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/cache/strategy/local_cache_middleware.rb +44 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/callbacks.rb +791 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/concern.rb +142 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/concurrency/latch.rb +26 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/concurrency/share_lock.rb +226 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/configurable.rb +148 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/array.rb +7 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/array/access.rb +90 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/array/conversions.rb +211 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/array/extract_options.rb +29 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/array/grouping.rb +107 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/array/inquiry.rb +17 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/array/prepend_and_append.rb +7 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/array/wrap.rb +46 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/benchmark.rb +14 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/big_decimal.rb +1 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/big_decimal/conversions.rb +14 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/class.rb +2 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/class/attribute.rb +128 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/class/attribute_accessors.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/class/subclasses.rb +41 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date.rb +5 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date/acts_like.rb +8 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date/blank.rb +12 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date/calculations.rb +143 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date/conversions.rb +95 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date/zones.rb +6 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date_and_time/calculations.rb +335 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date_and_time/compatibility.rb +22 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date_and_time/zones.rb +40 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date_time.rb +5 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date_time/acts_like.rb +14 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date_time/blank.rb +12 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date_time/calculations.rb +199 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date_time/compatibility.rb +5 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date_time/conversions.rb +105 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/digest/uuid.rb +51 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/enumerable.rb +124 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/file.rb +1 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/file/atomic.rb +68 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/hash.rb +9 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/hash/compact.rb +20 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/hash/conversions.rb +262 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/hash/deep_merge.rb +38 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/hash/except.rb +22 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/hash/indifferent_access.rb +23 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/hash/keys.rb +170 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/hash/reverse_merge.rb +22 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/hash/slice.rb +48 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/hash/transform_values.rb +29 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/integer.rb +3 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/integer/inflections.rb +29 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/integer/multiple.rb +10 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/integer/time.rb +29 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/kernel.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/kernel/agnostics.rb +11 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/kernel/concern.rb +12 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/kernel/debugger.rb +3 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/kernel/reporting.rb +43 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/kernel/singleton_class.rb +6 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/load_error.rb +31 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/marshal.rb +22 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module.rb +12 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/aliasing.rb +74 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/anonymous.rb +28 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/attr_internal.rb +36 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/attribute_accessors.rb +212 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb +141 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/concerning.rb +135 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/delegation.rb +216 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/deprecation.rb +23 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/introspection.rb +66 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/method_transplanting.rb +3 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/qualified_const.rb +70 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/reachable.rb +8 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/remove_method.rb +35 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/name_error.rb +31 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/numeric.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/numeric/bytes.rb +64 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/numeric/conversions.rb +145 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/numeric/inquiry.rb +26 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/numeric/time.rb +74 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object.rb +14 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/acts_like.rb +10 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/blank.rb +143 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/conversions.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/deep_dup.rb +53 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/duplicable.rb +98 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/inclusion.rb +27 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/instance_variables.rb +28 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/json.rb +205 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/to_param.rb +1 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/to_query.rb +84 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/try.rb +146 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/with_options.rb +69 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/range.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/range/conversions.rb +31 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/range/each.rb +21 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/range/include_range.rb +23 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/range/overlaps.rb +8 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/regexp.rb +5 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/securerandom.rb +23 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string.rb +13 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/access.rb +104 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/behavior.rb +6 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/conversions.rb +57 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/exclude.rb +11 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/filters.rb +102 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/indent.rb +43 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/inflections.rb +244 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/inquiry.rb +13 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/multibyte.rb +53 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/output_safety.rb +260 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/starts_ends_with.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/strip.rb +23 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/zones.rb +14 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/struct.rb +3 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/time.rb +5 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/time/acts_like.rb +8 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/time/calculations.rb +290 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/time/compatibility.rb +5 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/time/conversions.rb +67 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/time/marshal.rb +3 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/time/zones.rb +111 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/uri.rb +24 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/dependencies.rb +754 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/dependencies/autoload.rb +77 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/dependencies/interlock.rb +55 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/deprecation.rb +43 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/deprecation/behaviors.rb +90 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/deprecation/instance_delegator.rb +37 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/deprecation/method_wrappers.rb +70 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/deprecation/proxy_wrappers.rb +149 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/deprecation/reporting.rb +112 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/descendants_tracker.rb +60 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/duration.rb +182 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/duration/iso8601_parser.rb +122 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/duration/iso8601_serializer.rb +51 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/evented_file_update_checker.rb +194 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/execution_wrapper.rb +126 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/executor.rb +6 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/file_update_checker.rb +157 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/gem_version.rb +15 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/gzip.rb +36 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/hash_with_indifferent_access.rb +320 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/i18n.rb +13 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/i18n_railtie.rb +115 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/inflections.rb +70 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/inflector.rb +7 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/inflector/inflections.rb +242 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/inflector/methods.rb +390 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/inflector/transliterate.rb +112 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/json.rb +2 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/json/decoding.rb +74 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/json/encoding.rb +127 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/key_generator.rb +71 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/lazy_load_hooks.rb +56 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/locale/en.yml +135 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/log_subscriber.rb +109 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/log_subscriber/test_helper.rb +104 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/logger.rb +106 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/logger_silence.rb +28 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/logger_thread_safe_level.rb +31 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/message_encryptor.rb +114 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/message_verifier.rb +134 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/multibyte.rb +21 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/multibyte/chars.rb +231 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/multibyte/unicode.rb +413 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/notifications.rb +212 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/notifications/fanout.rb +157 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/notifications/instrumenter.rb +91 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/number_helper.rb +368 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/number_helper/number_converter.rb +182 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/number_helper/number_to_currency_converter.rb +44 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/number_helper/number_to_delimited_converter.rb +28 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/number_helper/number_to_human_converter.rb +68 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/number_helper/number_to_human_size_converter.rb +62 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/number_helper/number_to_percentage_converter.rb +12 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/number_helper/number_to_phone_converter.rb +58 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/number_helper/number_to_rounded_converter.rb +92 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/option_merger.rb +25 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/ordered_hash.rb +48 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/ordered_options.rb +81 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/per_thread_registry.rb +58 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/proxy_object.rb +13 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/rails.rb +27 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/railtie.rb +51 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/reloader.rb +129 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/rescuable.rb +167 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/security_utils.rb +27 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/string_inquirer.rb +26 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/subscriber.rb +120 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/tagged_logging.rb +77 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/test_case.rb +88 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/testing/assertions.rb +99 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/testing/autorun.rb +9 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/testing/constant_lookup.rb +50 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/testing/declarative.rb +26 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/testing/deprecation.rb +36 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/testing/file_fixtures.rb +34 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/testing/isolation.rb +115 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/testing/method_call_assertions.rb +41 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/testing/setup_and_teardown.rb +50 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/testing/stream.rb +42 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/testing/tagged_logging.rb +25 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/testing/time_helpers.rb +134 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/time.rb +18 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/time_with_zone.rb +499 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/values/time_zone.rb +474 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/values/unicode_tables.dat +0 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/version.rb +8 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/xml_mini.rb +199 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/xml_mini/jdom.rb +181 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/xml_mini/libxml.rb +79 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/xml_mini/libxmlsax.rb +85 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/xml_mini/nokogiri.rb +83 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/xml_mini/nokogirisax.rb +87 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/xml_mini/rexml.rb +128 -0
- data/vendor/bundle/gems/arel-7.1.0/History.txt +313 -0
- data/vendor/bundle/gems/arel-7.1.0/MIT-LICENSE.txt +21 -0
- data/vendor/bundle/gems/arel-7.1.0/README.md +284 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel.rb +35 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/alias_predication.rb +7 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/attributes.rb +20 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/attributes/attribute.rb +35 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/collectors/bind.rb +36 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/collectors/plain_string.rb +18 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/collectors/sql_string.rb +24 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/compatibility/wheres.rb +33 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/crud.rb +41 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/delete_manager.rb +23 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/expressions.rb +28 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/factory_methods.rb +43 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/insert_manager.rb +42 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/math.rb +43 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes.rb +63 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/and.rb +30 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/ascending.rb +23 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/binary.rb +50 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/bind_param.rb +9 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/case.rb +57 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/casted.rb +44 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/count.rb +10 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/delete_statement.rb +21 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/descending.rb +23 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/equality.rb +9 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/extract.rb +25 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/false.rb +13 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/full_outer_join.rb +6 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/function.rb +43 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/grouping.rb +7 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/in.rb +6 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/infix_operation.rb +79 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/inner_join.rb +6 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/insert_statement.rb +35 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/join_source.rb +18 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/matches.rb +16 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/named_function.rb +21 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/node.rb +60 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/outer_join.rb +6 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/over.rb +15 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/regexp.rb +14 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/right_outer_join.rb +6 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/select_core.rb +63 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/select_statement.rb +39 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/sql_literal.rb +14 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/string_join.rb +9 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/table_alias.rb +25 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/terminal.rb +13 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/true.rb +13 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/unary.rb +42 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/unary_operation.rb +25 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/unqualified_column.rb +20 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/update_statement.rb +38 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/values.rb +14 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/window.rb +123 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/with.rb +10 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/order_predications.rb +13 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/predications.rb +239 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/select_manager.rb +268 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/table.rb +125 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/tree_manager.rb +41 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/update_manager.rb +57 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors.rb +18 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/bind_substitute.rb +9 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/bind_visitor.rb +39 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/depth_first.rb +198 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/dot.rb +284 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/ibm_db.rb +14 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/informix.rb +56 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/mssql.rb +123 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/mysql.rb +85 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/oracle.rb +141 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/oracle12.rb +59 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/postgresql.rb +84 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/reduce.rb +25 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/sqlite.rb +26 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/to_sql.rb +865 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/visitor.rb +41 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/where_sql.rb +21 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/window_predications.rb +9 -0
- data/vendor/bundle/gems/builder-3.2.2/CHANGES +107 -0
- data/vendor/bundle/gems/builder-3.2.2/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/builder-3.2.2/README.md +258 -0
- data/vendor/bundle/gems/builder-3.2.2/Rakefile +195 -0
- data/vendor/bundle/gems/builder-3.2.2/doc/jamis.rb +591 -0
- data/vendor/bundle/gems/builder-3.2.2/doc/releases/builder-1.2.4.rdoc +31 -0
- data/vendor/bundle/gems/builder-3.2.2/doc/releases/builder-2.0.0.rdoc +46 -0
- data/vendor/bundle/gems/builder-3.2.2/doc/releases/builder-2.1.1.rdoc +58 -0
- data/vendor/bundle/gems/builder-3.2.2/lib/blankslate.rb +137 -0
- data/vendor/bundle/gems/builder-3.2.2/lib/builder.rb +13 -0
- data/vendor/bundle/gems/builder-3.2.2/lib/builder/blankslate.rb +23 -0
- data/vendor/bundle/gems/builder-3.2.2/lib/builder/version.rb +8 -0
- data/vendor/bundle/gems/builder-3.2.2/lib/builder/xchar.rb +197 -0
- data/vendor/bundle/gems/builder-3.2.2/lib/builder/xmlbase.rb +199 -0
- data/vendor/bundle/gems/builder-3.2.2/lib/builder/xmlevents.rb +63 -0
- data/vendor/bundle/gems/builder-3.2.2/lib/builder/xmlmarkup.rb +339 -0
- data/vendor/bundle/gems/builder-3.2.2/rakelib/publish.rake +17 -0
- data/vendor/bundle/gems/builder-3.2.2/rakelib/tags.rake +62 -0
- data/vendor/bundle/gems/builder-3.2.2/test/performance.rb +41 -0
- data/vendor/bundle/gems/builder-3.2.2/test/preload.rb +39 -0
- data/vendor/bundle/gems/builder-3.2.2/test/test_blankslate.rb +217 -0
- data/vendor/bundle/gems/builder-3.2.2/test/test_eventbuilder.rb +150 -0
- data/vendor/bundle/gems/builder-3.2.2/test/test_markupbuilder.rb +611 -0
- data/vendor/bundle/gems/builder-3.2.2/test/test_method_caching.rb +62 -0
- data/vendor/bundle/gems/builder-3.2.2/test/test_namecollision.rb +39 -0
- data/vendor/bundle/gems/builder-3.2.2/test/test_xchar.rb +78 -0
- data/vendor/bundle/gems/coderay-1.1.1/README_INDEX.rdoc +123 -0
- data/vendor/bundle/gems/coderay-1.1.1/Rakefile +37 -0
- data/vendor/bundle/gems/coderay-1.1.1/bin/coderay +215 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay.rb +284 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/duo.rb +81 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders.rb +18 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/_map.rb +17 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/comment_filter.rb +25 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/count.rb +39 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/debug.rb +49 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/debug_lint.rb +63 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/div.rb +23 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/encoder.rb +190 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/filter.rb +58 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/html.rb +333 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/html/css.rb +65 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/html/numbering.rb +108 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/html/output.rb +166 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/json.rb +83 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/lines_of_code.rb +45 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/lint.rb +59 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/null.rb +18 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/page.rb +24 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/span.rb +23 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/statistic.rb +95 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/terminal.rb +195 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/text.rb +46 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/token_kind_filter.rb +111 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/xml.rb +72 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/yaml.rb +50 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/for_redcloth.rb +95 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/helpers/file_type.rb +151 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/helpers/plugin.rb +55 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/helpers/plugin_host.rb +221 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/helpers/word_list.rb +72 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners.rb +27 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/_map.rb +24 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/c.rb +189 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/clojure.rb +217 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/cpp.rb +215 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/css.rb +196 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/debug.rb +75 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/delphi.rb +144 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/diff.rb +221 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/erb.rb +81 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/go.rb +208 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/groovy.rb +268 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/haml.rb +168 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/html.rb +275 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/java.rb +174 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/java/builtin_types.rb +421 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/java_script.rb +237 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/json.rb +98 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/lua.rb +280 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/php.rb +527 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/python.rb +287 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/raydebug.rb +75 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/ruby.rb +477 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/ruby/patterns.rb +178 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/ruby/string_state.rb +79 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/sass.rb +232 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/scanner.rb +337 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/sql.rb +169 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/taskpaper.rb +36 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/text.rb +26 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/xml.rb +17 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/yaml.rb +140 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/styles.rb +15 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/styles/_map.rb +7 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/styles/alpha.rb +153 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/styles/style.rb +18 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/token_kinds.rb +85 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/tokens.rb +161 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/tokens_proxy.rb +55 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/version.rb +3 -0
- data/vendor/bundle/gems/coderay-1.1.1/test/functional/basic.rb +318 -0
- data/vendor/bundle/gems/coderay-1.1.1/test/functional/examples.rb +129 -0
- data/vendor/bundle/gems/coderay-1.1.1/test/functional/for_redcloth.rb +78 -0
- data/vendor/bundle/gems/coderay-1.1.1/test/functional/suite.rb +15 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/CHANGELOG.md +343 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/LICENSE.txt +21 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/README.md +257 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent.rb +130 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/agent.rb +587 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/array.rb +39 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/async.rb +445 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atom.rb +221 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/abstract_thread_local_var.rb +38 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/atomic_boolean.rb +116 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/atomic_fixnum.rb +133 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/atomic_reference.rb +42 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/count_down_latch.rb +77 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/cyclic_barrier.rb +108 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/event.rb +89 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/java_count_down_latch.rb +39 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/java_thread_local_var.rb +50 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/mutex_atomic_boolean.rb +60 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/mutex_atomic_fixnum.rb +91 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/mutex_count_down_latch.rb +43 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/mutex_semaphore.rb +115 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/read_write_lock.rb +253 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/reentrant_read_write_lock.rb +377 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/ruby_thread_local_var.rb +172 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/semaphore.rb +113 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/thread_local_var.rb +102 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic_reference/concurrent_update_error.rb +8 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic_reference/direct_update.rb +81 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic_reference/jruby+truffle.rb +1 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic_reference/jruby.rb +16 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic_reference/mutex_atomic.rb +61 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic_reference/numeric_cas_wrapper.rb +28 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic_reference/rbx.rb +22 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic_reference/ruby.rb +32 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomics.rb +53 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/copy_on_notify_observer_set.rb +107 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/copy_on_write_observer_set.rb +111 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/java_non_concurrent_priority_queue.rb +84 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/map/atomic_reference_map_backend.rb +927 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/map/mri_map_backend.rb +66 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/map/non_concurrent_map_backend.rb +140 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/map/synchronized_map_backend.rb +82 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/non_concurrent_priority_queue.rb +143 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/ruby_non_concurrent_priority_queue.rb +150 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/concern/deprecation.rb +34 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/concern/dereferenceable.rb +73 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/concern/logging.rb +27 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/concern/obligation.rb +219 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/concern/observable.rb +110 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/configuration.rb +153 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/constants.rb +8 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/dataflow.rb +80 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/delay.rb +197 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/edge.rb +30 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/errors.rb +46 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/exchanger.rb +356 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/abstract_executor_service.rb +134 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/cached_thread_pool.rb +62 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/executor_service.rb +185 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/fixed_thread_pool.rb +206 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/immediate_executor.rb +66 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/indirect_immediate_executor.rb +44 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/java_executor_service.rb +100 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/java_single_thread_executor.rb +29 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/java_thread_pool_executor.rb +120 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/ruby_executor_service.rb +78 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/ruby_single_thread_executor.rb +22 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/ruby_thread_pool_executor.rb +362 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/safe_task_executor.rb +35 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/serial_executor_service.rb +34 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/serialized_execution.rb +107 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/serialized_execution_delegator.rb +28 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/simple_executor_service.rb +100 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/single_thread_executor.rb +56 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/thread_pool_executor.rb +87 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/timer_set.rb +164 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executors.rb +20 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/future.rb +138 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/hash.rb +35 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/immutable_struct.rb +93 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/ivar.rb +208 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/lazy_register.rb +81 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/map.rb +238 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/maybe.rb +229 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/mutable_struct.rb +228 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/mvar.rb +242 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/options.rb +42 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/promise.rb +543 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/scheduled_task.rb +318 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/settable_struct.rb +128 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization.rb +31 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/abstract_lockable_object.rb +98 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/abstract_object.rb +24 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/abstract_struct.rb +157 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/condition.rb +55 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/jruby_lockable_object.rb +13 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/jruby_object.rb +44 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/lock.rb +33 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/lockable_object.rb +74 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/mri_lockable_object.rb +71 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/mri_object.rb +43 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/object.rb +152 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/rbx_lockable_object.rb +65 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/rbx_object.rb +47 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/truffle_lockable_object.rb +9 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/truffle_object.rb +32 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/volatile.rb +34 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/synchronized_delegator.rb +50 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/util.rb +14 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/util/adder.rb +74 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/util/array_hash_rbx.rb +30 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/util/cheap_lockable.rb +118 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/util/power_of_two_tuple.rb +38 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/util/striped64.rb +241 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/util/volatile.rb +75 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/util/xor_shift_random.rb +50 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/timer_task.rb +331 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/tuple.rb +86 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/tvar.rb +258 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/utility/at_exit.rb +97 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/utility/engine.rb +56 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/utility/monotonic_time.rb +58 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/utility/native_extension_loader.rb +73 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/utility/processor_counter.rb +158 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/version.rb +4 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/CHANGELOG.md +371 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/LICENSE.txt +21 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/README.md +247 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent.rb +130 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/agent.rb +587 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/array.rb +39 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/async.rb +445 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atom.rb +222 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/abstract_thread_local_var.rb +64 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/atomic_boolean.rb +116 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/atomic_fixnum.rb +137 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/atomic_reference.rb +49 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/count_down_latch.rb +100 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/cyclic_barrier.rb +128 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/event.rb +89 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/java_count_down_latch.rb +39 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/java_thread_local_var.rb +37 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/mutex_atomic_boolean.rb +60 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/mutex_atomic_fixnum.rb +75 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/mutex_count_down_latch.rb +43 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/mutex_semaphore.rb +115 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/read_write_lock.rb +253 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/reentrant_read_write_lock.rb +377 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/ruby_thread_local_var.rb +161 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/semaphore.rb +113 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/thread_local_var.rb +104 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic_reference/concurrent_update_error.rb +8 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic_reference/direct_update.rb +81 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic_reference/jruby+truffle.rb +2 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic_reference/jruby.rb +16 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic_reference/mutex_atomic.rb +61 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic_reference/numeric_cas_wrapper.rb +28 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic_reference/rbx.rb +22 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic_reference/ruby.rb +32 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomics.rb +53 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/collection/copy_on_notify_observer_set.rb +107 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/collection/copy_on_write_observer_set.rb +111 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/collection/java_non_concurrent_priority_queue.rb +84 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/collection/map/atomic_reference_map_backend.rb +927 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/collection/map/mri_map_backend.rb +66 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/collection/map/non_concurrent_map_backend.rb +141 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/collection/map/synchronized_map_backend.rb +82 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/collection/non_concurrent_priority_queue.rb +143 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/collection/ruby_non_concurrent_priority_queue.rb +150 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/concern/deprecation.rb +34 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/concern/dereferenceable.rb +73 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/concern/logging.rb +27 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/concern/obligation.rb +220 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/concern/observable.rb +110 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/configuration.rb +188 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/constants.rb +8 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/dataflow.rb +80 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/delay.rb +197 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/edge.rb +30 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/errors.rb +69 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/exchanger.rb +356 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/abstract_executor_service.rb +134 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/cached_thread_pool.rb +62 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/executor_service.rb +185 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/fixed_thread_pool.rb +206 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/immediate_executor.rb +66 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/indirect_immediate_executor.rb +44 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/java_executor_service.rb +100 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/java_single_thread_executor.rb +29 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/java_thread_pool_executor.rb +120 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/ruby_executor_service.rb +78 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/ruby_single_thread_executor.rb +22 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/ruby_thread_pool_executor.rb +362 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/safe_task_executor.rb +35 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/serial_executor_service.rb +34 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/serialized_execution.rb +107 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/serialized_execution_delegator.rb +28 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/simple_executor_service.rb +100 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/single_thread_executor.rb +56 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/thread_pool_executor.rb +87 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/timer_set.rb +175 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executors.rb +20 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/future.rb +138 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/hash.rb +36 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/immutable_struct.rb +93 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/ivar.rb +208 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/lazy_register.rb +81 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/map.rb +240 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/maybe.rb +229 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/mutable_struct.rb +228 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/mvar.rb +242 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/options.rb +42 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/promise.rb +547 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/scheduled_task.rb +318 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/settable_struct.rb +128 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization.rb +31 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/abstract_lockable_object.rb +98 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/abstract_object.rb +24 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/abstract_struct.rb +157 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/condition.rb +55 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/jruby_lockable_object.rb +13 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/jruby_object.rb +44 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/lock.rb +33 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/lockable_object.rb +74 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/mri_lockable_object.rb +71 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/mri_object.rb +43 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/object.rb +152 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/rbx_lockable_object.rb +65 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/rbx_object.rb +48 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/truffle_lockable_object.rb +9 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/truffle_object.rb +31 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/volatile.rb +34 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/thread_safe/synchronized_delegator.rb +50 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/thread_safe/util.rb +16 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/thread_safe/util/adder.rb +74 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/thread_safe/util/array_hash_rbx.rb +30 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/thread_safe/util/cheap_lockable.rb +118 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/thread_safe/util/power_of_two_tuple.rb +38 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/thread_safe/util/striped64.rb +241 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/thread_safe/util/volatile.rb +75 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/thread_safe/util/xor_shift_random.rb +50 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/timer_task.rb +331 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/tuple.rb +86 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/tvar.rb +258 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/utility/at_exit.rb +97 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/utility/engine.rb +56 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/utility/monotonic_time.rb +58 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/utility/native_extension_loader.rb +73 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/utility/native_integer.rb +53 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/utility/processor_counter.rb +160 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/version.rb +4 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/Contributing.rdoc +64 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/Gemfile +20 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/History.rdoc +152 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/License.rdoc +39 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/Manifest.txt +38 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/README.rdoc +85 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/Rakefile +41 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/autotest/discover.rb +1 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/bin/htmldiff +32 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/bin/ldiff +6 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/docs/COPYING.txt +339 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/docs/artistic.txt +127 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/lib/diff-lcs.rb +3 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/lib/diff/lcs.rb +805 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/lib/diff/lcs/array.rb +7 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/lib/diff/lcs/block.rb +37 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/lib/diff/lcs/callbacks.rb +322 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/lib/diff/lcs/change.rb +177 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/lib/diff/lcs/htmldiff.rb +149 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/lib/diff/lcs/hunk.rb +276 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/lib/diff/lcs/internals.rb +301 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/lib/diff/lcs/ldiff.rb +195 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/lib/diff/lcs/string.rb +5 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/spec/change_spec.rb +65 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/spec/diff_spec.rb +47 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/spec/hunk_spec.rb +72 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/spec/issues_spec.rb +24 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/spec/lcs_spec.rb +54 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/spec/patch_spec.rb +414 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/spec/sdiff_spec.rb +214 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/spec/spec_helper.rb +290 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/spec/traverse_balanced_spec.rb +310 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/spec/traverse_sequences_spec.rb +139 -0
- data/vendor/bundle/gems/docile-1.1.5/Gemfile +4 -0
- data/vendor/bundle/gems/docile-1.1.5/HISTORY.md +61 -0
- data/vendor/bundle/gems/docile-1.1.5/LICENSE +21 -0
- data/vendor/bundle/gems/docile-1.1.5/README.md +241 -0
- data/vendor/bundle/gems/docile-1.1.5/Rakefile +28 -0
- data/vendor/bundle/gems/docile-1.1.5/docile.gemspec +43 -0
- data/vendor/bundle/gems/docile-1.1.5/lib/docile.rb +84 -0
- data/vendor/bundle/gems/docile-1.1.5/lib/docile/chaining_fallback_context_proxy.rb +20 -0
- data/vendor/bundle/gems/docile-1.1.5/lib/docile/execution.rb +35 -0
- data/vendor/bundle/gems/docile-1.1.5/lib/docile/fallback_context_proxy.rb +63 -0
- data/vendor/bundle/gems/docile-1.1.5/lib/docile/version.rb +4 -0
- data/vendor/bundle/gems/docile-1.1.5/on_what.rb +14 -0
- data/vendor/bundle/gems/docile-1.1.5/spec/docile_spec.rb +339 -0
- data/vendor/bundle/gems/docile-1.1.5/spec/spec_helper.rb +30 -0
- data/vendor/bundle/gems/erubis-2.7.0/CHANGES.txt +828 -0
- data/vendor/bundle/gems/erubis-2.7.0/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/erubis-2.7.0/README.txt +102 -0
- data/vendor/bundle/gems/erubis-2.7.0/benchmark/Makefile +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/benchmark/bench.rb +313 -0
- data/vendor/bundle/gems/erubis-2.7.0/benchmark/bench_context.yaml +141 -0
- data/vendor/bundle/gems/erubis-2.7.0/benchmark/templates/_footer.html +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/benchmark/templates/_header.html +52 -0
- data/vendor/bundle/gems/erubis-2.7.0/benchmark/templates/bench_erb.rhtml +29 -0
- data/vendor/bundle/gems/erubis-2.7.0/benchmark/templates/bench_erubis.rhtml +29 -0
- data/vendor/bundle/gems/erubis-2.7.0/benchmark/templates/bench_eruby.rhtml +29 -0
- data/vendor/bundle/gems/erubis-2.7.0/bin/erubis +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/contrib/erubis +3468 -0
- data/vendor/bundle/gems/erubis-2.7.0/contrib/erubis-run.rb +132 -0
- data/vendor/bundle/gems/erubis-2.7.0/contrib/inline-require +179 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/ActionView.html +105 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/ActionView/TemplateHandlers/ErubisHandler.html +209 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/ERB.html +101 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis.html +362 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayBufferEnhancer.html +175 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayBufferEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayEnhancer.html +174 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic.html +112 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic/Converter.html +327 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic/Engine.html +130 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/BiPatternEnhancer.html +215 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/BiPatternEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/CGenerator.html +386 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/CommandOptionError.html +113 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Context.html +344 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Converter.html +283 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/CppGenerator.html +382 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/DeleteIndentEnhancer.html +150 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/DeleteIndentEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Ec.html +126 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Ecpp.html +126 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Ejava.html +126 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Ejavascript.html +126 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Engine.html +305 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Eperl.html +126 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Ephp.html +126 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/ErboutEnhancer.html +175 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/ErboutEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/ErubisError.html +117 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Eruby.html +132 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapeEnhancer.html +165 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEc.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEcpp.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEjava.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEjavascript.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEperl.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEphp.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEruby.html +127 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEscheme.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Escheme.html +126 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Evaluator.html +212 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/FastEruby.html +131 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Generator.html +416 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/HeaderFooterEnhancer.html +267 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/HeaderFooterEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers.html +116 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsFormHelper.html +787 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsHelper.html +349 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsHelper/TemplateConverter.html +213 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/InterpolationEnhancer.html +305 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/InterpolationEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/JavaGenerator.html +359 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/JavascriptGenerator.html +386 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Main.html +341 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/NoCodeEnhancer.html +249 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/NoCodeEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/NoTextEnhancer.html +159 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/NoTextEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/NotSupportedError.html +119 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedEruby.html +163 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedGenerator.html +439 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedXmlEruby.html +163 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI.html +125 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Converter.html +266 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ec.html +166 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ecpp.html +166 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ejava.html +166 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ejavascript.html +166 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Engine.html +122 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Eperl.html +166 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ephp.html +166 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Eruby.html +155 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Escheme.html +166 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/TinyEruby.html +293 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PercentLineEnhancer.html +163 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PercentLineEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PerlGenerator.html +344 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PhpGenerator.html +350 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PrefixedLineEnhancer.html +210 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PrefixedLineEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PreprocessingEruby.html +183 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PreprocessingHelper.html +212 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintEnabledEnhancer.html +212 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintEnabledEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutEnhancer.html +244 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutSimplifiedEruby.html +121 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/RubyEvaluator.html +227 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/RubyGenerator.html +328 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/SchemeGenerator.html +382 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/SimplifiedEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/SimplifyEnhancer.html +191 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutEnhancer.html +173 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutSimplifiedEruby.html +121 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/StringBufferEnhancer.html +174 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/StringBufferEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/StringIOEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/TinyEruby.html +298 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/XmlEruby.html +130 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/XmlHelper.html +255 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Kernel.html +155 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/created.rid +1 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/README_txt.html +247 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/context_rb.html +107 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/converter_rb.html +114 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/ec_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/ecpp_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/ejava_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/ejavascript_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/enhanced_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/eperl_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/ephp_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/eruby_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/escheme_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/optimized_rb.html +114 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine_rb.html +117 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/enhancer_rb.html +107 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/error_rb.html +107 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/evaluator_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/generator_rb.html +114 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/helper_rb.html +107 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/helpers/rails_form_helper_rb.html +107 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/helpers/rails_helper_rb.html +116 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/local-setting_rb.html +107 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/main_rb.html +129 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/preprocessing_rb.html +114 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/tiny_rb.html +107 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/util_rb.html +107 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis_rb.html +118 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/fr_class_index.html +129 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/fr_file_index.html +53 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/fr_method_index.html +265 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/index.html +24 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/rdoc-style.css +208 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc/docstyle.css +209 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc/users-guide.html +3551 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/Makefile +58 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/example.ec +42 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/example.ecpp +33 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/example.ejava +45 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/example.ejs +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/example.eperl +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/example.ephp +17 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/example.eruby +15 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/example.escheme +26 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/pi/Makefile +54 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/pi/example.ec +42 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/pi/example.ejava +45 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/pi/example.ejs +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/pi/example.eperl +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/pi/example.ephp +17 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/pi/example.eruby +15 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/pi/example.escheme +26 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis.rb +73 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/context.rb +83 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/converter.rb +357 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine.rb +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/ec.rb +117 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/ecpp.rb +113 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/ejava.rb +110 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/ejavascript.rb +119 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/enhanced.rb +126 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/eperl.rb +95 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/ephp.rb +99 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/eruby.rb +125 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/escheme.rb +114 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/optimized.rb +127 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/enhancer.rb +723 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/error.rb +23 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/evaluator.rb +88 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/generator.rb +85 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/helper.rb +47 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/helpers/rails_form_helper.rb +197 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/helpers/rails_helper.rb +353 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/local-setting.rb +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/main.rb +516 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/preprocessing.rb +58 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/tiny.rb +144 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/util.rb +22 -0
- data/vendor/bundle/gems/erubis-2.7.0/setup.rb +1331 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/assert-text-equal.rb +44 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/Example.ejava +55 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/array_example.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/arraybuffer_example.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/bipattern-example.rhtml +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/bipattern_example.result +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/bufvar-example.rb +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/bufvar-example.result +17 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/context.rb +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/context.yaml +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/def_method.rb +14 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/def_method.result +3 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/escape_example.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example.ec +27 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example.ecpp +30 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example.ejs +20 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example.eperl +18 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example.ephp +18 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example.eruby +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example.escheme +28 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example1.eruby +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example1.rb +17 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example1.result +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example10.rb +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example10.result +17 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example10.xhtml +14 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example10_x.result +17 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example11.php +20 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example11.result +23 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example11.rhtml +21 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example11_C.result +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example11_N.result +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example11_U.result +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example11_php.result +15 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example1_x.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example2.eruby +7 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example2.rb +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example2.result +27 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example2_trim.result +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example2_x.result +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example3.eruby +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example3.rb +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example31.result +22 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example32.result +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example3_e.result +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example4.eruby +3 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example4.rb +11 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example4.result +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example4_x.result +5 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example5.eruby +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example5.rb +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example5.result +7 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example6.rb +12 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example6.result +7 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example7.eruby +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example71.result +13 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example72.result +13 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example8.eruby +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example8_ruby.result +7 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example8_yaml.result +7 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example9.eruby +3 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example9.rb +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example9.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example91.result +5 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example92.result +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example_c.result +32 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example_java.result +56 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example_js.result +22 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example_perl.result +20 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example_php.result +19 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example_scheme.result +30 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example_scheme_display.result +29 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/fasteruby-example.rb +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/fasteruby-example.result +18 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/fasteruby.rb +11 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/fasteruby.result +38 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/fasteruby.rhtml +15 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example.eruby +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example2.rb +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example2.rhtml +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/headerfooter_example.result +11 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/headerfooter_example2.result +13 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/interpolation_example.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/main_program1.rb +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/main_program1.result +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/main_program2.rb +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/main_program2.result +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/nocode-example.eruby +14 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/nocode-php.result +20 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/nocode_example.result +15 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/normal-eruby-test.eruby +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/normal_eruby_test.result +11 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/notext-example.eruby +14 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/notext-example.php +19 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/notext-php.result +20 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/notext_example.result +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/percentline-example.rhtml +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/percentline_example.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/prefixedline-example.rb +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/prefixedline-example.rhtml +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/prefixedline_example.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/printenable_example.result +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/printenabled-example.eruby +3 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/printenabled-example.rb +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/printstatement_example.result +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/simplify_example.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/stderr.log +3 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/stdout_exmple.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/stringbuffer_example.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/tail_260.result +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/tailnewline.rhtml +3 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/template1.rhtml +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/template2.rhtml +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/test-engines.rb +425 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/test-enhancers.rb +646 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/test-erubis.rb +887 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/test-index-cgi.rb +191 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/test-main.rb +752 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/test-users-guide.rb +73 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/test.rb +45 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/testutil.rb +111 -0
- data/vendor/bundle/gems/globalid-0.3.6/MIT-LICENSE +21 -0
- data/vendor/bundle/gems/globalid-0.3.6/lib/global_id.rb +8 -0
- data/vendor/bundle/gems/globalid-0.3.6/lib/global_id/global_id.rb +71 -0
- data/vendor/bundle/gems/globalid-0.3.6/lib/global_id/identification.rb +25 -0
- data/vendor/bundle/gems/globalid-0.3.6/lib/global_id/locator.rb +182 -0
- data/vendor/bundle/gems/globalid-0.3.6/lib/global_id/railtie.rb +40 -0
- data/vendor/bundle/gems/globalid-0.3.6/lib/global_id/signed_global_id.rb +89 -0
- data/vendor/bundle/gems/globalid-0.3.6/lib/global_id/uri/gid.rb +177 -0
- data/vendor/bundle/gems/globalid-0.3.6/lib/globalid.rb +2 -0
- data/vendor/bundle/gems/i18n-0.7.0/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/i18n-0.7.0/README.md +82 -0
- data/vendor/bundle/gems/i18n-0.7.0/gemfiles/Gemfile.rails-3.2.x +8 -0
- data/vendor/bundle/gems/i18n-0.7.0/gemfiles/Gemfile.rails-3.2.x.lock +27 -0
- data/vendor/bundle/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.0.x +8 -0
- data/vendor/bundle/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.0.x.lock +33 -0
- data/vendor/bundle/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.1.x +8 -0
- data/vendor/bundle/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.1.x.lock +34 -0
- data/vendor/bundle/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.2.x +8 -0
- data/vendor/bundle/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.2.x.lock +34 -0
- data/vendor/bundle/gems/i18n-0.7.0/gemfiles/Gemfile.rails-master +8 -0
- data/vendor/bundle/gems/i18n-0.7.0/gemfiles/Gemfile.rails-master.lock +40 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n.rb +341 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend.rb +18 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/base.rb +189 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/cache.rb +96 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/cascade.rb +54 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/chain.rb +97 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/fallbacks.rb +69 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/flatten.rb +113 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/gettext.rb +72 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/interpolation_compiler.rb +121 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/key_value.rb +100 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/memoize.rb +46 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/metadata.rb +65 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/pluralization.rb +53 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/simple.rb +87 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/transliterator.rb +99 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/config.rb +140 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/core_ext/hash.rb +29 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/core_ext/kernel/suppress_warnings.rb +8 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/core_ext/string/interpolate.rb +9 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/exceptions.rb +104 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/gettext.rb +25 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/gettext/helpers.rb +64 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/gettext/po_parser.rb +329 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/interpolate/ruby.rb +37 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/locale.rb +6 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/locale/fallbacks.rb +96 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/locale/tag.rb +28 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/locale/tag/parents.rb +22 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/locale/tag/rfc4646.rb +74 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/locale/tag/simple.rb +39 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests.rb +12 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests/basics.rb +59 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests/defaults.rb +40 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests/interpolation.rb +133 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests/link.rb +56 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests/localization.rb +19 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests/localization/date.rb +91 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests/localization/date_time.rb +82 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests/localization/procs.rb +116 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests/localization/time.rb +81 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests/lookup.rb +81 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests/pluralization.rb +35 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests/procs.rb +55 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/version.rb +3 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/api/all_features_test.rb +58 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/api/cascade_test.rb +28 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/api/chain_test.rb +24 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/api/fallbacks_test.rb +30 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/api/key_value_test.rb +24 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/api/memoize_test.rb +56 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/api/override_test.rb +42 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/api/pluralization_test.rb +30 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/api/simple_test.rb +28 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/backend/cache_test.rb +86 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/backend/cascade_test.rb +86 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/backend/chain_test.rb +91 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/backend/exceptions_test.rb +36 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/backend/fallbacks_test.rb +152 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/backend/interpolation_compiler_test.rb +118 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/backend/key_value_test.rb +43 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/backend/memoize_test.rb +47 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/backend/metadata_test.rb +48 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/backend/pluralization_test.rb +45 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/backend/simple_test.rb +84 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/backend/transliterator_test.rb +84 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/core_ext/hash_test.rb +30 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/gettext/api_test.rb +207 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/gettext/backend_test.rb +92 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/i18n/exceptions_test.rb +105 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/i18n/interpolate_test.rb +80 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/i18n/load_path_test.rb +34 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/i18n_test.rb +429 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/locale/fallbacks_test.rb +133 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/locale/tag/rfc4646_test.rb +143 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/locale/tag/simple_test.rb +32 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/run_all.rb +20 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/test_data/locales/de.po +82 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/test_data/locales/en.rb +3 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/test_data/locales/en.yml +3 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/test_data/locales/invalid/empty.yml +0 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/test_data/locales/invalid/syntax.yml +4 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/test_data/locales/plurals.rb +113 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/test_helper.rb +55 -0
- data/vendor/bundle/gems/json-2.0.1/CHANGES.md +371 -0
- data/vendor/bundle/gems/json-2.0.1/Gemfile +9 -0
- data/vendor/bundle/gems/json-2.0.1/README-json-jruby.md +33 -0
- data/vendor/bundle/gems/json-2.0.1/README.md +392 -0
- data/vendor/bundle/gems/json-2.0.1/Rakefile +409 -0
- data/vendor/bundle/gems/json-2.0.1/VERSION +1 -0
- data/vendor/bundle/gems/json-2.0.1/data/example.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/data/index.html +38 -0
- data/vendor/bundle/gems/json-2.0.1/data/prototype.js +4184 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/Makefile +196 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/fbuffer/fbuffer.h +190 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/generator/Makefile +262 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/generator/depend +1 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/generator/extconf.rb +4 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/generator/generator.bundle +0 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/generator/generator.c +1442 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/generator/generator.h +172 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/generator/generator.o +0 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/parser/Makefile +262 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/parser/depend +1 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/parser/extconf.rb +6 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/parser/parser.bundle +0 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/parser/parser.c +2081 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/parser/parser.h +90 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/parser/parser.o +0 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/parser/parser.rl +841 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/extconf.rb +2 -0
- data/vendor/bundle/gems/json-2.0.1/install.rb +23 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/ByteListTranscoder.java +166 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/Generator.java +443 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/GeneratorMethods.java +231 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/GeneratorService.java +42 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/GeneratorState.java +490 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/OptionsReader.java +113 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/Parser.java +2344 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/Parser.rl +875 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/ParserService.java +34 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/RuntimeInfo.java +116 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/StringDecoder.java +166 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/StringEncoder.java +111 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/Utils.java +88 -0
- data/vendor/bundle/gems/json-2.0.1/json-java.gemspec +38 -0
- data/vendor/bundle/gems/json-2.0.1/json.gemspec +0 -0
- data/vendor/bundle/gems/json-2.0.1/json_pure.gemspec +37 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json.rb +63 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/bigdecimal.rb +29 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/complex.rb +29 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/core.rb +12 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/date.rb +34 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/date_time.rb +50 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/exception.rb +31 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/ostruct.rb +31 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/range.rb +29 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/rational.rb +28 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/regexp.rb +30 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/struct.rb +30 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/symbol.rb +25 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/time.rb +38 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/common.rb +456 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/ext.rb +15 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/ext/generator.bundle +0 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/ext/parser.bundle +0 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/generic_object.rb +71 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/pure.rb +15 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/pure/generator.rb +458 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/pure/parser.rb +307 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/version.rb +9 -0
- data/vendor/bundle/gems/json-2.0.1/references/rfc7159.txt +899 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail10.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail11.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail12.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail13.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail14.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail18.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail19.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail2.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail20.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail21.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail22.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail23.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail24.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail25.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail27.json +2 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail28.json +2 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail3.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail4.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail5.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail6.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail7.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail8.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail9.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/obsolete_fail1.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/pass1.json +56 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/pass15.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/pass16.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/pass17.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/pass2.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/pass26.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/pass3.json +6 -0
- data/vendor/bundle/gems/json-2.0.1/tests/json_addition_test.rb +193 -0
- data/vendor/bundle/gems/json-2.0.1/tests/json_common_interface_test.rb +126 -0
- data/vendor/bundle/gems/json-2.0.1/tests/json_encoding_test.rb +105 -0
- data/vendor/bundle/gems/json-2.0.1/tests/json_ext_parser_test.rb +15 -0
- data/vendor/bundle/gems/json-2.0.1/tests/json_fixtures_test.rb +32 -0
- data/vendor/bundle/gems/json-2.0.1/tests/json_generator_test.rb +376 -0
- data/vendor/bundle/gems/json-2.0.1/tests/json_generic_object_test.rb +82 -0
- data/vendor/bundle/gems/json-2.0.1/tests/json_parser_test.rb +448 -0
- data/vendor/bundle/gems/json-2.0.1/tests/json_string_matching_test.rb +38 -0
- data/vendor/bundle/gems/json-2.0.1/tests/test_helper.rb +23 -0
- data/vendor/bundle/gems/json-2.0.1/tools/diff.sh +18 -0
- data/vendor/bundle/gems/json-2.0.1/tools/fuzz.rb +131 -0
- data/vendor/bundle/gems/json-2.0.1/tools/server.rb +62 -0
- data/vendor/bundle/gems/json-2.0.2/CHANGES.md +375 -0
- data/vendor/bundle/gems/json-2.0.2/Gemfile +9 -0
- data/vendor/bundle/gems/json-2.0.2/README-json-jruby.md +33 -0
- data/vendor/bundle/gems/json-2.0.2/README.md +392 -0
- data/vendor/bundle/gems/json-2.0.2/Rakefile +410 -0
- data/vendor/bundle/gems/json-2.0.2/VERSION +1 -0
- data/vendor/bundle/gems/json-2.0.2/data/example.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/data/index.html +38 -0
- data/vendor/bundle/gems/json-2.0.2/data/prototype.js +4184 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/Makefile +196 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/fbuffer/fbuffer.h +190 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/generator/Makefile +262 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/generator/depend +1 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/generator/extconf.rb +4 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/generator/generator.bundle +0 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/generator/generator.c +1443 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/generator/generator.h +172 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/generator/generator.o +0 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/parser/Makefile +262 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/parser/depend +1 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/parser/extconf.rb +6 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/parser/parser.bundle +0 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/parser/parser.c +2084 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/parser/parser.h +90 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/parser/parser.o +0 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/parser/parser.rl +844 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/extconf.rb +2 -0
- data/vendor/bundle/gems/json-2.0.2/install.rb +23 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/ByteListTranscoder.java +166 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/Generator.java +443 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/GeneratorMethods.java +231 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/GeneratorService.java +42 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/GeneratorState.java +490 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/OptionsReader.java +113 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/Parser.java +2347 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/Parser.rl +878 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/ParserService.java +34 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/RuntimeInfo.java +116 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/StringDecoder.java +166 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/StringEncoder.java +111 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/Utils.java +88 -0
- data/vendor/bundle/gems/json-2.0.2/json-java.gemspec +38 -0
- data/vendor/bundle/gems/json-2.0.2/json.gemspec +0 -0
- data/vendor/bundle/gems/json-2.0.2/json_pure.gemspec +38 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json.rb +63 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/bigdecimal.rb +29 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/complex.rb +29 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/core.rb +12 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/date.rb +34 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/date_time.rb +50 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/exception.rb +31 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/ostruct.rb +31 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/range.rb +29 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/rational.rb +28 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/regexp.rb +30 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/struct.rb +30 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/symbol.rb +25 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/time.rb +38 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/common.rb +456 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/ext.rb +15 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/ext/generator.bundle +0 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/ext/parser.bundle +0 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/generic_object.rb +71 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/pure.rb +15 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/pure/generator.rb +458 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/pure/parser.rb +307 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/version.rb +9 -0
- data/vendor/bundle/gems/json-2.0.2/references/rfc7159.txt +899 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail10.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail11.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail12.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail13.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail14.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail18.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail19.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail2.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail20.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail21.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail22.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail23.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail24.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail25.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail27.json +2 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail28.json +2 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail3.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail4.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail5.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail6.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail7.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail8.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail9.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/obsolete_fail1.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/pass1.json +56 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/pass15.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/pass16.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/pass17.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/pass2.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/pass26.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/pass3.json +6 -0
- data/vendor/bundle/gems/json-2.0.2/tests/json_addition_test.rb +193 -0
- data/vendor/bundle/gems/json-2.0.2/tests/json_common_interface_test.rb +126 -0
- data/vendor/bundle/gems/json-2.0.2/tests/json_encoding_test.rb +105 -0
- data/vendor/bundle/gems/json-2.0.2/tests/json_ext_parser_test.rb +15 -0
- data/vendor/bundle/gems/json-2.0.2/tests/json_fixtures_test.rb +32 -0
- data/vendor/bundle/gems/json-2.0.2/tests/json_generator_test.rb +376 -0
- data/vendor/bundle/gems/json-2.0.2/tests/json_generic_object_test.rb +82 -0
- data/vendor/bundle/gems/json-2.0.2/tests/json_parser_test.rb +466 -0
- data/vendor/bundle/gems/json-2.0.2/tests/json_string_matching_test.rb +38 -0
- data/vendor/bundle/gems/json-2.0.2/tests/test_helper.rb +23 -0
- data/vendor/bundle/gems/json-2.0.2/tools/diff.sh +18 -0
- data/vendor/bundle/gems/json-2.0.2/tools/fuzz.rb +131 -0
- data/vendor/bundle/gems/json-2.0.2/tools/server.rb +62 -0
- data/vendor/bundle/gems/loofah-2.0.3/CHANGELOG.rdoc +222 -0
- data/vendor/bundle/gems/loofah-2.0.3/Gemfile +20 -0
- data/vendor/bundle/gems/loofah-2.0.3/MIT-LICENSE.txt +23 -0
- data/vendor/bundle/gems/loofah-2.0.3/Manifest.txt +37 -0
- data/vendor/bundle/gems/loofah-2.0.3/README.rdoc +314 -0
- data/vendor/bundle/gems/loofah-2.0.3/Rakefile +74 -0
- data/vendor/bundle/gems/loofah-2.0.3/benchmark/benchmark.rb +149 -0
- data/vendor/bundle/gems/loofah-2.0.3/benchmark/fragment.html +96 -0
- data/vendor/bundle/gems/loofah-2.0.3/benchmark/helper.rb +73 -0
- data/vendor/bundle/gems/loofah-2.0.3/benchmark/www.slashdot.com.html +2560 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah.rb +82 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah/elements.rb +17 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah/helpers.rb +93 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah/html/document.rb +18 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah/html/document_fragment.rb +40 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah/html5/scrub.rb +96 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah/html5/whitelist.rb +179 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah/instance_methods.rb +127 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah/metahelpers.rb +13 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah/scrubber.rb +122 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah/scrubbers.rb +261 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah/xml/document.rb +13 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah/xml/document_fragment.rb +23 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/assets/testdata_sanitizer_tests1.dat +501 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/helper.rb +18 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/html5/test_sanitizer.rb +290 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/integration/test_ad_hoc.rb +176 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/integration/test_helpers.rb +43 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/integration/test_html.rb +62 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/integration/test_scrubbers.rb +354 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/integration/test_xml.rb +55 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/unit/test_api.rb +142 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/unit/test_encoding.rb +20 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/unit/test_helpers.rb +62 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/unit/test_scrubber.rb +229 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/unit/test_scrubbers.rb +14 -0
- data/vendor/bundle/gems/mail-2.6.4/CHANGELOG.rdoc +787 -0
- data/vendor/bundle/gems/mail-2.6.4/CONTRIBUTING.md +60 -0
- data/vendor/bundle/gems/mail-2.6.4/Dependencies.txt +2 -0
- data/vendor/bundle/gems/mail-2.6.4/Gemfile +11 -0
- data/vendor/bundle/gems/mail-2.6.4/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/mail-2.6.4/README.md +719 -0
- data/vendor/bundle/gems/mail-2.6.4/Rakefile +29 -0
- data/vendor/bundle/gems/mail-2.6.4/TODO.rdoc +9 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail.rb +98 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/attachments_list.rb +106 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/body.rb +316 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/check_delivery_params.rb +21 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/configuration.rb +76 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/constants.rb +57 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/core_extensions/smtp.rb +25 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/core_extensions/string.rb +21 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/core_extensions/string/access.rb +146 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/core_extensions/string/multibyte.rb +79 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements.rb +15 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/address.rb +247 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/address_list.rb +42 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/content_disposition_element.rb +27 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/content_location_element.rb +22 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/content_transfer_encoding_element.rb +18 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/content_type_element.rb +32 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/date_time_element.rb +23 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/envelope_from_element.rb +40 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/message_ids_element.rb +26 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/mime_version_element.rb +23 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/phrase_list.rb +17 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/received_element.rb +27 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/encodings.rb +287 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/encodings/7bit.rb +32 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/encodings/8bit.rb +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/encodings/base64.rb +39 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/encodings/binary.rb +32 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/encodings/quoted_printable.rb +45 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/encodings/transfer_encoding.rb +68 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/encodings/unix_to_unix.rb +18 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/envelope.rb +31 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/field.rb +262 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/field_list.rb +34 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields.rb +36 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/bcc_field.rb +68 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/cc_field.rb +55 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/comments_field.rb +42 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/common/address_container.rb +17 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/common/common_address.rb +136 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/common/common_date.rb +36 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/common/common_field.rb +61 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/common/common_message_id.rb +49 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/common/parameter_hash.rb +59 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/content_description_field.rb +20 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/content_disposition_field.rb +71 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/content_id_field.rb +63 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/content_location_field.rb +43 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/content_transfer_encoding_field.rb +45 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/content_type_field.rb +202 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/date_field.rb +58 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/from_field.rb +55 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/in_reply_to_field.rb +57 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/keywords_field.rb +44 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/message_id_field.rb +83 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/mime_version_field.rb +54 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/optional_field.rb +14 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/received_field.rb +76 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/references_field.rb +57 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/reply_to_field.rb +55 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/resent_bcc_field.rb +55 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/resent_cc_field.rb +55 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/resent_date_field.rb +36 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/resent_from_field.rb +55 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/resent_message_id_field.rb +35 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/resent_sender_field.rb +62 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/resent_to_field.rb +55 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/return_path_field.rb +65 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/sender_field.rb +67 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/structured_field.rb +52 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/subject_field.rb +17 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/to_field.rb +55 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/unstructured_field.rb +205 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/header.rb +276 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/indifferent_hash.rb +147 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/mail.rb +270 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/matchers/attachment_matchers.rb +29 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/matchers/has_sent_mail.rb +181 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/message.rb +2160 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/multibyte.rb +43 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/multibyte/chars.rb +475 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/multibyte/exceptions.rb +9 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/multibyte/unicode.rb +405 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/multibyte/utils.rb +61 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/network.rb +15 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/network/delivery_methods/exim.rb +53 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/network/delivery_methods/file_delivery.rb +46 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/network/delivery_methods/sendmail.rb +90 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/network/delivery_methods/smtp.rb +143 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/network/delivery_methods/smtp_connection.rb +62 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/network/delivery_methods/test_mailer.rb +45 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/network/retriever_methods/base.rb +64 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/network/retriever_methods/imap.rb +174 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/network/retriever_methods/pop3.rb +141 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/network/retriever_methods/test_retriever.rb +44 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers.rb +27 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/address_lists_parser.rb +133 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/content_disposition_parser.rb +68 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/content_location_parser.rb +36 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/content_transfer_encoding_parser.rb +34 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/content_type_parser.rb +67 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/date_time_parser.rb +39 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/envelope_from_parser.rb +46 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/message_ids_parser.rb +40 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/mime_version_parser.rb +42 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/phrase_lists_parser.rb +36 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel.rb +18 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/common.rl +185 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/date_time.rl +30 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/parser_info.rb +61 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby.rb +40 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/address_lists_machine.rb +14864 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/address_lists_machine.rb.rl +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/content_disposition_machine.rb +751 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/content_disposition_machine.rb.rl +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb +614 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb.rl +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb +447 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb.rl +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/content_type_machine.rb +825 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/content_type_machine.rb.rl +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb +817 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb.rl +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/envelope_from_machine.rb +2149 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/envelope_from_machine.rb.rl +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/message_ids_machine.rb +1570 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/message_ids_machine.rb.rl +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/mime_version_machine.rb +440 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/mime_version_machine.rb.rl +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/phrase_lists_machine.rb +564 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/phrase_lists_machine.rb.rl +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl +51 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/received_machine.rb +5144 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/received_machine.rb.rl +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/parser.rb.rl.erb +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/received_parser.rb +49 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/part.rb +123 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parts_list.rb +75 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/utilities.rb +279 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/values/unicode_tables.dat +0 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/version.rb +17 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/version_specific/ruby_1_8.rb +126 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/version_specific/ruby_1_9.rb +223 -0
- data/vendor/bundle/gems/method_source-0.8.2/Gemfile +2 -0
- data/vendor/bundle/gems/method_source-0.8.2/LICENSE +25 -0
- data/vendor/bundle/gems/method_source-0.8.2/README.markdown +91 -0
- data/vendor/bundle/gems/method_source-0.8.2/Rakefile +79 -0
- data/vendor/bundle/gems/method_source-0.8.2/lib/method_source.rb +141 -0
- data/vendor/bundle/gems/method_source-0.8.2/lib/method_source/code_helpers.rb +154 -0
- data/vendor/bundle/gems/method_source-0.8.2/lib/method_source/source_location.rb +138 -0
- data/vendor/bundle/gems/method_source-0.8.2/lib/method_source/version.rb +3 -0
- data/vendor/bundle/gems/method_source-0.8.2/method_source.gemspec +33 -0
- data/vendor/bundle/gems/method_source-0.8.2/test/test.rb +138 -0
- data/vendor/bundle/gems/method_source-0.8.2/test/test_code_helpers.rb +41 -0
- data/vendor/bundle/gems/method_source-0.8.2/test/test_helper.rb +98 -0
- data/vendor/bundle/gems/mime-types-3.1/Code-of-Conduct.rdoc +74 -0
- data/vendor/bundle/gems/mime-types-3.1/Contributing.rdoc +130 -0
- data/vendor/bundle/gems/mime-types-3.1/History.rdoc +658 -0
- data/vendor/bundle/gems/mime-types-3.1/Licence.rdoc +25 -0
- data/vendor/bundle/gems/mime-types-3.1/Manifest.txt +31 -0
- data/vendor/bundle/gems/mime-types-3.1/README.rdoc +202 -0
- data/vendor/bundle/gems/mime-types-3.1/Rakefile +254 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime-types.rb +1 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime/type.rb +573 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime/type/columnar.rb +55 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime/types.rb +228 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime/types/_columnar.rb +135 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime/types/cache.rb +56 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime/types/columnar.rb +1 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime/types/container.rb +30 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime/types/deprecations.rb +32 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime/types/full.rb +17 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime/types/loader.rb +148 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime/types/logger.rb +37 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime/types/registry.rb +81 -0
- data/vendor/bundle/gems/mime-types-3.1/test/bad-fixtures/malformed +9 -0
- data/vendor/bundle/gems/mime-types-3.1/test/fixture/json.json +1 -0
- data/vendor/bundle/gems/mime-types-3.1/test/fixture/old-data +9 -0
- data/vendor/bundle/gems/mime-types-3.1/test/fixture/yaml.yaml +55 -0
- data/vendor/bundle/gems/mime-types-3.1/test/minitest_helper.rb +13 -0
- data/vendor/bundle/gems/mime-types-3.1/test/test_mime_type.rb +603 -0
- data/vendor/bundle/gems/mime-types-3.1/test/test_mime_types.rb +161 -0
- data/vendor/bundle/gems/mime-types-3.1/test/test_mime_types_cache.rb +109 -0
- data/vendor/bundle/gems/mime-types-3.1/test/test_mime_types_class.rb +155 -0
- data/vendor/bundle/gems/mime-types-3.1/test/test_mime_types_lazy.rb +43 -0
- data/vendor/bundle/gems/mime-types-3.1/test/test_mime_types_loader.rb +32 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/Code-of-Conduct.md +75 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/Contributing.md +157 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/History.md +351 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/Licence.md +25 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/Manifest.txt +18 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/README.md +61 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/Rakefile +80 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/data/mime-types.json +1 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/data/mime.content_type.column +1964 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/data/mime.docs.column +1964 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/data/mime.encoding.column +1964 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/data/mime.flags.column +1964 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/data/mime.friendly.column +1964 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/data/mime.pext.column +1964 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/data/mime.use_instead.column +1964 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/data/mime.xrefs.column +1964 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/lib/mime-types-data.rb +3 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/lib/mime/types/data.rb +21 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/CHANGELOG.md +182 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/Gemfile +4 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/LICENSE.txt +20 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/README.md +199 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/Rakefile +25 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/appveyor.yml +24 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/lib/mini_portile2.rb +2 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/lib/mini_portile2/mini_portile.rb +507 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/lib/mini_portile2/version.rb +3 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/mini_portile2.gemspec +37 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/test/assets/git/config +4 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/test/assets/patch 1.diff +7 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/test/assets/test mini portile-1.0.0/configure +11 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/test/assets/test-download-archive.tar.gz +1 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/test/helper.rb +52 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/test/test_cook.rb +77 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/test/test_digest.rb +69 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/test/test_download.rb +71 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/test/test_proxy.rb +121 -0
- data/vendor/bundle/gems/minitest-5.10.1/History.rdoc +1207 -0
- data/vendor/bundle/gems/minitest-5.10.1/Manifest.txt +26 -0
- data/vendor/bundle/gems/minitest-5.10.1/README.rdoc +660 -0
- data/vendor/bundle/gems/minitest-5.10.1/Rakefile +86 -0
- data/vendor/bundle/gems/minitest-5.10.1/design_rationale.rb +52 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/hoe/minitest.rb +32 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest.rb +842 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/assertions.rb +688 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/autorun.rb +13 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/benchmark.rb +424 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/expectations.rb +284 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/hell.rb +17 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/mock.rb +232 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/parallel.rb +69 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/pride.rb +4 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/pride_plugin.rb +142 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/spec.rb +331 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/test.rb +282 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/unit.rb +45 -0
- data/vendor/bundle/gems/minitest-5.10.1/test/minitest/metametameta.rb +101 -0
- data/vendor/bundle/gems/minitest-5.10.1/test/minitest/test_minitest_benchmark.rb +137 -0
- data/vendor/bundle/gems/minitest-5.10.1/test/minitest/test_minitest_mock.rb +512 -0
- data/vendor/bundle/gems/minitest-5.10.1/test/minitest/test_minitest_reporter.rb +281 -0
- data/vendor/bundle/gems/minitest-5.10.1/test/minitest/test_minitest_spec.rb +970 -0
- data/vendor/bundle/gems/minitest-5.10.1/test/minitest/test_minitest_test.rb +2058 -0
- data/vendor/bundle/gems/minitest-5.9.0/History.rdoc +1176 -0
- data/vendor/bundle/gems/minitest-5.9.0/Manifest.txt +26 -0
- data/vendor/bundle/gems/minitest-5.9.0/README.rdoc +656 -0
- data/vendor/bundle/gems/minitest-5.9.0/Rakefile +72 -0
- data/vendor/bundle/gems/minitest-5.9.0/design_rationale.rb +52 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/hoe/minitest.rb +26 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest.rb +815 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest/assertions.rb +674 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest/autorun.rb +13 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest/benchmark.rb +424 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest/expectations.rb +284 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest/hell.rb +17 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest/mock.rb +232 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest/parallel.rb +69 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest/pride.rb +4 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest/pride_plugin.rb +142 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest/spec.rb +331 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest/test.rb +284 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest/unit.rb +45 -0
- data/vendor/bundle/gems/minitest-5.9.0/test/minitest/metametameta.rb +90 -0
- data/vendor/bundle/gems/minitest-5.9.0/test/minitest/test_minitest_benchmark.rb +137 -0
- data/vendor/bundle/gems/minitest-5.9.0/test/minitest/test_minitest_mock.rb +512 -0
- data/vendor/bundle/gems/minitest-5.9.0/test/minitest/test_minitest_reporter.rb +281 -0
- data/vendor/bundle/gems/minitest-5.9.0/test/minitest/test_minitest_spec.rb +967 -0
- data/vendor/bundle/gems/minitest-5.9.0/test/minitest/test_minitest_test.rb +1983 -0
- data/vendor/bundle/gems/nio4r-1.2.1/CHANGES.md +113 -0
- data/vendor/bundle/gems/nio4r-1.2.1/Gemfile +15 -0
- data/vendor/bundle/gems/nio4r-1.2.1/LICENSE.txt +20 -0
- data/vendor/bundle/gems/nio4r-1.2.1/README.md +196 -0
- data/vendor/bundle/gems/nio4r-1.2.1/Rakefile +9 -0
- data/vendor/bundle/gems/nio4r-1.2.1/examples/echo_server.rb +46 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/Changes +517 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/LICENSE +37 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/README +58 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/README.embed +3 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/ev.c +5187 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/ev.h +854 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/ev_epoll.c +282 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/ev_kqueue.c +214 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/ev_poll.c +148 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/ev_port.c +185 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/ev_select.c +314 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/ev_vars.h +204 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/ev_win32.c +162 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/ev_wrap.h +200 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/test_libev_win32.c +123 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/nio4r/Makefile +261 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/nio4r/extconf.rb +41 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/nio4r/libev.h +9 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/nio4r/monitor.c +253 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/nio4r/monitor.o +0 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/nio4r/nio4r.h +59 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/nio4r/nio4r_ext.bundle +0 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/nio4r/nio4r_ext.c +16 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/nio4r/nio4r_ext.o +0 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/nio4r/org/nio4r/Nio4r.java +473 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/nio4r/selector.c +480 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/nio4r/selector.o +0 -0
- data/vendor/bundle/gems/nio4r-1.2.1/lib/nio.rb +33 -0
- data/vendor/bundle/gems/nio4r-1.2.1/lib/nio/monitor.rb +55 -0
- data/vendor/bundle/gems/nio4r-1.2.1/lib/nio/selector.rb +128 -0
- data/vendor/bundle/gems/nio4r-1.2.1/lib/nio/version.rb +5 -0
- data/vendor/bundle/gems/nio4r-1.2.1/lib/nio4r_ext.bundle +0 -0
- data/vendor/bundle/gems/nio4r-1.2.1/logo.png +0 -0
- data/vendor/bundle/gems/nio4r-1.2.1/nio4r.gemspec +28 -0
- data/vendor/bundle/gems/nio4r-1.2.1/spec/nio/acceptables_spec.rb +32 -0
- data/vendor/bundle/gems/nio4r-1.2.1/spec/nio/monitor_spec.rb +113 -0
- data/vendor/bundle/gems/nio4r-1.2.1/spec/nio/selectables/pipe_spec.rb +38 -0
- data/vendor/bundle/gems/nio4r-1.2.1/spec/nio/selectables/ssl_socket_spec.rb +162 -0
- data/vendor/bundle/gems/nio4r-1.2.1/spec/nio/selectables/tcp_socket_spec.rb +88 -0
- data/vendor/bundle/gems/nio4r-1.2.1/spec/nio/selectables/udp_socket_spec.rb +31 -0
- data/vendor/bundle/gems/nio4r-1.2.1/spec/nio/selector_spec.rb +187 -0
- data/vendor/bundle/gems/nio4r-1.2.1/spec/spec_helper.rb +9 -0
- data/vendor/bundle/gems/nio4r-1.2.1/spec/support/selectable_examples.rb +58 -0
- data/vendor/bundle/gems/nio4r-1.2.1/tasks/extension.rake +11 -0
- data/vendor/bundle/gems/nio4r-1.2.1/tasks/rspec.rake +7 -0
- data/vendor/bundle/gems/nio4r-1.2.1/tasks/rubocop.rake +3 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/CHANGELOG.rdoc +1147 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/CONTRIBUTING.md +42 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/C_CODING_STYLE.rdoc +33 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/Gemfile +23 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/LICENSE.txt +31 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/Manifest.txt +364 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/README.md +166 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ROADMAP.md +111 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/Rakefile +376 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/STANDARD_RESPONSES.md +47 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/Y_U_NO_GEMSPEC.md +155 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/appveyor.yml +22 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/bin/nokogiri +118 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/build_all +45 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/dependencies.yml +29 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/Makefile +623 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/depend +358 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/extconf.rb +688 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_document.c +170 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_document.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_document.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_element_description.c +279 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_element_description.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_element_description.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_entity_lookup.c +32 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_entity_lookup.h +8 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_entity_lookup.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_sax_parser_context.c +116 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_sax_parser_context.h +11 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_sax_parser_context.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_sax_push_parser.c +87 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_sax_push_parser.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_sax_push_parser.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/nokogiri.bundle +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/nokogiri.c +145 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/nokogiri.h +131 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/nokogiri.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_attr.c +94 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_attr.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_attr.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_attribute_decl.c +70 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_attribute_decl.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_attribute_decl.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_cdata.c +56 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_cdata.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_cdata.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_comment.c +69 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_comment.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_comment.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_document.c +606 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_document.h +23 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_document.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_document_fragment.c +48 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_document_fragment.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_document_fragment.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_dtd.c +202 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_dtd.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_dtd.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_element_content.c +123 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_element_content.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_element_content.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_element_decl.c +69 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_element_decl.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_element_decl.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_encoding_handler.c +79 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_encoding_handler.h +8 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_encoding_handler.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_entity_decl.c +110 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_entity_decl.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_entity_decl.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_entity_reference.c +52 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_entity_reference.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_entity_reference.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_io.c +60 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_io.h +11 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_io.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_libxml2_hacks.c +112 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_libxml2_hacks.h +12 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_libxml2_hacks.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_namespace.c +117 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_namespace.h +13 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_namespace.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_node.c +1679 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_node.h +13 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_node.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_node_set.c +485 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_node_set.h +13 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_node_set.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_processing_instruction.c +56 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_processing_instruction.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_processing_instruction.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_reader.c +668 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_reader.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_reader.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_relax_ng.c +161 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_relax_ng.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_relax_ng.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_sax_parser.c +309 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_sax_parser.h +39 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_sax_parser.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_sax_parser_context.c +262 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_sax_parser_context.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_sax_parser_context.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_sax_push_parser.c +115 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_sax_push_parser.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_sax_push_parser.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_schema.c +205 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_schema.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_schema.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_syntax_error.c +64 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_syntax_error.h +13 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_syntax_error.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_text.c +52 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_text.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_text.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_xpath_context.c +298 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_xpath_context.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_xpath_context.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xslt_stylesheet.c +270 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xslt_stylesheet.h +14 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xslt_stylesheet.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri.rb +144 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/css.rb +27 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/css/node.rb +52 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/css/parser.rb +732 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/css/parser.y +261 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/css/parser_extras.rb +91 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/css/syntax_error.rb +7 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/css/tokenizer.rb +152 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/css/tokenizer.rex +55 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/css/xpath_visitor.rb +223 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/decorators/slop.rb +42 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/html.rb +37 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/html/builder.rb +35 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/html/document.rb +335 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/html/document_fragment.rb +39 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/html/element_description.rb +23 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/html/element_description_defaults.rb +671 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/html/entity_lookup.rb +13 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/html/sax/parser.rb +52 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/html/sax/parser_context.rb +16 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/html/sax/push_parser.rb +36 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/nokogiri.bundle +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/syntax_error.rb +4 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/version.rb +108 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml.rb +74 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/attr.rb +14 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/attribute_decl.rb +18 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/builder.rb +443 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/cdata.rb +11 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/character_data.rb +7 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/document.rb +285 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/document_fragment.rb +149 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/dtd.rb +32 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/element_content.rb +36 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/element_decl.rb +13 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/entity_decl.rb +19 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/namespace.rb +13 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/node.rb +834 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/node/save_options.rb +61 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/node_set.rb +311 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/notation.rb +6 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/parse_options.rb +120 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/pp.rb +2 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/pp/character_data.rb +18 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/pp/node.rb +56 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/processing_instruction.rb +8 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/reader.rb +112 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/relax_ng.rb +32 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/sax.rb +4 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/sax/document.rb +171 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/sax/parser.rb +123 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/sax/parser_context.rb +16 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/sax/push_parser.rb +60 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/schema.rb +63 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/searchable.rb +221 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/syntax_error.rb +47 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/text.rb +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/xpath.rb +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/xpath/syntax_error.rb +11 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/xpath_context.rb +16 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xslt.rb +56 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xslt/stylesheet.rb +25 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/xsd/xmlparser/nokogiri.rb +102 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/patches/sort-patches-by-date +25 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/suppressions/README.txt +1 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/suppressions/nokogiri_ree-1.8.7.358.supp +61 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/suppressions/nokogiri_ruby-1.8.7.370.supp +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/suppressions/nokogiri_ruby-1.9.2.320.supp +28 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/suppressions/nokogiri_ruby-1.9.3.327.supp +28 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/tasks/test.rb +100 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/css/test_nthiness.rb +226 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/css/test_parser.rb +369 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/css/test_tokenizer.rb +215 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/css/test_xpath_visitor.rb +96 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/decorators/test_slop.rb +20 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/2ch.html +108 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/GH_1042.html +18 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/address_book.rlx +12 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/address_book.xml +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/atom.xml +344 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/bar/bar.xsd +4 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/bogus.xml +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/dont_hurt_em_why.xml +422 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/encoding.html +82 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/encoding.xhtml +84 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/exslt.xml +8 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/exslt.xslt +35 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/foo/foo.xsd +4 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/metacharset.html +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/namespace_pressure_test.xml +1684 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/noencoding.html +47 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/po.xml +32 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/po.xsd +66 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/saml/saml20assertion_schema.xsd +283 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/saml/saml20protocol_schema.xsd +302 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/saml/xenc_schema.xsd +146 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/saml/xmldsig_schema.xsd +318 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/shift_jis.html +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/shift_jis.xml +5 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/shift_jis_no_charset.html +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/slow-xpath.xml +25509 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/snuggles.xml +3 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/staff.dtd +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/staff.xml +59 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/staff.xslt +32 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/test_document_url/bar.xml +2 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/test_document_url/document.dtd +4 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/test_document_url/document.xml +6 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/tlm.html +851 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/to_be_xincluded.xml +2 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/valid_bar.xml +2 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/xinclude.xml +4 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/helper.rb +181 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/html/sax/test_parser.rb +141 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/html/sax/test_parser_context.rb +46 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/html/sax/test_push_parser.rb +87 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/html/test_builder.rb +164 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/html/test_document.rb +701 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/html/test_document_encoding.rb +145 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/html/test_document_fragment.rb +301 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/html/test_element_description.rb +105 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/html/test_named_characters.rb +14 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/html/test_node.rb +212 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/html/test_node_encoding.rb +85 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/namespaces/test_additional_namespaces_in_builder_doc.rb +14 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/namespaces/test_namespaces_aliased_default.rb +24 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/namespaces/test_namespaces_in_builder_doc.rb +75 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/namespaces/test_namespaces_in_cloned_doc.rb +31 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/namespaces/test_namespaces_in_created_doc.rb +75 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/namespaces/test_namespaces_in_parsed_doc.rb +80 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/namespaces/test_namespaces_preservation.rb +31 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/test_convert_xpath.rb +135 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/test_css_cache.rb +45 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/test_encoding_handler.rb +48 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/test_memory_leak.rb +156 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/test_nokogiri.rb +138 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/test_soap4r_sax.rb +52 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/test_xslt_transforms.rb +314 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/node/test_save_options.rb +28 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/node/test_subclass.rb +44 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/sax/test_parser.rb +394 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/sax/test_parser_context.rb +115 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/sax/test_push_parser.rb +157 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_attr.rb +67 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_attribute_decl.rb +86 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_builder.rb +341 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_c14n.rb +180 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_cdata.rb +48 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_comment.rb +40 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_document.rb +982 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_document_encoding.rb +31 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_document_fragment.rb +271 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_dtd.rb +187 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_dtd_encoding.rb +31 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_element_content.rb +56 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_element_decl.rb +73 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_entity_decl.rb +122 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_entity_reference.rb +251 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_namespace.rb +96 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_node.rb +1244 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_node_attributes.rb +115 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_node_encoding.rb +69 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_node_inheritance.rb +32 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_node_reparenting.rb +549 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_node_set.rb +775 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_parse_options.rb +64 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_processing_instruction.rb +30 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_reader.rb +589 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_reader_encoding.rb +134 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_relax_ng.rb +60 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_schema.rb +142 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_syntax_error.rb +30 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_text.rb +60 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_unparented_node.rb +440 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_xinclude.rb +83 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_xpath.rb +445 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xslt/test_custom_functions.rb +133 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xslt/test_exception_handling.rb +37 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test_all +107 -0
- data/vendor/bundle/gems/pkg-config-1.1.7/Gemfile +20 -0
- data/vendor/bundle/gems/pkg-config-1.1.7/LGPL-2.1 +502 -0
- data/vendor/bundle/gems/pkg-config-1.1.7/NEWS +118 -0
- data/vendor/bundle/gems/pkg-config-1.1.7/README.rdoc +62 -0
- data/vendor/bundle/gems/pkg-config-1.1.7/Rakefile +37 -0
- data/vendor/bundle/gems/pkg-config-1.1.7/lib/pkg-config.rb +450 -0
- data/vendor/bundle/gems/pkg-config-1.1.7/lib/pkg-config/version.rb +19 -0
- data/vendor/bundle/gems/pkg-config-1.1.7/test/run-test.rb +16 -0
- data/vendor/bundle/gems/pkg-config-1.1.7/test/test_pkg_config.rb +141 -0
- data/vendor/bundle/gems/pry-0.10.4/CHANGELOG.md +718 -0
- data/vendor/bundle/gems/pry-0.10.4/LICENSE +25 -0
- data/vendor/bundle/gems/pry-0.10.4/README.md +406 -0
- data/vendor/bundle/gems/pry-0.10.4/bin/pry +16 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry.rb +161 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/cli.rb +220 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/code.rb +348 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/code/code_file.rb +103 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/code/code_range.rb +71 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/code/loc.rb +92 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/code_object.rb +172 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/color_printer.rb +55 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/command.rb +692 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/command_set.rb +443 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands.rb +6 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/amend_line.rb +99 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/bang.rb +20 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/bang_pry.rb +17 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/cat.rb +62 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/cat/abstract_formatter.rb +27 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/cat/exception_formatter.rb +77 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/cat/file_formatter.rb +67 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/cat/input_expression_formatter.rb +43 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/cd.rb +41 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/change_inspector.rb +27 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/change_prompt.rb +26 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/code_collector.rb +165 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/disable_pry.rb +27 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/disabled_commands.rb +2 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/easter_eggs.rb +112 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/edit.rb +195 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/edit/exception_patcher.rb +25 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/edit/file_and_line_locator.rb +36 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/exit.rb +42 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/exit_all.rb +29 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/exit_program.rb +23 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/find_method.rb +193 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/fix_indent.rb +19 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/gem_cd.rb +26 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/gem_install.rb +32 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/gem_list.rb +33 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/gem_open.rb +29 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/gist.rb +101 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/help.rb +164 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/hist.rb +180 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/import_set.rb +22 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/install_command.rb +53 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/jump_to.rb +29 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/list_inspectors.rb +35 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/list_prompts.rb +35 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls.rb +114 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/constants.rb +47 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/formatter.rb +49 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/globals.rb +48 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/grep.rb +21 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/instance_vars.rb +39 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/interrogatable.rb +18 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/jruby_hacks.rb +49 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/local_names.rb +35 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/local_vars.rb +39 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/ls_entity.rb +70 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/methods.rb +57 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/methods_helper.rb +46 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/self_methods.rb +32 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/nesting.rb +25 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/play.rb +103 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/pry_backtrace.rb +25 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/pry_version.rb +17 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/raise_up.rb +32 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/reload_code.rb +62 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/reset.rb +18 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ri.rb +60 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/save_file.rb +61 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/shell_command.rb +48 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/shell_mode.rb +25 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/show_doc.rb +83 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/show_info.rb +201 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/show_input.rb +17 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/show_source.rb +50 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/simple_prompt.rb +22 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/stat.rb +40 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/switch_to.rb +23 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/toggle_color.rb +24 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/watch_expression.rb +105 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/watch_expression/expression.rb +38 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/whereami.rb +196 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/wtf.rb +57 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/config.rb +24 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/config/behavior.rb +139 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/config/convenience.rb +25 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/config/default.rb +161 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/core_extensions.rb +131 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/editor.rb +135 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/exceptions.rb +78 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/helpers.rb +5 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/helpers/base_helpers.rb +113 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/helpers/command_helpers.rb +156 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/helpers/documentation_helpers.rb +75 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/helpers/options_helpers.rb +27 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/helpers/table.rb +109 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/helpers/text.rb +107 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/history.rb +127 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/history_array.rb +121 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/hooks.rb +230 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/indent.rb +406 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/input_completer.rb +242 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/input_lock.rb +132 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/inspector.rb +27 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/last_exception.rb +61 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/method.rb +546 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/method/disowned.rb +53 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/method/patcher.rb +125 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/method/weird_method_locator.rb +188 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/module_candidate.rb +137 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/object_path.rb +82 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/output.rb +50 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/pager.rb +239 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/plugins.rb +103 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/prompt.rb +26 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_class.rb +375 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb +664 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/rbx_path.rb +22 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb +202 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/repl_file_loader.rb +74 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/rubygem.rb +82 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/terminal.rb +79 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/test/helper.rb +170 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/version.rb +3 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/wrapped_module.rb +378 -0
- data/vendor/bundle/gems/rack-2.0.1/COPYING +18 -0
- data/vendor/bundle/gems/rack-2.0.1/HISTORY.md +505 -0
- data/vendor/bundle/gems/rack-2.0.1/README.rdoc +304 -0
- data/vendor/bundle/gems/rack-2.0.1/Rakefile +116 -0
- data/vendor/bundle/gems/rack-2.0.1/SPEC +263 -0
- data/vendor/bundle/gems/rack-2.0.1/bin/rackup +4 -0
- data/vendor/bundle/gems/rack-2.0.1/contrib/rack.png +0 -0
- data/vendor/bundle/gems/rack-2.0.1/contrib/rack.svg +150 -0
- data/vendor/bundle/gems/rack-2.0.1/contrib/rack_logo.svg +164 -0
- data/vendor/bundle/gems/rack-2.0.1/contrib/rdoc.css +412 -0
- data/vendor/bundle/gems/rack-2.0.1/example/lobster.ru +4 -0
- data/vendor/bundle/gems/rack-2.0.1/example/protectedlobster.rb +14 -0
- data/vendor/bundle/gems/rack-2.0.1/example/protectedlobster.ru +8 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack.rb +147 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/auth/abstract/handler.rb +37 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/auth/abstract/request.rb +47 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/auth/basic.rb +58 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/auth/digest/md5.rb +129 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/auth/digest/nonce.rb +51 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/auth/digest/params.rb +52 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/auth/digest/request.rb +41 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/body_proxy.rb +44 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/builder.rb +164 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/cascade.rb +52 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/chunked.rb +69 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/common_logger.rb +72 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/conditional_get.rb +79 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/config.rb +20 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/content_length.rb +37 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/content_type.rb +29 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/deflater.rb +154 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/directory.rb +179 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/etag.rb +74 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/events.rb +154 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/file.rb +176 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/handler.rb +99 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/handler/cgi.rb +60 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/handler/fastcgi.rb +100 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/handler/lsws.rb +61 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/handler/scgi.rb +70 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/handler/thin.rb +36 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/handler/webrick.rb +120 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/head.rb +25 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/lint.rb +760 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/lobster.rb +70 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/lock.rb +22 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/logger.rb +18 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/media_type.rb +38 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/method_override.rb +43 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/mime.rb +677 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/mock.rb +196 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/multipart.rb +63 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/multipart/generator.rb +93 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/multipart/parser.rb +367 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/multipart/uploaded_file.rb +33 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/null_logger.rb +37 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/query_parser.rb +192 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/recursive.rb +62 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/reloader.rb +110 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/request.rb +487 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/response.rb +235 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/rewindable_input.rb +93 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/runtime.rb +32 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/sendfile.rb +158 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/server.rb +394 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/session/abstract/id.rb +435 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/session/cookie.rb +195 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/session/memcache.rb +93 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/session/pool.rb +76 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/show_exceptions.rb +386 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/show_status.rb +113 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/static.rb +175 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/tempfile_reaper.rb +22 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/urlmap.rb +91 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/utils.rb +620 -0
- data/vendor/bundle/gems/rack-2.0.1/rack.gemspec +35 -0
- data/vendor/bundle/gems/rack-2.0.1/test/builder/an_underscore_app.rb +5 -0
- data/vendor/bundle/gems/rack-2.0.1/test/builder/anything.rb +5 -0
- data/vendor/bundle/gems/rack-2.0.1/test/builder/comment.ru +4 -0
- data/vendor/bundle/gems/rack-2.0.1/test/builder/end.ru +5 -0
- data/vendor/bundle/gems/rack-2.0.1/test/builder/line.ru +1 -0
- data/vendor/bundle/gems/rack-2.0.1/test/builder/options.ru +2 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/assets/folder/test.js +1 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/assets/fonts/font.eot +1 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/assets/images/image.png +1 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/assets/index.html +1 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/assets/javascripts/app.js +1 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/assets/stylesheets/app.css +1 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/lighttpd.conf +26 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/rackup_stub.rb +6 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/sample_rackup.ru +5 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/test +9 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/test+directory/test+file +1 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/test.fcgi +9 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/test.gz +0 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/test.ru +5 -0
- data/vendor/bundle/gems/rack-2.0.1/test/gemloader.rb +10 -0
- data/vendor/bundle/gems/rack-2.0.1/test/helper.rb +34 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/bad_robots +259 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/binary +0 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/content_type_and_no_filename +6 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/empty +10 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/fail_16384_nofile +814 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/file1.txt +1 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/filename_and_modification_param +7 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/filename_and_no_name +6 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/filename_with_encoded_words +7 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/filename_with_escaped_quotes +6 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/filename_with_escaped_quotes_and_modification_param +7 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/filename_with_percent_escaped_quotes +6 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/filename_with_single_quote +7 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/filename_with_unescaped_percentages +6 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/filename_with_unescaped_percentages2 +6 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/filename_with_unescaped_percentages3 +6 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/filename_with_unescaped_quotes +6 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/ie +6 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/invalid_character +6 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/mixed_files +21 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/nested +10 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/none +9 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/quoted +15 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/rack-logo.png +0 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/semicolon +6 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/text +15 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/three_files_three_fields +31 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/unity3d_wwwform +11 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/webkit +32 -0
- data/vendor/bundle/gems/rack-2.0.1/test/rackup/config.ru +31 -0
- data/vendor/bundle/gems/rack-2.0.1/test/registering_handler/rack/handler/registering_myself.rb +8 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_auth_basic.rb +89 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_auth_digest.rb +260 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_body_proxy.rb +85 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_builder.rb +233 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_cascade.rb +63 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_cgi.rb +84 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_chunked.rb +103 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_common_logger.rb +95 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_conditional_get.rb +103 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_config.rb +23 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_content_length.rb +86 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_content_type.rb +46 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_deflater.rb +365 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_directory.rb +148 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_etag.rb +108 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_events.rb +133 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_fastcgi.rb +85 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_file.rb +251 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_handler.rb +57 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_head.rb +46 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_lint.rb +515 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_lobster.rb +59 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_lock.rb +194 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_logger.rb +24 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_media_type.rb +42 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_method_override.rb +83 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_mime.rb +51 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_mock.rb +342 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_multipart.rb +716 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_null_logger.rb +21 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_recursive.rb +75 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_request.rb +1393 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_response.rb +510 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_rewindable_input.rb +128 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_runtime.rb +50 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_sendfile.rb +125 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_server.rb +193 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_session_abstract_id.rb +31 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_session_abstract_session_hash.rb +28 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_session_cookie.rb +442 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_session_memcache.rb +320 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_session_pool.rb +210 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_show_exceptions.rb +80 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_show_status.rb +104 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_static.rb +184 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_tempfile_reaper.rb +64 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_thin.rb +96 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_urlmap.rb +237 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_utils.rb +742 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_version.rb +11 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_webrick.rb +208 -0
- data/vendor/bundle/gems/rack-2.0.1/test/static/another/index.html +1 -0
- data/vendor/bundle/gems/rack-2.0.1/test/static/foo.html +1 -0
- data/vendor/bundle/gems/rack-2.0.1/test/static/index.html +1 -0
- data/vendor/bundle/gems/rack-2.0.1/test/testrequest.rb +78 -0
- data/vendor/bundle/gems/rack-2.0.1/test/unregistered_handler/rack/handler/unregistered.rb +7 -0
- data/vendor/bundle/gems/rack-2.0.1/test/unregistered_handler/rack/handler/unregistered_long_one.rb +7 -0
- data/vendor/bundle/gems/rack-test-0.6.3/Gemfile +8 -0
- data/vendor/bundle/gems/rack-test-0.6.3/Gemfile.lock +41 -0
- data/vendor/bundle/gems/rack-test-0.6.3/History.txt +179 -0
- data/vendor/bundle/gems/rack-test-0.6.3/MIT-LICENSE.txt +19 -0
- data/vendor/bundle/gems/rack-test-0.6.3/README.rdoc +85 -0
- data/vendor/bundle/gems/rack-test-0.6.3/Rakefile +33 -0
- data/vendor/bundle/gems/rack-test-0.6.3/Thorfile +114 -0
- data/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb +66 -0
- data/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb +318 -0
- data/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test/cookie_jar.rb +182 -0
- data/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test/methods.rb +83 -0
- data/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test/mock_digest_request.rb +29 -0
- data/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test/uploaded_file.rb +53 -0
- data/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test/utils.rb +150 -0
- data/vendor/bundle/gems/rack-test-0.6.3/rack-test.gemspec +77 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/fixtures/bar.txt +1 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/fixtures/config.ru +3 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/fixtures/fake_app.rb +143 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/fixtures/foo.txt +1 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/rack/test/cookie_spec.rb +219 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/rack/test/digest_auth_spec.rb +46 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/rack/test/multipart_spec.rb +145 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/rack/test/uploaded_file_spec.rb +24 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/rack/test/utils_spec.rb +193 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/rack/test_spec.rb +550 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/spec_helper.rb +69 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/support/matchers/body.rb +9 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/support/matchers/challenge.rb +11 -0
- data/vendor/bundle/gems/rails-5.0.0/README.md +89 -0
- data/vendor/bundle/gems/rails-dom-testing-2.0.1/README.md +73 -0
- data/vendor/bundle/gems/rails-dom-testing-2.0.1/lib/rails-dom-testing.rb +1 -0
- data/vendor/bundle/gems/rails-dom-testing-2.0.1/lib/rails/dom/testing/assertions.rb +18 -0
- data/vendor/bundle/gems/rails-dom-testing-2.0.1/lib/rails/dom/testing/assertions/dom_assertions.rb +76 -0
- data/vendor/bundle/gems/rails-dom-testing-2.0.1/lib/rails/dom/testing/assertions/selector_assertions.rb +302 -0
- data/vendor/bundle/gems/rails-dom-testing-2.0.1/lib/rails/dom/testing/assertions/selector_assertions/count_describable.rb +32 -0
- data/vendor/bundle/gems/rails-dom-testing-2.0.1/lib/rails/dom/testing/assertions/selector_assertions/html_selector.rb +114 -0
- data/vendor/bundle/gems/rails-dom-testing-2.0.1/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb +33 -0
- data/vendor/bundle/gems/rails-dom-testing-2.0.1/lib/rails/dom/testing/version.rb +7 -0
- data/vendor/bundle/gems/rails-dom-testing-2.0.1/test/dom_assertions_test.rb +50 -0
- data/vendor/bundle/gems/rails-dom-testing-2.0.1/test/selector_assertions_test.rb +325 -0
- data/vendor/bundle/gems/rails-dom-testing-2.0.1/test/test_helper.rb +6 -0
- data/vendor/bundle/gems/rails-html-sanitizer-1.0.3/CHANGELOG.md +7 -0
- data/vendor/bundle/gems/rails-html-sanitizer-1.0.3/README.md +142 -0
- data/vendor/bundle/gems/rails-html-sanitizer-1.0.3/lib/rails-html-sanitizer.rb +73 -0
- data/vendor/bundle/gems/rails-html-sanitizer-1.0.3/lib/rails/html/sanitizer.rb +152 -0
- data/vendor/bundle/gems/rails-html-sanitizer-1.0.3/lib/rails/html/sanitizer/version.rb +7 -0
- data/vendor/bundle/gems/rails-html-sanitizer-1.0.3/lib/rails/html/scrubbers.rb +198 -0
- data/vendor/bundle/gems/rails-html-sanitizer-1.0.3/test/sanitizer_test.rb +530 -0
- data/vendor/bundle/gems/rails-html-sanitizer-1.0.3/test/scrubbers_test.rb +174 -0
- data/vendor/bundle/gems/railties-5.0.0/CHANGELOG.md +521 -0
- data/vendor/bundle/gems/railties-5.0.0/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/railties-5.0.0/RDOC_MAIN.rdoc +73 -0
- data/vendor/bundle/gems/railties-5.0.0/README.rdoc +41 -0
- data/vendor/bundle/gems/railties-5.0.0/exe/rails +9 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails.rb +111 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/all.rb +17 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/api/task.rb +163 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/app_loader.rb +64 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/application.rb +531 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/application/bootstrap.rb +82 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/application/configuration.rb +212 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/application/default_middleware_stack.rb +101 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/application/finisher.rb +185 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/application/routes_reloader.rb +54 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/application_controller.rb +16 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/backtrace_cleaner.rb +32 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/cli.rb +15 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/code_statistics.rb +113 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/code_statistics_calculator.rb +86 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands.rb +18 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands/application.rb +17 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands/commands_tasks.rb +180 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands/console.rb +68 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands/console_helper.rb +34 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands/dbconsole.rb +173 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands/destroy.rb +11 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands/generate.rb +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands/plugin.rb +23 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands/rake_proxy.rb +34 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands/runner.rb +69 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands/server.rb +139 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands/test.rb +9 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/configuration.rb +135 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/console/app.rb +36 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/console/helpers.rb +17 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/dev_caching.rb +43 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/engine.rb +704 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/engine/commands.rb +14 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/engine/commands_tasks.rb +116 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/engine/configuration.rb +86 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/engine/railties.rb +21 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/gem_version.rb +15 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators.rb +398 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/actions.rb +309 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/actions/create_migration.rb +70 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/active_model.rb +78 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/app_base.rb +420 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/base.rb +379 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/css/assets/assets_generator.rb +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/css/assets/templates/stylesheet.css +4 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/css/scaffold/scaffold_generator.rb +16 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/erb.rb +25 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/erb/controller/controller_generator.rb +22 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/erb/controller/templates/view.html.erb +2 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/erb/mailer/mailer_generator.rb +33 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/erb/mailer/templates/view.html.erb +5 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/erb/mailer/templates/view.text.erb +3 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/erb/scaffold/scaffold_generator.rb +31 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/erb/scaffold/templates/_form.html.erb +34 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/erb/scaffold/templates/edit.html.erb +6 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/erb/scaffold/templates/index.html.erb +31 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/erb/scaffold/templates/new.html.erb +5 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/erb/scaffold/templates/show.html.erb +11 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/generated_attribute.rb +175 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/js/assets/assets_generator.rb +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/js/assets/templates/javascript.js +2 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/migration.rb +69 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/model_helpers.rb +28 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/named_base.rb +233 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/USAGE +14 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/app_generator.rb +498 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/Gemfile +55 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/README.md +24 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/Rakefile +6 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/assets/config/manifest.js.tt +7 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/assets/javascripts/application.js.tt +20 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/assets/javascripts/cable.js +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css +15 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/channels/application_cable/channel.rb +4 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/channels/application_cable/connection.rb +4 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/controllers/application_controller.rb.tt +5 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/helpers/application_helper.rb +2 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/jobs/application_job.rb +2 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/mailers/application_mailer.rb +4 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/models/application_record.rb +3 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/views/layouts/application.html.erb.tt +23 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/views/layouts/mailer.html.erb.tt +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/views/layouts/mailer.text.erb.tt +1 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/bin/bundle +2 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/bin/rails +3 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/bin/rake +3 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/bin/setup +33 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/bin/update +28 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config.ru +5 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/application.rb +36 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/boot.rb +3 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/cable.yml +9 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/databases/frontbase.yml +49 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/databases/ibm_db.yml +85 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/databases/jdbc.yml +68 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/databases/jdbcmysql.yml +52 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/databases/jdbcpostgresql.yml +68 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/databases/jdbcsqlite3.yml +23 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/databases/mysql.yml +58 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/databases/oracle.yml +58 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml +85 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/databases/sqlite3.yml +25 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/databases/sqlserver.yml +68 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/environment.rb +5 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt +60 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt +94 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt +44 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/initializers/application_controller_renderer.rb +6 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/initializers/assets.rb.tt +11 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/initializers/backtrace_silencers.rb +7 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/initializers/cookies_serializer.rb +5 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/initializers/cors.rb +16 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/initializers/filter_parameter_logging.rb +4 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/initializers/inflections.rb +16 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/initializers/mime_types.rb +4 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults.rb.tt +34 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/initializers/session_store.rb.tt +3 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/initializers/wrap_parameters.rb.tt +16 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/locales/en.yml +23 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/puma.rb +47 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/routes.rb +3 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/secrets.yml +22 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/spring.rb +6 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/db/seeds.rb.tt +7 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/gitignore +25 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/public/404.html +67 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/public/422.html +67 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/public/500.html +66 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/public/apple-touch-icon-precomposed.png +0 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/public/apple-touch-icon.png +0 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/public/favicon.ico +0 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/public/robots.txt +5 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/test/test_helper.rb +12 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/assets/USAGE +20 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/assets/assets_generator.rb +25 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/assets/templates/javascript.js +2 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/assets/templates/stylesheet.css +4 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/controller/USAGE +18 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/controller/controller_generator.rb +59 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/controller/templates/controller.rb +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/generator/USAGE +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/generator/generator_generator.rb +27 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/generator/templates/%file_name%_generator.rb.tt +3 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/generator/templates/USAGE.tt +8 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/helper/USAGE +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/helper/helper_generator.rb +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/helper/templates/helper.rb +4 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/integration_test/USAGE +10 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/integration_test/integration_test_generator.rb +7 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/migration/USAGE +35 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/migration/migration_generator.rb +8 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/model/USAGE +114 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/model/model_generator.rb +12 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/USAGE +10 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/plugin_generator.rb +449 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/%name%.gemspec +24 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/Gemfile +47 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/README.md +28 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/Rakefile +29 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/app/controllers/%namespaced_name%/application_controller.rb.tt +6 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/app/helpers/%namespaced_name%/application_helper.rb.tt +5 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/app/jobs/%namespaced_name%/application_job.rb.tt +5 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/app/mailers/%namespaced_name%/application_mailer.rb.tt +7 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/app/models/%namespaced_name%/application_record.rb.tt +6 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/app/views/layouts/%namespaced_name%/application.html.erb.tt +14 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/bin/rails.tt +12 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/bin/test.tt +8 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/config/routes.rb +6 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/gitignore +9 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/lib/%namespaced_name%.rb +5 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/lib/%namespaced_name%/engine.rb +7 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/lib/%namespaced_name%/version.rb +1 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/lib/tasks/%namespaced_name%_tasks.rake +4 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/rails/application.rb +20 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/rails/boot.rb +5 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/rails/dummy_manifest.js +11 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/rails/engine_manifest.js +6 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/rails/javascripts.js +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/rails/routes.rb +3 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/rails/stylesheets.css +15 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/test/%namespaced_name%_test.rb +7 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/test/integration/navigation_test.rb +8 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/test/test_helper.rb +27 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/resource/USAGE +23 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/resource/resource_generator.rb +19 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/resource_route/resource_route_generator.rb +51 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/scaffold/USAGE +41 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/scaffold/scaffold_generator.rb +33 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/scaffold/templates/scaffold.css +84 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/scaffold_controller/USAGE +19 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/scaffold_controller/scaffold_controller_generator.rb +31 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/scaffold_controller/templates/api_controller.rb +61 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/scaffold_controller/templates/controller.rb +68 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/task/USAGE +9 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/task/task_generator.rb +12 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/task/templates/task.rb +8 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/resource_helpers.rb +82 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_case.rb +36 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit.rb +8 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/controller/controller_generator.rb +15 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/controller/templates/functional_test.rb +23 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/generator/generator_generator.rb +26 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/generator/templates/generator_test.rb +16 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/helper/helper_generator.rb +9 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/integration/integration_generator.rb +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/integration/templates/integration_test.rb +7 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/job/job_generator.rb +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/job/templates/unit_test.rb.erb +9 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/mailer/mailer_generator.rb +26 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/mailer/templates/functional_test.rb +21 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/mailer/templates/preview.rb +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/model/model_generator.rb +36 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/model/templates/fixtures.yml +29 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/model/templates/unit_test.rb +9 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/plugin/plugin_generator.rb +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/plugin/templates/%file_name%_test.rb.tt +7 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/plugin/templates/test_helper.rb +2 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/scaffold/scaffold_generator.rb +46 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/scaffold/templates/api_functional_test.rb +44 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/scaffold/templates/functional_test.rb +54 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/testing/assertions.rb +121 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/testing/behaviour.rb +110 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/testing/setup_and_teardown.rb +18 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/info.rb +102 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/info_controller.rb +44 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/initializable.rb +89 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/mailers_controller.rb +79 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/paths.rb +219 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/rack.rb +5 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/rack/debugger.rb +3 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/rack/logger.rb +80 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/railtie.rb +252 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/railtie/configurable.rb +35 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/railtie/configuration.rb +100 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/ruby_version_check.rb +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/source_annotation_extractor.rb +133 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks.rb +19 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks/annotations.rake +20 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks/dev.rake +8 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks/engine.rake +72 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks/framework.rake +83 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks/initializers.rake +6 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks/log.rake +36 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks/middleware.rake +7 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks/misc.rake +77 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks/restart.rake +8 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks/routes.rake +38 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks/statistics.rake +29 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks/tmp.rake +35 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/templates/layouts/application.html.erb +36 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/templates/rails/info/properties.html.erb +1 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/templates/rails/info/routes.html.erb +9 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/templates/rails/mailers/email.html.erb +130 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/templates/rails/mailers/index.html.erb +8 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/templates/rails/mailers/mailer.html.erb +6 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/templates/rails/welcome/index.html.erb +64 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/test_help.rb +42 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/test_unit/line_filtering.rb +78 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/test_unit/minitest_plugin.rb +98 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/test_unit/railtie.rb +24 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/test_unit/reporter.rb +98 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/test_unit/test_requirer.rb +28 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/test_unit/testing.rake +50 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/version.rb +8 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/welcome_controller.rb +8 -0
- data/vendor/bundle/gems/rake-11.2.2/CONTRIBUTING.rdoc +36 -0
- data/vendor/bundle/gems/rake-11.2.2/Gemfile +3 -0
- data/vendor/bundle/gems/rake-11.2.2/History.rdoc +2228 -0
- data/vendor/bundle/gems/rake-11.2.2/MIT-LICENSE +21 -0
- data/vendor/bundle/gems/rake-11.2.2/README.rdoc +157 -0
- data/vendor/bundle/gems/rake-11.2.2/Rakefile +29 -0
- data/vendor/bundle/gems/rake-11.2.2/appveyor.yml +24 -0
- data/vendor/bundle/gems/rake-11.2.2/bin/console +7 -0
- data/vendor/bundle/gems/rake-11.2.2/bin/setup +6 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/command_line_usage.rdoc +158 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/example/Rakefile1 +38 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/example/Rakefile2 +35 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/example/a.c +6 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/example/b.c +6 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/example/main.c +11 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/glossary.rdoc +42 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/jamis.rb +591 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/proto_rake.rdoc +127 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/rake.1 +141 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/rakefile.rdoc +624 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/rational.rdoc +151 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/README.md +4 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.4.14.rdoc +23 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.4.15.rdoc +35 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.5.0.rdoc +53 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.5.3.rdoc +78 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.5.4.rdoc +46 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.6.0.rdoc +141 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.7.0.rdoc +119 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.7.1.rdoc +59 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.7.2.rdoc +121 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.7.3.rdoc +47 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.8.0.rdoc +114 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.8.2.rdoc +165 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.8.3.rdoc +112 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.8.4.rdoc +147 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.8.5.rdoc +53 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.8.6.rdoc +37 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.8.7.rdoc +55 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.9.0.rdoc +112 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.9.1.rdoc +52 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.9.2.2.rdoc +55 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.9.2.rdoc +49 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.9.3.rdoc +102 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.9.4.rdoc +60 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.9.5.rdoc +55 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.9.6.rdoc +64 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-10.0.0.rdoc +178 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-10.0.1.rdoc +58 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-10.0.2.rdoc +53 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-10.0.3.rdoc +191 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-10.1.0.rdoc +61 -0
- data/vendor/bundle/gems/rake-11.2.2/exe/rake +27 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake.rb +71 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/application.rb +784 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/backtrace.rb +23 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/clean.rb +76 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/cloneable.rb +16 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/contrib/compositepublisher.rb +21 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/contrib/ftptools.rb +137 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/contrib/sshpublisher.rb +60 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/cpu_counter.rb +106 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/default_loader.rb +14 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/dsl_definition.rb +194 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/early_time.rb +21 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/ext/core.rb +25 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/ext/fixnum.rb +18 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/ext/pathname.rb +25 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/ext/string.rb +175 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/file_creation_task.rb +24 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/file_list.rb +436 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/file_task.rb +46 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/file_utils.rb +139 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/file_utils_ext.rb +144 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/invocation_chain.rb +56 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/invocation_exception_mixin.rb +16 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/late_time.rb +17 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/linked_list.rb +111 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/loaders/makefile.rb +53 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/multi_task.rb +13 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/name_space.rb +38 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/packagetask.rb +210 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/phony.rb +15 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/private_reader.rb +20 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/promise.rb +99 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/pseudo_status.rb +29 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/rake_module.rb +38 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/rake_test_loader.rb +21 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/rule_recursion_overflow_error.rb +19 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/scope.rb +42 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/task.rb +391 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/task_argument_error.rb +7 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/task_arguments.rb +103 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/task_manager.rb +316 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/tasklib.rb +11 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/testtask.rb +212 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/thread_history_display.rb +48 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/thread_pool.rb +162 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/trace_output.rb +22 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/version.rb +9 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/win32.rb +50 -0
- data/vendor/bundle/gems/rake-11.2.2/rake.gemspec +30 -0
- data/vendor/bundle/gems/redis-2.2.2/CHANGELOG.md +49 -0
- data/vendor/bundle/gems/redis-2.2.2/LICENSE +20 -0
- data/vendor/bundle/gems/redis-2.2.2/README.md +208 -0
- data/vendor/bundle/gems/redis-2.2.2/Rakefile +268 -0
- data/vendor/bundle/gems/redis-2.2.2/TODO.md +4 -0
- data/vendor/bundle/gems/redis-2.2.2/benchmarking/logging.rb +62 -0
- data/vendor/bundle/gems/redis-2.2.2/benchmarking/pipeline.rb +51 -0
- data/vendor/bundle/gems/redis-2.2.2/benchmarking/speed.rb +21 -0
- data/vendor/bundle/gems/redis-2.2.2/benchmarking/suite.rb +24 -0
- data/vendor/bundle/gems/redis-2.2.2/benchmarking/thread_safety.rb +38 -0
- data/vendor/bundle/gems/redis-2.2.2/benchmarking/worker.rb +71 -0
- data/vendor/bundle/gems/redis-2.2.2/examples/basic.rb +15 -0
- data/vendor/bundle/gems/redis-2.2.2/examples/dist_redis.rb +43 -0
- data/vendor/bundle/gems/redis-2.2.2/examples/incr-decr.rb +17 -0
- data/vendor/bundle/gems/redis-2.2.2/examples/list.rb +26 -0
- data/vendor/bundle/gems/redis-2.2.2/examples/pubsub.rb +31 -0
- data/vendor/bundle/gems/redis-2.2.2/examples/sets.rb +36 -0
- data/vendor/bundle/gems/redis-2.2.2/examples/unicorn/config.ru +3 -0
- data/vendor/bundle/gems/redis-2.2.2/examples/unicorn/unicorn.rb +20 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis.rb +1148 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/client.rb +265 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/compat.rb +21 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/connection.rb +9 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/connection/command_helper.rb +45 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/connection/hiredis.rb +49 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/connection/registry.rb +12 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/connection/ruby.rb +135 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/connection/synchrony.rb +129 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/distributed.rb +694 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/hash_ring.rb +131 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/pipeline.rb +34 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/subscribe.rb +94 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/version.rb +3 -0
- data/vendor/bundle/gems/redis-2.2.2/redis.gemspec +24 -0
- data/vendor/bundle/gems/redis-2.2.2/test/commands_on_hashes_test.rb +20 -0
- data/vendor/bundle/gems/redis-2.2.2/test/commands_on_lists_test.rb +60 -0
- data/vendor/bundle/gems/redis-2.2.2/test/commands_on_sets_test.rb +78 -0
- data/vendor/bundle/gems/redis-2.2.2/test/commands_on_sorted_sets_test.rb +109 -0
- data/vendor/bundle/gems/redis-2.2.2/test/commands_on_strings_test.rb +80 -0
- data/vendor/bundle/gems/redis-2.2.2/test/commands_on_value_types_test.rb +88 -0
- data/vendor/bundle/gems/redis-2.2.2/test/connection_handling_test.rb +88 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_blocking_commands_test.rb +53 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_commands_on_hashes_test.rb +12 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_commands_on_lists_test.rb +24 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_commands_on_sets_test.rb +85 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_commands_on_strings_test.rb +50 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_commands_on_value_types_test.rb +73 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_commands_requiring_clustering_test.rb +148 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_connection_handling_test.rb +25 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_internals_test.rb +27 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_key_tags_test.rb +53 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_persistence_control_commands_test.rb +24 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_publish_subscribe_test.rb +101 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_remote_server_control_commands_test.rb +43 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_sorting_test.rb +21 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_test.rb +59 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_transactions_test.rb +34 -0
- data/vendor/bundle/gems/redis-2.2.2/test/encoding_test.rb +16 -0
- data/vendor/bundle/gems/redis-2.2.2/test/error_replies_test.rb +53 -0
- data/vendor/bundle/gems/redis-2.2.2/test/helper.rb +145 -0
- data/vendor/bundle/gems/redis-2.2.2/test/internals_test.rb +160 -0
- data/vendor/bundle/gems/redis-2.2.2/test/lint/hashes.rb +126 -0
- data/vendor/bundle/gems/redis-2.2.2/test/lint/internals.rb +37 -0
- data/vendor/bundle/gems/redis-2.2.2/test/lint/lists.rb +93 -0
- data/vendor/bundle/gems/redis-2.2.2/test/lint/sets.rb +66 -0
- data/vendor/bundle/gems/redis-2.2.2/test/lint/sorted_sets.rb +167 -0
- data/vendor/bundle/gems/redis-2.2.2/test/lint/strings.rb +137 -0
- data/vendor/bundle/gems/redis-2.2.2/test/lint/value_types.rb +84 -0
- data/vendor/bundle/gems/redis-2.2.2/test/persistence_control_commands_test.rb +22 -0
- data/vendor/bundle/gems/redis-2.2.2/test/pipelining_commands_test.rb +123 -0
- data/vendor/bundle/gems/redis-2.2.2/test/publish_subscribe_test.rb +158 -0
- data/vendor/bundle/gems/redis-2.2.2/test/redis_mock.rb +80 -0
- data/vendor/bundle/gems/redis-2.2.2/test/remote_server_control_commands_test.rb +82 -0
- data/vendor/bundle/gems/redis-2.2.2/test/sorting_test.rb +44 -0
- data/vendor/bundle/gems/redis-2.2.2/test/synchrony_driver.rb +57 -0
- data/vendor/bundle/gems/redis-2.2.2/test/test.conf +8 -0
- data/vendor/bundle/gems/redis-2.2.2/test/thread_safety_test.rb +30 -0
- data/vendor/bundle/gems/redis-2.2.2/test/transactions_test.rb +100 -0
- data/vendor/bundle/gems/redis-2.2.2/test/unknown_commands_test.rb +14 -0
- data/vendor/bundle/gems/redis-2.2.2/test/url_param_test.rb +60 -0
- data/vendor/bundle/gems/redis-3.3.1/CHANGELOG.md +368 -0
- data/vendor/bundle/gems/redis-3.3.1/Gemfile +4 -0
- data/vendor/bundle/gems/redis-3.3.1/LICENSE +20 -0
- data/vendor/bundle/gems/redis-3.3.1/README.md +410 -0
- data/vendor/bundle/gems/redis-3.3.1/Rakefile +87 -0
- data/vendor/bundle/gems/redis-3.3.1/benchmarking/logging.rb +71 -0
- data/vendor/bundle/gems/redis-3.3.1/benchmarking/pipeline.rb +51 -0
- data/vendor/bundle/gems/redis-3.3.1/benchmarking/speed.rb +21 -0
- data/vendor/bundle/gems/redis-3.3.1/benchmarking/suite.rb +24 -0
- data/vendor/bundle/gems/redis-3.3.1/benchmarking/worker.rb +71 -0
- data/vendor/bundle/gems/redis-3.3.1/examples/basic.rb +15 -0
- data/vendor/bundle/gems/redis-3.3.1/examples/consistency.rb +114 -0
- data/vendor/bundle/gems/redis-3.3.1/examples/dist_redis.rb +43 -0
- data/vendor/bundle/gems/redis-3.3.1/examples/incr-decr.rb +17 -0
- data/vendor/bundle/gems/redis-3.3.1/examples/list.rb +26 -0
- data/vendor/bundle/gems/redis-3.3.1/examples/pubsub.rb +37 -0
- data/vendor/bundle/gems/redis-3.3.1/examples/sentinel.rb +41 -0
- data/vendor/bundle/gems/redis-3.3.1/examples/sentinel/sentinel.conf +9 -0
- data/vendor/bundle/gems/redis-3.3.1/examples/sentinel/start +49 -0
- data/vendor/bundle/gems/redis-3.3.1/examples/sets.rb +36 -0
- data/vendor/bundle/gems/redis-3.3.1/examples/unicorn/config.ru +3 -0
- data/vendor/bundle/gems/redis-3.3.1/examples/unicorn/unicorn.rb +20 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis.rb +2773 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/client.rb +590 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/connection.rb +9 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/connection/command_helper.rb +44 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/connection/hiredis.rb +66 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/connection/registry.rb +12 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/connection/ruby.rb +411 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/connection/synchrony.rb +133 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/distributed.rb +873 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/errors.rb +40 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/hash_ring.rb +132 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/pipeline.rb +141 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/subscribe.rb +91 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/version.rb +3 -0
- data/vendor/bundle/gems/redis-3.3.1/redis.gemspec +44 -0
- data/vendor/bundle/gems/redis-3.3.1/test/bitpos_test.rb +69 -0
- data/vendor/bundle/gems/redis-3.3.1/test/blocking_commands_test.rb +42 -0
- data/vendor/bundle/gems/redis-3.3.1/test/client_test.rb +59 -0
- data/vendor/bundle/gems/redis-3.3.1/test/command_map_test.rb +30 -0
- data/vendor/bundle/gems/redis-3.3.1/test/commands_on_hashes_test.rb +21 -0
- data/vendor/bundle/gems/redis-3.3.1/test/commands_on_hyper_log_log_test.rb +21 -0
- data/vendor/bundle/gems/redis-3.3.1/test/commands_on_lists_test.rb +20 -0
- data/vendor/bundle/gems/redis-3.3.1/test/commands_on_sets_test.rb +77 -0
- data/vendor/bundle/gems/redis-3.3.1/test/commands_on_sorted_sets_test.rb +137 -0
- data/vendor/bundle/gems/redis-3.3.1/test/commands_on_strings_test.rb +101 -0
- data/vendor/bundle/gems/redis-3.3.1/test/commands_on_value_types_test.rb +133 -0
- data/vendor/bundle/gems/redis-3.3.1/test/connection_handling_test.rb +277 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_blocking_commands_test.rb +46 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_commands_on_hashes_test.rb +10 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_commands_on_hyper_log_log_test.rb +33 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_commands_on_lists_test.rb +22 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_commands_on_sets_test.rb +83 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_commands_on_sorted_sets_test.rb +18 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_commands_on_strings_test.rb +59 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_commands_on_value_types_test.rb +95 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_commands_requiring_clustering_test.rb +164 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_connection_handling_test.rb +23 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_internals_test.rb +79 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_key_tags_test.rb +52 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_persistence_control_commands_test.rb +26 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_publish_subscribe_test.rb +92 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_remote_server_control_commands_test.rb +66 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_scripting_test.rb +102 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_sorting_test.rb +20 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_test.rb +58 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_transactions_test.rb +32 -0
- data/vendor/bundle/gems/redis-3.3.1/test/encoding_test.rb +18 -0
- data/vendor/bundle/gems/redis-3.3.1/test/error_replies_test.rb +59 -0
- data/vendor/bundle/gems/redis-3.3.1/test/fork_safety_test.rb +65 -0
- data/vendor/bundle/gems/redis-3.3.1/test/helper.rb +232 -0
- data/vendor/bundle/gems/redis-3.3.1/test/helper_test.rb +24 -0
- data/vendor/bundle/gems/redis-3.3.1/test/internals_test.rb +457 -0
- data/vendor/bundle/gems/redis-3.3.1/test/lint/blocking_commands.rb +150 -0
- data/vendor/bundle/gems/redis-3.3.1/test/lint/hashes.rb +162 -0
- data/vendor/bundle/gems/redis-3.3.1/test/lint/hyper_log_log.rb +60 -0
- data/vendor/bundle/gems/redis-3.3.1/test/lint/lists.rb +143 -0
- data/vendor/bundle/gems/redis-3.3.1/test/lint/sets.rb +125 -0
- data/vendor/bundle/gems/redis-3.3.1/test/lint/sorted_sets.rb +316 -0
- data/vendor/bundle/gems/redis-3.3.1/test/lint/strings.rb +260 -0
- data/vendor/bundle/gems/redis-3.3.1/test/lint/value_types.rb +122 -0
- data/vendor/bundle/gems/redis-3.3.1/test/persistence_control_commands_test.rb +26 -0
- data/vendor/bundle/gems/redis-3.3.1/test/pipelining_commands_test.rb +242 -0
- data/vendor/bundle/gems/redis-3.3.1/test/publish_subscribe_test.rb +282 -0
- data/vendor/bundle/gems/redis-3.3.1/test/remote_server_control_commands_test.rb +118 -0
- data/vendor/bundle/gems/redis-3.3.1/test/scanning_test.rb +413 -0
- data/vendor/bundle/gems/redis-3.3.1/test/scripting_test.rb +78 -0
- data/vendor/bundle/gems/redis-3.3.1/test/sentinel_command_test.rb +80 -0
- data/vendor/bundle/gems/redis-3.3.1/test/sentinel_test.rb +255 -0
- data/vendor/bundle/gems/redis-3.3.1/test/sorting_test.rb +59 -0
- data/vendor/bundle/gems/redis-3.3.1/test/ssl_test.rb +66 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/connection/hiredis.rb +1 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/connection/ruby.rb +1 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/connection/synchrony.rb +17 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/redis_mock.rb +130 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/ssl/gen_certs.sh +31 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/ssl/trusted-ca.crt +25 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/ssl/trusted-ca.key +27 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/ssl/trusted-cert.crt +81 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/ssl/trusted-cert.key +28 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/ssl/untrusted-ca.crt +26 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/ssl/untrusted-ca.key +27 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/ssl/untrusted-cert.crt +82 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/ssl/untrusted-cert.key +28 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/wire/synchrony.rb +24 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/wire/thread.rb +5 -0
- data/vendor/bundle/gems/redis-3.3.1/test/synchrony_driver.rb +88 -0
- data/vendor/bundle/gems/redis-3.3.1/test/test.conf.erb +9 -0
- data/vendor/bundle/gems/redis-3.3.1/test/thread_safety_test.rb +62 -0
- data/vendor/bundle/gems/redis-3.3.1/test/transactions_test.rb +264 -0
- data/vendor/bundle/gems/redis-3.3.1/test/unknown_commands_test.rb +14 -0
- data/vendor/bundle/gems/redis-3.3.1/test/url_param_test.rb +138 -0
- data/vendor/bundle/gems/redis-3.3.2/CHANGELOG.md +374 -0
- data/vendor/bundle/gems/redis-3.3.2/Gemfile +4 -0
- data/vendor/bundle/gems/redis-3.3.2/LICENSE +20 -0
- data/vendor/bundle/gems/redis-3.3.2/README.md +410 -0
- data/vendor/bundle/gems/redis-3.3.2/Rakefile +87 -0
- data/vendor/bundle/gems/redis-3.3.2/benchmarking/logging.rb +71 -0
- data/vendor/bundle/gems/redis-3.3.2/benchmarking/pipeline.rb +51 -0
- data/vendor/bundle/gems/redis-3.3.2/benchmarking/speed.rb +21 -0
- data/vendor/bundle/gems/redis-3.3.2/benchmarking/suite.rb +24 -0
- data/vendor/bundle/gems/redis-3.3.2/benchmarking/worker.rb +71 -0
- data/vendor/bundle/gems/redis-3.3.2/examples/basic.rb +15 -0
- data/vendor/bundle/gems/redis-3.3.2/examples/consistency.rb +114 -0
- data/vendor/bundle/gems/redis-3.3.2/examples/dist_redis.rb +43 -0
- data/vendor/bundle/gems/redis-3.3.2/examples/incr-decr.rb +17 -0
- data/vendor/bundle/gems/redis-3.3.2/examples/list.rb +26 -0
- data/vendor/bundle/gems/redis-3.3.2/examples/pubsub.rb +37 -0
- data/vendor/bundle/gems/redis-3.3.2/examples/sentinel.rb +41 -0
- data/vendor/bundle/gems/redis-3.3.2/examples/sentinel/sentinel.conf +9 -0
- data/vendor/bundle/gems/redis-3.3.2/examples/sentinel/start +49 -0
- data/vendor/bundle/gems/redis-3.3.2/examples/sets.rb +36 -0
- data/vendor/bundle/gems/redis-3.3.2/examples/unicorn/config.ru +3 -0
- data/vendor/bundle/gems/redis-3.3.2/examples/unicorn/unicorn.rb +20 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis.rb +2778 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/client.rb +590 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/connection.rb +9 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/connection/command_helper.rb +44 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/connection/hiredis.rb +66 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/connection/registry.rb +12 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/connection/ruby.rb +427 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/connection/synchrony.rb +133 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/distributed.rb +873 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/errors.rb +40 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/hash_ring.rb +132 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/pipeline.rb +141 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/subscribe.rb +91 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/version.rb +3 -0
- data/vendor/bundle/gems/redis-3.3.2/redis.gemspec +44 -0
- data/vendor/bundle/gems/redis-3.3.2/test/bitpos_test.rb +69 -0
- data/vendor/bundle/gems/redis-3.3.2/test/blocking_commands_test.rb +42 -0
- data/vendor/bundle/gems/redis-3.3.2/test/client_test.rb +59 -0
- data/vendor/bundle/gems/redis-3.3.2/test/command_map_test.rb +30 -0
- data/vendor/bundle/gems/redis-3.3.2/test/commands_on_hashes_test.rb +21 -0
- data/vendor/bundle/gems/redis-3.3.2/test/commands_on_hyper_log_log_test.rb +21 -0
- data/vendor/bundle/gems/redis-3.3.2/test/commands_on_lists_test.rb +20 -0
- data/vendor/bundle/gems/redis-3.3.2/test/commands_on_sets_test.rb +77 -0
- data/vendor/bundle/gems/redis-3.3.2/test/commands_on_sorted_sets_test.rb +137 -0
- data/vendor/bundle/gems/redis-3.3.2/test/commands_on_strings_test.rb +101 -0
- data/vendor/bundle/gems/redis-3.3.2/test/commands_on_value_types_test.rb +133 -0
- data/vendor/bundle/gems/redis-3.3.2/test/connection_handling_test.rb +277 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_blocking_commands_test.rb +46 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_commands_on_hashes_test.rb +10 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_commands_on_hyper_log_log_test.rb +33 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_commands_on_lists_test.rb +22 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_commands_on_sets_test.rb +83 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_commands_on_sorted_sets_test.rb +18 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_commands_on_strings_test.rb +59 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_commands_on_value_types_test.rb +95 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_commands_requiring_clustering_test.rb +164 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_connection_handling_test.rb +23 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_internals_test.rb +79 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_key_tags_test.rb +52 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_persistence_control_commands_test.rb +26 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_publish_subscribe_test.rb +92 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_remote_server_control_commands_test.rb +66 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_scripting_test.rb +102 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_sorting_test.rb +20 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_test.rb +58 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_transactions_test.rb +32 -0
- data/vendor/bundle/gems/redis-3.3.2/test/encoding_test.rb +18 -0
- data/vendor/bundle/gems/redis-3.3.2/test/error_replies_test.rb +59 -0
- data/vendor/bundle/gems/redis-3.3.2/test/fork_safety_test.rb +65 -0
- data/vendor/bundle/gems/redis-3.3.2/test/helper.rb +232 -0
- data/vendor/bundle/gems/redis-3.3.2/test/helper_test.rb +24 -0
- data/vendor/bundle/gems/redis-3.3.2/test/internals_test.rb +457 -0
- data/vendor/bundle/gems/redis-3.3.2/test/lint/blocking_commands.rb +150 -0
- data/vendor/bundle/gems/redis-3.3.2/test/lint/hashes.rb +162 -0
- data/vendor/bundle/gems/redis-3.3.2/test/lint/hyper_log_log.rb +60 -0
- data/vendor/bundle/gems/redis-3.3.2/test/lint/lists.rb +143 -0
- data/vendor/bundle/gems/redis-3.3.2/test/lint/sets.rb +140 -0
- data/vendor/bundle/gems/redis-3.3.2/test/lint/sorted_sets.rb +316 -0
- data/vendor/bundle/gems/redis-3.3.2/test/lint/strings.rb +260 -0
- data/vendor/bundle/gems/redis-3.3.2/test/lint/value_types.rb +122 -0
- data/vendor/bundle/gems/redis-3.3.2/test/persistence_control_commands_test.rb +26 -0
- data/vendor/bundle/gems/redis-3.3.2/test/pipelining_commands_test.rb +242 -0
- data/vendor/bundle/gems/redis-3.3.2/test/publish_subscribe_test.rb +282 -0
- data/vendor/bundle/gems/redis-3.3.2/test/remote_server_control_commands_test.rb +118 -0
- data/vendor/bundle/gems/redis-3.3.2/test/scanning_test.rb +413 -0
- data/vendor/bundle/gems/redis-3.3.2/test/scripting_test.rb +78 -0
- data/vendor/bundle/gems/redis-3.3.2/test/sentinel_command_test.rb +80 -0
- data/vendor/bundle/gems/redis-3.3.2/test/sentinel_test.rb +255 -0
- data/vendor/bundle/gems/redis-3.3.2/test/sorting_test.rb +59 -0
- data/vendor/bundle/gems/redis-3.3.2/test/ssl_test.rb +73 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/connection/hiredis.rb +1 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/connection/ruby.rb +1 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/connection/synchrony.rb +17 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/redis_mock.rb +130 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/ssl/gen_certs.sh +31 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/ssl/trusted-ca.crt +25 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/ssl/trusted-ca.key +27 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/ssl/trusted-cert.crt +81 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/ssl/trusted-cert.key +28 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/ssl/untrusted-ca.crt +26 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/ssl/untrusted-ca.key +27 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/ssl/untrusted-cert.crt +82 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/ssl/untrusted-cert.key +28 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/wire/synchrony.rb +24 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/wire/thread.rb +5 -0
- data/vendor/bundle/gems/redis-3.3.2/test/synchrony_driver.rb +88 -0
- data/vendor/bundle/gems/redis-3.3.2/test/test.conf.erb +9 -0
- data/vendor/bundle/gems/redis-3.3.2/test/thread_safety_test.rb +62 -0
- data/vendor/bundle/gems/redis-3.3.2/test/transactions_test.rb +264 -0
- data/vendor/bundle/gems/redis-3.3.2/test/unknown_commands_test.rb +14 -0
- data/vendor/bundle/gems/redis-3.3.2/test/url_param_test.rb +138 -0
- data/vendor/bundle/gems/rspec-3.5.0/LICENSE.md +27 -0
- data/vendor/bundle/gems/rspec-3.5.0/README.md +39 -0
- data/vendor/bundle/gems/rspec-3.5.0/lib/rspec.rb +3 -0
- data/vendor/bundle/gems/rspec-3.5.0/lib/rspec/version.rb +5 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/Changelog.md +2068 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/LICENSE.md +26 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/README.md +384 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/exe/rspec +4 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/autorun.rb +3 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core.rb +184 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/backtrace_formatter.rb +65 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/bisect/coordinator.rb +66 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/bisect/example_minimizer.rb +169 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/bisect/runner.rb +169 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/bisect/server.rb +65 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/configuration.rb +2093 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/configuration_options.rb +194 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/drb.rb +111 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/dsl.rb +98 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/example.rb +647 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/example_group.rb +873 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/example_status_persister.rb +235 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/filter_manager.rb +231 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/flat_map.rb +20 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters.rb +255 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/base_formatter.rb +70 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/base_text_formatter.rb +77 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/bisect_formatter.rb +69 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/bisect_progress_formatter.rb +144 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/console_codes.rb +65 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/deprecation_formatter.rb +223 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/documentation_formatter.rb +69 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/exception_presenter.rb +490 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/fallback_message_formatter.rb +28 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/helpers.rb +110 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/html_formatter.rb +151 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/html_printer.rb +414 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/html_snippet_extractor.rb +116 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/json_formatter.rb +96 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/profile_formatter.rb +68 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/progress_formatter.rb +28 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/protocol.rb +181 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/snippet_extractor.rb +136 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/hooks.rb +631 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/invocations.rb +67 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/memoized_helpers.rb +532 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/metadata.rb +498 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/metadata_filter.rb +243 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/minitest_assertions_adapter.rb +31 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/mocking_adapters/flexmock.rb +31 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/mocking_adapters/mocha.rb +57 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/mocking_adapters/null.rb +14 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/mocking_adapters/rr.rb +31 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/mocking_adapters/rspec.rb +32 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/notifications.rb +499 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/option_parser.rb +289 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/ordering.rb +158 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/pending.rb +165 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/profiler.rb +32 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/project_initializer.rb +48 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/project_initializer/spec/spec_helper.rb +103 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/rake_task.rb +167 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/reporter.rb +236 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/ruby_project.rb +53 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/runner.rb +186 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/sandbox.rb +37 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/set.rb +49 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/shared_context.rb +55 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/shared_example_group.rb +247 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/shell_escape.rb +49 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/source.rb +86 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/source/location.rb +13 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/source/node.rb +93 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/source/syntax_highlighter.rb +71 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/source/token.rb +87 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/test_unit_assertions_adapter.rb +30 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/version.rb +9 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/warnings.rb +40 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/world.rb +246 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/Changelog.md +2102 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/LICENSE.md +26 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/README.md +384 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/exe/rspec +4 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/autorun.rb +3 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core.rb +185 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/backtrace_formatter.rb +65 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/bisect/coordinator.rb +66 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/bisect/example_minimizer.rb +169 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/bisect/runner.rb +169 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/bisect/server.rb +65 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/configuration.rb +2100 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/configuration_options.rb +194 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/drb.rb +111 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/dsl.rb +98 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/example.rb +649 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/example_group.rb +879 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/example_status_persister.rb +235 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/filter_manager.rb +231 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/flat_map.rb +20 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters.rb +255 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/base_formatter.rb +70 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/base_text_formatter.rb +77 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/bisect_formatter.rb +69 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/bisect_progress_formatter.rb +144 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/console_codes.rb +65 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/deprecation_formatter.rb +223 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/documentation_formatter.rb +69 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/exception_presenter.rb +491 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/fallback_message_formatter.rb +28 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/helpers.rb +110 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/html_formatter.rb +151 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/html_printer.rb +414 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/html_snippet_extractor.rb +116 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/json_formatter.rb +96 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/profile_formatter.rb +68 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/progress_formatter.rb +28 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/protocol.rb +181 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/snippet_extractor.rb +136 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/hooks.rb +624 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/invocations.rb +67 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/memoized_helpers.rb +532 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/metadata.rb +499 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/metadata_filter.rb +243 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/minitest_assertions_adapter.rb +31 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/mocking_adapters/flexmock.rb +31 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/mocking_adapters/mocha.rb +57 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/mocking_adapters/null.rb +14 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/mocking_adapters/rr.rb +31 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/mocking_adapters/rspec.rb +32 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/notifications.rb +498 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/option_parser.rb +289 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/ordering.rb +158 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/pending.rb +165 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/profiler.rb +32 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/project_initializer.rb +48 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/project_initializer/spec/spec_helper.rb +103 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/rake_task.rb +168 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/reporter.rb +248 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/ruby_project.rb +53 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/runner.rb +188 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/sandbox.rb +37 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/set.rb +49 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/shared_context.rb +55 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/shared_example_group.rb +247 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/shell_escape.rb +49 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/source.rb +86 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/source/location.rb +13 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/source/node.rb +93 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/source/syntax_highlighter.rb +71 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/source/token.rb +87 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/test_unit_assertions_adapter.rb +30 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/version.rb +9 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/warnings.rb +40 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/world.rb +256 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/Changelog.md +1034 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/LICENSE.md +25 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/README.md +303 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations.rb +81 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations/configuration.rb +201 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations/expectation_target.rb +127 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations/fail_with.rb +31 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations/failure_aggregator.rb +194 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations/handler.rb +170 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations/minitest_integration.rb +58 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations/syntax.rb +132 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations/version.rb +8 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers.rb +1038 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/aliased_matcher.rb +116 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in.rb +52 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/all.rb +85 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/base_matcher.rb +181 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be.rb +288 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_between.rb +77 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_instance_of.rb +22 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_kind_of.rb +16 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_within.rb +72 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/change.rb +354 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/compound.rb +272 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/contain_exactly.rb +286 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/cover.rb +24 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/eq.rb +40 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/eql.rb +34 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/equal.rb +81 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/exist.rb +86 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/has.rb +103 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/have_attributes.rb +114 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/include.rb +143 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/match.rb +106 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/operators.rb +128 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/output.rb +200 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/raise_error.rb +230 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/respond_to.rb +165 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/satisfy.rb +37 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/start_or_end_with.rb +94 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/throw_symbol.rb +132 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/yield.rb +419 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/composable.rb +185 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/dsl.rb +466 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/english_phrasing.rb +58 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +73 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/fail_matchers.rb +42 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/generated_descriptions.rb +42 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/matcher_delegator.rb +35 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/matcher_protocol.rb +99 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/Changelog.md +1043 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/LICENSE.md +25 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/README.md +445 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks.rb +130 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance.rb +11 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/chain.rb +110 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/error_generator.rb +31 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/expect_chain_chain.rb +35 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/expectation_chain.rb +48 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/message_chains.rb +83 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/proxy.rb +116 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/recorder.rb +289 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/stub_chain.rb +47 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/stub_chain_chain.rb +28 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/argument_list_matcher.rb +100 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/argument_matchers.rb +320 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/configuration.rb +205 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/error_generator.rb +369 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/example_methods.rb +422 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/instance_method_stasher.rb +135 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/marshal_extension.rb +41 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/matchers/expectation_customization.rb +20 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/matchers/have_received.rb +130 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/matchers/receive.rb +132 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/matchers/receive_message_chain.rb +82 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/matchers/receive_messages.rb +77 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/message_chain.rb +87 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/message_expectation.rb +740 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/method_double.rb +287 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/method_reference.rb +202 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/minitest_integration.rb +68 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/mutate_const.rb +335 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/object_reference.rb +149 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/order_group.rb +81 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/proxy.rb +489 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/space.rb +238 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/standalone.rb +3 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/syntax.rb +325 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/targets.rb +124 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/test_double.rb +170 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/verifying_double.rb +129 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/verifying_message_expectation.rb +54 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/verifying_proxy.rb +213 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/version.rb +9 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/Changelog.md +192 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/LICENSE.md +23 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/README.md +40 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support.rb +139 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/caller_filter.rb +83 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/comparable_version.rb +46 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/differ.rb +215 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/directory_maker.rb +63 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/encoded_string.rb +165 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/fuzzy_matcher.rb +48 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/hunk_generator.rb +47 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/matcher_definition.rb +42 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/method_signature_verifier.rb +392 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/mutex.rb +73 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/object_formatter.rb +249 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/recursive_const_methods.rb +76 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/reentrant_mutex.rb +53 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/ruby_features.rb +149 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec.rb +81 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/deprecation_helpers.rb +64 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/formatting_support.rb +9 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/in_sub_process.rb +52 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/library_wide_checks.rb +150 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/shell_out.rb +82 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/stderr_splitter.rb +63 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/string_matcher.rb +46 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/with_isolated_directory.rb +13 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/with_isolated_stderr.rb +13 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/version.rb +7 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/warnings.rb +39 -0
- data/vendor/bundle/gems/simplecov-0.12.0/CHANGELOG.md +403 -0
- data/vendor/bundle/gems/simplecov-0.12.0/CONTRIBUTING.md +48 -0
- data/vendor/bundle/gems/simplecov-0.12.0/Gemfile +36 -0
- data/vendor/bundle/gems/simplecov-0.12.0/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/simplecov-0.12.0/README.md +633 -0
- data/vendor/bundle/gems/simplecov-0.12.0/Rakefile +36 -0
- data/vendor/bundle/gems/simplecov-0.12.0/cucumber.yml +13 -0
- data/vendor/bundle/gems/simplecov-0.12.0/doc/alternate-formatters.md +36 -0
- data/vendor/bundle/gems/simplecov-0.12.0/doc/commercial-services.md +20 -0
- data/vendor/bundle/gems/simplecov-0.12.0/doc/editor-integration.md +13 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/config_autoload.feature +46 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/config_command_name.feature +45 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/config_coverage_dir.feature +33 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/config_deactivate_merging.feature +42 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/config_formatters.feature +77 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/config_merge_timeout.feature +39 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/config_nocov_token.feature +79 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/config_profiles.feature +44 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/config_project_name.feature +27 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/config_styles.feature +121 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/config_tracked_files.feature +29 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/cucumber_basic.feature +29 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/maximum_coverage_drop.feature +36 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/merging_test_unit_and_rspec.feature +44 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/minimum_coverage.feature +59 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/refuse_coverage_drop.feature +35 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/rspec_basic.feature +32 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/rspec_fails_on_initialization.feature +14 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/rspec_groups_and_filters_basic.feature +29 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/rspec_groups_and_filters_complex.feature +37 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/rspec_groups_using_filter_class.feature +41 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/rspec_without_simplecov.feature +20 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/skipping_code_blocks_manually.feature +70 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/step_definitions/html_steps.rb +44 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/step_definitions/simplecov_steps.rb +68 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/step_definitions/transformers.rb +13 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/step_definitions/web_steps.rb +64 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/support/env.rb +50 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/test_unit_basic.feature +34 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/test_unit_groups_and_filters_basic.feature +29 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/test_unit_groups_and_filters_complex.feature +35 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/test_unit_groups_using_filter_class.feature +40 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/test_unit_without_simplecov.feature +20 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/unicode_compatiblity.feature +67 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov.rb +184 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/command_guesser.rb +59 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/configuration.rb +296 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/defaults.rb +122 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/exit_codes.rb +8 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/file_list.rb +59 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/filter.rb +54 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/formatter.rb +8 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/formatter/multi_formatter.rb +32 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/formatter/simple_formatter.rb +23 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/jruby_fix.rb +42 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/last_run.rb +22 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/merge_helpers.rb +34 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/no_defaults.rb +2 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/profiles.rb +31 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/railtie.rb +7 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/railties/tasks.rake +11 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/result.rb +82 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/result_merger.rb +88 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/source_file.rb +190 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/version.rb +25 -0
- data/vendor/bundle/gems/simplecov-0.12.0/simplecov.gemspec +27 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/1_8_fallbacks_spec.rb +29 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/command_guesser_spec.rb +46 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/deleted_source_spec.rb +12 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/Gemfile +6 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/Rakefile +8 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/cucumber.yml +13 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/features/step_definitions/my_steps.rb +22 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/features/support/env.rb +12 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/features/test_stuff.feature +6 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/lib/faked_project.rb +11 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/lib/faked_project/framework_specific.rb +18 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/lib/faked_project/meta_magic.rb +24 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/lib/faked_project/some_class.rb +28 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/lib/faked_project/untested_class.rb +11 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/spec/faked_spec.rb +11 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/spec/forking_spec.rb +8 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/spec/meta_magic_spec.rb +15 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/spec/some_class_spec.rb +13 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/spec/spec_helper.rb +11 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/test/faked_test.rb +11 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/test/meta_magic_test.rb +13 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/test/some_class_test.rb +15 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/test/test_helper.rb +12 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/file_list_spec.rb +48 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/filters_spec.rb +96 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/fixtures/app/controllers/sample_controller.rb +10 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/fixtures/app/models/user.rb +10 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/fixtures/deleted_source_sample.rb +15 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/fixtures/frameworks/rspec_bad.rb +9 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/fixtures/frameworks/rspec_good.rb +9 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/fixtures/frameworks/testunit_bad.rb +9 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/fixtures/frameworks/testunit_good.rb +9 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/fixtures/iso-8859.rb +3 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/fixtures/resultset1.rb +4 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/fixtures/resultset2.rb +4 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/fixtures/sample.rb +16 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/fixtures/utf-8.rb +3 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/helper.rb +24 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/merge_helpers_spec.rb +114 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/multi_formatter_spec.rb +20 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/result_spec.rb +207 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/return_codes_spec.rb +34 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/source_file_line_spec.rb +153 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/source_file_spec.rb +75 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/Gemfile +22 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/Guardfile +12 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/LICENSE +20 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/README.md +30 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/Rakefile +41 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/javascripts/application.js +127 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/javascripts/libraries/jquery-1.6.2.min.js +18 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/javascripts/plugins/highlight.pack.js +1 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/javascripts/plugins/jquery.colorbox.js +1090 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/javascripts/plugins/jquery.dataTables.min.js +152 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/javascripts/plugins/jquery.timeago.js +141 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/javascripts/plugins/jquery.url.js +174 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/stylesheets/application.css +3 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/stylesheets/plugins/highlight.css +129 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/stylesheets/plugins/jquery-ui-1.8.4.custom.css +295 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/stylesheets/plugins/jquery.colorbox.css +52 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/stylesheets/reset.css +103 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/stylesheets/screen.css.sass +220 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/lib/simplecov-html.rb +110 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/lib/simplecov-html/version.rb +27 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/application.css +799 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/application.js +1707 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/colorbox/border.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/colorbox/controls.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/colorbox/loading.gif +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/colorbox/loading_background.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/favicon_green.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/favicon_red.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/favicon_yellow.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/loading.gif +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/magnify.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/simplecov-html.gemspec +22 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/test/helper.rb +4 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/test/test_simple_cov-html.rb +8 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/views/file_list.erb +45 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/views/layout.erb +41 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/views/source_file.erb +23 -0
- data/vendor/bundle/gems/slop-3.6.0/CHANGES.md +309 -0
- data/vendor/bundle/gems/slop-3.6.0/Gemfile +3 -0
- data/vendor/bundle/gems/slop-3.6.0/LICENSE +20 -0
- data/vendor/bundle/gems/slop-3.6.0/README.md +202 -0
- data/vendor/bundle/gems/slop-3.6.0/Rakefile +29 -0
- data/vendor/bundle/gems/slop-3.6.0/lib/slop.rb +687 -0
- data/vendor/bundle/gems/slop-3.6.0/lib/slop/commands.rb +196 -0
- data/vendor/bundle/gems/slop-3.6.0/lib/slop/option.rb +214 -0
- data/vendor/bundle/gems/slop-3.6.0/slop.gemspec +17 -0
- data/vendor/bundle/gems/slop-3.6.0/test/commands_test.rb +26 -0
- data/vendor/bundle/gems/slop-3.6.0/test/helper.rb +12 -0
- data/vendor/bundle/gems/slop-3.6.0/test/option_test.rb +145 -0
- data/vendor/bundle/gems/slop-3.6.0/test/slop_test.rb +518 -0
- data/vendor/bundle/gems/sprockets-3.6.3/CHANGELOG.md +284 -0
- data/vendor/bundle/gems/sprockets-3.6.3/LICENSE +21 -0
- data/vendor/bundle/gems/sprockets-3.6.3/README.md +509 -0
- data/vendor/bundle/gems/sprockets-3.6.3/bin/sprockets +88 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/rake/sprocketstask.rb +152 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets.rb +162 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/asset.rb +200 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/autoload.rb +11 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/autoload/closure.rb +7 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/autoload/coffee_script.rb +7 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/autoload/eco.rb +7 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/autoload/ejs.rb +7 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/autoload/sass.rb +7 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/autoload/uglifier.rb +7 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/autoload/yui.rb +7 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/base.rb +110 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/bower.rb +58 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/bundle.rb +69 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/cache.rb +236 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/cache/file_store.rb +186 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/cache/memory_store.rb +66 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/cache/null_store.rb +46 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/cached_environment.rb +69 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/closure_compressor.rb +46 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/coffee_script_processor.rb +25 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/coffee_script_template.rb +6 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/compressing.rb +94 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/configuration.rb +83 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/context.rb +231 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/dependencies.rb +73 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/digest_utils.rb +174 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/directive_processor.rb +404 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/eco_processor.rb +32 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/eco_template.rb +6 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/ejs_processor.rb +31 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/ejs_template.rb +6 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/encoding_utils.rb +261 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/engines.rb +81 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/environment.rb +41 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/erb_processor.rb +30 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/erb_template.rb +6 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/errors.rb +11 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/file_reader.rb +15 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/http_utils.rb +117 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/jst_processor.rb +49 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/legacy.rb +330 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/legacy_proc_processor.rb +35 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/legacy_tilt_processor.rb +29 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/loader.rb +325 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/manifest.rb +335 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/manifest_utils.rb +45 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/mime.rb +130 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/path_dependency_utils.rb +85 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/path_digest_utils.rb +47 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/path_utils.rb +287 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/paths.rb +81 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/processing.rb +248 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/processor_utils.rb +182 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/resolve.rb +211 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/sass_cache_store.rb +29 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/sass_compressor.rb +51 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/sass_functions.rb +2 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/sass_importer.rb +2 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/sass_processor.rb +292 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/sass_template.rb +7 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/server.rb +272 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/transformers.rb +145 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/uglifier_compressor.rb +55 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/unloaded_asset.rb +137 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/uri_tar.rb +98 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/uri_utils.rb +188 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/utils.rb +231 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/utils/gzip.rb +67 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/version.rb +3 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/yui_compressor.rb +55 -0
- data/vendor/bundle/gems/sprockets-rails-3.1.1/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/sprockets-rails-3.1.1/README.md +189 -0
- data/vendor/bundle/gems/sprockets-rails-3.1.1/lib/sprockets/rails.rb +4 -0
- data/vendor/bundle/gems/sprockets-rails-3.1.1/lib/sprockets/rails/context.rb +48 -0
- data/vendor/bundle/gems/sprockets-rails-3.1.1/lib/sprockets/rails/helper.rb +351 -0
- data/vendor/bundle/gems/sprockets-rails-3.1.1/lib/sprockets/rails/quiet_assets.rb +18 -0
- data/vendor/bundle/gems/sprockets-rails-3.1.1/lib/sprockets/rails/route_wrapper.rb +23 -0
- data/vendor/bundle/gems/sprockets-rails-3.1.1/lib/sprockets/rails/task.rb +89 -0
- data/vendor/bundle/gems/sprockets-rails-3.1.1/lib/sprockets/rails/utils.rb +11 -0
- data/vendor/bundle/gems/sprockets-rails-3.1.1/lib/sprockets/rails/version.rb +5 -0
- data/vendor/bundle/gems/sprockets-rails-3.1.1/lib/sprockets/railtie.rb +254 -0
- data/vendor/bundle/gems/thor-0.19.1/CHANGELOG.md +139 -0
- data/vendor/bundle/gems/thor-0.19.1/LICENSE.md +20 -0
- data/vendor/bundle/gems/thor-0.19.1/README.md +41 -0
- data/vendor/bundle/gems/thor-0.19.1/Thorfile +29 -0
- data/vendor/bundle/gems/thor-0.19.1/bin/thor +6 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor.rb +484 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/actions.rb +319 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/actions/create_file.rb +103 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/actions/create_link.rb +59 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/actions/directory.rb +118 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/actions/empty_directory.rb +135 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/actions/file_manipulation.rb +316 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/actions/inject_into_file.rb +107 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/base.rb +656 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/command.rb +133 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/core_ext/hash_with_indifferent_access.rb +77 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/core_ext/io_binary_read.rb +10 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/core_ext/ordered_hash.rb +98 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/error.rb +32 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/group.rb +281 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/invocation.rb +178 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/line_editor.rb +17 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/line_editor/basic.rb +35 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/line_editor/readline.rb +88 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/parser.rb +4 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/parser/argument.rb +73 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/parser/arguments.rb +175 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/parser/option.rb +125 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/parser/options.rb +218 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/rake_compat.rb +71 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/runner.rb +322 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/shell.rb +81 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/shell/basic.rb +421 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/shell/color.rb +149 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/shell/html.rb +126 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/util.rb +267 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/version.rb +3 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/actions/create_file_spec.rb +168 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/actions/create_link_spec.rb +96 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/actions/directory_spec.rb +169 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/actions/empty_directory_spec.rb +129 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/actions/file_manipulation_spec.rb +392 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/actions/inject_into_file_spec.rb +135 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/actions_spec.rb +331 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/base_spec.rb +298 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/command_spec.rb +79 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/core_ext/hash_with_indifferent_access_spec.rb +48 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/core_ext/ordered_hash_spec.rb +115 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/exit_condition_spec.rb +19 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/application.rb +2 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/app{1}/README +3 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/bundle/execute.rb +6 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/bundle/main.thor +1 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/command.thor +10 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/doc/%file_name%.rb.tt +1 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/doc/COMMENTER +11 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/doc/README +3 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/doc/block_helper.rb +3 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/doc/config.rb +1 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/doc/config.yaml.tt +1 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/doc/excluding/%file_name%.rb.tt +1 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/enum.thor +10 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/group.thor +128 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/invoke.thor +131 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/path with spaces b/data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/path with → spaces +0 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/preserve/script.sh +3 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/script.thor +220 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/subcommand.thor +17 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/group_spec.rb +222 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/helper.rb +80 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/invocation_spec.rb +120 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/line_editor/basic_spec.rb +28 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/line_editor/readline_spec.rb +69 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/line_editor_spec.rb +43 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/parser/argument_spec.rb +53 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/parser/arguments_spec.rb +66 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/parser/option_spec.rb +210 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/parser/options_spec.rb +414 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/quality_spec.rb +75 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/rake_compat_spec.rb +72 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/register_spec.rb +227 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/runner_spec.rb +246 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/application.rb +2 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/app{1}/README +3 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/bundle/execute.rb +6 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/bundle/main.thor +1 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/command.thor +10 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/doc/%file_name%.rb.tt +1 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/doc/COMMENTER +11 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/doc/README +3 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/doc/block_helper.rb +3 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/doc/config.rb +1 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/doc/config.yaml.tt +1 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/doc/excluding/%file_name%.rb.tt +1 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/enum.thor +10 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/group.thor +128 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/invoke.thor +131 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/path with spaces b/data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/path with → spaces +0 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/preserve/script.sh +3 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/script.thor +220 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/subcommand.thor +17 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/shell/basic_spec.rb +337 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/shell/color_spec.rb +119 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/shell/html_spec.rb +31 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/shell_spec.rb +47 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/subcommand_spec.rb +48 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/thor_spec.rb +505 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/util_spec.rb +196 -0
- data/vendor/bundle/gems/thor-0.19.1/thor.gemspec +24 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/Gemfile +17 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/LICENSE +144 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/README.md +56 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/Rakefile +61 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/examples/bench_cache.rb +35 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/JRubyCacheBackendLibrary.java +245 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMap.java +31 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMapV8.java +3863 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/LongAdder.java +203 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/Striped64.java +342 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/ConcurrentHashMapV8.java +3800 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/LongAdder.java +204 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/Striped64.java +291 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166y/ThreadLocalRandom.java +199 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/ext/thread_safe/JrubyCacheBackendService.java +15 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe.rb +65 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/atomic_reference_cache_backend.rb +908 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/cache.rb +163 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/mri_cache_backend.rb +69 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/non_concurrent_cache_backend.rb +135 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/synchronized_cache_backend.rb +77 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/synchronized_delegator.rb +60 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/util.rb +16 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/util/adder.rb +62 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/util/atomic_reference.rb +45 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/util/cheap_lockable.rb +106 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/util/power_of_two_tuple.rb +26 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/util/striped64.rb +222 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/util/volatile.rb +64 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/util/volatile_tuple.rb +46 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/util/xor_shift_random.rb +41 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/version.rb +21 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/tasks/update_doc.rake +45 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/test/src/thread_safe/SecurityManager.java +21 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/test/test_array.rb +18 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/test/test_cache.rb +901 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/test/test_cache_loops.rb +449 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/test/test_hash.rb +17 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/test/test_helper.rb +134 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/test/test_synchronized_delegator.rb +84 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/thread_safe.gemspec +26 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/yard-template/default/fulldoc/html/css/common.css +125 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/yard-template/default/layout/html/footer.erb +16 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/CHANGES.md +649 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/LICENSE +19 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/README.md +151 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/Rakefile +104 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo.rb +40 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/country.rb +196 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/country_index_definition.rb +31 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/country_info.rb +42 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/country_timezone.rb +123 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/data_source.rb +190 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/data_timezone.rb +58 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/data_timezone_info.rb +55 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/info_timezone.rb +30 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/linked_timezone.rb +63 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/linked_timezone_info.rb +26 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/offset_rationals.rb +77 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/ruby_core_support.rb +146 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/ruby_country_info.rb +70 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/ruby_data_source.rb +136 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/time_or_datetime.rb +333 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone.rb +637 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_definition.rb +36 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_index_definition.rb +54 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_info.rb +30 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_offset.rb +74 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_period.rb +204 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_proxy.rb +70 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_transition.rb +120 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_transition_definition.rb +101 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/transition_data_timezone_info.rb +274 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_country_info.rb +35 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_data_source.rb +487 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_timezone_info.rb +245 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_country.rb +236 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_country_index_definition.rb +69 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_country_info.rb +16 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_country_timezone.rb +161 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_data_source.rb +218 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_data_timezone.rb +99 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_data_timezone_info.rb +18 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_info_timezone.rb +34 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_linked_timezone.rb +155 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_linked_timezone_info.rb +23 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_offset_rationals.rb +23 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_ruby_core_support.rb +168 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_ruby_country_info.rb +80 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_ruby_data_source.rb +143 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_time_or_datetime.rb +639 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone.rb +1334 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_definition.rb +113 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_index_definition.rb +73 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_info.rb +11 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_london.rb +143 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_melbourne.rb +142 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_new_york.rb +142 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_offset.rb +126 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_period.rb +548 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_proxy.rb +113 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_transition.rb +352 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_transition_definition.rb +284 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_utc.rb +27 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_transition_data_timezone_info.rb +423 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_zoneinfo_country_info.rb +64 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_zoneinfo_data_source.rb +1122 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_zoneinfo_timezone_info.rb +814 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/test_utils.rb +132 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/ts_all.rb +7 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/ts_all_ruby.rb +5 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/ts_all_zoneinfo.rb +7 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data.rb +8 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/America/Argentina/Buenos_Aires.rb +89 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/America/New_York.rb +315 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Australia/Melbourne.rb +218 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/EST.rb +19 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__m__1.rb +21 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__p__1.rb +21 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Etc/UTC.rb +21 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/Amsterdam.rb +261 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/Andorra.rb +186 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/London.rb +321 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/Paris.rb +265 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/Prague.rb +220 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/UTC.rb +16 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/indexes/countries.rb +927 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/indexes/timezones.rb +596 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/version.rb +14 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/America/Argentina/Buenos_Aires +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/America/New_York +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/Australia/Melbourne +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/EST +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/Etc/UTC +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/Europe/Amsterdam +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/Europe/Andorra +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/Europe/London +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/Europe/Paris +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/Europe/Prague +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/Factory +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/iso3166.tab +275 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/posix/Europe/London +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/posixrules +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/right/Europe/London +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/zone.tab +439 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/zone1970.tab +369 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/tzinfo.gemspec +21 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/CHANGELOG.md +119 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/README.md +393 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/examples/tcp_server.rb +28 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/ext/websocket-driver/Makefile +261 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/ext/websocket-driver/WebsocketMaskService.java +55 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/ext/websocket-driver/extconf.rb +4 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/ext/websocket-driver/websocket_mask.bundle +0 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/ext/websocket-driver/websocket_mask.c +41 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/ext/websocket-driver/websocket_mask.o +0 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/driver.rb +191 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/driver/client.rb +140 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/driver/draft75.rb +102 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/driver/draft76.rb +96 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/driver/event_emitter.rb +54 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/driver/headers.rb +45 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/driver/hybi.rb +406 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/driver/hybi/frame.rb +20 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/driver/hybi/message.rb +31 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/driver/proxy.rb +68 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/driver/server.rb +80 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/driver/stream_reader.rb +55 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/http.rb +15 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/http/headers.rb +112 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/http/request.rb +45 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/http/response.rb +29 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/websocket_mask.rb +2 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket_mask.bundle +0 -0
- data/vendor/bundle/gems/websocket-extensions-0.1.2/CHANGELOG.md +11 -0
- data/vendor/bundle/gems/websocket-extensions-0.1.2/README.md +336 -0
- data/vendor/bundle/gems/websocket-extensions-0.1.2/lib/websocket/extensions.rb +181 -0
- data/vendor/bundle/gems/websocket-extensions-0.1.2/lib/websocket/extensions/parser.rb +111 -0
- data/vendor/bundle/gems/yard-0.9.1/CHANGELOG.md +470 -0
- data/vendor/bundle/gems/yard-0.9.1/LEGAL +66 -0
- data/vendor/bundle/gems/yard-0.9.1/LICENSE +22 -0
- data/vendor/bundle/gems/yard-0.9.1/README.md +294 -0
- data/vendor/bundle/gems/yard-0.9.1/Rakefile +61 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/builtins_vs_eval.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/concat_vs_join.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/erb_vs_erubis.rb +53 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/format_args.rb +46 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/generation.rb +37 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/marshal_vs_dbm.rb +63 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/parsing.rb +46 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/pathname_vs_string.rb +50 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/rdoc_vs_yardoc.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/registry_store_types.rb +48 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/ri_vs_yri.rb +18 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/ripper_parser.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/splat_vs_flatten.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/template_erb.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/template_format.rb +6 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/template_profile.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/yri_cache.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.1/bin/yard +12 -0
- data/vendor/bundle/gems/yard-0.9.1/bin/yardoc +12 -0
- data/vendor/bundle/gems/yard-0.9.1/bin/yri +12 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/CodeObjects.md +115 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/GettingStarted.md +674 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/Handlers.md +152 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/Overview.md +61 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/Parser.md +191 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/Tags.md +283 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/TagsArch.md +123 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/Templates.md +496 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/WhatsNew.md +1245 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/images/code-objects-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/images/handlers-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/images/overview-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/images/parser-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/images/tags-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/templates/default/fulldoc/html/full_list_tag.erb +9 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/templates/default/fulldoc/html/setup.rb +6 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/templates/default/layout/html/setup.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/templates/default/layout/html/tag_list.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/templates/default/yard_tags/html/list.erb +18 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/templates/default/yard_tags/html/setup.rb +27 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/templates/plugin.rb +65 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/rubygems_plugin.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard.rb +70 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/autoload.rb +298 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/command.rb +84 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/command_parser.rb +92 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/config.rb +136 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/diff.rb +270 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/display.rb +68 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/gems.rb +82 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/graph.rb +126 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/help.rb +18 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/i18n.rb +69 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/list.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/markup_types.rb +33 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/server.rb +253 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/stats.rb +226 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/yardoc.rb +756 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/yardopts_command.rb +109 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/yri.rb +214 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/base.rb +598 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/class_object.rb +145 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/class_variable_object.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/constant_object.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/extended_method_object.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/extra_file_object.rb +130 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/macro_object.rb +172 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/method_object.rb +194 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/module_object.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/namespace_mapper.rb +113 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/namespace_object.rb +203 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/proxy.rb +258 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/root_object.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/config.rb +271 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/core_ext/array.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/core_ext/file.rb +65 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/core_ext/hash.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/core_ext/insertion.rb +60 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/core_ext/module.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/core_ext/string.rb +67 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/core_ext/symbol_hash.rb +73 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/docstring.rb +367 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/docstring_parser.rb +345 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/globals.rb +18 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/base.rb +596 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/alias_handler.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/attribute_handler.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/base.rb +129 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/class_handler.rb +26 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/constant_handler.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/handler_methods.rb +212 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/init_handler.rb +18 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/method_handler.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/mixin_handler.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/module_handler.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/override_comment_handler.rb +30 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/path_handler.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/struct_handler.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/symbol_handler.rb +7 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/processor.rb +201 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/alias_handler.rb +42 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/attribute_handler.rb +82 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/base.rb +164 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/class_condition_handler.rb +86 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/class_handler.rb +121 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/class_variable_handler.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/comment_handler.rb +9 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/constant_handler.rb +50 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/decorator_handler_methods.rb +132 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/dsl_handler.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/dsl_handler_methods.rb +94 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/exception_handler.rb +26 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/extend_handler.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/alias_handler.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/attribute_handler.rb +60 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/base.rb +250 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/class_condition_handler.rb +83 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/class_handler.rb +111 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/class_variable_handler.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/comment_handler.rb +9 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/constant_handler.rb +28 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/dsl_handler.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/exception_handler.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/extend_handler.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/method_handler.rb +85 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/mixin_handler.rb +39 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/module_function_handler.rb +18 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/module_handler.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/private_class_method_handler.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/private_constant_handler.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/visibility_handler.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/yield_handler.rb +28 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/method_condition_handler.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/method_handler.rb +120 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/mixin_handler.rb +36 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/module_function_handler.rb +26 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/module_handler.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/private_class_method_handler.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/private_constant_handler.rb +42 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/public_class_method_handler.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/struct_handler_methods.rb +142 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/visibility_handler.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/yield_handler.rb +30 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/i18n/locale.rb +66 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/i18n/message.rb +56 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/i18n/messages.rb +55 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/i18n/po_parser.rb +60 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/i18n/pot_generator.rb +290 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/i18n/text.rb +173 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/logging.rb +189 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/options.rb +216 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/parser/base.rb +56 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/parser/c/c_parser.rb +231 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/parser/c/comment_parser.rb +131 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/parser/c/statement.rb +63 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/parser/ruby/ast_node.rb +530 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/parser/ruby/legacy/ruby_lex.rb +1377 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/parser/ruby/legacy/ruby_parser.rb +31 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/parser/ruby/legacy/statement.rb +65 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/parser/ruby/legacy/statement_list.rb +384 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/parser/ruby/legacy/token_list.rb +71 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/parser/ruby/ruby_parser.rb +657 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/parser/source_parser.rb +518 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/rake/yardoc_task.rb +81 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/registry.rb +417 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/registry_resolver.rb +171 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/registry_store.rb +319 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/rubygems/backports.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/rubygems/backports/LICENSE.txt +57 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/rubygems/backports/MIT.txt +20 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/rubygems/backports/gem.rb +9 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/rubygems/backports/source_index.rb +370 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/rubygems/doc_manager.rb +88 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/rubygems/hook.rb +164 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/rubygems/specification.rb +41 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/serializers/base.rb +80 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/serializers/file_system_serializer.rb +122 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/serializers/process_serializer.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/serializers/stdout_serializer.rb +32 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/serializers/yardoc_serializer.rb +124 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/adapter.rb +100 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/commands/base.rb +192 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/commands/display_file_command.rb +29 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/commands/display_object_command.rb +62 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/commands/frames_command.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/commands/library_command.rb +151 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/commands/library_index_command.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/commands/list_command.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/commands/root_request_command.rb +27 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/commands/search_command.rb +78 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/commands/static_file_command.rb +44 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/doc_server_helper.rb +70 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/doc_server_serializer.rb +41 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/library_version.rb +227 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/rack_adapter.rb +88 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/router.rb +186 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/static_caching.rb +45 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/default/fulldoc/html/css/custom.css +127 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/default/fulldoc/html/images/processing.gif +0 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/default/fulldoc/html/js/autocomplete.js +12 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/default/layout/html/breadcrumb.erb +38 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/default/layout/html/script_setup.erb +7 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/default/layout/html/setup.rb +7 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/default/method_details/html/permalink.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/default/method_details/html/setup.rb +4 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/doc_server/library_list/html/contents.erb +13 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/doc_server/library_list/html/headers.erb +26 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/doc_server/library_list/html/library_list.erb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/doc_server/library_list/html/setup.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/doc_server/library_list/html/title.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/doc_server/processing/html/processing.erb +52 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/doc_server/processing/html/setup.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/doc_server/search/html/search.erb +18 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/doc_server/search/html/setup.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/webrick_adapter.rb +43 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/tags/default_factory.rb +185 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/tags/default_tag.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/tags/directives.rb +604 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/tags/library.rb +630 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/tags/option_tag.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/tags/overload_tag.rb +69 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/tags/ref_tag.rb +7 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/tags/ref_tag_list.rb +27 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/tags/tag.rb +57 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/tags/tag_format_error.rb +6 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/engine.rb +185 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/erb_cache.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/helpers/base_helper.rb +212 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/helpers/filter_helper.rb +26 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/helpers/html_helper.rb +607 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/helpers/html_syntax_highlight_helper.rb +60 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/helpers/markup/rdoc_markdown.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/helpers/markup/rdoc_markup.rb +106 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/helpers/markup_helper.rb +169 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/helpers/method_helper.rb +74 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/helpers/module_helper.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/helpers/text_helper.rb +107 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/helpers/uml_helper.rb +46 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/section.rb +106 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/template.rb +407 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/template_options.rb +91 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/verifier.rb +149 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/version.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/command_parser_spec.rb +43 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/command_spec.rb +36 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/config_spec.rb +92 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/diff_spec.rb +256 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/display_spec.rb +30 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/gems_spec.rb +81 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/graph_spec.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/help_spec.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/i18n_spec.rb +107 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/list_spec.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/markup_types_spec.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/server_spec.rb +311 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/stats_spec.rb +95 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/yardoc_spec.rb +799 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/yri_spec.rb +99 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/code_objects/base_spec.rb +447 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/code_objects/class_object_spec.rb +225 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/code_objects/code_object_list_spec.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/code_objects/constants_spec.rb +92 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/code_objects/extra_file_object_spec.rb +159 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/code_objects/macro_object_spec.rb +148 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/code_objects/method_object_spec.rb +183 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/code_objects/module_object_spec.rb +141 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/code_objects/namespace_object_spec.rb +170 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/code_objects/proxy_spec.rb +140 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/code_objects/spec_helper.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/config_spec.rb +176 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/core_ext/array_spec.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/core_ext/file_spec.rb +68 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/core_ext/hash_spec.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/core_ext/insertion_spec.rb +37 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/core_ext/module_spec.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/core_ext/string_spec.rb +42 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/core_ext/symbol_hash_spec.rb +89 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/docstring_parser_spec.rb +263 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/docstring_spec.rb +337 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/alias_handler_spec.rb +81 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/attribute_handler_spec.rb +94 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/base_spec.rb +215 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/c/alias_handler_spec.rb +33 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/c/attribute_handler_spec.rb +40 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/c/class_handler_spec.rb +76 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/c/constant_handler_spec.rb +70 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/c/init_handler_spec.rb +47 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/c/method_handler_spec.rb +324 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/c/mixin_handler_spec.rb +43 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/c/module_handler_spec.rb +70 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/c/override_comment_handler_spec.rb +46 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/c/path_handler_spec.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/c/spec_helper.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/c/struct_handler_spec.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/class_condition_handler_spec.rb +67 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/class_handler_spec.rb +246 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/class_method_handler_shared_examples.rb +132 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/class_variable_handler_spec.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/constant_handler_spec.rb +76 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/decorator_handler_methods_spec.rb +405 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/dsl_handler_spec.rb +214 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/alias_handler_001.rb.txt +46 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/attribute_handler_001.rb.txt +32 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/class_condition_handler_001.rb.txt +69 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/class_handler_001.rb.txt +120 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/class_variable_handler_001.rb.txt +10 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/constant_handler_001.rb.txt +28 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/dsl_handler_001.rb.txt +154 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/exception_handler_001.rb.txt +59 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/extend_handler_001.rb.txt +16 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/method_condition_handler_001.rb.txt +10 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/method_handler_001.rb.txt +126 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/mixin_handler_001.rb.txt +37 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/module_handler_001.rb.txt +29 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/private_constant_handler_001.rb.txt +8 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/process_handler_001.rb.txt +11 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/visibility_handler_001.rb.txt +36 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/yield_handler_001.rb.txt +54 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/exception_handler_spec.rb +48 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/extend_handler_spec.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/legacy_base_spec.rb +128 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/method_condition_handler_spec.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/method_handler_spec.rb +184 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/mixin_handler_spec.rb +55 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/module_function_handler_spec.rb +105 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/module_handler_spec.rb +34 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/private_class_method_handler_spec.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/private_constant_handler_spec.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/processor_spec.rb +34 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/public_class_method_handler_spec.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/ruby/base_spec.rb +94 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/ruby/legacy/base_spec.rb +84 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/spec_helper.rb +33 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/visibility_handler_spec.rb +43 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/yield_handler_spec.rb +51 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/i18n/locale_spec.rb +81 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/i18n/message_spec.rb +52 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/i18n/messages_spec.rb +67 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/i18n/pot_generator_spec.rb +295 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/i18n/text_spec.rb +180 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/logging_spec.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/options_spec.rb +171 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/base_spec.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/c_parser_spec.rb +189 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/examples/array.c.txt +3887 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/examples/example1.rb.txt +8 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/examples/extrafile.c.txt +8 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/examples/multifile.c.txt +22 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/examples/override.c.txt +424 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/examples/parse_in_order_001.rb.txt +2 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/examples/parse_in_order_002.rb.txt +2 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/examples/tag_handler_001.rb.txt +8 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/ruby/ast_node_spec.rb +33 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/ruby/legacy/statement_list_spec.rb +299 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/ruby/legacy/token_list_spec.rb +77 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/ruby/ruby_parser_spec.rb +427 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/source_parser_spec.rb +727 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/tag_parsing_spec.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/rake/yardoc_task_spec.rb +118 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/registry_spec.rb +436 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/registry_store_spec.rb +315 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/rubygems/doc_manager_spec.rb +112 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/serializers/data/serialized_yardoc/checksums +1 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/serializers/data/serialized_yardoc/objects/Foo.dat +0 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/serializers/data/serialized_yardoc/objects/Foo/bar_i.dat +0 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/serializers/data/serialized_yardoc/objects/Foo/baz_i.dat +0 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/serializers/data/serialized_yardoc/objects/root.dat +0 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/serializers/data/serialized_yardoc/proxy_types +2 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/serializers/file_system_serializer_spec.rb +144 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/serializers/spec_helper.rb +2 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/serializers/yardoc_serializer_spec.rb +46 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/server/adapter_spec.rb +38 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/server/commands/base_spec.rb +87 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/server/commands/library_command_spec.rb +39 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/server/doc_server_helper_spec.rb +53 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/server/doc_server_serializer_spec.rb +59 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/server/rack_adapter_spec.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/server/router_spec.rb +122 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/server/spec_helper.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/server/static_caching_spec.rb +39 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/server/webrick_servlet_spec.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/server_spec.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/spec_helper.rb +139 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/tags/default_factory_spec.rb +162 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/tags/default_tag_spec.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/tags/directives_spec.rb +453 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/tags/library_spec.rb +34 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/tags/overload_tag_spec.rb +53 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/tags/ref_tag_list_spec.rb +53 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/class_spec.rb +44 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/constant_spec.rb +40 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/engine_spec.rb +130 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/class001.html +308 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/class001.txt +36 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/class002.html +39 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/constant001.txt +25 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/constant002.txt +7 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/constant003.txt +11 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/method001.html +137 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/method001.txt +35 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/method002.html +91 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/method002.txt +20 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/method003.html +165 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/method003.txt +45 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/method004.html +48 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/method004.txt +10 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/method005.html +105 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/method005.txt +33 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/module001.dot +33 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/module001.html +829 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/module001.txt +33 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/module002.html +341 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/module003.html +198 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/module004.html +394 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/tag001.txt +82 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/helpers/base_helper_spec.rb +171 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/helpers/html_helper_spec.rb +648 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/helpers/html_syntax_highlight_helper_spec.rb +54 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/helpers/markup/rdoc_markup_spec.rb +86 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/helpers/markup_helper_spec.rb +135 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/helpers/method_helper_spec.rb +82 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/helpers/module_helper_spec.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/helpers/shared_signature_examples.rb +125 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/helpers/text_helper_spec.rb +64 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/method_spec.rb +102 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/module_spec.rb +181 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/onefile_spec.rb +64 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/section_spec.rb +143 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/spec_helper.rb +73 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/tag_spec.rb +51 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/template_spec.rb +409 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/verifier_spec.rb +106 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/class/dot/setup.rb +6 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/class/dot/superklass.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/class/html/constructor_details.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/class/html/setup.rb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/class/html/subclasses.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/class/setup.rb +36 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/class/text/setup.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/class/text/subclasses.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/constant/text/header.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/constant/text/setup.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/html/abstract.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/html/deprecated.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/html/index.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/html/note.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/html/private.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/html/returns_void.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/html/text.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/html/todo.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/setup.rb +51 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/text/abstract.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/text/deprecated.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/text/index.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/text/note.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/text/private.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/text/returns_void.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/text/text.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/text/todo.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/css/common.css +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/css/full_list.css +58 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/css/style.css +474 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/frames.erb +17 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/full_list.erb +37 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/full_list_class.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/full_list_file.erb +7 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/full_list_method.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/js/app.js +243 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/js/full_list.js +216 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/js/jquery.js +4 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/setup.rb +242 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/dot/header.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/dot/setup.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/html/breadcrumb.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/html/files.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/html/footer.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/html/headers.erb +15 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/html/index.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/html/layout.erb +26 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/html/listing.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/html/objects.erb +32 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/html/script_setup.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/html/search.erb +13 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/html/setup.rb +87 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/method/html/header.erb +17 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/method/setup.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/method/text/header.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/method_details/html/header.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/method_details/html/method_signature.erb +25 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/method_details/html/source.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/method_details/setup.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/method_details/text/header.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/method_details/text/method_signature.erb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/method_details/text/setup.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/dot/child.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/dot/dependencies.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/dot/header.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/dot/info.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/dot/setup.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/attribute_details.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/attribute_summary.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/box_info.erb +43 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/children.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/constant_summary.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/defines.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/header.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/inherited_attributes.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/inherited_constants.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/inherited_methods.erb +19 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/item_summary.erb +40 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/method_details_list.erb +9 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/method_summary.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/methodmissing.erb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/pre_docstring.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/setup.rb +164 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/text/children.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/text/class_meths_list.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/text/extends.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/text/header.erb +7 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/text/includes.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/text/instance_meths_list.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/text/setup.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/onefile/html/files.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/onefile/html/headers.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/onefile/html/layout.erb +17 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/onefile/html/readme.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/onefile/html/setup.rb +61 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/root/dot/child.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/root/dot/setup.rb +5 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/root/html/setup.rb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/html/example.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/html/index.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/html/option.erb +24 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/html/overload.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/html/see.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/html/tag.erb +20 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/setup.rb +55 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/text/example.erb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/text/index.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/text/option.erb +20 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/text/overload.erb +19 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/text/see.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/text/tag.erb +13 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/class/html/setup.rb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/docstring/html/setup.rb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/fulldoc/html/css/style.css +108 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/fulldoc/html/js/app.js +33 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/fulldoc/html/setup.rb +73 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/layout/html/layout.erb +81 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/layout/html/setup.rb +28 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/method/html/header.erb +18 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/method/html/setup.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/module/html/header.erb +7 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/module/html/method_list.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/module/html/setup.rb +26 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/onefile/html/files.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/onefile/html/setup.rb +5 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/onefile/html/toc.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/tags/html/setup.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/yard.gemspec +24 -0
- data/vendor/bundle/gems/yard-0.9.2/CHANGELOG.md +481 -0
- data/vendor/bundle/gems/yard-0.9.2/LEGAL +66 -0
- data/vendor/bundle/gems/yard-0.9.2/LICENSE +22 -0
- data/vendor/bundle/gems/yard-0.9.2/README.md +294 -0
- data/vendor/bundle/gems/yard-0.9.2/Rakefile +61 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/builtins_vs_eval.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/concat_vs_join.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/erb_vs_erubis.rb +53 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/format_args.rb +46 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/generation.rb +37 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/marshal_vs_dbm.rb +63 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/parsing.rb +46 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/pathname_vs_string.rb +50 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/rdoc_vs_yardoc.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/registry_store_types.rb +48 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/ri_vs_yri.rb +18 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/ripper_parser.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/splat_vs_flatten.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/template_erb.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/template_format.rb +6 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/template_profile.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/yri_cache.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.2/bin/yard +12 -0
- data/vendor/bundle/gems/yard-0.9.2/bin/yardoc +12 -0
- data/vendor/bundle/gems/yard-0.9.2/bin/yri +12 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/CodeObjects.md +115 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/GettingStarted.md +674 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/Handlers.md +152 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/Overview.md +61 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/Parser.md +191 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/Tags.md +283 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/TagsArch.md +123 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/Templates.md +496 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/WhatsNew.md +1245 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/images/code-objects-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/images/handlers-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/images/overview-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/images/parser-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/images/tags-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/templates/default/fulldoc/html/full_list_tag.erb +9 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/templates/default/fulldoc/html/setup.rb +6 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/templates/default/layout/html/setup.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/templates/default/layout/html/tag_list.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/templates/default/yard_tags/html/list.erb +18 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/templates/default/yard_tags/html/setup.rb +27 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/templates/plugin.rb +65 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/rubygems_plugin.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard.rb +70 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/autoload.rb +298 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/command.rb +84 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/command_parser.rb +92 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/config.rb +197 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/diff.rb +270 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/display.rb +68 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/gems.rb +82 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/graph.rb +126 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/help.rb +18 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/i18n.rb +69 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/list.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/markup_types.rb +33 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/server.rb +253 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/stats.rb +226 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/yardoc.rb +760 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/yardopts_command.rb +109 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/yri.rb +214 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/base.rb +598 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/class_object.rb +145 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/class_variable_object.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/constant_object.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/extended_method_object.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/extra_file_object.rb +130 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/macro_object.rb +172 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/method_object.rb +194 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/module_object.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/namespace_mapper.rb +113 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/namespace_object.rb +203 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/proxy.rb +258 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/root_object.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/config.rb +271 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/core_ext/array.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/core_ext/file.rb +65 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/core_ext/hash.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/core_ext/insertion.rb +60 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/core_ext/module.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/core_ext/string.rb +67 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/core_ext/symbol_hash.rb +73 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/docstring.rb +367 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/docstring_parser.rb +345 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/globals.rb +18 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/base.rb +596 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/alias_handler.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/attribute_handler.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/base.rb +129 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/class_handler.rb +26 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/constant_handler.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/handler_methods.rb +212 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/init_handler.rb +18 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/method_handler.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/mixin_handler.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/module_handler.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/override_comment_handler.rb +30 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/path_handler.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/struct_handler.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/symbol_handler.rb +7 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/processor.rb +201 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/alias_handler.rb +42 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/attribute_handler.rb +82 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/base.rb +164 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/class_condition_handler.rb +86 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/class_handler.rb +121 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/class_variable_handler.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/comment_handler.rb +9 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/constant_handler.rb +50 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/decorator_handler_methods.rb +132 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/dsl_handler.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/dsl_handler_methods.rb +94 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/exception_handler.rb +26 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/extend_handler.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/alias_handler.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/attribute_handler.rb +60 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/base.rb +250 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/class_condition_handler.rb +83 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/class_handler.rb +111 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/class_variable_handler.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/comment_handler.rb +9 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/constant_handler.rb +28 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/dsl_handler.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/exception_handler.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/extend_handler.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/method_handler.rb +85 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/mixin_handler.rb +39 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/module_function_handler.rb +18 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/module_handler.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/private_class_method_handler.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/private_constant_handler.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/visibility_handler.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/yield_handler.rb +28 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/method_condition_handler.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/method_handler.rb +120 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/mixin_handler.rb +36 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/module_function_handler.rb +26 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/module_handler.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/private_class_method_handler.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/private_constant_handler.rb +43 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/public_class_method_handler.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/struct_handler_methods.rb +142 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/visibility_handler.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/yield_handler.rb +30 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/i18n/locale.rb +66 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/i18n/message.rb +56 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/i18n/messages.rb +55 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/i18n/po_parser.rb +60 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/i18n/pot_generator.rb +290 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/i18n/text.rb +173 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/logging.rb +189 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/options.rb +216 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/parser/base.rb +56 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/parser/c/c_parser.rb +231 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/parser/c/comment_parser.rb +131 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/parser/c/statement.rb +63 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/parser/ruby/ast_node.rb +530 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/parser/ruby/legacy/ruby_lex.rb +1377 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/parser/ruby/legacy/ruby_parser.rb +31 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/parser/ruby/legacy/statement.rb +65 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/parser/ruby/legacy/statement_list.rb +384 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/parser/ruby/legacy/token_list.rb +71 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/parser/ruby/ruby_parser.rb +657 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/parser/source_parser.rb +518 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/rake/yardoc_task.rb +81 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/registry.rb +424 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/registry_resolver.rb +172 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/registry_store.rb +319 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/rubygems/backports.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/rubygems/backports/LICENSE.txt +57 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/rubygems/backports/MIT.txt +20 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/rubygems/backports/gem.rb +9 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/rubygems/backports/source_index.rb +370 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/rubygems/doc_manager.rb +88 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/rubygems/hook.rb +173 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/rubygems/specification.rb +41 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/serializers/base.rb +80 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/serializers/file_system_serializer.rb +122 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/serializers/process_serializer.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/serializers/stdout_serializer.rb +32 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/serializers/yardoc_serializer.rb +124 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/adapter.rb +100 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/commands/base.rb +192 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/commands/display_file_command.rb +29 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/commands/display_object_command.rb +62 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/commands/frames_command.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/commands/library_command.rb +151 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/commands/library_index_command.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/commands/list_command.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/commands/root_request_command.rb +27 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/commands/search_command.rb +78 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/commands/static_file_command.rb +44 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/doc_server_helper.rb +70 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/doc_server_serializer.rb +41 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/library_version.rb +227 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/rack_adapter.rb +88 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/router.rb +186 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/static_caching.rb +45 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/default/fulldoc/html/css/custom.css +127 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/default/fulldoc/html/images/processing.gif +0 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/default/fulldoc/html/js/autocomplete.js +12 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/default/layout/html/breadcrumb.erb +38 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/default/layout/html/script_setup.erb +7 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/default/layout/html/setup.rb +7 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/default/method_details/html/permalink.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/default/method_details/html/setup.rb +4 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/doc_server/library_list/html/contents.erb +13 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/doc_server/library_list/html/headers.erb +26 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/doc_server/library_list/html/library_list.erb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/doc_server/library_list/html/setup.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/doc_server/library_list/html/title.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/doc_server/processing/html/processing.erb +52 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/doc_server/processing/html/setup.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/doc_server/search/html/search.erb +18 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/doc_server/search/html/setup.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/webrick_adapter.rb +43 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/tags/default_factory.rb +185 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/tags/default_tag.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/tags/directives.rb +604 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/tags/library.rb +630 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/tags/option_tag.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/tags/overload_tag.rb +69 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/tags/ref_tag.rb +7 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/tags/ref_tag_list.rb +27 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/tags/tag.rb +57 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/tags/tag_format_error.rb +6 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/engine.rb +185 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/erb_cache.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/helpers/base_helper.rb +212 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/helpers/filter_helper.rb +26 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/helpers/html_helper.rb +607 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/helpers/html_syntax_highlight_helper.rb +60 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/helpers/markup/rdoc_markdown.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/helpers/markup/rdoc_markup.rb +106 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/helpers/markup_helper.rb +169 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/helpers/method_helper.rb +74 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/helpers/module_helper.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/helpers/text_helper.rb +107 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/helpers/uml_helper.rb +46 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/section.rb +106 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/template.rb +407 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/template_options.rb +91 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/verifier.rb +149 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/version.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/command_parser_spec.rb +43 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/command_spec.rb +36 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/config_spec.rb +149 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/diff_spec.rb +256 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/display_spec.rb +30 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/gems_spec.rb +81 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/graph_spec.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/help_spec.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/i18n_spec.rb +107 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/list_spec.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/markup_types_spec.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/server_spec.rb +311 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/stats_spec.rb +95 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/yardoc_spec.rb +807 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/yri_spec.rb +99 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/code_objects/base_spec.rb +447 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/code_objects/class_object_spec.rb +225 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/code_objects/code_object_list_spec.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/code_objects/constants_spec.rb +92 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/code_objects/extra_file_object_spec.rb +159 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/code_objects/macro_object_spec.rb +148 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/code_objects/method_object_spec.rb +183 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/code_objects/module_object_spec.rb +141 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/code_objects/namespace_object_spec.rb +170 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/code_objects/proxy_spec.rb +140 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/code_objects/spec_helper.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/config_spec.rb +176 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/core_ext/array_spec.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/core_ext/file_spec.rb +68 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/core_ext/hash_spec.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/core_ext/insertion_spec.rb +37 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/core_ext/module_spec.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/core_ext/string_spec.rb +42 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/core_ext/symbol_hash_spec.rb +89 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/docstring_parser_spec.rb +263 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/docstring_spec.rb +337 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/alias_handler_spec.rb +81 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/attribute_handler_spec.rb +94 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/base_spec.rb +215 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/c/alias_handler_spec.rb +33 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/c/attribute_handler_spec.rb +40 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/c/class_handler_spec.rb +76 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/c/constant_handler_spec.rb +70 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/c/init_handler_spec.rb +47 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/c/method_handler_spec.rb +324 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/c/mixin_handler_spec.rb +43 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/c/module_handler_spec.rb +70 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/c/override_comment_handler_spec.rb +46 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/c/path_handler_spec.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/c/spec_helper.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/c/struct_handler_spec.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/class_condition_handler_spec.rb +67 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/class_handler_spec.rb +246 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/class_method_handler_shared_examples.rb +132 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/class_variable_handler_spec.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/constant_handler_spec.rb +76 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/decorator_handler_methods_spec.rb +405 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/dsl_handler_spec.rb +214 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/alias_handler_001.rb.txt +46 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/attribute_handler_001.rb.txt +32 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/class_condition_handler_001.rb.txt +69 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/class_handler_001.rb.txt +120 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/class_variable_handler_001.rb.txt +10 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/constant_handler_001.rb.txt +28 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/dsl_handler_001.rb.txt +154 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/exception_handler_001.rb.txt +59 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/extend_handler_001.rb.txt +16 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/method_condition_handler_001.rb.txt +10 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/method_handler_001.rb.txt +126 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/mixin_handler_001.rb.txt +37 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/module_handler_001.rb.txt +29 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/private_constant_handler_001.rb.txt +8 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/process_handler_001.rb.txt +11 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/visibility_handler_001.rb.txt +36 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/yield_handler_001.rb.txt +54 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/exception_handler_spec.rb +48 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/extend_handler_spec.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/legacy_base_spec.rb +128 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/method_condition_handler_spec.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/method_handler_spec.rb +184 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/mixin_handler_spec.rb +55 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/module_function_handler_spec.rb +105 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/module_handler_spec.rb +34 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/private_class_method_handler_spec.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/private_constant_handler_spec.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/processor_spec.rb +34 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/public_class_method_handler_spec.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/ruby/base_spec.rb +94 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/ruby/legacy/base_spec.rb +84 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/spec_helper.rb +33 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/visibility_handler_spec.rb +43 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/yield_handler_spec.rb +51 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/i18n/locale_spec.rb +81 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/i18n/message_spec.rb +52 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/i18n/messages_spec.rb +67 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/i18n/pot_generator_spec.rb +295 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/i18n/text_spec.rb +180 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/logging_spec.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/options_spec.rb +171 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/base_spec.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/c_parser_spec.rb +189 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/examples/array.c.txt +3887 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/examples/example1.rb.txt +8 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/examples/extrafile.c.txt +8 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/examples/multifile.c.txt +22 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/examples/override.c.txt +424 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/examples/parse_in_order_001.rb.txt +2 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/examples/parse_in_order_002.rb.txt +2 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/examples/tag_handler_001.rb.txt +8 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/ruby/ast_node_spec.rb +33 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/ruby/legacy/statement_list_spec.rb +299 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/ruby/legacy/token_list_spec.rb +77 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/ruby/ruby_parser_spec.rb +427 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/source_parser_spec.rb +727 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/tag_parsing_spec.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/rake/yardoc_task_spec.rb +118 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/registry_spec.rb +441 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/registry_store_spec.rb +315 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/rubygems/doc_manager_spec.rb +112 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/serializers/data/serialized_yardoc/checksums +1 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/serializers/data/serialized_yardoc/objects/Foo.dat +0 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/serializers/data/serialized_yardoc/objects/Foo/bar_i.dat +0 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/serializers/data/serialized_yardoc/objects/Foo/baz_i.dat +0 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/serializers/data/serialized_yardoc/objects/root.dat +0 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/serializers/data/serialized_yardoc/proxy_types +2 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/serializers/file_system_serializer_spec.rb +144 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/serializers/spec_helper.rb +2 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/serializers/yardoc_serializer_spec.rb +46 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/server/adapter_spec.rb +38 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/server/commands/base_spec.rb +87 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/server/commands/library_command_spec.rb +39 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/server/doc_server_helper_spec.rb +53 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/server/doc_server_serializer_spec.rb +59 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/server/rack_adapter_spec.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/server/router_spec.rb +122 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/server/spec_helper.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/server/static_caching_spec.rb +39 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/server/webrick_servlet_spec.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/server_spec.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/spec_helper.rb +139 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/tags/default_factory_spec.rb +162 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/tags/default_tag_spec.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/tags/directives_spec.rb +453 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/tags/library_spec.rb +34 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/tags/overload_tag_spec.rb +53 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/tags/ref_tag_list_spec.rb +53 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/class_spec.rb +44 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/constant_spec.rb +40 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/engine_spec.rb +130 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/class001.html +308 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/class001.txt +36 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/class002.html +39 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/constant001.txt +25 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/constant002.txt +7 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/constant003.txt +11 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/method001.html +137 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/method001.txt +35 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/method002.html +91 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/method002.txt +20 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/method003.html +165 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/method003.txt +45 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/method004.html +48 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/method004.txt +10 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/method005.html +105 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/method005.txt +33 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/module001.dot +33 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/module001.html +829 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/module001.txt +33 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/module002.html +341 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/module003.html +198 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/module004.html +394 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/tag001.txt +82 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/helpers/base_helper_spec.rb +171 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/helpers/html_helper_spec.rb +648 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/helpers/html_syntax_highlight_helper_spec.rb +54 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/helpers/markup/rdoc_markup_spec.rb +86 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/helpers/markup_helper_spec.rb +135 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/helpers/method_helper_spec.rb +82 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/helpers/module_helper_spec.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/helpers/shared_signature_examples.rb +125 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/helpers/text_helper_spec.rb +64 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/method_spec.rb +102 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/module_spec.rb +181 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/onefile_spec.rb +64 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/section_spec.rb +143 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/spec_helper.rb +73 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/tag_spec.rb +51 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/template_spec.rb +409 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/verifier_spec.rb +106 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/class/dot/setup.rb +6 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/class/dot/superklass.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/class/html/constructor_details.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/class/html/setup.rb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/class/html/subclasses.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/class/setup.rb +36 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/class/text/setup.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/class/text/subclasses.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/constant/text/header.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/constant/text/setup.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/html/abstract.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/html/deprecated.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/html/index.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/html/note.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/html/private.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/html/returns_void.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/html/text.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/html/todo.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/setup.rb +51 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/text/abstract.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/text/deprecated.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/text/index.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/text/note.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/text/private.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/text/returns_void.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/text/text.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/text/todo.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/css/common.css +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/css/full_list.css +58 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/css/style.css +474 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/frames.erb +17 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/full_list.erb +37 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/full_list_class.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/full_list_file.erb +7 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/full_list_method.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/js/app.js +243 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/js/full_list.js +216 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/js/jquery.js +4 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/setup.rb +242 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/dot/header.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/dot/setup.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/html/breadcrumb.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/html/files.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/html/footer.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/html/headers.erb +15 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/html/index.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/html/layout.erb +26 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/html/listing.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/html/objects.erb +32 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/html/script_setup.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/html/search.erb +13 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/html/setup.rb +87 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/method/html/header.erb +17 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/method/setup.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/method/text/header.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/method_details/html/header.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/method_details/html/method_signature.erb +25 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/method_details/html/source.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/method_details/setup.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/method_details/text/header.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/method_details/text/method_signature.erb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/method_details/text/setup.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/dot/child.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/dot/dependencies.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/dot/header.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/dot/info.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/dot/setup.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/attribute_details.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/attribute_summary.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/box_info.erb +43 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/children.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/constant_summary.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/defines.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/header.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/inherited_attributes.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/inherited_constants.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/inherited_methods.erb +19 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/item_summary.erb +40 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/method_details_list.erb +9 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/method_summary.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/methodmissing.erb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/pre_docstring.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/setup.rb +164 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/text/children.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/text/class_meths_list.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/text/extends.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/text/header.erb +7 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/text/includes.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/text/instance_meths_list.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/text/setup.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/onefile/html/files.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/onefile/html/headers.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/onefile/html/layout.erb +17 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/onefile/html/readme.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/onefile/html/setup.rb +61 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/root/dot/child.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/root/dot/setup.rb +5 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/root/html/setup.rb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/html/example.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/html/index.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/html/option.erb +24 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/html/overload.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/html/see.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/html/tag.erb +20 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/setup.rb +55 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/text/example.erb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/text/index.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/text/option.erb +20 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/text/overload.erb +19 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/text/see.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/text/tag.erb +13 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/class/html/setup.rb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/docstring/html/setup.rb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/fulldoc/html/css/style.css +108 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/fulldoc/html/js/app.js +33 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/fulldoc/html/setup.rb +73 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/layout/html/layout.erb +81 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/layout/html/setup.rb +28 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/method/html/header.erb +18 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/method/html/setup.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/module/html/header.erb +7 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/module/html/method_list.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/module/html/setup.rb +26 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/onefile/html/files.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/onefile/html/setup.rb +5 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/onefile/html/toc.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/tags/html/setup.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/yard.gemspec +42 -0
- data/vendor/bundle/gems/yard-0.9.7/CHANGELOG.md +529 -0
- data/vendor/bundle/gems/yard-0.9.7/LEGAL +66 -0
- data/vendor/bundle/gems/yard-0.9.7/LICENSE +22 -0
- data/vendor/bundle/gems/yard-0.9.7/README.md +329 -0
- data/vendor/bundle/gems/yard-0.9.7/Rakefile +47 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/builtins_vs_eval.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/concat_vs_join.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/erb_vs_erubis.rb +54 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/format_args.rb +47 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/generation.rb +38 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/marshal_vs_dbm.rb +64 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/parsing.rb +46 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/pathname_vs_string.rb +51 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/rdoc_vs_yardoc.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/registry_store_types.rb +49 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/ri_vs_yri.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/ripper_parser.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/splat_vs_flatten.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/template_erb.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/template_format.rb +7 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/template_profile.rb +18 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/yri_cache.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.7/bin/yard +13 -0
- data/vendor/bundle/gems/yard-0.9.7/bin/yardoc +13 -0
- data/vendor/bundle/gems/yard-0.9.7/bin/yri +13 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/CodeObjects.md +115 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/GettingStarted.md +674 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/Handlers.md +152 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/Overview.md +61 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/Parser.md +191 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/Tags.md +283 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/TagsArch.md +123 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/Templates.md +496 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/WhatsNew.md +1245 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/images/code-objects-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/images/handlers-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/images/overview-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/images/parser-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/images/tags-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/templates/default/fulldoc/html/full_list_tag.erb +9 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/templates/default/fulldoc/html/setup.rb +6 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/templates/default/layout/html/setup.rb +9 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/templates/default/layout/html/tag_list.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/templates/default/yard_tags/html/list.erb +18 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/templates/default/yard_tags/html/setup.rb +26 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/templates/plugin.rb +70 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/rubygems_plugin.rb +9 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard.rb +69 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/autoload.rb +303 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/command.rb +85 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/command_parser.rb +93 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/config.rb +198 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/diff.rb +270 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/display.rb +69 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/gems.rb +84 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/graph.rb +125 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/help.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/i18n.rb +70 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/list.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/markup_types.rb +32 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/server.rb +257 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/stats.rb +230 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/yardoc.rb +770 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/yardopts_command.rb +110 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/yri.rb +215 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/base.rb +602 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/class_object.rb +146 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/class_variable_object.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/constant_object.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/extended_method_object.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/extra_file_object.rb +131 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/macro_object.rb +172 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/method_object.rb +196 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/module_object.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/namespace_mapper.rb +114 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/namespace_object.rb +200 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/proxy.rb +240 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/root_object.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/config.rb +270 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/core_ext/array.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/core_ext/file.rb +66 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/core_ext/hash.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/core_ext/insertion.rb +63 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/core_ext/module.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/core_ext/string.rb +68 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/core_ext/symbol_hash.rb +75 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/docstring.rb +378 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/docstring_parser.rb +345 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/gem_index.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/globals.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/base.rb +595 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/alias_handler.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/attribute_handler.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/base.rb +129 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/class_handler.rb +27 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/constant_handler.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/handler_methods.rb +211 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/init_handler.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/method_handler.rb +36 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/mixin_handler.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/module_handler.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/override_comment_handler.rb +31 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/path_handler.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/struct_handler.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/symbol_handler.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/processor.rb +200 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/alias_handler.rb +44 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/attribute_handler.rb +87 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/base.rb +165 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/class_condition_handler.rb +87 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/class_handler.rb +119 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/class_variable_handler.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/comment_handler.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/constant_handler.rb +54 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/decorator_handler_methods.rb +123 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/dsl_handler.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/dsl_handler_methods.rb +95 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/exception_handler.rb +27 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/extend_handler.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/alias_handler.rb +37 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/attribute_handler.rb +65 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/base.rb +245 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/class_condition_handler.rb +83 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/class_handler.rb +113 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/class_variable_handler.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/comment_handler.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/constant_handler.rb +29 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/dsl_handler.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/exception_handler.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/extend_handler.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/method_handler.rb +90 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/mixin_handler.rb +39 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/module_function_handler.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/module_handler.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/private_class_method_handler.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/private_constant_handler.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/visibility_handler.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/yield_handler.rb +29 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/method_condition_handler.rb +9 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/method_handler.rb +118 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/mixin_handler.rb +37 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/module_function_handler.rb +27 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/module_handler.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/private_class_method_handler.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/private_constant_handler.rb +43 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/public_class_method_handler.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/struct_handler_methods.rb +143 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/visibility_handler.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/yield_handler.rb +31 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/i18n/locale.rb +67 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/i18n/message.rb +57 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/i18n/messages.rb +56 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/i18n/po_parser.rb +61 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/i18n/pot_generator.rb +290 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/i18n/text.rb +173 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/logging.rb +192 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/options.rb +217 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/base.rb +57 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/c/c_parser.rb +232 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/c/comment_parser.rb +134 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/c/statement.rb +64 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/ruby/ast_node.rb +532 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/ruby/legacy/ruby_lex.rb +1354 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/ruby/legacy/ruby_parser.rb +32 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/ruby/legacy/statement.rb +66 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/ruby/legacy/statement_list.rb +394 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/ruby/legacy/token_list.rb +74 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/ruby/ruby_parser.rb +682 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/ruby/token_resolver.rb +156 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/source_parser.rb +526 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/rake/yardoc_task.rb +81 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/registry.rb +439 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/registry_resolver.rb +189 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/registry_store.rb +340 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/rubygems/backports.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/rubygems/backports/LICENSE.txt +57 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/rubygems/backports/MIT.txt +20 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/rubygems/backports/gem.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/rubygems/backports/source_index.rb +365 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/rubygems/doc_manager.rb +90 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/rubygems/hook.rb +166 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/rubygems/specification.rb +42 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/serializers/base.rb +83 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/serializers/file_system_serializer.rb +123 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/serializers/process_serializer.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/serializers/stdout_serializer.rb +34 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/serializers/yardoc_serializer.rb +152 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/adapter.rb +100 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/commands/base.rb +209 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/commands/display_file_command.rb +29 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/commands/display_object_command.rb +65 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/commands/frames_command.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/commands/library_command.rb +187 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/commands/library_index_command.rb +28 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/commands/list_command.rb +25 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/commands/root_request_command.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/commands/search_command.rb +79 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/commands/static_file_command.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/commands/static_file_helpers.rb +62 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/doc_server_helper.rb +91 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/doc_server_serializer.rb +39 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/library_version.rb +277 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/rack_adapter.rb +89 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/router.rb +187 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/static_caching.rb +46 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/default/fulldoc/html/css/custom.css +127 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/default/fulldoc/html/images/processing.gif +0 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/default/fulldoc/html/js/autocomplete.js +12 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/default/layout/html/breadcrumb.erb +37 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/default/layout/html/script_setup.erb +7 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/default/layout/html/setup.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/default/method_details/html/permalink.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/default/method_details/html/setup.rb +5 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/doc_server/library_list/html/headers.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/doc_server/library_list/html/library_list.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/doc_server/library_list/html/listing.erb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/doc_server/library_list/html/setup.rb +6 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/doc_server/library_list/html/title.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/doc_server/processing/html/processing.erb +52 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/doc_server/processing/html/setup.rb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/doc_server/search/html/search.erb +18 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/doc_server/search/html/setup.rb +9 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/webrick_adapter.rb +45 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/tags/default_factory.rb +191 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/tags/default_tag.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/tags/directives.rb +608 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/tags/library.rb +633 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/tags/option_tag.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/tags/overload_tag.rb +71 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/tags/ref_tag.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/tags/ref_tag_list.rb +28 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/tags/tag.rb +71 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/tags/tag_format_error.rb +7 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/tags/types_explainer.rb +160 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/engine.rb +186 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/erb_cache.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/helpers/base_helper.rb +215 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/helpers/filter_helper.rb +27 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/helpers/html_helper.rb +635 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/helpers/html_syntax_highlight_helper.rb +78 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/helpers/markup/rdoc_markdown.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/helpers/markup/rdoc_markup.rb +109 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/helpers/markup_helper.rb +168 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/helpers/method_helper.rb +75 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/helpers/module_helper.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/helpers/text_helper.rb +112 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/helpers/uml_helper.rb +47 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/section.rb +105 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/template.rb +414 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/template_options.rb +92 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/verifier.rb +151 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/version.rb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/command_parser_spec.rb +43 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/command_spec.rb +36 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/config_spec.rb +148 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/diff_spec.rb +254 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/display_spec.rb +30 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/gems_spec.rb +81 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/graph_spec.rb +18 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/help_spec.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/i18n_spec.rb +107 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/list_spec.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/markup_types_spec.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/server_spec.rb +319 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/stats_spec.rb +96 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/yardoc_spec.rb +820 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/yri_spec.rb +99 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/code_objects/base_spec.rb +449 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/code_objects/class_object_spec.rb +226 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/code_objects/code_object_list_spec.rb +36 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/code_objects/constants_spec.rb +103 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/code_objects/extra_file_object_spec.rb +160 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/code_objects/macro_object_spec.rb +150 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/code_objects/method_object_spec.rb +184 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/code_objects/module_object_spec.rb +142 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/code_objects/namespace_object_spec.rb +171 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/code_objects/proxy_spec.rb +141 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/code_objects/spec_helper.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/config_spec.rb +171 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/core_ext/array_spec.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/core_ext/file_spec.rb +68 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/core_ext/hash_spec.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/core_ext/insertion_spec.rb +37 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/core_ext/module_spec.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/core_ext/string_spec.rb +42 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/core_ext/symbol_hash_spec.rb +89 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/docstring_parser_spec.rb +262 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/docstring_spec.rb +364 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/examples.txt +1849 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/alias_handler_spec.rb +82 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/attribute_handler_spec.rb +96 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/base_spec.rb +216 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/c/alias_handler_spec.rb +34 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/c/attribute_handler_spec.rb +41 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/c/class_handler_spec.rb +77 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/c/constant_handler_spec.rb +71 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/c/init_handler_spec.rb +48 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/c/method_handler_spec.rb +325 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/c/mixin_handler_spec.rb +44 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/c/module_handler_spec.rb +71 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/c/override_comment_handler_spec.rb +47 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/c/path_handler_spec.rb +36 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/c/spec_helper.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/c/struct_handler_spec.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/class_condition_handler_spec.rb +68 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/class_handler_spec.rb +247 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/class_method_handler_shared_examples.rb +133 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/class_variable_handler_spec.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/constant_handler_spec.rb +101 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/decorator_handler_methods_spec.rb +393 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/dsl_handler_spec.rb +219 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/alias_handler_001.rb.txt +46 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/attribute_handler_001.rb.txt +32 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/class_condition_handler_001.rb.txt +69 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/class_handler_001.rb.txt +120 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/class_variable_handler_001.rb.txt +10 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/constant_handler_001.rb.txt +28 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/dsl_handler_001.rb.txt +154 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/exception_handler_001.rb.txt +59 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/extend_handler_001.rb.txt +16 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/method_condition_handler_001.rb.txt +10 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/method_handler_001.rb.txt +128 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/mixin_handler_001.rb.txt +37 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/module_handler_001.rb.txt +29 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/private_constant_handler_001.rb.txt +8 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/process_handler_001.rb.txt +11 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/visibility_handler_001.rb.txt +36 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/yield_handler_001.rb.txt +54 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/exception_handler_spec.rb +49 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/extend_handler_spec.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/legacy_base_spec.rb +128 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/method_condition_handler_spec.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/method_handler_spec.rb +190 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/mixin_handler_spec.rb +56 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/module_function_handler_spec.rb +106 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/module_handler_spec.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/private_class_method_handler_spec.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/private_constant_handler_spec.rb +25 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/processor_spec.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/public_class_method_handler_spec.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/ruby/base_spec.rb +95 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/ruby/legacy/base_spec.rb +84 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/spec_helper.rb +33 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/visibility_handler_spec.rb +44 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/yield_handler_spec.rb +52 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/i18n/locale_spec.rb +81 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/i18n/message_spec.rb +52 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/i18n/messages_spec.rb +67 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/i18n/pot_generator_spec.rb +295 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/i18n/text_spec.rb +184 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/logging_spec.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/options_spec.rb +171 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/base_spec.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/c_parser_spec.rb +190 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/examples/array.c.txt +3887 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/examples/example1.rb.txt +8 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/examples/extrafile.c.txt +8 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/examples/multifile.c.txt +22 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/examples/override.c.txt +424 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/examples/parse_in_order_001.rb.txt +2 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/examples/parse_in_order_002.rb.txt +2 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/examples/tag_handler_001.rb.txt +8 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/ruby/ast_node_spec.rb +33 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/ruby/legacy/statement_list_spec.rb +299 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/ruby/legacy/token_list_spec.rb +77 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/ruby/ruby_parser_spec.rb +476 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/ruby/token_resolver_spec.rb +165 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/source_parser_spec.rb +727 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/tag_parsing_spec.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/rake/yardoc_task_spec.rb +118 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/registry_spec.rb +463 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/registry_store_spec.rb +316 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/rubygems/doc_manager_spec.rb +112 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/serializers/data/serialized_yardoc/checksums +1 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/serializers/data/serialized_yardoc/objects/Foo.dat +0 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/serializers/data/serialized_yardoc/objects/Foo/bar_i.dat +0 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/serializers/data/serialized_yardoc/objects/Foo/baz_i.dat +0 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/serializers/data/serialized_yardoc/objects/root.dat +0 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/serializers/data/serialized_yardoc/proxy_types +2 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/serializers/file_system_serializer_spec.rb +145 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/serializers/spec_helper.rb +2 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/serializers/yardoc_serializer_spec.rb +78 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/server/adapter_spec.rb +39 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/server/commands/base_spec.rb +91 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/server/commands/library_command_spec.rb +39 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/server/doc_server_helper_spec.rb +72 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/server/doc_server_serializer_spec.rb +60 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/server/rack_adapter_spec.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/server/router_spec.rb +123 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/server/spec_helper.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/server/static_caching_spec.rb +47 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/server/webrick_servlet_spec.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/server_spec.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/spec_helper.rb +212 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/tags/default_factory_spec.rb +168 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/tags/default_tag_spec.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/tags/directives_spec.rb +463 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/tags/library_spec.rb +48 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/tags/overload_tag_spec.rb +53 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/tags/ref_tag_list_spec.rb +53 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/tags/types_explainer_spec.rb +200 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/class_spec.rb +45 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/constant_spec.rb +41 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/engine_spec.rb +131 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/class001.html +308 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/class001.txt +36 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/class002.html +39 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/constant001.txt +25 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/constant002.txt +7 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/constant003.txt +11 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/method001.html +137 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/method001.txt +35 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/method002.html +91 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/method002.txt +20 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/method003.html +165 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/method003.txt +45 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/method004.html +48 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/method004.txt +10 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/method005.html +105 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/method005.txt +33 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/method006.html +108 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/method006.txt +20 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/module001.dot +33 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/module001.html +829 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/module001.txt +33 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/module002.html +341 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/module003.html +198 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/module004.html +394 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/tag001.txt +82 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/helpers/base_helper_spec.rb +171 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/helpers/html_helper_spec.rb +652 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/helpers/html_syntax_highlight_helper_spec.rb +65 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/helpers/markup/rdoc_markup_spec.rb +84 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/helpers/markup_helper_spec.rb +135 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/helpers/method_helper_spec.rb +82 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/helpers/module_helper_spec.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/helpers/shared_signature_examples.rb +126 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/helpers/text_helper_spec.rb +65 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/method_spec.rb +118 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/module_spec.rb +182 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/onefile_spec.rb +66 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/section_spec.rb +144 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/spec_helper.rb +76 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/tag_spec.rb +52 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/template_spec.rb +410 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/verifier_spec.rb +106 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/class/dot/setup.rb +7 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/class/dot/superklass.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/class/html/constructor_details.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/class/html/setup.rb +2 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/class/html/subclasses.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/class/setup.rb +36 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/class/text/setup.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/class/text/subclasses.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/constant/text/header.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/constant/text/setup.rb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/html/abstract.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/html/deprecated.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/html/index.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/html/note.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/html/private.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/html/returns_void.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/html/text.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/html/todo.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/setup.rb +52 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/text/abstract.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/text/deprecated.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/text/index.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/text/note.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/text/private.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/text/returns_void.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/text/text.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/text/todo.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/css/common.css +1 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/css/full_list.css +58 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/css/style.css +492 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/frames.erb +17 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/full_list.erb +37 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/full_list_class.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/full_list_file.erb +7 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/full_list_method.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/js/app.js +243 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/js/full_list.js +216 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/js/jquery.js +4 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/setup.rb +241 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/dot/header.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/dot/setup.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/html/breadcrumb.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/html/files.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/html/footer.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/html/headers.erb +15 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/html/index.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/html/layout.erb +24 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/html/listing.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/html/objects.erb +32 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/html/script_setup.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/html/search.erb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/html/setup.rb +89 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/method/html/header.erb +17 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/method/setup.rb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/method/text/header.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/method_details/html/header.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/method_details/html/method_signature.erb +25 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/method_details/html/source.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/method_details/setup.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/method_details/text/header.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/method_details/text/method_signature.erb +12 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/method_details/text/setup.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/dot/child.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/dot/dependencies.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/dot/header.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/dot/info.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/dot/setup.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/attribute_details.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/attribute_summary.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/box_info.erb +43 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/children.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/constant_summary.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/defines.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/header.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/inherited_attributes.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/inherited_constants.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/inherited_methods.erb +19 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/item_summary.erb +40 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/method_details_list.erb +9 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/method_summary.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/methodmissing.erb +12 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/pre_docstring.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/setup.rb +162 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/text/children.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/text/class_meths_list.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/text/extends.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/text/header.erb +7 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/text/includes.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/text/instance_meths_list.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/text/setup.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/onefile/html/files.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/onefile/html/headers.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/onefile/html/layout.erb +17 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/onefile/html/readme.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/onefile/html/setup.rb +62 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/root/dot/child.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/root/dot/setup.rb +6 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/root/html/setup.rb +2 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/html/example.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/html/index.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/html/option.erb +24 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/html/overload.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/html/see.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/html/tag.erb +20 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/setup.rb +57 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/text/example.erb +12 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/text/index.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/text/option.erb +20 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/text/overload.erb +19 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/text/see.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/text/tag.erb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/class/html/setup.rb +2 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/docstring/html/setup.rb +2 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/fulldoc/html/css/style.css +108 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/fulldoc/html/js/app.js +33 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/fulldoc/html/setup.rb +74 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/layout/html/layout.erb +81 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/layout/html/setup.rb +25 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/method/html/header.erb +18 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/method/html/setup.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/module/html/header.erb +7 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/module/html/method_list.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/module/html/setup.rb +27 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/onefile/html/files.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/onefile/html/setup.rb +6 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/onefile/html/toc.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/tags/html/setup.rb +9 -0
- data/vendor/bundle/gems/yard-0.9.7/yard.gemspec +43 -0
- data/vendor/bundle/specifications/actioncable-5.0.0.gemspec +42 -0
- data/vendor/bundle/specifications/actionmailer-5.0.0.gemspec +46 -0
- data/vendor/bundle/specifications/actionpack-5.0.0.gemspec +52 -0
- data/vendor/bundle/specifications/actionview-5.0.0.gemspec +52 -0
- data/vendor/bundle/specifications/activejob-5.0.0.gemspec +36 -0
- data/vendor/bundle/specifications/activemodel-5.0.0.gemspec +33 -0
- data/vendor/bundle/specifications/activerecord-5.0.0.gemspec +42 -0
- data/vendor/bundle/specifications/activesupport-5.0.0.gemspec +43 -0
- data/vendor/bundle/specifications/activesupport-5.0.1.gemspec +43 -0
- data/vendor/bundle/specifications/arel-7.1.0.gemspec +41 -0
- data/vendor/bundle/specifications/builder-3.2.2.gemspec +23 -0
- data/vendor/bundle/specifications/coderay-1.1.1.gemspec +26 -0
- data/vendor/bundle/specifications/concurrent-ruby-1.0.2.gemspec +23 -0
- data/vendor/bundle/specifications/concurrent-ruby-1.0.4.gemspec +23 -0
- data/vendor/bundle/specifications/diff-lcs-1.2.5.gemspec +68 -0
- data/vendor/bundle/specifications/docile-1.1.5.gemspec +48 -0
- data/vendor/bundle/specifications/erubis-2.7.0.gemspec +22 -0
- data/vendor/bundle/specifications/globalid-0.3.6.gemspec +36 -0
- data/vendor/bundle/specifications/i18n-0.7.0.gemspec +22 -0
- data/vendor/bundle/specifications/json-2.0.1.gemspec +0 -0
- data/vendor/bundle/specifications/json-2.0.2.gemspec +0 -0
- data/vendor/bundle/specifications/loofah-2.0.3.gemspec +65 -0
- data/vendor/bundle/specifications/mail-2.6.4.gemspec +47 -0
- data/vendor/bundle/specifications/method_source-0.8.2.gemspec +34 -0
- data/vendor/bundle/specifications/mime-types-3.1.gemspec +84 -0
- data/vendor/bundle/specifications/mime-types-data-3.2016.0521.gemspec +60 -0
- data/vendor/bundle/specifications/mini_portile2-2.1.0.gemspec +45 -0
- data/vendor/bundle/specifications/minitest-5.10.1.gemspec +39 -0
- data/vendor/bundle/specifications/minitest-5.9.0.gemspec +39 -0
- data/vendor/bundle/specifications/nio4r-1.2.1.gemspec +38 -0
- data/vendor/bundle/specifications/nokogiri-1.6.8.gemspec +78 -0
- data/vendor/bundle/specifications/pkg-config-1.1.7.gemspec +39 -0
- data/vendor/bundle/specifications/pry-0.10.4.gemspec +43 -0
- data/vendor/bundle/specifications/rack-2.0.1.gemspec +45 -0
- data/vendor/bundle/specifications/rack-test-0.6.3.gemspec +34 -0
- data/vendor/bundle/specifications/rails-5.0.0.gemspec +63 -0
- data/vendor/bundle/specifications/rails-dom-testing-2.0.1.gemspec +44 -0
- data/vendor/bundle/specifications/rails-html-sanitizer-1.0.3.gemspec +44 -0
- data/vendor/bundle/specifications/railties-5.0.0.gemspec +52 -0
- data/vendor/bundle/specifications/rake-11.2.2.gemspec +43 -0
- data/vendor/bundle/specifications/redis-2.2.2.gemspec +21 -0
- data/vendor/bundle/specifications/redis-3.3.1.gemspec +35 -0
- data/vendor/bundle/specifications/redis-3.3.2.gemspec +35 -0
- data/vendor/bundle/specifications/rspec-3.5.0.gemspec +42 -0
- data/vendor/bundle/specifications/rspec-core-3.5.1.gemspec +62 -0
- data/vendor/bundle/specifications/rspec-core-3.5.4.gemspec +62 -0
- data/vendor/bundle/specifications/rspec-expectations-3.5.0.gemspec +50 -0
- data/vendor/bundle/specifications/rspec-mocks-3.5.0.gemspec +50 -0
- data/vendor/bundle/specifications/rspec-support-3.5.0.gemspec +41 -0
- data/vendor/bundle/specifications/simplecov-0.12.0.gemspec +42 -0
- data/vendor/bundle/specifications/simplecov-html-0.10.0.gemspec +33 -0
- data/vendor/bundle/specifications/slop-3.6.0.gemspec +36 -0
- data/vendor/bundle/specifications/sprockets-3.6.3.gemspec +78 -0
- data/vendor/bundle/specifications/sprockets-rails-3.1.1.gemspec +50 -0
- data/vendor/bundle/specifications/thor-0.19.1.gemspec +34 -0
- data/vendor/bundle/specifications/thread_safe-0.3.5.gemspec +38 -0
- data/vendor/bundle/specifications/tzinfo-1.2.2.gemspec +37 -0
- data/vendor/bundle/specifications/websocket-driver-0.6.4.gemspec +48 -0
- data/vendor/bundle/specifications/websocket-extensions-0.1.2.gemspec +34 -0
- data/vendor/bundle/specifications/yard-0.9.1.gemspec +22 -0
- data/vendor/bundle/specifications/yard-0.9.2.gemspec +24 -0
- data/vendor/bundle/specifications/yard-0.9.7.gemspec +24 -0
- metadata +6723 -25
- data/test/counter_test.rb +0 -199
- data/test/date_range_test.rb +0 -95
- data/test/helper.rb +0 -23
- data/test/store_test.rb +0 -81
@@ -0,0 +1,280 @@
|
|
1
|
+
module ActiveRecord
|
2
|
+
# See ActiveRecord::Aggregations::ClassMethods for documentation
|
3
|
+
module Aggregations
|
4
|
+
extend ActiveSupport::Concern
|
5
|
+
|
6
|
+
def initialize_dup(*) # :nodoc:
|
7
|
+
@aggregation_cache = {}
|
8
|
+
super
|
9
|
+
end
|
10
|
+
|
11
|
+
def reload(*) # :nodoc:
|
12
|
+
clear_aggregation_cache
|
13
|
+
super
|
14
|
+
end
|
15
|
+
|
16
|
+
private
|
17
|
+
|
18
|
+
def clear_aggregation_cache # :nodoc:
|
19
|
+
@aggregation_cache.clear if persisted?
|
20
|
+
end
|
21
|
+
|
22
|
+
def init_internals # :nodoc:
|
23
|
+
@aggregation_cache = {}
|
24
|
+
super
|
25
|
+
end
|
26
|
+
|
27
|
+
# Active Record implements aggregation through a macro-like class method called #composed_of
|
28
|
+
# for representing attributes as value objects. It expresses relationships like "Account [is]
|
29
|
+
# composed of Money [among other things]" or "Person [is] composed of [an] address". Each call
|
30
|
+
# to the macro adds a description of how the value objects are created from the attributes of
|
31
|
+
# the entity object (when the entity is initialized either as a new object or from finding an
|
32
|
+
# existing object) and how it can be turned back into attributes (when the entity is saved to
|
33
|
+
# the database).
|
34
|
+
#
|
35
|
+
# class Customer < ActiveRecord::Base
|
36
|
+
# composed_of :balance, class_name: "Money", mapping: %w(amount currency)
|
37
|
+
# composed_of :address, mapping: [ %w(address_street street), %w(address_city city) ]
|
38
|
+
# end
|
39
|
+
#
|
40
|
+
# The customer class now has the following methods to manipulate the value objects:
|
41
|
+
# * <tt>Customer#balance, Customer#balance=(money)</tt>
|
42
|
+
# * <tt>Customer#address, Customer#address=(address)</tt>
|
43
|
+
#
|
44
|
+
# These methods will operate with value objects like the ones described below:
|
45
|
+
#
|
46
|
+
# class Money
|
47
|
+
# include Comparable
|
48
|
+
# attr_reader :amount, :currency
|
49
|
+
# EXCHANGE_RATES = { "USD_TO_DKK" => 6 }
|
50
|
+
#
|
51
|
+
# def initialize(amount, currency = "USD")
|
52
|
+
# @amount, @currency = amount, currency
|
53
|
+
# end
|
54
|
+
#
|
55
|
+
# def exchange_to(other_currency)
|
56
|
+
# exchanged_amount = (amount * EXCHANGE_RATES["#{currency}_TO_#{other_currency}"]).floor
|
57
|
+
# Money.new(exchanged_amount, other_currency)
|
58
|
+
# end
|
59
|
+
#
|
60
|
+
# def ==(other_money)
|
61
|
+
# amount == other_money.amount && currency == other_money.currency
|
62
|
+
# end
|
63
|
+
#
|
64
|
+
# def <=>(other_money)
|
65
|
+
# if currency == other_money.currency
|
66
|
+
# amount <=> other_money.amount
|
67
|
+
# else
|
68
|
+
# amount <=> other_money.exchange_to(currency).amount
|
69
|
+
# end
|
70
|
+
# end
|
71
|
+
# end
|
72
|
+
#
|
73
|
+
# class Address
|
74
|
+
# attr_reader :street, :city
|
75
|
+
# def initialize(street, city)
|
76
|
+
# @street, @city = street, city
|
77
|
+
# end
|
78
|
+
#
|
79
|
+
# def close_to?(other_address)
|
80
|
+
# city == other_address.city
|
81
|
+
# end
|
82
|
+
#
|
83
|
+
# def ==(other_address)
|
84
|
+
# city == other_address.city && street == other_address.street
|
85
|
+
# end
|
86
|
+
# end
|
87
|
+
#
|
88
|
+
# Now it's possible to access attributes from the database through the value objects instead. If
|
89
|
+
# you choose to name the composition the same as the attribute's name, it will be the only way to
|
90
|
+
# access that attribute. That's the case with our +balance+ attribute. You interact with the value
|
91
|
+
# objects just like you would with any other attribute:
|
92
|
+
#
|
93
|
+
# customer.balance = Money.new(20) # sets the Money value object and the attribute
|
94
|
+
# customer.balance # => Money value object
|
95
|
+
# customer.balance.exchange_to("DKK") # => Money.new(120, "DKK")
|
96
|
+
# customer.balance > Money.new(10) # => true
|
97
|
+
# customer.balance == Money.new(20) # => true
|
98
|
+
# customer.balance < Money.new(5) # => false
|
99
|
+
#
|
100
|
+
# Value objects can also be composed of multiple attributes, such as the case of Address. The order
|
101
|
+
# of the mappings will determine the order of the parameters.
|
102
|
+
#
|
103
|
+
# customer.address_street = "Hyancintvej"
|
104
|
+
# customer.address_city = "Copenhagen"
|
105
|
+
# customer.address # => Address.new("Hyancintvej", "Copenhagen")
|
106
|
+
#
|
107
|
+
# customer.address = Address.new("May Street", "Chicago")
|
108
|
+
# customer.address_street # => "May Street"
|
109
|
+
# customer.address_city # => "Chicago"
|
110
|
+
#
|
111
|
+
# == Writing value objects
|
112
|
+
#
|
113
|
+
# Value objects are immutable and interchangeable objects that represent a given value, such as
|
114
|
+
# a Money object representing $5. Two Money objects both representing $5 should be equal (through
|
115
|
+
# methods such as <tt>==</tt> and <tt><=></tt> from Comparable if ranking makes sense). This is
|
116
|
+
# unlike entity objects where equality is determined by identity. An entity class such as Customer can
|
117
|
+
# easily have two different objects that both have an address on Hyancintvej. Entity identity is
|
118
|
+
# determined by object or relational unique identifiers (such as primary keys). Normal
|
119
|
+
# ActiveRecord::Base classes are entity objects.
|
120
|
+
#
|
121
|
+
# It's also important to treat the value objects as immutable. Don't allow the Money object to have
|
122
|
+
# its amount changed after creation. Create a new Money object with the new value instead. The
|
123
|
+
# <tt>Money#exchange_to</tt> method is an example of this. It returns a new value object instead of changing
|
124
|
+
# its own values. Active Record won't persist value objects that have been changed through means
|
125
|
+
# other than the writer method.
|
126
|
+
#
|
127
|
+
# The immutable requirement is enforced by Active Record by freezing any object assigned as a value
|
128
|
+
# object. Attempting to change it afterwards will result in a +RuntimeError+.
|
129
|
+
#
|
130
|
+
# Read more about value objects on http://c2.com/cgi/wiki?ValueObject and on the dangers of not
|
131
|
+
# keeping value objects immutable on http://c2.com/cgi/wiki?ValueObjectsShouldBeImmutable
|
132
|
+
#
|
133
|
+
# == Custom constructors and converters
|
134
|
+
#
|
135
|
+
# By default value objects are initialized by calling the <tt>new</tt> constructor of the value
|
136
|
+
# class passing each of the mapped attributes, in the order specified by the <tt>:mapping</tt>
|
137
|
+
# option, as arguments. If the value class doesn't support this convention then #composed_of allows
|
138
|
+
# a custom constructor to be specified.
|
139
|
+
#
|
140
|
+
# When a new value is assigned to the value object, the default assumption is that the new value
|
141
|
+
# is an instance of the value class. Specifying a custom converter allows the new value to be automatically
|
142
|
+
# converted to an instance of value class if necessary.
|
143
|
+
#
|
144
|
+
# For example, the +NetworkResource+ model has +network_address+ and +cidr_range+ attributes that should be
|
145
|
+
# aggregated using the +NetAddr::CIDR+ value class (http://www.rubydoc.info/gems/netaddr/1.5.0/NetAddr/CIDR).
|
146
|
+
# The constructor for the value class is called +create+ and it expects a CIDR address string as a parameter.
|
147
|
+
# New values can be assigned to the value object using either another +NetAddr::CIDR+ object, a string
|
148
|
+
# or an array. The <tt>:constructor</tt> and <tt>:converter</tt> options can be used to meet
|
149
|
+
# these requirements:
|
150
|
+
#
|
151
|
+
# class NetworkResource < ActiveRecord::Base
|
152
|
+
# composed_of :cidr,
|
153
|
+
# class_name: 'NetAddr::CIDR',
|
154
|
+
# mapping: [ %w(network_address network), %w(cidr_range bits) ],
|
155
|
+
# allow_nil: true,
|
156
|
+
# constructor: Proc.new { |network_address, cidr_range| NetAddr::CIDR.create("#{network_address}/#{cidr_range}") },
|
157
|
+
# converter: Proc.new { |value| NetAddr::CIDR.create(value.is_a?(Array) ? value.join('/') : value) }
|
158
|
+
# end
|
159
|
+
#
|
160
|
+
# # This calls the :constructor
|
161
|
+
# network_resource = NetworkResource.new(network_address: '192.168.0.1', cidr_range: 24)
|
162
|
+
#
|
163
|
+
# # These assignments will both use the :converter
|
164
|
+
# network_resource.cidr = [ '192.168.2.1', 8 ]
|
165
|
+
# network_resource.cidr = '192.168.0.1/24'
|
166
|
+
#
|
167
|
+
# # This assignment won't use the :converter as the value is already an instance of the value class
|
168
|
+
# network_resource.cidr = NetAddr::CIDR.create('192.168.2.1/8')
|
169
|
+
#
|
170
|
+
# # Saving and then reloading will use the :constructor on reload
|
171
|
+
# network_resource.save
|
172
|
+
# network_resource.reload
|
173
|
+
#
|
174
|
+
# == Finding records by a value object
|
175
|
+
#
|
176
|
+
# Once a #composed_of relationship is specified for a model, records can be loaded from the database
|
177
|
+
# by specifying an instance of the value object in the conditions hash. The following example
|
178
|
+
# finds all customers with +balance_amount+ equal to 20 and +balance_currency+ equal to "USD":
|
179
|
+
#
|
180
|
+
# Customer.where(balance: Money.new(20, "USD"))
|
181
|
+
#
|
182
|
+
module ClassMethods
|
183
|
+
# Adds reader and writer methods for manipulating a value object:
|
184
|
+
# <tt>composed_of :address</tt> adds <tt>address</tt> and <tt>address=(new_address)</tt> methods.
|
185
|
+
#
|
186
|
+
# Options are:
|
187
|
+
# * <tt>:class_name</tt> - Specifies the class name of the association. Use it only if that name
|
188
|
+
# can't be inferred from the part id. So <tt>composed_of :address</tt> will by default be linked
|
189
|
+
# to the Address class, but if the real class name is +CompanyAddress+, you'll have to specify it
|
190
|
+
# with this option.
|
191
|
+
# * <tt>:mapping</tt> - Specifies the mapping of entity attributes to attributes of the value
|
192
|
+
# object. Each mapping is represented as an array where the first item is the name of the
|
193
|
+
# entity attribute and the second item is the name of the attribute in the value object. The
|
194
|
+
# order in which mappings are defined determines the order in which attributes are sent to the
|
195
|
+
# value class constructor.
|
196
|
+
# * <tt>:allow_nil</tt> - Specifies that the value object will not be instantiated when all mapped
|
197
|
+
# attributes are +nil+. Setting the value object to +nil+ has the effect of writing +nil+ to all
|
198
|
+
# mapped attributes.
|
199
|
+
# This defaults to +false+.
|
200
|
+
# * <tt>:constructor</tt> - A symbol specifying the name of the constructor method or a Proc that
|
201
|
+
# is called to initialize the value object. The constructor is passed all of the mapped attributes,
|
202
|
+
# in the order that they are defined in the <tt>:mapping option</tt>, as arguments and uses them
|
203
|
+
# to instantiate a <tt>:class_name</tt> object.
|
204
|
+
# The default is <tt>:new</tt>.
|
205
|
+
# * <tt>:converter</tt> - A symbol specifying the name of a class method of <tt>:class_name</tt>
|
206
|
+
# or a Proc that is called when a new value is assigned to the value object. The converter is
|
207
|
+
# passed the single value that is used in the assignment and is only called if the new value is
|
208
|
+
# not an instance of <tt>:class_name</tt>. If <tt>:allow_nil</tt> is set to true, the converter
|
209
|
+
# can return nil to skip the assignment.
|
210
|
+
#
|
211
|
+
# Option examples:
|
212
|
+
# composed_of :temperature, mapping: %w(reading celsius)
|
213
|
+
# composed_of :balance, class_name: "Money", mapping: %w(balance amount),
|
214
|
+
# converter: Proc.new { |balance| balance.to_money }
|
215
|
+
# composed_of :address, mapping: [ %w(address_street street), %w(address_city city) ]
|
216
|
+
# composed_of :gps_location
|
217
|
+
# composed_of :gps_location, allow_nil: true
|
218
|
+
# composed_of :ip_address,
|
219
|
+
# class_name: 'IPAddr',
|
220
|
+
# mapping: %w(ip to_i),
|
221
|
+
# constructor: Proc.new { |ip| IPAddr.new(ip, Socket::AF_INET) },
|
222
|
+
# converter: Proc.new { |ip| ip.is_a?(Integer) ? IPAddr.new(ip, Socket::AF_INET) : IPAddr.new(ip.to_s) }
|
223
|
+
#
|
224
|
+
def composed_of(part_id, options = {})
|
225
|
+
options.assert_valid_keys(:class_name, :mapping, :allow_nil, :constructor, :converter)
|
226
|
+
|
227
|
+
name = part_id.id2name
|
228
|
+
class_name = options[:class_name] || name.camelize
|
229
|
+
mapping = options[:mapping] || [ name, name ]
|
230
|
+
mapping = [ mapping ] unless mapping.first.is_a?(Array)
|
231
|
+
allow_nil = options[:allow_nil] || false
|
232
|
+
constructor = options[:constructor] || :new
|
233
|
+
converter = options[:converter]
|
234
|
+
|
235
|
+
reader_method(name, class_name, mapping, allow_nil, constructor)
|
236
|
+
writer_method(name, class_name, mapping, allow_nil, converter)
|
237
|
+
|
238
|
+
reflection = ActiveRecord::Reflection.create(:composed_of, part_id, nil, options, self)
|
239
|
+
Reflection.add_aggregate_reflection self, part_id, reflection
|
240
|
+
end
|
241
|
+
|
242
|
+
private
|
243
|
+
def reader_method(name, class_name, mapping, allow_nil, constructor)
|
244
|
+
define_method(name) do
|
245
|
+
if @aggregation_cache[name].nil? && (!allow_nil || mapping.any? {|key, _| !_read_attribute(key).nil? })
|
246
|
+
attrs = mapping.collect {|key, _| _read_attribute(key)}
|
247
|
+
object = constructor.respond_to?(:call) ?
|
248
|
+
constructor.call(*attrs) :
|
249
|
+
class_name.constantize.send(constructor, *attrs)
|
250
|
+
@aggregation_cache[name] = object
|
251
|
+
end
|
252
|
+
@aggregation_cache[name]
|
253
|
+
end
|
254
|
+
end
|
255
|
+
|
256
|
+
def writer_method(name, class_name, mapping, allow_nil, converter)
|
257
|
+
define_method("#{name}=") do |part|
|
258
|
+
klass = class_name.constantize
|
259
|
+
|
260
|
+
unless part.is_a?(klass) || converter.nil? || part.nil?
|
261
|
+
part = converter.respond_to?(:call) ? converter.call(part) : klass.send(converter, part)
|
262
|
+
end
|
263
|
+
|
264
|
+
if part.is_a?(Hash)
|
265
|
+
raise ArgumentError unless part.size == part.keys.max
|
266
|
+
part = klass.new(*part.sort.map(&:last))
|
267
|
+
end
|
268
|
+
|
269
|
+
if part.nil? && allow_nil
|
270
|
+
mapping.each { |key, _| self[key] = nil }
|
271
|
+
@aggregation_cache[name] = nil
|
272
|
+
else
|
273
|
+
mapping.each { |key, value| self[key] = part.send(value) }
|
274
|
+
@aggregation_cache[name] = part.freeze
|
275
|
+
end
|
276
|
+
end
|
277
|
+
end
|
278
|
+
end
|
279
|
+
end
|
280
|
+
end
|
@@ -0,0 +1,35 @@
|
|
1
|
+
module ActiveRecord
|
2
|
+
class AssociationRelation < Relation
|
3
|
+
def initialize(klass, table, predicate_builder, association)
|
4
|
+
super(klass, table, predicate_builder)
|
5
|
+
@association = association
|
6
|
+
end
|
7
|
+
|
8
|
+
def proxy_association
|
9
|
+
@association
|
10
|
+
end
|
11
|
+
|
12
|
+
def ==(other)
|
13
|
+
other == records
|
14
|
+
end
|
15
|
+
|
16
|
+
def build(*args, &block)
|
17
|
+
scoping { @association.build(*args, &block) }
|
18
|
+
end
|
19
|
+
alias new build
|
20
|
+
|
21
|
+
def create(*args, &block)
|
22
|
+
scoping { @association.create(*args, &block) }
|
23
|
+
end
|
24
|
+
|
25
|
+
def create!(*args, &block)
|
26
|
+
scoping { @association.create!(*args, &block) }
|
27
|
+
end
|
28
|
+
|
29
|
+
private
|
30
|
+
|
31
|
+
def exec_queries
|
32
|
+
super.each { |r| @association.set_inverse_instance r }
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
@@ -0,0 +1,1833 @@
|
|
1
|
+
require 'active_support/core_ext/enumerable'
|
2
|
+
require 'active_support/core_ext/string/conversions'
|
3
|
+
require 'active_support/core_ext/module/remove_method'
|
4
|
+
require 'active_record/errors'
|
5
|
+
|
6
|
+
module ActiveRecord
|
7
|
+
class AssociationNotFoundError < ConfigurationError #:nodoc:
|
8
|
+
def initialize(record = nil, association_name = nil)
|
9
|
+
if record && association_name
|
10
|
+
super("Association named '#{association_name}' was not found on #{record.class.name}; perhaps you misspelled it?")
|
11
|
+
else
|
12
|
+
super("Association was not found.")
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
16
|
+
|
17
|
+
class InverseOfAssociationNotFoundError < ActiveRecordError #:nodoc:
|
18
|
+
def initialize(reflection = nil, associated_class = nil)
|
19
|
+
if reflection
|
20
|
+
super("Could not find the inverse association for #{reflection.name} (#{reflection.options[:inverse_of].inspect} in #{associated_class.nil? ? reflection.class_name : associated_class.name})")
|
21
|
+
else
|
22
|
+
super("Could not find the inverse association.")
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
|
27
|
+
class HasManyThroughAssociationNotFoundError < ActiveRecordError #:nodoc:
|
28
|
+
def initialize(owner_class_name = nil, reflection = nil)
|
29
|
+
if owner_class_name && reflection
|
30
|
+
super("Could not find the association #{reflection.options[:through].inspect} in model #{owner_class_name}")
|
31
|
+
else
|
32
|
+
super("Could not find the association.")
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
|
37
|
+
class HasManyThroughAssociationPolymorphicSourceError < ActiveRecordError #:nodoc:
|
38
|
+
def initialize(owner_class_name = nil, reflection = nil, source_reflection = nil)
|
39
|
+
if owner_class_name && reflection && source_reflection
|
40
|
+
super("Cannot have a has_many :through association '#{owner_class_name}##{reflection.name}' on the polymorphic object '#{source_reflection.class_name}##{source_reflection.name}' without 'source_type'. Try adding 'source_type: \"#{reflection.name.to_s.classify}\"' to 'has_many :through' definition.")
|
41
|
+
else
|
42
|
+
super("Cannot have a has_many :through association.")
|
43
|
+
end
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
class HasManyThroughAssociationPolymorphicThroughError < ActiveRecordError #:nodoc:
|
48
|
+
def initialize(owner_class_name = nil, reflection = nil)
|
49
|
+
if owner_class_name && reflection
|
50
|
+
super("Cannot have a has_many :through association '#{owner_class_name}##{reflection.name}' which goes through the polymorphic association '#{owner_class_name}##{reflection.through_reflection.name}'.")
|
51
|
+
else
|
52
|
+
super("Cannot have a has_many :through association.")
|
53
|
+
end
|
54
|
+
end
|
55
|
+
end
|
56
|
+
|
57
|
+
class HasManyThroughAssociationPointlessSourceTypeError < ActiveRecordError #:nodoc:
|
58
|
+
def initialize(owner_class_name = nil, reflection = nil, source_reflection = nil)
|
59
|
+
if owner_class_name && reflection && source_reflection
|
60
|
+
super("Cannot have a has_many :through association '#{owner_class_name}##{reflection.name}' with a :source_type option if the '#{reflection.through_reflection.class_name}##{source_reflection.name}' is not polymorphic. Try removing :source_type on your association.")
|
61
|
+
else
|
62
|
+
super("Cannot have a has_many :through association.")
|
63
|
+
end
|
64
|
+
end
|
65
|
+
end
|
66
|
+
|
67
|
+
class HasOneThroughCantAssociateThroughCollection < ActiveRecordError #:nodoc:
|
68
|
+
def initialize(owner_class_name = nil, reflection = nil, through_reflection = nil)
|
69
|
+
if owner_class_name && reflection && through_reflection
|
70
|
+
super("Cannot have a has_one :through association '#{owner_class_name}##{reflection.name}' where the :through association '#{owner_class_name}##{through_reflection.name}' is a collection. Specify a has_one or belongs_to association in the :through option instead.")
|
71
|
+
else
|
72
|
+
super("Cannot have a has_one :through association.")
|
73
|
+
end
|
74
|
+
end
|
75
|
+
end
|
76
|
+
|
77
|
+
class HasOneAssociationPolymorphicThroughError < ActiveRecordError #:nodoc:
|
78
|
+
def initialize(owner_class_name = nil, reflection = nil)
|
79
|
+
if owner_class_name && reflection
|
80
|
+
super("Cannot have a has_one :through association '#{owner_class_name}##{reflection.name}' which goes through the polymorphic association '#{owner_class_name}##{reflection.through_reflection.name}'.")
|
81
|
+
else
|
82
|
+
super("Cannot have a has_one :through association.")
|
83
|
+
end
|
84
|
+
end
|
85
|
+
end
|
86
|
+
|
87
|
+
class HasManyThroughSourceAssociationNotFoundError < ActiveRecordError #:nodoc:
|
88
|
+
def initialize(reflection = nil)
|
89
|
+
if reflection
|
90
|
+
through_reflection = reflection.through_reflection
|
91
|
+
source_reflection_names = reflection.source_reflection_names
|
92
|
+
source_associations = reflection.through_reflection.klass._reflections.keys
|
93
|
+
super("Could not find the source association(s) #{source_reflection_names.collect(&:inspect).to_sentence(:two_words_connector => ' or ', :last_word_connector => ', or ', :locale => :en)} in model #{through_reflection.klass}. Try 'has_many #{reflection.name.inspect}, :through => #{through_reflection.name.inspect}, :source => <name>'. Is it one of #{source_associations.to_sentence(:two_words_connector => ' or ', :last_word_connector => ', or ', :locale => :en)}?")
|
94
|
+
else
|
95
|
+
super("Could not find the source association(s).")
|
96
|
+
end
|
97
|
+
end
|
98
|
+
end
|
99
|
+
|
100
|
+
class ThroughCantAssociateThroughHasOneOrManyReflection < ActiveRecordError #:nodoc:
|
101
|
+
def initialize(owner = nil, reflection = nil)
|
102
|
+
if owner && reflection
|
103
|
+
super("Cannot modify association '#{owner.class.name}##{reflection.name}' because the source reflection class '#{reflection.source_reflection.class_name}' is associated to '#{reflection.through_reflection.class_name}' via :#{reflection.source_reflection.macro}.")
|
104
|
+
else
|
105
|
+
super("Cannot modify association.")
|
106
|
+
end
|
107
|
+
end
|
108
|
+
end
|
109
|
+
|
110
|
+
class HasManyThroughCantAssociateThroughHasOneOrManyReflection < ThroughCantAssociateThroughHasOneOrManyReflection #:nodoc:
|
111
|
+
end
|
112
|
+
|
113
|
+
class HasOneThroughCantAssociateThroughHasOneOrManyReflection < ThroughCantAssociateThroughHasOneOrManyReflection #:nodoc:
|
114
|
+
end
|
115
|
+
|
116
|
+
class HasManyThroughCantAssociateNewRecords < ActiveRecordError #:nodoc:
|
117
|
+
def initialize(owner = nil, reflection = nil)
|
118
|
+
if owner && reflection
|
119
|
+
super("Cannot associate new records through '#{owner.class.name}##{reflection.name}' on '#{reflection.source_reflection.class_name rescue nil}##{reflection.source_reflection.name rescue nil}'. Both records must have an id in order to create the has_many :through record associating them.")
|
120
|
+
else
|
121
|
+
super("Cannot associate new records.")
|
122
|
+
end
|
123
|
+
end
|
124
|
+
end
|
125
|
+
|
126
|
+
class HasManyThroughCantDissociateNewRecords < ActiveRecordError #:nodoc:
|
127
|
+
def initialize(owner = nil, reflection = nil)
|
128
|
+
if owner && reflection
|
129
|
+
super("Cannot dissociate new records through '#{owner.class.name}##{reflection.name}' on '#{reflection.source_reflection.class_name rescue nil}##{reflection.source_reflection.name rescue nil}'. Both records must have an id in order to delete the has_many :through record associating them.")
|
130
|
+
else
|
131
|
+
super("Cannot dissociate new records.")
|
132
|
+
end
|
133
|
+
end
|
134
|
+
end
|
135
|
+
|
136
|
+
class ThroughNestedAssociationsAreReadonly < ActiveRecordError #:nodoc:
|
137
|
+
def initialize(owner = nil, reflection = nil)
|
138
|
+
if owner && reflection
|
139
|
+
super("Cannot modify association '#{owner.class.name}##{reflection.name}' because it goes through more than one other association.")
|
140
|
+
else
|
141
|
+
super("Through nested associations are read-only.")
|
142
|
+
end
|
143
|
+
end
|
144
|
+
end
|
145
|
+
|
146
|
+
class HasManyThroughNestedAssociationsAreReadonly < ThroughNestedAssociationsAreReadonly #:nodoc:
|
147
|
+
end
|
148
|
+
|
149
|
+
class HasOneThroughNestedAssociationsAreReadonly < ThroughNestedAssociationsAreReadonly #:nodoc:
|
150
|
+
end
|
151
|
+
|
152
|
+
# This error is raised when trying to eager load a polymorphic association using a JOIN.
|
153
|
+
# Eager loading polymorphic associations is only possible with
|
154
|
+
# {ActiveRecord::Relation#preload}[rdoc-ref:QueryMethods#preload].
|
155
|
+
class EagerLoadPolymorphicError < ActiveRecordError
|
156
|
+
def initialize(reflection = nil)
|
157
|
+
if reflection
|
158
|
+
super("Cannot eagerly load the polymorphic association #{reflection.name.inspect}")
|
159
|
+
else
|
160
|
+
super("Eager load polymorphic error.")
|
161
|
+
end
|
162
|
+
end
|
163
|
+
end
|
164
|
+
|
165
|
+
class ReadOnlyAssociation < ActiveRecordError #:nodoc:
|
166
|
+
def initialize(reflection = nil)
|
167
|
+
if reflection
|
168
|
+
super("Cannot add to a has_many :through association. Try adding to #{reflection.through_reflection.name.inspect}.")
|
169
|
+
else
|
170
|
+
super("Read-only reflection error.")
|
171
|
+
end
|
172
|
+
end
|
173
|
+
end
|
174
|
+
|
175
|
+
# This error is raised when trying to destroy a parent instance in N:1 or 1:1 associations
|
176
|
+
# (has_many, has_one) when there is at least 1 child associated instance.
|
177
|
+
# ex: if @project.tasks.size > 0, DeleteRestrictionError will be raised when trying to destroy @project
|
178
|
+
class DeleteRestrictionError < ActiveRecordError #:nodoc:
|
179
|
+
def initialize(name = nil)
|
180
|
+
if name
|
181
|
+
super("Cannot delete record because of dependent #{name}")
|
182
|
+
else
|
183
|
+
super("Delete restriction error.")
|
184
|
+
end
|
185
|
+
end
|
186
|
+
end
|
187
|
+
|
188
|
+
# See ActiveRecord::Associations::ClassMethods for documentation.
|
189
|
+
module Associations # :nodoc:
|
190
|
+
extend ActiveSupport::Autoload
|
191
|
+
extend ActiveSupport::Concern
|
192
|
+
|
193
|
+
# These classes will be loaded when associations are created.
|
194
|
+
# So there is no need to eager load them.
|
195
|
+
autoload :Association
|
196
|
+
autoload :SingularAssociation
|
197
|
+
autoload :CollectionAssociation
|
198
|
+
autoload :ForeignAssociation
|
199
|
+
autoload :CollectionProxy
|
200
|
+
|
201
|
+
autoload :BelongsToAssociation
|
202
|
+
autoload :BelongsToPolymorphicAssociation
|
203
|
+
autoload :HasManyAssociation
|
204
|
+
autoload :HasManyThroughAssociation
|
205
|
+
autoload :HasOneAssociation
|
206
|
+
autoload :HasOneThroughAssociation
|
207
|
+
autoload :ThroughAssociation
|
208
|
+
|
209
|
+
module Builder #:nodoc:
|
210
|
+
autoload :Association, 'active_record/associations/builder/association'
|
211
|
+
autoload :SingularAssociation, 'active_record/associations/builder/singular_association'
|
212
|
+
autoload :CollectionAssociation, 'active_record/associations/builder/collection_association'
|
213
|
+
|
214
|
+
autoload :BelongsTo, 'active_record/associations/builder/belongs_to'
|
215
|
+
autoload :HasOne, 'active_record/associations/builder/has_one'
|
216
|
+
autoload :HasMany, 'active_record/associations/builder/has_many'
|
217
|
+
autoload :HasAndBelongsToMany, 'active_record/associations/builder/has_and_belongs_to_many'
|
218
|
+
end
|
219
|
+
|
220
|
+
eager_autoload do
|
221
|
+
autoload :Preloader
|
222
|
+
autoload :JoinDependency
|
223
|
+
autoload :AssociationScope
|
224
|
+
autoload :AliasTracker
|
225
|
+
end
|
226
|
+
|
227
|
+
# Returns the association instance for the given name, instantiating it if it doesn't already exist
|
228
|
+
def association(name) #:nodoc:
|
229
|
+
association = association_instance_get(name)
|
230
|
+
|
231
|
+
if association.nil?
|
232
|
+
unless reflection = self.class._reflect_on_association(name)
|
233
|
+
raise AssociationNotFoundError.new(self, name)
|
234
|
+
end
|
235
|
+
association = reflection.association_class.new(self, reflection)
|
236
|
+
association_instance_set(name, association)
|
237
|
+
end
|
238
|
+
|
239
|
+
association
|
240
|
+
end
|
241
|
+
|
242
|
+
def association_cached?(name) # :nodoc
|
243
|
+
@association_cache.key?(name)
|
244
|
+
end
|
245
|
+
|
246
|
+
def initialize_dup(*) # :nodoc:
|
247
|
+
@association_cache = {}
|
248
|
+
super
|
249
|
+
end
|
250
|
+
|
251
|
+
def reload(*) # :nodoc:
|
252
|
+
clear_association_cache
|
253
|
+
super
|
254
|
+
end
|
255
|
+
|
256
|
+
private
|
257
|
+
# Clears out the association cache.
|
258
|
+
def clear_association_cache # :nodoc:
|
259
|
+
@association_cache.clear if persisted?
|
260
|
+
end
|
261
|
+
|
262
|
+
def init_internals # :nodoc:
|
263
|
+
@association_cache = {}
|
264
|
+
super
|
265
|
+
end
|
266
|
+
|
267
|
+
# Returns the specified association instance if it exists, nil otherwise.
|
268
|
+
def association_instance_get(name)
|
269
|
+
@association_cache[name]
|
270
|
+
end
|
271
|
+
|
272
|
+
# Set the specified association instance.
|
273
|
+
def association_instance_set(name, association)
|
274
|
+
@association_cache[name] = association
|
275
|
+
end
|
276
|
+
|
277
|
+
# \Associations are a set of macro-like class methods for tying objects together through
|
278
|
+
# foreign keys. They express relationships like "Project has one Project Manager"
|
279
|
+
# or "Project belongs to a Portfolio". Each macro adds a number of methods to the
|
280
|
+
# class which are specialized according to the collection or association symbol and the
|
281
|
+
# options hash. It works much the same way as Ruby's own <tt>attr*</tt>
|
282
|
+
# methods.
|
283
|
+
#
|
284
|
+
# class Project < ActiveRecord::Base
|
285
|
+
# belongs_to :portfolio
|
286
|
+
# has_one :project_manager
|
287
|
+
# has_many :milestones
|
288
|
+
# has_and_belongs_to_many :categories
|
289
|
+
# end
|
290
|
+
#
|
291
|
+
# The project class now has the following methods (and more) to ease the traversal and
|
292
|
+
# manipulation of its relationships:
|
293
|
+
# * <tt>Project#portfolio, Project#portfolio=(portfolio), Project#portfolio.nil?</tt>
|
294
|
+
# * <tt>Project#project_manager, Project#project_manager=(project_manager), Project#project_manager.nil?,</tt>
|
295
|
+
# * <tt>Project#milestones.empty?, Project#milestones.size, Project#milestones, Project#milestones<<(milestone),</tt>
|
296
|
+
# <tt>Project#milestones.delete(milestone), Project#milestones.destroy(milestone), Project#milestones.find(milestone_id),</tt>
|
297
|
+
# <tt>Project#milestones.build, Project#milestones.create</tt>
|
298
|
+
# * <tt>Project#categories.empty?, Project#categories.size, Project#categories, Project#categories<<(category1),</tt>
|
299
|
+
# <tt>Project#categories.delete(category1), Project#categories.destroy(category1)</tt>
|
300
|
+
#
|
301
|
+
# === A word of warning
|
302
|
+
#
|
303
|
+
# Don't create associations that have the same name as instance methods of
|
304
|
+
# ActiveRecord::Base. Since the association adds a method with that name to
|
305
|
+
# its model, it will override the inherited method and break things.
|
306
|
+
# For instance, +attributes+ and +connection+ would be bad choices for association names.
|
307
|
+
#
|
308
|
+
# == Auto-generated methods
|
309
|
+
# See also Instance Public methods below for more details.
|
310
|
+
#
|
311
|
+
# === Singular associations (one-to-one)
|
312
|
+
# | | belongs_to |
|
313
|
+
# generated methods | belongs_to | :polymorphic | has_one
|
314
|
+
# ----------------------------------+------------+--------------+---------
|
315
|
+
# other(force_reload=false) | X | X | X
|
316
|
+
# other=(other) | X | X | X
|
317
|
+
# build_other(attributes={}) | X | | X
|
318
|
+
# create_other(attributes={}) | X | | X
|
319
|
+
# create_other!(attributes={}) | X | | X
|
320
|
+
#
|
321
|
+
# === Collection associations (one-to-many / many-to-many)
|
322
|
+
# | | | has_many
|
323
|
+
# generated methods | habtm | has_many | :through
|
324
|
+
# ----------------------------------+-------+----------+----------
|
325
|
+
# others(force_reload=false) | X | X | X
|
326
|
+
# others=(other,other,...) | X | X | X
|
327
|
+
# other_ids | X | X | X
|
328
|
+
# other_ids=(id,id,...) | X | X | X
|
329
|
+
# others<< | X | X | X
|
330
|
+
# others.push | X | X | X
|
331
|
+
# others.concat | X | X | X
|
332
|
+
# others.build(attributes={}) | X | X | X
|
333
|
+
# others.create(attributes={}) | X | X | X
|
334
|
+
# others.create!(attributes={}) | X | X | X
|
335
|
+
# others.size | X | X | X
|
336
|
+
# others.length | X | X | X
|
337
|
+
# others.count | X | X | X
|
338
|
+
# others.sum(*args) | X | X | X
|
339
|
+
# others.empty? | X | X | X
|
340
|
+
# others.clear | X | X | X
|
341
|
+
# others.delete(other,other,...) | X | X | X
|
342
|
+
# others.delete_all | X | X | X
|
343
|
+
# others.destroy(other,other,...) | X | X | X
|
344
|
+
# others.destroy_all | X | X | X
|
345
|
+
# others.find(*args) | X | X | X
|
346
|
+
# others.exists? | X | X | X
|
347
|
+
# others.distinct | X | X | X
|
348
|
+
# others.reset | X | X | X
|
349
|
+
#
|
350
|
+
# === Overriding generated methods
|
351
|
+
#
|
352
|
+
# Association methods are generated in a module that is included into the model class,
|
353
|
+
# which allows you to easily override with your own methods and call the original
|
354
|
+
# generated method with +super+. For example:
|
355
|
+
#
|
356
|
+
# class Car < ActiveRecord::Base
|
357
|
+
# belongs_to :owner
|
358
|
+
# belongs_to :old_owner
|
359
|
+
# def owner=(new_owner)
|
360
|
+
# self.old_owner = self.owner
|
361
|
+
# super
|
362
|
+
# end
|
363
|
+
# end
|
364
|
+
#
|
365
|
+
# If your model class is <tt>Project</tt>, the module is
|
366
|
+
# named <tt>Project::GeneratedAssociationMethods</tt>. The +GeneratedAssociationMethods+ module is
|
367
|
+
# included in the model class immediately after the (anonymous) generated attributes methods
|
368
|
+
# module, meaning an association will override the methods for an attribute with the same name.
|
369
|
+
#
|
370
|
+
# == Cardinality and associations
|
371
|
+
#
|
372
|
+
# Active Record associations can be used to describe one-to-one, one-to-many and many-to-many
|
373
|
+
# relationships between models. Each model uses an association to describe its role in
|
374
|
+
# the relation. The #belongs_to association is always used in the model that has
|
375
|
+
# the foreign key.
|
376
|
+
#
|
377
|
+
# === One-to-one
|
378
|
+
#
|
379
|
+
# Use #has_one in the base, and #belongs_to in the associated model.
|
380
|
+
#
|
381
|
+
# class Employee < ActiveRecord::Base
|
382
|
+
# has_one :office
|
383
|
+
# end
|
384
|
+
# class Office < ActiveRecord::Base
|
385
|
+
# belongs_to :employee # foreign key - employee_id
|
386
|
+
# end
|
387
|
+
#
|
388
|
+
# === One-to-many
|
389
|
+
#
|
390
|
+
# Use #has_many in the base, and #belongs_to in the associated model.
|
391
|
+
#
|
392
|
+
# class Manager < ActiveRecord::Base
|
393
|
+
# has_many :employees
|
394
|
+
# end
|
395
|
+
# class Employee < ActiveRecord::Base
|
396
|
+
# belongs_to :manager # foreign key - manager_id
|
397
|
+
# end
|
398
|
+
#
|
399
|
+
# === Many-to-many
|
400
|
+
#
|
401
|
+
# There are two ways to build a many-to-many relationship.
|
402
|
+
#
|
403
|
+
# The first way uses a #has_many association with the <tt>:through</tt> option and a join model, so
|
404
|
+
# there are two stages of associations.
|
405
|
+
#
|
406
|
+
# class Assignment < ActiveRecord::Base
|
407
|
+
# belongs_to :programmer # foreign key - programmer_id
|
408
|
+
# belongs_to :project # foreign key - project_id
|
409
|
+
# end
|
410
|
+
# class Programmer < ActiveRecord::Base
|
411
|
+
# has_many :assignments
|
412
|
+
# has_many :projects, through: :assignments
|
413
|
+
# end
|
414
|
+
# class Project < ActiveRecord::Base
|
415
|
+
# has_many :assignments
|
416
|
+
# has_many :programmers, through: :assignments
|
417
|
+
# end
|
418
|
+
#
|
419
|
+
# For the second way, use #has_and_belongs_to_many in both models. This requires a join table
|
420
|
+
# that has no corresponding model or primary key.
|
421
|
+
#
|
422
|
+
# class Programmer < ActiveRecord::Base
|
423
|
+
# has_and_belongs_to_many :projects # foreign keys in the join table
|
424
|
+
# end
|
425
|
+
# class Project < ActiveRecord::Base
|
426
|
+
# has_and_belongs_to_many :programmers # foreign keys in the join table
|
427
|
+
# end
|
428
|
+
#
|
429
|
+
# Choosing which way to build a many-to-many relationship is not always simple.
|
430
|
+
# If you need to work with the relationship model as its own entity,
|
431
|
+
# use #has_many <tt>:through</tt>. Use #has_and_belongs_to_many when working with legacy schemas or when
|
432
|
+
# you never work directly with the relationship itself.
|
433
|
+
#
|
434
|
+
# == Is it a #belongs_to or #has_one association?
|
435
|
+
#
|
436
|
+
# Both express a 1-1 relationship. The difference is mostly where to place the foreign
|
437
|
+
# key, which goes on the table for the class declaring the #belongs_to relationship.
|
438
|
+
#
|
439
|
+
# class User < ActiveRecord::Base
|
440
|
+
# # I reference an account.
|
441
|
+
# belongs_to :account
|
442
|
+
# end
|
443
|
+
#
|
444
|
+
# class Account < ActiveRecord::Base
|
445
|
+
# # One user references me.
|
446
|
+
# has_one :user
|
447
|
+
# end
|
448
|
+
#
|
449
|
+
# The tables for these classes could look something like:
|
450
|
+
#
|
451
|
+
# CREATE TABLE users (
|
452
|
+
# id int NOT NULL auto_increment,
|
453
|
+
# account_id int default NULL,
|
454
|
+
# name varchar default NULL,
|
455
|
+
# PRIMARY KEY (id)
|
456
|
+
# )
|
457
|
+
#
|
458
|
+
# CREATE TABLE accounts (
|
459
|
+
# id int NOT NULL auto_increment,
|
460
|
+
# name varchar default NULL,
|
461
|
+
# PRIMARY KEY (id)
|
462
|
+
# )
|
463
|
+
#
|
464
|
+
# == Unsaved objects and associations
|
465
|
+
#
|
466
|
+
# You can manipulate objects and associations before they are saved to the database, but
|
467
|
+
# there is some special behavior you should be aware of, mostly involving the saving of
|
468
|
+
# associated objects.
|
469
|
+
#
|
470
|
+
# You can set the <tt>:autosave</tt> option on a #has_one, #belongs_to,
|
471
|
+
# #has_many, or #has_and_belongs_to_many association. Setting it
|
472
|
+
# to +true+ will _always_ save the members, whereas setting it to +false+ will
|
473
|
+
# _never_ save the members. More details about <tt>:autosave</tt> option is available at
|
474
|
+
# AutosaveAssociation.
|
475
|
+
#
|
476
|
+
# === One-to-one associations
|
477
|
+
#
|
478
|
+
# * Assigning an object to a #has_one association automatically saves that object and
|
479
|
+
# the object being replaced (if there is one), in order to update their foreign
|
480
|
+
# keys - except if the parent object is unsaved (<tt>new_record? == true</tt>).
|
481
|
+
# * If either of these saves fail (due to one of the objects being invalid), an
|
482
|
+
# ActiveRecord::RecordNotSaved exception is raised and the assignment is
|
483
|
+
# cancelled.
|
484
|
+
# * If you wish to assign an object to a #has_one association without saving it,
|
485
|
+
# use the <tt>#build_association</tt> method (documented below). The object being
|
486
|
+
# replaced will still be saved to update its foreign key.
|
487
|
+
# * Assigning an object to a #belongs_to association does not save the object, since
|
488
|
+
# the foreign key field belongs on the parent. It does not save the parent either.
|
489
|
+
#
|
490
|
+
# === Collections
|
491
|
+
#
|
492
|
+
# * Adding an object to a collection (#has_many or #has_and_belongs_to_many) automatically
|
493
|
+
# saves that object, except if the parent object (the owner of the collection) is not yet
|
494
|
+
# stored in the database.
|
495
|
+
# * If saving any of the objects being added to a collection (via <tt>push</tt> or similar)
|
496
|
+
# fails, then <tt>push</tt> returns +false+.
|
497
|
+
# * If saving fails while replacing the collection (via <tt>association=</tt>), an
|
498
|
+
# ActiveRecord::RecordNotSaved exception is raised and the assignment is
|
499
|
+
# cancelled.
|
500
|
+
# * You can add an object to a collection without automatically saving it by using the
|
501
|
+
# <tt>collection.build</tt> method (documented below).
|
502
|
+
# * All unsaved (<tt>new_record? == true</tt>) members of the collection are automatically
|
503
|
+
# saved when the parent is saved.
|
504
|
+
#
|
505
|
+
# == Customizing the query
|
506
|
+
#
|
507
|
+
# \Associations are built from <tt>Relation</tt> objects, and you can use the Relation syntax
|
508
|
+
# to customize them. For example, to add a condition:
|
509
|
+
#
|
510
|
+
# class Blog < ActiveRecord::Base
|
511
|
+
# has_many :published_posts, -> { where(published: true) }, class_name: 'Post'
|
512
|
+
# end
|
513
|
+
#
|
514
|
+
# Inside the <tt>-> { ... }</tt> block you can use all of the usual Relation methods.
|
515
|
+
#
|
516
|
+
# === Accessing the owner object
|
517
|
+
#
|
518
|
+
# Sometimes it is useful to have access to the owner object when building the query. The owner
|
519
|
+
# is passed as a parameter to the block. For example, the following association would find all
|
520
|
+
# events that occur on the user's birthday:
|
521
|
+
#
|
522
|
+
# class User < ActiveRecord::Base
|
523
|
+
# has_many :birthday_events, ->(user) { where(starts_on: user.birthday) }, class_name: 'Event'
|
524
|
+
# end
|
525
|
+
#
|
526
|
+
# Note: Joining, eager loading and preloading of these associations is not fully possible.
|
527
|
+
# These operations happen before instance creation and the scope will be called with a +nil+ argument.
|
528
|
+
# This can lead to unexpected behavior and is deprecated.
|
529
|
+
#
|
530
|
+
# == Association callbacks
|
531
|
+
#
|
532
|
+
# Similar to the normal callbacks that hook into the life cycle of an Active Record object,
|
533
|
+
# you can also define callbacks that get triggered when you add an object to or remove an
|
534
|
+
# object from an association collection.
|
535
|
+
#
|
536
|
+
# class Project
|
537
|
+
# has_and_belongs_to_many :developers, after_add: :evaluate_velocity
|
538
|
+
#
|
539
|
+
# def evaluate_velocity(developer)
|
540
|
+
# ...
|
541
|
+
# end
|
542
|
+
# end
|
543
|
+
#
|
544
|
+
# It's possible to stack callbacks by passing them as an array. Example:
|
545
|
+
#
|
546
|
+
# class Project
|
547
|
+
# has_and_belongs_to_many :developers,
|
548
|
+
# after_add: [:evaluate_velocity, Proc.new { |p, d| p.shipping_date = Time.now}]
|
549
|
+
# end
|
550
|
+
#
|
551
|
+
# Possible callbacks are: +before_add+, +after_add+, +before_remove+ and +after_remove+.
|
552
|
+
#
|
553
|
+
# If any of the +before_add+ callbacks throw an exception, the object will not be
|
554
|
+
# added to the collection.
|
555
|
+
#
|
556
|
+
# Similarly, if any of the +before_remove+ callbacks throw an exception, the object
|
557
|
+
# will not be removed from the collection.
|
558
|
+
#
|
559
|
+
# == Association extensions
|
560
|
+
#
|
561
|
+
# The proxy objects that control the access to associations can be extended through anonymous
|
562
|
+
# modules. This is especially beneficial for adding new finders, creators, and other
|
563
|
+
# factory-type methods that are only used as part of this association.
|
564
|
+
#
|
565
|
+
# class Account < ActiveRecord::Base
|
566
|
+
# has_many :people do
|
567
|
+
# def find_or_create_by_name(name)
|
568
|
+
# first_name, last_name = name.split(" ", 2)
|
569
|
+
# find_or_create_by(first_name: first_name, last_name: last_name)
|
570
|
+
# end
|
571
|
+
# end
|
572
|
+
# end
|
573
|
+
#
|
574
|
+
# person = Account.first.people.find_or_create_by_name("David Heinemeier Hansson")
|
575
|
+
# person.first_name # => "David"
|
576
|
+
# person.last_name # => "Heinemeier Hansson"
|
577
|
+
#
|
578
|
+
# If you need to share the same extensions between many associations, you can use a named
|
579
|
+
# extension module.
|
580
|
+
#
|
581
|
+
# module FindOrCreateByNameExtension
|
582
|
+
# def find_or_create_by_name(name)
|
583
|
+
# first_name, last_name = name.split(" ", 2)
|
584
|
+
# find_or_create_by(first_name: first_name, last_name: last_name)
|
585
|
+
# end
|
586
|
+
# end
|
587
|
+
#
|
588
|
+
# class Account < ActiveRecord::Base
|
589
|
+
# has_many :people, -> { extending FindOrCreateByNameExtension }
|
590
|
+
# end
|
591
|
+
#
|
592
|
+
# class Company < ActiveRecord::Base
|
593
|
+
# has_many :people, -> { extending FindOrCreateByNameExtension }
|
594
|
+
# end
|
595
|
+
#
|
596
|
+
# Some extensions can only be made to work with knowledge of the association's internals.
|
597
|
+
# Extensions can access relevant state using the following methods (where +items+ is the
|
598
|
+
# name of the association):
|
599
|
+
#
|
600
|
+
# * <tt>record.association(:items).owner</tt> - Returns the object the association is part of.
|
601
|
+
# * <tt>record.association(:items).reflection</tt> - Returns the reflection object that describes the association.
|
602
|
+
# * <tt>record.association(:items).target</tt> - Returns the associated object for #belongs_to and #has_one, or
|
603
|
+
# the collection of associated objects for #has_many and #has_and_belongs_to_many.
|
604
|
+
#
|
605
|
+
# However, inside the actual extension code, you will not have access to the <tt>record</tt> as
|
606
|
+
# above. In this case, you can access <tt>proxy_association</tt>. For example,
|
607
|
+
# <tt>record.association(:items)</tt> and <tt>record.items.proxy_association</tt> will return
|
608
|
+
# the same object, allowing you to make calls like <tt>proxy_association.owner</tt> inside
|
609
|
+
# association extensions.
|
610
|
+
#
|
611
|
+
# == Association Join Models
|
612
|
+
#
|
613
|
+
# Has Many associations can be configured with the <tt>:through</tt> option to use an
|
614
|
+
# explicit join model to retrieve the data. This operates similarly to a
|
615
|
+
# #has_and_belongs_to_many association. The advantage is that you're able to add validations,
|
616
|
+
# callbacks, and extra attributes on the join model. Consider the following schema:
|
617
|
+
#
|
618
|
+
# class Author < ActiveRecord::Base
|
619
|
+
# has_many :authorships
|
620
|
+
# has_many :books, through: :authorships
|
621
|
+
# end
|
622
|
+
#
|
623
|
+
# class Authorship < ActiveRecord::Base
|
624
|
+
# belongs_to :author
|
625
|
+
# belongs_to :book
|
626
|
+
# end
|
627
|
+
#
|
628
|
+
# @author = Author.first
|
629
|
+
# @author.authorships.collect { |a| a.book } # selects all books that the author's authorships belong to
|
630
|
+
# @author.books # selects all books by using the Authorship join model
|
631
|
+
#
|
632
|
+
# You can also go through a #has_many association on the join model:
|
633
|
+
#
|
634
|
+
# class Firm < ActiveRecord::Base
|
635
|
+
# has_many :clients
|
636
|
+
# has_many :invoices, through: :clients
|
637
|
+
# end
|
638
|
+
#
|
639
|
+
# class Client < ActiveRecord::Base
|
640
|
+
# belongs_to :firm
|
641
|
+
# has_many :invoices
|
642
|
+
# end
|
643
|
+
#
|
644
|
+
# class Invoice < ActiveRecord::Base
|
645
|
+
# belongs_to :client
|
646
|
+
# end
|
647
|
+
#
|
648
|
+
# @firm = Firm.first
|
649
|
+
# @firm.clients.flat_map { |c| c.invoices } # select all invoices for all clients of the firm
|
650
|
+
# @firm.invoices # selects all invoices by going through the Client join model
|
651
|
+
#
|
652
|
+
# Similarly you can go through a #has_one association on the join model:
|
653
|
+
#
|
654
|
+
# class Group < ActiveRecord::Base
|
655
|
+
# has_many :users
|
656
|
+
# has_many :avatars, through: :users
|
657
|
+
# end
|
658
|
+
#
|
659
|
+
# class User < ActiveRecord::Base
|
660
|
+
# belongs_to :group
|
661
|
+
# has_one :avatar
|
662
|
+
# end
|
663
|
+
#
|
664
|
+
# class Avatar < ActiveRecord::Base
|
665
|
+
# belongs_to :user
|
666
|
+
# end
|
667
|
+
#
|
668
|
+
# @group = Group.first
|
669
|
+
# @group.users.collect { |u| u.avatar }.compact # select all avatars for all users in the group
|
670
|
+
# @group.avatars # selects all avatars by going through the User join model.
|
671
|
+
#
|
672
|
+
# An important caveat with going through #has_one or #has_many associations on the
|
673
|
+
# join model is that these associations are *read-only*. For example, the following
|
674
|
+
# would not work following the previous example:
|
675
|
+
#
|
676
|
+
# @group.avatars << Avatar.new # this would work if User belonged_to Avatar rather than the other way around
|
677
|
+
# @group.avatars.delete(@group.avatars.last) # so would this
|
678
|
+
#
|
679
|
+
# == Setting Inverses
|
680
|
+
#
|
681
|
+
# If you are using a #belongs_to on the join model, it is a good idea to set the
|
682
|
+
# <tt>:inverse_of</tt> option on the #belongs_to, which will mean that the following example
|
683
|
+
# works correctly (where <tt>tags</tt> is a #has_many <tt>:through</tt> association):
|
684
|
+
#
|
685
|
+
# @post = Post.first
|
686
|
+
# @tag = @post.tags.build name: "ruby"
|
687
|
+
# @tag.save
|
688
|
+
#
|
689
|
+
# The last line ought to save the through record (a <tt>Tagging</tt>). This will only work if the
|
690
|
+
# <tt>:inverse_of</tt> is set:
|
691
|
+
#
|
692
|
+
# class Tagging < ActiveRecord::Base
|
693
|
+
# belongs_to :post
|
694
|
+
# belongs_to :tag, inverse_of: :taggings
|
695
|
+
# end
|
696
|
+
#
|
697
|
+
# If you do not set the <tt>:inverse_of</tt> record, the association will
|
698
|
+
# do its best to match itself up with the correct inverse. Automatic
|
699
|
+
# inverse detection only works on #has_many, #has_one, and
|
700
|
+
# #belongs_to associations.
|
701
|
+
#
|
702
|
+
# Extra options on the associations, as defined in the
|
703
|
+
# <tt>AssociationReflection::INVALID_AUTOMATIC_INVERSE_OPTIONS</tt> constant, will
|
704
|
+
# also prevent the association's inverse from being found automatically.
|
705
|
+
#
|
706
|
+
# The automatic guessing of the inverse association uses a heuristic based
|
707
|
+
# on the name of the class, so it may not work for all associations,
|
708
|
+
# especially the ones with non-standard names.
|
709
|
+
#
|
710
|
+
# You can turn off the automatic detection of inverse associations by setting
|
711
|
+
# the <tt>:inverse_of</tt> option to <tt>false</tt> like so:
|
712
|
+
#
|
713
|
+
# class Tagging < ActiveRecord::Base
|
714
|
+
# belongs_to :tag, inverse_of: false
|
715
|
+
# end
|
716
|
+
#
|
717
|
+
# == Nested \Associations
|
718
|
+
#
|
719
|
+
# You can actually specify *any* association with the <tt>:through</tt> option, including an
|
720
|
+
# association which has a <tt>:through</tt> option itself. For example:
|
721
|
+
#
|
722
|
+
# class Author < ActiveRecord::Base
|
723
|
+
# has_many :posts
|
724
|
+
# has_many :comments, through: :posts
|
725
|
+
# has_many :commenters, through: :comments
|
726
|
+
# end
|
727
|
+
#
|
728
|
+
# class Post < ActiveRecord::Base
|
729
|
+
# has_many :comments
|
730
|
+
# end
|
731
|
+
#
|
732
|
+
# class Comment < ActiveRecord::Base
|
733
|
+
# belongs_to :commenter
|
734
|
+
# end
|
735
|
+
#
|
736
|
+
# @author = Author.first
|
737
|
+
# @author.commenters # => People who commented on posts written by the author
|
738
|
+
#
|
739
|
+
# An equivalent way of setting up this association this would be:
|
740
|
+
#
|
741
|
+
# class Author < ActiveRecord::Base
|
742
|
+
# has_many :posts
|
743
|
+
# has_many :commenters, through: :posts
|
744
|
+
# end
|
745
|
+
#
|
746
|
+
# class Post < ActiveRecord::Base
|
747
|
+
# has_many :comments
|
748
|
+
# has_many :commenters, through: :comments
|
749
|
+
# end
|
750
|
+
#
|
751
|
+
# class Comment < ActiveRecord::Base
|
752
|
+
# belongs_to :commenter
|
753
|
+
# end
|
754
|
+
#
|
755
|
+
# When using a nested association, you will not be able to modify the association because there
|
756
|
+
# is not enough information to know what modification to make. For example, if you tried to
|
757
|
+
# add a <tt>Commenter</tt> in the example above, there would be no way to tell how to set up the
|
758
|
+
# intermediate <tt>Post</tt> and <tt>Comment</tt> objects.
|
759
|
+
#
|
760
|
+
# == Polymorphic \Associations
|
761
|
+
#
|
762
|
+
# Polymorphic associations on models are not restricted on what types of models they
|
763
|
+
# can be associated with. Rather, they specify an interface that a #has_many association
|
764
|
+
# must adhere to.
|
765
|
+
#
|
766
|
+
# class Asset < ActiveRecord::Base
|
767
|
+
# belongs_to :attachable, polymorphic: true
|
768
|
+
# end
|
769
|
+
#
|
770
|
+
# class Post < ActiveRecord::Base
|
771
|
+
# has_many :assets, as: :attachable # The :as option specifies the polymorphic interface to use.
|
772
|
+
# end
|
773
|
+
#
|
774
|
+
# @asset.attachable = @post
|
775
|
+
#
|
776
|
+
# This works by using a type column in addition to a foreign key to specify the associated
|
777
|
+
# record. In the Asset example, you'd need an +attachable_id+ integer column and an
|
778
|
+
# +attachable_type+ string column.
|
779
|
+
#
|
780
|
+
# Using polymorphic associations in combination with single table inheritance (STI) is
|
781
|
+
# a little tricky. In order for the associations to work as expected, ensure that you
|
782
|
+
# store the base model for the STI models in the type column of the polymorphic
|
783
|
+
# association. To continue with the asset example above, suppose there are guest posts
|
784
|
+
# and member posts that use the posts table for STI. In this case, there must be a +type+
|
785
|
+
# column in the posts table.
|
786
|
+
#
|
787
|
+
# Note: The <tt>attachable_type=</tt> method is being called when assigning an +attachable+.
|
788
|
+
# The +class_name+ of the +attachable+ is passed as a String.
|
789
|
+
#
|
790
|
+
# class Asset < ActiveRecord::Base
|
791
|
+
# belongs_to :attachable, polymorphic: true
|
792
|
+
#
|
793
|
+
# def attachable_type=(class_name)
|
794
|
+
# super(class_name.constantize.base_class.to_s)
|
795
|
+
# end
|
796
|
+
# end
|
797
|
+
#
|
798
|
+
# class Post < ActiveRecord::Base
|
799
|
+
# # because we store "Post" in attachable_type now dependent: :destroy will work
|
800
|
+
# has_many :assets, as: :attachable, dependent: :destroy
|
801
|
+
# end
|
802
|
+
#
|
803
|
+
# class GuestPost < Post
|
804
|
+
# end
|
805
|
+
#
|
806
|
+
# class MemberPost < Post
|
807
|
+
# end
|
808
|
+
#
|
809
|
+
# == Caching
|
810
|
+
#
|
811
|
+
# All of the methods are built on a simple caching principle that will keep the result
|
812
|
+
# of the last query around unless specifically instructed not to. The cache is even
|
813
|
+
# shared across methods to make it even cheaper to use the macro-added methods without
|
814
|
+
# worrying too much about performance at the first go.
|
815
|
+
#
|
816
|
+
# project.milestones # fetches milestones from the database
|
817
|
+
# project.milestones.size # uses the milestone cache
|
818
|
+
# project.milestones.empty? # uses the milestone cache
|
819
|
+
# project.milestones(true).size # fetches milestones from the database
|
820
|
+
# project.milestones # uses the milestone cache
|
821
|
+
#
|
822
|
+
# == Eager loading of associations
|
823
|
+
#
|
824
|
+
# Eager loading is a way to find objects of a certain class and a number of named associations.
|
825
|
+
# It is one of the easiest ways to prevent the dreaded N+1 problem in which fetching 100
|
826
|
+
# posts that each need to display their author triggers 101 database queries. Through the
|
827
|
+
# use of eager loading, the number of queries will be reduced from 101 to 2.
|
828
|
+
#
|
829
|
+
# class Post < ActiveRecord::Base
|
830
|
+
# belongs_to :author
|
831
|
+
# has_many :comments
|
832
|
+
# end
|
833
|
+
#
|
834
|
+
# Consider the following loop using the class above:
|
835
|
+
#
|
836
|
+
# Post.all.each do |post|
|
837
|
+
# puts "Post: " + post.title
|
838
|
+
# puts "Written by: " + post.author.name
|
839
|
+
# puts "Last comment on: " + post.comments.first.created_on
|
840
|
+
# end
|
841
|
+
#
|
842
|
+
# To iterate over these one hundred posts, we'll generate 201 database queries. Let's
|
843
|
+
# first just optimize it for retrieving the author:
|
844
|
+
#
|
845
|
+
# Post.includes(:author).each do |post|
|
846
|
+
#
|
847
|
+
# This references the name of the #belongs_to association that also used the <tt>:author</tt>
|
848
|
+
# symbol. After loading the posts, find will collect the +author_id+ from each one and load
|
849
|
+
# all the referenced authors with one query. Doing so will cut down the number of queries
|
850
|
+
# from 201 to 102.
|
851
|
+
#
|
852
|
+
# We can improve upon the situation further by referencing both associations in the finder with:
|
853
|
+
#
|
854
|
+
# Post.includes(:author, :comments).each do |post|
|
855
|
+
#
|
856
|
+
# This will load all comments with a single query. This reduces the total number of queries
|
857
|
+
# to 3. In general, the number of queries will be 1 plus the number of associations
|
858
|
+
# named (except if some of the associations are polymorphic #belongs_to - see below).
|
859
|
+
#
|
860
|
+
# To include a deep hierarchy of associations, use a hash:
|
861
|
+
#
|
862
|
+
# Post.includes(:author, { comments: { author: :gravatar } }).each do |post|
|
863
|
+
#
|
864
|
+
# The above code will load all the comments and all of their associated
|
865
|
+
# authors and gravatars. You can mix and match any combination of symbols,
|
866
|
+
# arrays, and hashes to retrieve the associations you want to load.
|
867
|
+
#
|
868
|
+
# All of this power shouldn't fool you into thinking that you can pull out huge amounts
|
869
|
+
# of data with no performance penalty just because you've reduced the number of queries.
|
870
|
+
# The database still needs to send all the data to Active Record and it still needs to
|
871
|
+
# be processed. So it's no catch-all for performance problems, but it's a great way to
|
872
|
+
# cut down on the number of queries in a situation as the one described above.
|
873
|
+
#
|
874
|
+
# Since only one table is loaded at a time, conditions or orders cannot reference tables
|
875
|
+
# other than the main one. If this is the case, Active Record falls back to the previously
|
876
|
+
# used LEFT OUTER JOIN based strategy. For example:
|
877
|
+
#
|
878
|
+
# Post.includes([:author, :comments]).where(['comments.approved = ?', true])
|
879
|
+
#
|
880
|
+
# This will result in a single SQL query with joins along the lines of:
|
881
|
+
# <tt>LEFT OUTER JOIN comments ON comments.post_id = posts.id</tt> and
|
882
|
+
# <tt>LEFT OUTER JOIN authors ON authors.id = posts.author_id</tt>. Note that using conditions
|
883
|
+
# like this can have unintended consequences.
|
884
|
+
# In the above example posts with no approved comments are not returned at all, because
|
885
|
+
# the conditions apply to the SQL statement as a whole and not just to the association.
|
886
|
+
#
|
887
|
+
# You must disambiguate column references for this fallback to happen, for example
|
888
|
+
# <tt>order: "author.name DESC"</tt> will work but <tt>order: "name DESC"</tt> will not.
|
889
|
+
#
|
890
|
+
# If you want to load all posts (including posts with no approved comments) then write
|
891
|
+
# your own LEFT OUTER JOIN query using ON
|
892
|
+
#
|
893
|
+
# Post.joins("LEFT OUTER JOIN comments ON comments.post_id = posts.id AND comments.approved = '1'")
|
894
|
+
#
|
895
|
+
# In this case it is usually more natural to include an association which has conditions defined on it:
|
896
|
+
#
|
897
|
+
# class Post < ActiveRecord::Base
|
898
|
+
# has_many :approved_comments, -> { where(approved: true) }, class_name: 'Comment'
|
899
|
+
# end
|
900
|
+
#
|
901
|
+
# Post.includes(:approved_comments)
|
902
|
+
#
|
903
|
+
# This will load posts and eager load the +approved_comments+ association, which contains
|
904
|
+
# only those comments that have been approved.
|
905
|
+
#
|
906
|
+
# If you eager load an association with a specified <tt>:limit</tt> option, it will be ignored,
|
907
|
+
# returning all the associated objects:
|
908
|
+
#
|
909
|
+
# class Picture < ActiveRecord::Base
|
910
|
+
# has_many :most_recent_comments, -> { order('id DESC').limit(10) }, class_name: 'Comment'
|
911
|
+
# end
|
912
|
+
#
|
913
|
+
# Picture.includes(:most_recent_comments).first.most_recent_comments # => returns all associated comments.
|
914
|
+
#
|
915
|
+
# Eager loading is supported with polymorphic associations.
|
916
|
+
#
|
917
|
+
# class Address < ActiveRecord::Base
|
918
|
+
# belongs_to :addressable, polymorphic: true
|
919
|
+
# end
|
920
|
+
#
|
921
|
+
# A call that tries to eager load the addressable model
|
922
|
+
#
|
923
|
+
# Address.includes(:addressable)
|
924
|
+
#
|
925
|
+
# This will execute one query to load the addresses and load the addressables with one
|
926
|
+
# query per addressable type.
|
927
|
+
# For example if all the addressables are either of class Person or Company then a total
|
928
|
+
# of 3 queries will be executed. The list of addressable types to load is determined on
|
929
|
+
# the back of the addresses loaded. This is not supported if Active Record has to fallback
|
930
|
+
# to the previous implementation of eager loading and will raise ActiveRecord::EagerLoadPolymorphicError.
|
931
|
+
# The reason is that the parent model's type is a column value so its corresponding table
|
932
|
+
# name cannot be put in the +FROM+/+JOIN+ clauses of that query.
|
933
|
+
#
|
934
|
+
# == Table Aliasing
|
935
|
+
#
|
936
|
+
# Active Record uses table aliasing in the case that a table is referenced multiple times
|
937
|
+
# in a join. If a table is referenced only once, the standard table name is used. The
|
938
|
+
# second time, the table is aliased as <tt>#{reflection_name}_#{parent_table_name}</tt>.
|
939
|
+
# Indexes are appended for any more successive uses of the table name.
|
940
|
+
#
|
941
|
+
# Post.joins(:comments)
|
942
|
+
# # => SELECT ... FROM posts INNER JOIN comments ON ...
|
943
|
+
# Post.joins(:special_comments) # STI
|
944
|
+
# # => SELECT ... FROM posts INNER JOIN comments ON ... AND comments.type = 'SpecialComment'
|
945
|
+
# Post.joins(:comments, :special_comments) # special_comments is the reflection name, posts is the parent table name
|
946
|
+
# # => SELECT ... FROM posts INNER JOIN comments ON ... INNER JOIN comments special_comments_posts
|
947
|
+
#
|
948
|
+
# Acts as tree example:
|
949
|
+
#
|
950
|
+
# TreeMixin.joins(:children)
|
951
|
+
# # => SELECT ... FROM mixins INNER JOIN mixins childrens_mixins ...
|
952
|
+
# TreeMixin.joins(children: :parent)
|
953
|
+
# # => SELECT ... FROM mixins INNER JOIN mixins childrens_mixins ...
|
954
|
+
# INNER JOIN parents_mixins ...
|
955
|
+
# TreeMixin.joins(children: {parent: :children})
|
956
|
+
# # => SELECT ... FROM mixins INNER JOIN mixins childrens_mixins ...
|
957
|
+
# INNER JOIN parents_mixins ...
|
958
|
+
# INNER JOIN mixins childrens_mixins_2
|
959
|
+
#
|
960
|
+
# Has and Belongs to Many join tables use the same idea, but add a <tt>_join</tt> suffix:
|
961
|
+
#
|
962
|
+
# Post.joins(:categories)
|
963
|
+
# # => SELECT ... FROM posts INNER JOIN categories_posts ... INNER JOIN categories ...
|
964
|
+
# Post.joins(categories: :posts)
|
965
|
+
# # => SELECT ... FROM posts INNER JOIN categories_posts ... INNER JOIN categories ...
|
966
|
+
# INNER JOIN categories_posts posts_categories_join INNER JOIN posts posts_categories
|
967
|
+
# Post.joins(categories: {posts: :categories})
|
968
|
+
# # => SELECT ... FROM posts INNER JOIN categories_posts ... INNER JOIN categories ...
|
969
|
+
# INNER JOIN categories_posts posts_categories_join INNER JOIN posts posts_categories
|
970
|
+
# INNER JOIN categories_posts categories_posts_join INNER JOIN categories categories_posts_2
|
971
|
+
#
|
972
|
+
# If you wish to specify your own custom joins using ActiveRecord::QueryMethods#joins method, those table
|
973
|
+
# names will take precedence over the eager associations:
|
974
|
+
#
|
975
|
+
# Post.joins(:comments).joins("inner join comments ...")
|
976
|
+
# # => SELECT ... FROM posts INNER JOIN comments_posts ON ... INNER JOIN comments ...
|
977
|
+
# Post.joins(:comments, :special_comments).joins("inner join comments ...")
|
978
|
+
# # => SELECT ... FROM posts INNER JOIN comments comments_posts ON ...
|
979
|
+
# INNER JOIN comments special_comments_posts ...
|
980
|
+
# INNER JOIN comments ...
|
981
|
+
#
|
982
|
+
# Table aliases are automatically truncated according to the maximum length of table identifiers
|
983
|
+
# according to the specific database.
|
984
|
+
#
|
985
|
+
# == Modules
|
986
|
+
#
|
987
|
+
# By default, associations will look for objects within the current module scope. Consider:
|
988
|
+
#
|
989
|
+
# module MyApplication
|
990
|
+
# module Business
|
991
|
+
# class Firm < ActiveRecord::Base
|
992
|
+
# has_many :clients
|
993
|
+
# end
|
994
|
+
#
|
995
|
+
# class Client < ActiveRecord::Base; end
|
996
|
+
# end
|
997
|
+
# end
|
998
|
+
#
|
999
|
+
# When <tt>Firm#clients</tt> is called, it will in turn call
|
1000
|
+
# <tt>MyApplication::Business::Client.find_all_by_firm_id(firm.id)</tt>.
|
1001
|
+
# If you want to associate with a class in another module scope, this can be done by
|
1002
|
+
# specifying the complete class name.
|
1003
|
+
#
|
1004
|
+
# module MyApplication
|
1005
|
+
# module Business
|
1006
|
+
# class Firm < ActiveRecord::Base; end
|
1007
|
+
# end
|
1008
|
+
#
|
1009
|
+
# module Billing
|
1010
|
+
# class Account < ActiveRecord::Base
|
1011
|
+
# belongs_to :firm, class_name: "MyApplication::Business::Firm"
|
1012
|
+
# end
|
1013
|
+
# end
|
1014
|
+
# end
|
1015
|
+
#
|
1016
|
+
# == Bi-directional associations
|
1017
|
+
#
|
1018
|
+
# When you specify an association there is usually an association on the associated model
|
1019
|
+
# that specifies the same relationship in reverse. For example, with the following models:
|
1020
|
+
#
|
1021
|
+
# class Dungeon < ActiveRecord::Base
|
1022
|
+
# has_many :traps
|
1023
|
+
# has_one :evil_wizard
|
1024
|
+
# end
|
1025
|
+
#
|
1026
|
+
# class Trap < ActiveRecord::Base
|
1027
|
+
# belongs_to :dungeon
|
1028
|
+
# end
|
1029
|
+
#
|
1030
|
+
# class EvilWizard < ActiveRecord::Base
|
1031
|
+
# belongs_to :dungeon
|
1032
|
+
# end
|
1033
|
+
#
|
1034
|
+
# The +traps+ association on +Dungeon+ and the +dungeon+ association on +Trap+ are
|
1035
|
+
# the inverse of each other and the inverse of the +dungeon+ association on +EvilWizard+
|
1036
|
+
# is the +evil_wizard+ association on +Dungeon+ (and vice-versa). By default,
|
1037
|
+
# Active Record can guess the inverse of the association based on the name
|
1038
|
+
# of the class. The result is the following:
|
1039
|
+
#
|
1040
|
+
# d = Dungeon.first
|
1041
|
+
# t = d.traps.first
|
1042
|
+
# d.object_id == t.dungeon.object_id # => true
|
1043
|
+
#
|
1044
|
+
# The +Dungeon+ instances +d+ and <tt>t.dungeon</tt> in the above example refer to
|
1045
|
+
# the same in-memory instance since the association matches the name of the class.
|
1046
|
+
# The result would be the same if we added +:inverse_of+ to our model definitions:
|
1047
|
+
#
|
1048
|
+
# class Dungeon < ActiveRecord::Base
|
1049
|
+
# has_many :traps, inverse_of: :dungeon
|
1050
|
+
# has_one :evil_wizard, inverse_of: :dungeon
|
1051
|
+
# end
|
1052
|
+
#
|
1053
|
+
# class Trap < ActiveRecord::Base
|
1054
|
+
# belongs_to :dungeon, inverse_of: :traps
|
1055
|
+
# end
|
1056
|
+
#
|
1057
|
+
# class EvilWizard < ActiveRecord::Base
|
1058
|
+
# belongs_to :dungeon, inverse_of: :evil_wizard
|
1059
|
+
# end
|
1060
|
+
#
|
1061
|
+
# There are limitations to <tt>:inverse_of</tt> support:
|
1062
|
+
#
|
1063
|
+
# * does not work with <tt>:through</tt> associations.
|
1064
|
+
# * does not work with <tt>:polymorphic</tt> associations.
|
1065
|
+
# * for #belongs_to associations #has_many inverse associations are ignored.
|
1066
|
+
#
|
1067
|
+
# For more information, see the documentation for the +:inverse_of+ option.
|
1068
|
+
#
|
1069
|
+
# == Deleting from associations
|
1070
|
+
#
|
1071
|
+
# === Dependent associations
|
1072
|
+
#
|
1073
|
+
# #has_many, #has_one and #belongs_to associations support the <tt>:dependent</tt> option.
|
1074
|
+
# This allows you to specify that associated records should be deleted when the owner is
|
1075
|
+
# deleted.
|
1076
|
+
#
|
1077
|
+
# For example:
|
1078
|
+
#
|
1079
|
+
# class Author
|
1080
|
+
# has_many :posts, dependent: :destroy
|
1081
|
+
# end
|
1082
|
+
# Author.find(1).destroy # => Will destroy all of the author's posts, too
|
1083
|
+
#
|
1084
|
+
# The <tt>:dependent</tt> option can have different values which specify how the deletion
|
1085
|
+
# is done. For more information, see the documentation for this option on the different
|
1086
|
+
# specific association types. When no option is given, the behavior is to do nothing
|
1087
|
+
# with the associated records when destroying a record.
|
1088
|
+
#
|
1089
|
+
# Note that <tt>:dependent</tt> is implemented using Rails' callback
|
1090
|
+
# system, which works by processing callbacks in order. Therefore, other
|
1091
|
+
# callbacks declared either before or after the <tt>:dependent</tt> option
|
1092
|
+
# can affect what it does.
|
1093
|
+
#
|
1094
|
+
# Note that <tt>:dependent</tt> option is ignored for #has_one <tt>:through</tt> associations.
|
1095
|
+
#
|
1096
|
+
# === Delete or destroy?
|
1097
|
+
#
|
1098
|
+
# #has_many and #has_and_belongs_to_many associations have the methods <tt>destroy</tt>,
|
1099
|
+
# <tt>delete</tt>, <tt>destroy_all</tt> and <tt>delete_all</tt>.
|
1100
|
+
#
|
1101
|
+
# For #has_and_belongs_to_many, <tt>delete</tt> and <tt>destroy</tt> are the same: they
|
1102
|
+
# cause the records in the join table to be removed.
|
1103
|
+
#
|
1104
|
+
# For #has_many, <tt>destroy</tt> and <tt>destroy_all</tt> will always call the <tt>destroy</tt> method of the
|
1105
|
+
# record(s) being removed so that callbacks are run. However <tt>delete</tt> and <tt>delete_all</tt> will either
|
1106
|
+
# do the deletion according to the strategy specified by the <tt>:dependent</tt> option, or
|
1107
|
+
# if no <tt>:dependent</tt> option is given, then it will follow the default strategy.
|
1108
|
+
# The default strategy is to do nothing (leave the foreign keys with the parent ids set), except for
|
1109
|
+
# #has_many <tt>:through</tt>, where the default strategy is <tt>delete_all</tt> (delete
|
1110
|
+
# the join records, without running their callbacks).
|
1111
|
+
#
|
1112
|
+
# There is also a <tt>clear</tt> method which is the same as <tt>delete_all</tt>, except that
|
1113
|
+
# it returns the association rather than the records which have been deleted.
|
1114
|
+
#
|
1115
|
+
# === What gets deleted?
|
1116
|
+
#
|
1117
|
+
# There is a potential pitfall here: #has_and_belongs_to_many and #has_many <tt>:through</tt>
|
1118
|
+
# associations have records in join tables, as well as the associated records. So when we
|
1119
|
+
# call one of these deletion methods, what exactly should be deleted?
|
1120
|
+
#
|
1121
|
+
# The answer is that it is assumed that deletion on an association is about removing the
|
1122
|
+
# <i>link</i> between the owner and the associated object(s), rather than necessarily the
|
1123
|
+
# associated objects themselves. So with #has_and_belongs_to_many and #has_many
|
1124
|
+
# <tt>:through</tt>, the join records will be deleted, but the associated records won't.
|
1125
|
+
#
|
1126
|
+
# This makes sense if you think about it: if you were to call <tt>post.tags.delete(Tag.find_by(name: 'food'))</tt>
|
1127
|
+
# you would want the 'food' tag to be unlinked from the post, rather than for the tag itself
|
1128
|
+
# to be removed from the database.
|
1129
|
+
#
|
1130
|
+
# However, there are examples where this strategy doesn't make sense. For example, suppose
|
1131
|
+
# a person has many projects, and each project has many tasks. If we deleted one of a person's
|
1132
|
+
# tasks, we would probably not want the project to be deleted. In this scenario, the delete method
|
1133
|
+
# won't actually work: it can only be used if the association on the join model is a
|
1134
|
+
# #belongs_to. In other situations you are expected to perform operations directly on
|
1135
|
+
# either the associated records or the <tt>:through</tt> association.
|
1136
|
+
#
|
1137
|
+
# With a regular #has_many there is no distinction between the "associated records"
|
1138
|
+
# and the "link", so there is only one choice for what gets deleted.
|
1139
|
+
#
|
1140
|
+
# With #has_and_belongs_to_many and #has_many <tt>:through</tt>, if you want to delete the
|
1141
|
+
# associated records themselves, you can always do something along the lines of
|
1142
|
+
# <tt>person.tasks.each(&:destroy)</tt>.
|
1143
|
+
#
|
1144
|
+
# == Type safety with ActiveRecord::AssociationTypeMismatch
|
1145
|
+
#
|
1146
|
+
# If you attempt to assign an object to an association that doesn't match the inferred
|
1147
|
+
# or specified <tt>:class_name</tt>, you'll get an ActiveRecord::AssociationTypeMismatch.
|
1148
|
+
#
|
1149
|
+
# == Options
|
1150
|
+
#
|
1151
|
+
# All of the association macros can be specialized through options. This makes cases
|
1152
|
+
# more complex than the simple and guessable ones possible.
|
1153
|
+
module ClassMethods
|
1154
|
+
# Specifies a one-to-many association. The following methods for retrieval and query of
|
1155
|
+
# collections of associated objects will be added:
|
1156
|
+
#
|
1157
|
+
# +collection+ is a placeholder for the symbol passed as the +name+ argument, so
|
1158
|
+
# <tt>has_many :clients</tt> would add among others <tt>clients.empty?</tt>.
|
1159
|
+
#
|
1160
|
+
# [collection(force_reload = false)]
|
1161
|
+
# Returns an array of all the associated objects.
|
1162
|
+
# An empty array is returned if none are found.
|
1163
|
+
# [collection<<(object, ...)]
|
1164
|
+
# Adds one or more objects to the collection by setting their foreign keys to the collection's primary key.
|
1165
|
+
# Note that this operation instantly fires update SQL without waiting for the save or update call on the
|
1166
|
+
# parent object, unless the parent object is a new record.
|
1167
|
+
# This will also run validations and callbacks of associated object(s).
|
1168
|
+
# [collection.delete(object, ...)]
|
1169
|
+
# Removes one or more objects from the collection by setting their foreign keys to +NULL+.
|
1170
|
+
# Objects will be in addition destroyed if they're associated with <tt>dependent: :destroy</tt>,
|
1171
|
+
# and deleted if they're associated with <tt>dependent: :delete_all</tt>.
|
1172
|
+
#
|
1173
|
+
# If the <tt>:through</tt> option is used, then the join records are deleted (rather than
|
1174
|
+
# nullified) by default, but you can specify <tt>dependent: :destroy</tt> or
|
1175
|
+
# <tt>dependent: :nullify</tt> to override this.
|
1176
|
+
# [collection.destroy(object, ...)]
|
1177
|
+
# Removes one or more objects from the collection by running <tt>destroy</tt> on
|
1178
|
+
# each record, regardless of any dependent option, ensuring callbacks are run.
|
1179
|
+
#
|
1180
|
+
# If the <tt>:through</tt> option is used, then the join records are destroyed
|
1181
|
+
# instead, not the objects themselves.
|
1182
|
+
# [collection=objects]
|
1183
|
+
# Replaces the collections content by deleting and adding objects as appropriate. If the <tt>:through</tt>
|
1184
|
+
# option is true callbacks in the join models are triggered except destroy callbacks, since deletion is
|
1185
|
+
# direct by default. You can specify <tt>dependent: :destroy</tt> or
|
1186
|
+
# <tt>dependent: :nullify</tt> to override this.
|
1187
|
+
# [collection_singular_ids]
|
1188
|
+
# Returns an array of the associated objects' ids
|
1189
|
+
# [collection_singular_ids=ids]
|
1190
|
+
# Replace the collection with the objects identified by the primary keys in +ids+. This
|
1191
|
+
# method loads the models and calls <tt>collection=</tt>. See above.
|
1192
|
+
# [collection.clear]
|
1193
|
+
# Removes every object from the collection. This destroys the associated objects if they
|
1194
|
+
# are associated with <tt>dependent: :destroy</tt>, deletes them directly from the
|
1195
|
+
# database if <tt>dependent: :delete_all</tt>, otherwise sets their foreign keys to +NULL+.
|
1196
|
+
# If the <tt>:through</tt> option is true no destroy callbacks are invoked on the join models.
|
1197
|
+
# Join models are directly deleted.
|
1198
|
+
# [collection.empty?]
|
1199
|
+
# Returns +true+ if there are no associated objects.
|
1200
|
+
# [collection.size]
|
1201
|
+
# Returns the number of associated objects.
|
1202
|
+
# [collection.find(...)]
|
1203
|
+
# Finds an associated object according to the same rules as ActiveRecord::FinderMethods#find.
|
1204
|
+
# [collection.exists?(...)]
|
1205
|
+
# Checks whether an associated object with the given conditions exists.
|
1206
|
+
# Uses the same rules as ActiveRecord::FinderMethods#exists?.
|
1207
|
+
# [collection.build(attributes = {}, ...)]
|
1208
|
+
# Returns one or more new objects of the collection type that have been instantiated
|
1209
|
+
# with +attributes+ and linked to this object through a foreign key, but have not yet
|
1210
|
+
# been saved.
|
1211
|
+
# [collection.create(attributes = {})]
|
1212
|
+
# Returns a new object of the collection type that has been instantiated
|
1213
|
+
# with +attributes+, linked to this object through a foreign key, and that has already
|
1214
|
+
# been saved (if it passed the validation). *Note*: This only works if the base model
|
1215
|
+
# already exists in the DB, not if it is a new (unsaved) record!
|
1216
|
+
# [collection.create!(attributes = {})]
|
1217
|
+
# Does the same as <tt>collection.create</tt>, but raises ActiveRecord::RecordInvalid
|
1218
|
+
# if the record is invalid.
|
1219
|
+
#
|
1220
|
+
# === Example
|
1221
|
+
#
|
1222
|
+
# A <tt>Firm</tt> class declares <tt>has_many :clients</tt>, which will add:
|
1223
|
+
# * <tt>Firm#clients</tt> (similar to <tt>Client.where(firm_id: id)</tt>)
|
1224
|
+
# * <tt>Firm#clients<<</tt>
|
1225
|
+
# * <tt>Firm#clients.delete</tt>
|
1226
|
+
# * <tt>Firm#clients.destroy</tt>
|
1227
|
+
# * <tt>Firm#clients=</tt>
|
1228
|
+
# * <tt>Firm#client_ids</tt>
|
1229
|
+
# * <tt>Firm#client_ids=</tt>
|
1230
|
+
# * <tt>Firm#clients.clear</tt>
|
1231
|
+
# * <tt>Firm#clients.empty?</tt> (similar to <tt>firm.clients.size == 0</tt>)
|
1232
|
+
# * <tt>Firm#clients.size</tt> (similar to <tt>Client.count "firm_id = #{id}"</tt>)
|
1233
|
+
# * <tt>Firm#clients.find</tt> (similar to <tt>Client.where(firm_id: id).find(id)</tt>)
|
1234
|
+
# * <tt>Firm#clients.exists?(name: 'ACME')</tt> (similar to <tt>Client.exists?(name: 'ACME', firm_id: firm.id)</tt>)
|
1235
|
+
# * <tt>Firm#clients.build</tt> (similar to <tt>Client.new("firm_id" => id)</tt>)
|
1236
|
+
# * <tt>Firm#clients.create</tt> (similar to <tt>c = Client.new("firm_id" => id); c.save; c</tt>)
|
1237
|
+
# * <tt>Firm#clients.create!</tt> (similar to <tt>c = Client.new("firm_id" => id); c.save!</tt>)
|
1238
|
+
# The declaration can also include an +options+ hash to specialize the behavior of the association.
|
1239
|
+
#
|
1240
|
+
# === Scopes
|
1241
|
+
#
|
1242
|
+
# You can pass a second argument +scope+ as a callable (i.e. proc or
|
1243
|
+
# lambda) to retrieve a specific set of records or customize the generated
|
1244
|
+
# query when you access the associated collection.
|
1245
|
+
#
|
1246
|
+
# Scope examples:
|
1247
|
+
# has_many :comments, -> { where(author_id: 1) }
|
1248
|
+
# has_many :employees, -> { joins(:address) }
|
1249
|
+
# has_many :posts, ->(post) { where("max_post_length > ?", post.length) }
|
1250
|
+
#
|
1251
|
+
# === Extensions
|
1252
|
+
#
|
1253
|
+
# The +extension+ argument allows you to pass a block into a has_many
|
1254
|
+
# association. This is useful for adding new finders, creators and other
|
1255
|
+
# factory-type methods to be used as part of the association.
|
1256
|
+
#
|
1257
|
+
# Extension examples:
|
1258
|
+
# has_many :employees do
|
1259
|
+
# def find_or_create_by_name(name)
|
1260
|
+
# first_name, last_name = name.split(" ", 2)
|
1261
|
+
# find_or_create_by(first_name: first_name, last_name: last_name)
|
1262
|
+
# end
|
1263
|
+
# end
|
1264
|
+
#
|
1265
|
+
# === Options
|
1266
|
+
# [:class_name]
|
1267
|
+
# Specify the class name of the association. Use it only if that name can't be inferred
|
1268
|
+
# from the association name. So <tt>has_many :products</tt> will by default be linked
|
1269
|
+
# to the +Product+ class, but if the real class name is +SpecialProduct+, you'll have to
|
1270
|
+
# specify it with this option.
|
1271
|
+
# [:foreign_key]
|
1272
|
+
# Specify the foreign key used for the association. By default this is guessed to be the name
|
1273
|
+
# of this class in lower-case and "_id" suffixed. So a Person class that makes a #has_many
|
1274
|
+
# association will use "person_id" as the default <tt>:foreign_key</tt>.
|
1275
|
+
# [:foreign_type]
|
1276
|
+
# Specify the column used to store the associated object's type, if this is a polymorphic
|
1277
|
+
# association. By default this is guessed to be the name of the polymorphic association
|
1278
|
+
# specified on "as" option with a "_type" suffix. So a class that defines a
|
1279
|
+
# <tt>has_many :tags, as: :taggable</tt> association will use "taggable_type" as the
|
1280
|
+
# default <tt>:foreign_type</tt>.
|
1281
|
+
# [:primary_key]
|
1282
|
+
# Specify the name of the column to use as the primary key for the association. By default this is +id+.
|
1283
|
+
# [:dependent]
|
1284
|
+
# Controls what happens to the associated objects when
|
1285
|
+
# their owner is destroyed. Note that these are implemented as
|
1286
|
+
# callbacks, and Rails executes callbacks in order. Therefore, other
|
1287
|
+
# similar callbacks may affect the <tt>:dependent</tt> behavior, and the
|
1288
|
+
# <tt>:dependent</tt> behavior may affect other callbacks.
|
1289
|
+
#
|
1290
|
+
# * <tt>:destroy</tt> causes all the associated objects to also be destroyed.
|
1291
|
+
# * <tt>:delete_all</tt> causes all the associated objects to be deleted directly from the database (so callbacks will not be executed).
|
1292
|
+
# * <tt>:nullify</tt> causes the foreign keys to be set to +NULL+. Callbacks are not executed.
|
1293
|
+
# * <tt>:restrict_with_exception</tt> causes an exception to be raised if there are any associated records.
|
1294
|
+
# * <tt>:restrict_with_error</tt> causes an error to be added to the owner if there are any associated objects.
|
1295
|
+
#
|
1296
|
+
# If using with the <tt>:through</tt> option, the association on the join model must be
|
1297
|
+
# a #belongs_to, and the records which get deleted are the join records, rather than
|
1298
|
+
# the associated records.
|
1299
|
+
# [:counter_cache]
|
1300
|
+
# This option can be used to configure a custom named <tt>:counter_cache.</tt> You only need this option,
|
1301
|
+
# when you customized the name of your <tt>:counter_cache</tt> on the #belongs_to association.
|
1302
|
+
# [:as]
|
1303
|
+
# Specifies a polymorphic interface (See #belongs_to).
|
1304
|
+
# [:through]
|
1305
|
+
# Specifies an association through which to perform the query. This can be any other type
|
1306
|
+
# of association, including other <tt>:through</tt> associations. Options for <tt>:class_name</tt>,
|
1307
|
+
# <tt>:primary_key</tt> and <tt>:foreign_key</tt> are ignored, as the association uses the
|
1308
|
+
# source reflection.
|
1309
|
+
#
|
1310
|
+
# If the association on the join model is a #belongs_to, the collection can be modified
|
1311
|
+
# and the records on the <tt>:through</tt> model will be automatically created and removed
|
1312
|
+
# as appropriate. Otherwise, the collection is read-only, so you should manipulate the
|
1313
|
+
# <tt>:through</tt> association directly.
|
1314
|
+
#
|
1315
|
+
# If you are going to modify the association (rather than just read from it), then it is
|
1316
|
+
# a good idea to set the <tt>:inverse_of</tt> option on the source association on the
|
1317
|
+
# join model. This allows associated records to be built which will automatically create
|
1318
|
+
# the appropriate join model records when they are saved. (See the 'Association Join Models'
|
1319
|
+
# section above.)
|
1320
|
+
# [:source]
|
1321
|
+
# Specifies the source association name used by #has_many <tt>:through</tt> queries.
|
1322
|
+
# Only use it if the name cannot be inferred from the association.
|
1323
|
+
# <tt>has_many :subscribers, through: :subscriptions</tt> will look for either <tt>:subscribers</tt> or
|
1324
|
+
# <tt>:subscriber</tt> on Subscription, unless a <tt>:source</tt> is given.
|
1325
|
+
# [:source_type]
|
1326
|
+
# Specifies type of the source association used by #has_many <tt>:through</tt> queries where the source
|
1327
|
+
# association is a polymorphic #belongs_to.
|
1328
|
+
# [:validate]
|
1329
|
+
# When set to +true+, validates new objects added to association when saving the parent object. +true+ by default.
|
1330
|
+
# If you want to ensure associated objects are revalidated on every update, use +validates_associated+.
|
1331
|
+
# [:autosave]
|
1332
|
+
# If true, always save the associated objects or destroy them if marked for destruction,
|
1333
|
+
# when saving the parent object. If false, never save or destroy the associated objects.
|
1334
|
+
# By default, only save associated objects that are new records. This option is implemented as a
|
1335
|
+
# +before_save+ callback. Because callbacks are run in the order they are defined, associated objects
|
1336
|
+
# may need to be explicitly saved in any user-defined +before_save+ callbacks.
|
1337
|
+
#
|
1338
|
+
# Note that NestedAttributes::ClassMethods#accepts_nested_attributes_for sets
|
1339
|
+
# <tt>:autosave</tt> to <tt>true</tt>.
|
1340
|
+
# [:inverse_of]
|
1341
|
+
# Specifies the name of the #belongs_to association on the associated object
|
1342
|
+
# that is the inverse of this #has_many association. Does not work in combination
|
1343
|
+
# with <tt>:through</tt> or <tt>:as</tt> options.
|
1344
|
+
# See ActiveRecord::Associations::ClassMethods's overview on Bi-directional associations for more detail.
|
1345
|
+
# [:extend]
|
1346
|
+
# Specifies a module or array of modules that will be extended into the association object returned.
|
1347
|
+
# Useful for defining methods on associations, especially when they should be shared between multiple
|
1348
|
+
# association objects.
|
1349
|
+
#
|
1350
|
+
# Option examples:
|
1351
|
+
# has_many :comments, -> { order("posted_on") }
|
1352
|
+
# has_many :comments, -> { includes(:author) }
|
1353
|
+
# has_many :people, -> { where(deleted: false).order("name") }, class_name: "Person"
|
1354
|
+
# has_many :tracks, -> { order("position") }, dependent: :destroy
|
1355
|
+
# has_many :comments, dependent: :nullify
|
1356
|
+
# has_many :tags, as: :taggable
|
1357
|
+
# has_many :reports, -> { readonly }
|
1358
|
+
# has_many :subscribers, through: :subscriptions, source: :user
|
1359
|
+
def has_many(name, scope = nil, options = {}, &extension)
|
1360
|
+
reflection = Builder::HasMany.build(self, name, scope, options, &extension)
|
1361
|
+
Reflection.add_reflection self, name, reflection
|
1362
|
+
end
|
1363
|
+
|
1364
|
+
# Specifies a one-to-one association with another class. This method should only be used
|
1365
|
+
# if the other class contains the foreign key. If the current class contains the foreign key,
|
1366
|
+
# then you should use #belongs_to instead. See also ActiveRecord::Associations::ClassMethods's overview
|
1367
|
+
# on when to use #has_one and when to use #belongs_to.
|
1368
|
+
#
|
1369
|
+
# The following methods for retrieval and query of a single associated object will be added:
|
1370
|
+
#
|
1371
|
+
# +association+ is a placeholder for the symbol passed as the +name+ argument, so
|
1372
|
+
# <tt>has_one :manager</tt> would add among others <tt>manager.nil?</tt>.
|
1373
|
+
#
|
1374
|
+
# [association(force_reload = false)]
|
1375
|
+
# Returns the associated object. +nil+ is returned if none is found.
|
1376
|
+
# [association=(associate)]
|
1377
|
+
# Assigns the associate object, extracts the primary key, sets it as the foreign key,
|
1378
|
+
# and saves the associate object. To avoid database inconsistencies, permanently deletes an existing
|
1379
|
+
# associated object when assigning a new one, even if the new one isn't saved to database.
|
1380
|
+
# [build_association(attributes = {})]
|
1381
|
+
# Returns a new object of the associated type that has been instantiated
|
1382
|
+
# with +attributes+ and linked to this object through a foreign key, but has not
|
1383
|
+
# yet been saved.
|
1384
|
+
# [create_association(attributes = {})]
|
1385
|
+
# Returns a new object of the associated type that has been instantiated
|
1386
|
+
# with +attributes+, linked to this object through a foreign key, and that
|
1387
|
+
# has already been saved (if it passed the validation).
|
1388
|
+
# [create_association!(attributes = {})]
|
1389
|
+
# Does the same as <tt>create_association</tt>, but raises ActiveRecord::RecordInvalid
|
1390
|
+
# if the record is invalid.
|
1391
|
+
#
|
1392
|
+
# === Example
|
1393
|
+
#
|
1394
|
+
# An Account class declares <tt>has_one :beneficiary</tt>, which will add:
|
1395
|
+
# * <tt>Account#beneficiary</tt> (similar to <tt>Beneficiary.where(account_id: id).first</tt>)
|
1396
|
+
# * <tt>Account#beneficiary=(beneficiary)</tt> (similar to <tt>beneficiary.account_id = account.id; beneficiary.save</tt>)
|
1397
|
+
# * <tt>Account#build_beneficiary</tt> (similar to <tt>Beneficiary.new("account_id" => id)</tt>)
|
1398
|
+
# * <tt>Account#create_beneficiary</tt> (similar to <tt>b = Beneficiary.new("account_id" => id); b.save; b</tt>)
|
1399
|
+
# * <tt>Account#create_beneficiary!</tt> (similar to <tt>b = Beneficiary.new("account_id" => id); b.save!; b</tt>)
|
1400
|
+
#
|
1401
|
+
# === Scopes
|
1402
|
+
#
|
1403
|
+
# You can pass a second argument +scope+ as a callable (i.e. proc or
|
1404
|
+
# lambda) to retrieve a specific record or customize the generated query
|
1405
|
+
# when you access the associated object.
|
1406
|
+
#
|
1407
|
+
# Scope examples:
|
1408
|
+
# has_one :author, -> { where(comment_id: 1) }
|
1409
|
+
# has_one :employer, -> { joins(:company) }
|
1410
|
+
# has_one :dob, ->(dob) { where("Date.new(2000, 01, 01) > ?", dob) }
|
1411
|
+
#
|
1412
|
+
# === Options
|
1413
|
+
#
|
1414
|
+
# The declaration can also include an +options+ hash to specialize the behavior of the association.
|
1415
|
+
#
|
1416
|
+
# Options are:
|
1417
|
+
# [:class_name]
|
1418
|
+
# Specify the class name of the association. Use it only if that name can't be inferred
|
1419
|
+
# from the association name. So <tt>has_one :manager</tt> will by default be linked to the Manager class, but
|
1420
|
+
# if the real class name is Person, you'll have to specify it with this option.
|
1421
|
+
# [:dependent]
|
1422
|
+
# Controls what happens to the associated object when
|
1423
|
+
# its owner is destroyed:
|
1424
|
+
#
|
1425
|
+
# * <tt>:destroy</tt> causes the associated object to also be destroyed
|
1426
|
+
# * <tt>:delete</tt> causes the associated object to be deleted directly from the database (so callbacks will not execute)
|
1427
|
+
# * <tt>:nullify</tt> causes the foreign key to be set to +NULL+. Callbacks are not executed.
|
1428
|
+
# * <tt>:restrict_with_exception</tt> causes an exception to be raised if there is an associated record
|
1429
|
+
# * <tt>:restrict_with_error</tt> causes an error to be added to the owner if there is an associated object
|
1430
|
+
#
|
1431
|
+
# Note that <tt>:dependent</tt> option is ignored when using <tt>:through</tt> option.
|
1432
|
+
# [:foreign_key]
|
1433
|
+
# Specify the foreign key used for the association. By default this is guessed to be the name
|
1434
|
+
# of this class in lower-case and "_id" suffixed. So a Person class that makes a #has_one association
|
1435
|
+
# will use "person_id" as the default <tt>:foreign_key</tt>.
|
1436
|
+
# [:foreign_type]
|
1437
|
+
# Specify the column used to store the associated object's type, if this is a polymorphic
|
1438
|
+
# association. By default this is guessed to be the name of the polymorphic association
|
1439
|
+
# specified on "as" option with a "_type" suffix. So a class that defines a
|
1440
|
+
# <tt>has_one :tag, as: :taggable</tt> association will use "taggable_type" as the
|
1441
|
+
# default <tt>:foreign_type</tt>.
|
1442
|
+
# [:primary_key]
|
1443
|
+
# Specify the method that returns the primary key used for the association. By default this is +id+.
|
1444
|
+
# [:as]
|
1445
|
+
# Specifies a polymorphic interface (See #belongs_to).
|
1446
|
+
# [:through]
|
1447
|
+
# Specifies a Join Model through which to perform the query. Options for <tt>:class_name</tt>,
|
1448
|
+
# <tt>:primary_key</tt>, and <tt>:foreign_key</tt> are ignored, as the association uses the
|
1449
|
+
# source reflection. You can only use a <tt>:through</tt> query through a #has_one
|
1450
|
+
# or #belongs_to association on the join model.
|
1451
|
+
# [:source]
|
1452
|
+
# Specifies the source association name used by #has_one <tt>:through</tt> queries.
|
1453
|
+
# Only use it if the name cannot be inferred from the association.
|
1454
|
+
# <tt>has_one :favorite, through: :favorites</tt> will look for a
|
1455
|
+
# <tt>:favorite</tt> on Favorite, unless a <tt>:source</tt> is given.
|
1456
|
+
# [:source_type]
|
1457
|
+
# Specifies type of the source association used by #has_one <tt>:through</tt> queries where the source
|
1458
|
+
# association is a polymorphic #belongs_to.
|
1459
|
+
# [:validate]
|
1460
|
+
# When set to +true+, validates new objects added to association when saving the parent object. +false+ by default.
|
1461
|
+
# If you want to ensure associated objects are revalidated on every update, use +validates_associated+.
|
1462
|
+
# [:autosave]
|
1463
|
+
# If true, always save the associated object or destroy it if marked for destruction,
|
1464
|
+
# when saving the parent object. If false, never save or destroy the associated object.
|
1465
|
+
# By default, only save the associated object if it's a new record.
|
1466
|
+
#
|
1467
|
+
# Note that NestedAttributes::ClassMethods#accepts_nested_attributes_for sets
|
1468
|
+
# <tt>:autosave</tt> to <tt>true</tt>.
|
1469
|
+
# [:inverse_of]
|
1470
|
+
# Specifies the name of the #belongs_to association on the associated object
|
1471
|
+
# that is the inverse of this #has_one association. Does not work in combination
|
1472
|
+
# with <tt>:through</tt> or <tt>:as</tt> options.
|
1473
|
+
# See ActiveRecord::Associations::ClassMethods's overview on Bi-directional associations for more detail.
|
1474
|
+
# [:required]
|
1475
|
+
# When set to +true+, the association will also have its presence validated.
|
1476
|
+
# This will validate the association itself, not the id. You can use
|
1477
|
+
# +:inverse_of+ to avoid an extra query during validation.
|
1478
|
+
#
|
1479
|
+
# Option examples:
|
1480
|
+
# has_one :credit_card, dependent: :destroy # destroys the associated credit card
|
1481
|
+
# has_one :credit_card, dependent: :nullify # updates the associated records foreign
|
1482
|
+
# # key value to NULL rather than destroying it
|
1483
|
+
# has_one :last_comment, -> { order('posted_on') }, class_name: "Comment"
|
1484
|
+
# has_one :project_manager, -> { where(role: 'project_manager') }, class_name: "Person"
|
1485
|
+
# has_one :attachment, as: :attachable
|
1486
|
+
# has_one :boss, -> { readonly }
|
1487
|
+
# has_one :club, through: :membership
|
1488
|
+
# has_one :primary_address, -> { where(primary: true) }, through: :addressables, source: :addressable
|
1489
|
+
# has_one :credit_card, required: true
|
1490
|
+
def has_one(name, scope = nil, options = {})
|
1491
|
+
reflection = Builder::HasOne.build(self, name, scope, options)
|
1492
|
+
Reflection.add_reflection self, name, reflection
|
1493
|
+
end
|
1494
|
+
|
1495
|
+
# Specifies a one-to-one association with another class. This method should only be used
|
1496
|
+
# if this class contains the foreign key. If the other class contains the foreign key,
|
1497
|
+
# then you should use #has_one instead. See also ActiveRecord::Associations::ClassMethods's overview
|
1498
|
+
# on when to use #has_one and when to use #belongs_to.
|
1499
|
+
#
|
1500
|
+
# Methods will be added for retrieval and query for a single associated object, for which
|
1501
|
+
# this object holds an id:
|
1502
|
+
#
|
1503
|
+
# +association+ is a placeholder for the symbol passed as the +name+ argument, so
|
1504
|
+
# <tt>belongs_to :author</tt> would add among others <tt>author.nil?</tt>.
|
1505
|
+
#
|
1506
|
+
# [association(force_reload = false)]
|
1507
|
+
# Returns the associated object. +nil+ is returned if none is found.
|
1508
|
+
# [association=(associate)]
|
1509
|
+
# Assigns the associate object, extracts the primary key, and sets it as the foreign key.
|
1510
|
+
# [build_association(attributes = {})]
|
1511
|
+
# Returns a new object of the associated type that has been instantiated
|
1512
|
+
# with +attributes+ and linked to this object through a foreign key, but has not yet been saved.
|
1513
|
+
# [create_association(attributes = {})]
|
1514
|
+
# Returns a new object of the associated type that has been instantiated
|
1515
|
+
# with +attributes+, linked to this object through a foreign key, and that
|
1516
|
+
# has already been saved (if it passed the validation).
|
1517
|
+
# [create_association!(attributes = {})]
|
1518
|
+
# Does the same as <tt>create_association</tt>, but raises ActiveRecord::RecordInvalid
|
1519
|
+
# if the record is invalid.
|
1520
|
+
#
|
1521
|
+
# === Example
|
1522
|
+
#
|
1523
|
+
# A Post class declares <tt>belongs_to :author</tt>, which will add:
|
1524
|
+
# * <tt>Post#author</tt> (similar to <tt>Author.find(author_id)</tt>)
|
1525
|
+
# * <tt>Post#author=(author)</tt> (similar to <tt>post.author_id = author.id</tt>)
|
1526
|
+
# * <tt>Post#build_author</tt> (similar to <tt>post.author = Author.new</tt>)
|
1527
|
+
# * <tt>Post#create_author</tt> (similar to <tt>post.author = Author.new; post.author.save; post.author</tt>)
|
1528
|
+
# * <tt>Post#create_author!</tt> (similar to <tt>post.author = Author.new; post.author.save!; post.author</tt>)
|
1529
|
+
# The declaration can also include an +options+ hash to specialize the behavior of the association.
|
1530
|
+
#
|
1531
|
+
# === Scopes
|
1532
|
+
#
|
1533
|
+
# You can pass a second argument +scope+ as a callable (i.e. proc or
|
1534
|
+
# lambda) to retrieve a specific record or customize the generated query
|
1535
|
+
# when you access the associated object.
|
1536
|
+
#
|
1537
|
+
# Scope examples:
|
1538
|
+
# belongs_to :firm, -> { where(id: 2) }
|
1539
|
+
# belongs_to :user, -> { joins(:friends) }
|
1540
|
+
# belongs_to :level, ->(level) { where("game_level > ?", level.current) }
|
1541
|
+
#
|
1542
|
+
# === Options
|
1543
|
+
#
|
1544
|
+
# [:class_name]
|
1545
|
+
# Specify the class name of the association. Use it only if that name can't be inferred
|
1546
|
+
# from the association name. So <tt>belongs_to :author</tt> will by default be linked to the Author class, but
|
1547
|
+
# if the real class name is Person, you'll have to specify it with this option.
|
1548
|
+
# [:foreign_key]
|
1549
|
+
# Specify the foreign key used for the association. By default this is guessed to be the name
|
1550
|
+
# of the association with an "_id" suffix. So a class that defines a <tt>belongs_to :person</tt>
|
1551
|
+
# association will use "person_id" as the default <tt>:foreign_key</tt>. Similarly,
|
1552
|
+
# <tt>belongs_to :favorite_person, class_name: "Person"</tt> will use a foreign key
|
1553
|
+
# of "favorite_person_id".
|
1554
|
+
# [:foreign_type]
|
1555
|
+
# Specify the column used to store the associated object's type, if this is a polymorphic
|
1556
|
+
# association. By default this is guessed to be the name of the association with a "_type"
|
1557
|
+
# suffix. So a class that defines a <tt>belongs_to :taggable, polymorphic: true</tt>
|
1558
|
+
# association will use "taggable_type" as the default <tt>:foreign_type</tt>.
|
1559
|
+
# [:primary_key]
|
1560
|
+
# Specify the method that returns the primary key of associated object used for the association.
|
1561
|
+
# By default this is id.
|
1562
|
+
# [:dependent]
|
1563
|
+
# If set to <tt>:destroy</tt>, the associated object is destroyed when this object is. If set to
|
1564
|
+
# <tt>:delete</tt>, the associated object is deleted *without* calling its destroy method.
|
1565
|
+
# This option should not be specified when #belongs_to is used in conjunction with
|
1566
|
+
# a #has_many relationship on another class because of the potential to leave
|
1567
|
+
# orphaned records behind.
|
1568
|
+
# [:counter_cache]
|
1569
|
+
# Caches the number of belonging objects on the associate class through the use of CounterCache::ClassMethods#increment_counter
|
1570
|
+
# and CounterCache::ClassMethods#decrement_counter. The counter cache is incremented when an object of this
|
1571
|
+
# class is created and decremented when it's destroyed. This requires that a column
|
1572
|
+
# named <tt>#{table_name}_count</tt> (such as +comments_count+ for a belonging Comment class)
|
1573
|
+
# is used on the associate class (such as a Post class) - that is the migration for
|
1574
|
+
# <tt>#{table_name}_count</tt> is created on the associate class (such that <tt>Post.comments_count</tt> will
|
1575
|
+
# return the count cached, see note below). You can also specify a custom counter
|
1576
|
+
# cache column by providing a column name instead of a +true+/+false+ value to this
|
1577
|
+
# option (e.g., <tt>counter_cache: :my_custom_counter</tt>.)
|
1578
|
+
# Note: Specifying a counter cache will add it to that model's list of readonly attributes
|
1579
|
+
# using +attr_readonly+.
|
1580
|
+
# [:polymorphic]
|
1581
|
+
# Specify this association is a polymorphic association by passing +true+.
|
1582
|
+
# Note: If you've enabled the counter cache, then you may want to add the counter cache attribute
|
1583
|
+
# to the +attr_readonly+ list in the associated classes (e.g. <tt>class Post; attr_readonly :comments_count; end</tt>).
|
1584
|
+
# [:validate]
|
1585
|
+
# When set to +true+, validates new objects added to association when saving the parent object. +false+ by default.
|
1586
|
+
# If you want to ensure associated objects are revalidated on every update, use +validates_associated+.
|
1587
|
+
# [:autosave]
|
1588
|
+
# If true, always save the associated object or destroy it if marked for destruction, when
|
1589
|
+
# saving the parent object.
|
1590
|
+
# If false, never save or destroy the associated object.
|
1591
|
+
# By default, only save the associated object if it's a new record.
|
1592
|
+
#
|
1593
|
+
# Note that NestedAttributes::ClassMethods#accepts_nested_attributes_for
|
1594
|
+
# sets <tt>:autosave</tt> to <tt>true</tt>.
|
1595
|
+
# [:touch]
|
1596
|
+
# If true, the associated object will be touched (the updated_at/on attributes set to current time)
|
1597
|
+
# when this record is either saved or destroyed. If you specify a symbol, that attribute
|
1598
|
+
# will be updated with the current time in addition to the updated_at/on attribute.
|
1599
|
+
# Please note that with touching no validation is performed and only the +after_touch+,
|
1600
|
+
# +after_commit+ and +after_rollback+ callbacks are executed.
|
1601
|
+
# [:inverse_of]
|
1602
|
+
# Specifies the name of the #has_one or #has_many association on the associated
|
1603
|
+
# object that is the inverse of this #belongs_to association. Does not work in
|
1604
|
+
# combination with the <tt>:polymorphic</tt> options.
|
1605
|
+
# See ActiveRecord::Associations::ClassMethods's overview on Bi-directional associations for more detail.
|
1606
|
+
# [:optional]
|
1607
|
+
# When set to +true+, the association will not have its presence validated.
|
1608
|
+
# [:required]
|
1609
|
+
# When set to +true+, the association will also have its presence validated.
|
1610
|
+
# This will validate the association itself, not the id. You can use
|
1611
|
+
# +:inverse_of+ to avoid an extra query during validation.
|
1612
|
+
# NOTE: <tt>required</tt> is set to <tt>true</tt> by default and is deprecated. If
|
1613
|
+
# you don't want to have association presence validated, use <tt>optional: true</tt>.
|
1614
|
+
#
|
1615
|
+
# Option examples:
|
1616
|
+
# belongs_to :firm, foreign_key: "client_of"
|
1617
|
+
# belongs_to :person, primary_key: "name", foreign_key: "person_name"
|
1618
|
+
# belongs_to :author, class_name: "Person", foreign_key: "author_id"
|
1619
|
+
# belongs_to :valid_coupon, ->(o) { where "discounts > ?", o.payments_count },
|
1620
|
+
# class_name: "Coupon", foreign_key: "coupon_id"
|
1621
|
+
# belongs_to :attachable, polymorphic: true
|
1622
|
+
# belongs_to :project, -> { readonly }
|
1623
|
+
# belongs_to :post, counter_cache: true
|
1624
|
+
# belongs_to :comment, touch: true
|
1625
|
+
# belongs_to :company, touch: :employees_last_updated_at
|
1626
|
+
# belongs_to :user, optional: true
|
1627
|
+
def belongs_to(name, scope = nil, options = {})
|
1628
|
+
reflection = Builder::BelongsTo.build(self, name, scope, options)
|
1629
|
+
Reflection.add_reflection self, name, reflection
|
1630
|
+
end
|
1631
|
+
|
1632
|
+
# Specifies a many-to-many relationship with another class. This associates two classes via an
|
1633
|
+
# intermediate join table. Unless the join table is explicitly specified as an option, it is
|
1634
|
+
# guessed using the lexical order of the class names. So a join between Developer and Project
|
1635
|
+
# will give the default join table name of "developers_projects" because "D" precedes "P" alphabetically.
|
1636
|
+
# Note that this precedence is calculated using the <tt><</tt> operator for String. This
|
1637
|
+
# means that if the strings are of different lengths, and the strings are equal when compared
|
1638
|
+
# up to the shortest length, then the longer string is considered of higher
|
1639
|
+
# lexical precedence than the shorter one. For example, one would expect the tables "paper_boxes" and "papers"
|
1640
|
+
# to generate a join table name of "papers_paper_boxes" because of the length of the name "paper_boxes",
|
1641
|
+
# but it in fact generates a join table name of "paper_boxes_papers". Be aware of this caveat, and use the
|
1642
|
+
# custom <tt>:join_table</tt> option if you need to.
|
1643
|
+
# If your tables share a common prefix, it will only appear once at the beginning. For example,
|
1644
|
+
# the tables "catalog_categories" and "catalog_products" generate a join table name of "catalog_categories_products".
|
1645
|
+
#
|
1646
|
+
# The join table should not have a primary key or a model associated with it. You must manually generate the
|
1647
|
+
# join table with a migration such as this:
|
1648
|
+
#
|
1649
|
+
# class CreateDevelopersProjectsJoinTable < ActiveRecord::Migration[5.0]
|
1650
|
+
# def change
|
1651
|
+
# create_join_table :developers, :projects
|
1652
|
+
# end
|
1653
|
+
# end
|
1654
|
+
#
|
1655
|
+
# It's also a good idea to add indexes to each of those columns to speed up the joins process.
|
1656
|
+
# However, in MySQL it is advised to add a compound index for both of the columns as MySQL only
|
1657
|
+
# uses one index per table during the lookup.
|
1658
|
+
#
|
1659
|
+
# Adds the following methods for retrieval and query:
|
1660
|
+
#
|
1661
|
+
# +collection+ is a placeholder for the symbol passed as the +name+ argument, so
|
1662
|
+
# <tt>has_and_belongs_to_many :categories</tt> would add among others <tt>categories.empty?</tt>.
|
1663
|
+
#
|
1664
|
+
# [collection(force_reload = false)]
|
1665
|
+
# Returns an array of all the associated objects.
|
1666
|
+
# An empty array is returned if none are found.
|
1667
|
+
# [collection<<(object, ...)]
|
1668
|
+
# Adds one or more objects to the collection by creating associations in the join table
|
1669
|
+
# (<tt>collection.push</tt> and <tt>collection.concat</tt> are aliases to this method).
|
1670
|
+
# Note that this operation instantly fires update SQL without waiting for the save or update call on the
|
1671
|
+
# parent object, unless the parent object is a new record.
|
1672
|
+
# [collection.delete(object, ...)]
|
1673
|
+
# Removes one or more objects from the collection by removing their associations from the join table.
|
1674
|
+
# This does not destroy the objects.
|
1675
|
+
# [collection.destroy(object, ...)]
|
1676
|
+
# Removes one or more objects from the collection by running destroy on each association in the join table, overriding any dependent option.
|
1677
|
+
# This does not destroy the objects.
|
1678
|
+
# [collection=objects]
|
1679
|
+
# Replaces the collection's content by deleting and adding objects as appropriate.
|
1680
|
+
# [collection_singular_ids]
|
1681
|
+
# Returns an array of the associated objects' ids.
|
1682
|
+
# [collection_singular_ids=ids]
|
1683
|
+
# Replace the collection by the objects identified by the primary keys in +ids+.
|
1684
|
+
# [collection.clear]
|
1685
|
+
# Removes every object from the collection. This does not destroy the objects.
|
1686
|
+
# [collection.empty?]
|
1687
|
+
# Returns +true+ if there are no associated objects.
|
1688
|
+
# [collection.size]
|
1689
|
+
# Returns the number of associated objects.
|
1690
|
+
# [collection.find(id)]
|
1691
|
+
# Finds an associated object responding to the +id+ and that
|
1692
|
+
# meets the condition that it has to be associated with this object.
|
1693
|
+
# Uses the same rules as ActiveRecord::FinderMethods#find.
|
1694
|
+
# [collection.exists?(...)]
|
1695
|
+
# Checks whether an associated object with the given conditions exists.
|
1696
|
+
# Uses the same rules as ActiveRecord::FinderMethods#exists?.
|
1697
|
+
# [collection.build(attributes = {})]
|
1698
|
+
# Returns a new object of the collection type that has been instantiated
|
1699
|
+
# with +attributes+ and linked to this object through the join table, but has not yet been saved.
|
1700
|
+
# [collection.create(attributes = {})]
|
1701
|
+
# Returns a new object of the collection type that has been instantiated
|
1702
|
+
# with +attributes+, linked to this object through the join table, and that has already been
|
1703
|
+
# saved (if it passed the validation).
|
1704
|
+
#
|
1705
|
+
# === Example
|
1706
|
+
#
|
1707
|
+
# A Developer class declares <tt>has_and_belongs_to_many :projects</tt>, which will add:
|
1708
|
+
# * <tt>Developer#projects</tt>
|
1709
|
+
# * <tt>Developer#projects<<</tt>
|
1710
|
+
# * <tt>Developer#projects.delete</tt>
|
1711
|
+
# * <tt>Developer#projects.destroy</tt>
|
1712
|
+
# * <tt>Developer#projects=</tt>
|
1713
|
+
# * <tt>Developer#project_ids</tt>
|
1714
|
+
# * <tt>Developer#project_ids=</tt>
|
1715
|
+
# * <tt>Developer#projects.clear</tt>
|
1716
|
+
# * <tt>Developer#projects.empty?</tt>
|
1717
|
+
# * <tt>Developer#projects.size</tt>
|
1718
|
+
# * <tt>Developer#projects.find(id)</tt>
|
1719
|
+
# * <tt>Developer#projects.exists?(...)</tt>
|
1720
|
+
# * <tt>Developer#projects.build</tt> (similar to <tt>Project.new("developer_id" => id)</tt>)
|
1721
|
+
# * <tt>Developer#projects.create</tt> (similar to <tt>c = Project.new("developer_id" => id); c.save; c</tt>)
|
1722
|
+
# The declaration may include an +options+ hash to specialize the behavior of the association.
|
1723
|
+
#
|
1724
|
+
# === Scopes
|
1725
|
+
#
|
1726
|
+
# You can pass a second argument +scope+ as a callable (i.e. proc or
|
1727
|
+
# lambda) to retrieve a specific set of records or customize the generated
|
1728
|
+
# query when you access the associated collection.
|
1729
|
+
#
|
1730
|
+
# Scope examples:
|
1731
|
+
# has_and_belongs_to_many :projects, -> { includes(:milestones, :manager) }
|
1732
|
+
# has_and_belongs_to_many :categories, ->(category) {
|
1733
|
+
# where("default_category = ?", category.name)
|
1734
|
+
# }
|
1735
|
+
#
|
1736
|
+
# === Extensions
|
1737
|
+
#
|
1738
|
+
# The +extension+ argument allows you to pass a block into a
|
1739
|
+
# has_and_belongs_to_many association. This is useful for adding new
|
1740
|
+
# finders, creators and other factory-type methods to be used as part of
|
1741
|
+
# the association.
|
1742
|
+
#
|
1743
|
+
# Extension examples:
|
1744
|
+
# has_and_belongs_to_many :contractors do
|
1745
|
+
# def find_or_create_by_name(name)
|
1746
|
+
# first_name, last_name = name.split(" ", 2)
|
1747
|
+
# find_or_create_by(first_name: first_name, last_name: last_name)
|
1748
|
+
# end
|
1749
|
+
# end
|
1750
|
+
#
|
1751
|
+
# === Options
|
1752
|
+
#
|
1753
|
+
# [:class_name]
|
1754
|
+
# Specify the class name of the association. Use it only if that name can't be inferred
|
1755
|
+
# from the association name. So <tt>has_and_belongs_to_many :projects</tt> will by default be linked to the
|
1756
|
+
# Project class, but if the real class name is SuperProject, you'll have to specify it with this option.
|
1757
|
+
# [:join_table]
|
1758
|
+
# Specify the name of the join table if the default based on lexical order isn't what you want.
|
1759
|
+
# <b>WARNING:</b> If you're overwriting the table name of either class, the +table_name+ method
|
1760
|
+
# MUST be declared underneath any #has_and_belongs_to_many declaration in order to work.
|
1761
|
+
# [:foreign_key]
|
1762
|
+
# Specify the foreign key used for the association. By default this is guessed to be the name
|
1763
|
+
# of this class in lower-case and "_id" suffixed. So a Person class that makes
|
1764
|
+
# a #has_and_belongs_to_many association to Project will use "person_id" as the
|
1765
|
+
# default <tt>:foreign_key</tt>.
|
1766
|
+
# [:association_foreign_key]
|
1767
|
+
# Specify the foreign key used for the association on the receiving side of the association.
|
1768
|
+
# By default this is guessed to be the name of the associated class in lower-case and "_id" suffixed.
|
1769
|
+
# So if a Person class makes a #has_and_belongs_to_many association to Project,
|
1770
|
+
# the association will use "project_id" as the default <tt>:association_foreign_key</tt>.
|
1771
|
+
# [:validate]
|
1772
|
+
# When set to +true+, validates new objects added to association when saving the parent object. +true+ by default.
|
1773
|
+
# If you want to ensure associated objects are revalidated on every update, use +validates_associated+.
|
1774
|
+
# [:autosave]
|
1775
|
+
# If true, always save the associated objects or destroy them if marked for destruction, when
|
1776
|
+
# saving the parent object.
|
1777
|
+
# If false, never save or destroy the associated objects.
|
1778
|
+
# By default, only save associated objects that are new records.
|
1779
|
+
#
|
1780
|
+
# Note that NestedAttributes::ClassMethods#accepts_nested_attributes_for sets
|
1781
|
+
# <tt>:autosave</tt> to <tt>true</tt>.
|
1782
|
+
#
|
1783
|
+
# Option examples:
|
1784
|
+
# has_and_belongs_to_many :projects
|
1785
|
+
# has_and_belongs_to_many :projects, -> { includes(:milestones, :manager) }
|
1786
|
+
# has_and_belongs_to_many :nations, class_name: "Country"
|
1787
|
+
# has_and_belongs_to_many :categories, join_table: "prods_cats"
|
1788
|
+
# has_and_belongs_to_many :categories, -> { readonly }
|
1789
|
+
def has_and_belongs_to_many(name, scope = nil, options = {}, &extension)
|
1790
|
+
if scope.is_a?(Hash)
|
1791
|
+
options = scope
|
1792
|
+
scope = nil
|
1793
|
+
end
|
1794
|
+
|
1795
|
+
habtm_reflection = ActiveRecord::Reflection::HasAndBelongsToManyReflection.new(name, scope, options, self)
|
1796
|
+
|
1797
|
+
builder = Builder::HasAndBelongsToMany.new name, self, options
|
1798
|
+
|
1799
|
+
join_model = builder.through_model
|
1800
|
+
|
1801
|
+
const_set join_model.name, join_model
|
1802
|
+
private_constant join_model.name
|
1803
|
+
|
1804
|
+
middle_reflection = builder.middle_reflection join_model
|
1805
|
+
|
1806
|
+
Builder::HasMany.define_callbacks self, middle_reflection
|
1807
|
+
Reflection.add_reflection self, middle_reflection.name, middle_reflection
|
1808
|
+
middle_reflection.parent_reflection = habtm_reflection
|
1809
|
+
|
1810
|
+
include Module.new {
|
1811
|
+
class_eval <<-RUBY, __FILE__, __LINE__ + 1
|
1812
|
+
def destroy_associations
|
1813
|
+
association(:#{middle_reflection.name}).delete_all(:delete_all)
|
1814
|
+
association(:#{name}).reset
|
1815
|
+
super
|
1816
|
+
end
|
1817
|
+
RUBY
|
1818
|
+
}
|
1819
|
+
|
1820
|
+
hm_options = {}
|
1821
|
+
hm_options[:through] = middle_reflection.name
|
1822
|
+
hm_options[:source] = join_model.right_reflection.name
|
1823
|
+
|
1824
|
+
[:before_add, :after_add, :before_remove, :after_remove, :autosave, :validate, :join_table, :class_name, :extend].each do |k|
|
1825
|
+
hm_options[k] = options[k] if options.key? k
|
1826
|
+
end
|
1827
|
+
|
1828
|
+
has_many name, scope, hm_options, &extension
|
1829
|
+
self._reflections[name.to_s].parent_reflection = habtm_reflection
|
1830
|
+
end
|
1831
|
+
end
|
1832
|
+
end
|
1833
|
+
end
|