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,40 @@
|
|
1
|
+
require "rspec/support/warnings"
|
2
|
+
|
3
|
+
module RSpec
|
4
|
+
module Core
|
5
|
+
# @private
|
6
|
+
module Warnings
|
7
|
+
# @private
|
8
|
+
#
|
9
|
+
# Used internally to print deprecation warnings.
|
10
|
+
def deprecate(deprecated, data={})
|
11
|
+
RSpec.configuration.reporter.deprecation(
|
12
|
+
{
|
13
|
+
:deprecated => deprecated,
|
14
|
+
:call_site => CallerFilter.first_non_rspec_line
|
15
|
+
}.merge(data)
|
16
|
+
)
|
17
|
+
end
|
18
|
+
|
19
|
+
# @private
|
20
|
+
#
|
21
|
+
# Used internally to print deprecation warnings.
|
22
|
+
def warn_deprecation(message, opts={})
|
23
|
+
RSpec.configuration.reporter.deprecation opts.merge(:message => message)
|
24
|
+
end
|
25
|
+
|
26
|
+
# @private
|
27
|
+
def warn_with(message, options={})
|
28
|
+
if options[:use_spec_location_as_call_site]
|
29
|
+
message += "." unless message.end_with?(".")
|
30
|
+
|
31
|
+
if RSpec.current_example
|
32
|
+
message += " Warning generated from spec at `#{RSpec.current_example.location}`."
|
33
|
+
end
|
34
|
+
end
|
35
|
+
|
36
|
+
super(message, options)
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
@@ -0,0 +1,246 @@
|
|
1
|
+
module RSpec
|
2
|
+
module Core
|
3
|
+
# @api private
|
4
|
+
#
|
5
|
+
# Internal container for global non-configuration data.
|
6
|
+
class World
|
7
|
+
# @private
|
8
|
+
attr_reader :example_groups, :filtered_examples
|
9
|
+
|
10
|
+
# Used internally to determine what to do when a SIGINT is received.
|
11
|
+
attr_accessor :wants_to_quit
|
12
|
+
|
13
|
+
def initialize(configuration=RSpec.configuration)
|
14
|
+
@configuration = configuration
|
15
|
+
configuration.world = self
|
16
|
+
@example_groups = []
|
17
|
+
@example_group_counts_by_spec_file = Hash.new(0)
|
18
|
+
@filtered_examples = Hash.new do |hash, group|
|
19
|
+
hash[group] = filter_manager.prune(group.examples)
|
20
|
+
end
|
21
|
+
end
|
22
|
+
|
23
|
+
# @api private
|
24
|
+
#
|
25
|
+
# Apply ordering strategy from configuration to example groups.
|
26
|
+
def ordered_example_groups
|
27
|
+
ordering_strategy = @configuration.ordering_registry.fetch(:global)
|
28
|
+
ordering_strategy.order(@example_groups)
|
29
|
+
end
|
30
|
+
|
31
|
+
# @api private
|
32
|
+
#
|
33
|
+
# Reset world to 'scratch' before running suite.
|
34
|
+
def reset
|
35
|
+
example_groups.clear
|
36
|
+
@shared_example_group_registry = nil
|
37
|
+
end
|
38
|
+
|
39
|
+
# @private
|
40
|
+
def filter_manager
|
41
|
+
@configuration.filter_manager
|
42
|
+
end
|
43
|
+
|
44
|
+
# @private
|
45
|
+
def registered_example_group_files
|
46
|
+
@example_group_counts_by_spec_file.keys
|
47
|
+
end
|
48
|
+
|
49
|
+
# @api private
|
50
|
+
#
|
51
|
+
# Records an example group.
|
52
|
+
def record(example_group)
|
53
|
+
@configuration.on_example_group_definition_callbacks.each { |block| block.call(example_group) }
|
54
|
+
@example_group_counts_by_spec_file[example_group.metadata[:absolute_file_path]] += 1
|
55
|
+
end
|
56
|
+
|
57
|
+
# @private
|
58
|
+
def num_example_groups_defined_in(file)
|
59
|
+
@example_group_counts_by_spec_file[file]
|
60
|
+
end
|
61
|
+
|
62
|
+
# @private
|
63
|
+
def shared_example_group_registry
|
64
|
+
@shared_example_group_registry ||= SharedExampleGroup::Registry.new
|
65
|
+
end
|
66
|
+
|
67
|
+
# @private
|
68
|
+
def inclusion_filter
|
69
|
+
@configuration.inclusion_filter
|
70
|
+
end
|
71
|
+
|
72
|
+
# @private
|
73
|
+
def exclusion_filter
|
74
|
+
@configuration.exclusion_filter
|
75
|
+
end
|
76
|
+
|
77
|
+
# @api private
|
78
|
+
#
|
79
|
+
# Get count of examples to be run.
|
80
|
+
def example_count(groups=example_groups)
|
81
|
+
FlatMap.flat_map(groups) { |g| g.descendants }.
|
82
|
+
inject(0) { |a, e| a + e.filtered_examples.size }
|
83
|
+
end
|
84
|
+
|
85
|
+
# @private
|
86
|
+
def all_example_groups
|
87
|
+
FlatMap.flat_map(example_groups) { |g| g.descendants }
|
88
|
+
end
|
89
|
+
|
90
|
+
# @private
|
91
|
+
def all_examples
|
92
|
+
FlatMap.flat_map(all_example_groups) { |g| g.examples }
|
93
|
+
end
|
94
|
+
|
95
|
+
# @private
|
96
|
+
# Traverses the tree of each top level group.
|
97
|
+
# For each it yields the group, then the children, recursively.
|
98
|
+
# Halts the traversal of a branch of the tree as soon as the passed block returns true.
|
99
|
+
# Note that siblings groups and their sub-trees will continue to be explored.
|
100
|
+
# This is intended to make it easy to find the top-most group that satisfies some
|
101
|
+
# condition.
|
102
|
+
def traverse_example_group_trees_until(&block)
|
103
|
+
example_groups.each do |group|
|
104
|
+
group.traverse_tree_until(&block)
|
105
|
+
end
|
106
|
+
end
|
107
|
+
|
108
|
+
# @api private
|
109
|
+
#
|
110
|
+
# Find line number of previous declaration.
|
111
|
+
def preceding_declaration_line(absolute_file_name, filter_line)
|
112
|
+
line_numbers = descending_declaration_line_numbers_by_file.fetch(absolute_file_name) do
|
113
|
+
return nil
|
114
|
+
end
|
115
|
+
|
116
|
+
line_numbers.find { |num| num <= filter_line }
|
117
|
+
end
|
118
|
+
|
119
|
+
# @private
|
120
|
+
def reporter
|
121
|
+
@configuration.reporter
|
122
|
+
end
|
123
|
+
|
124
|
+
# @private
|
125
|
+
def source_cache
|
126
|
+
@source_cache ||= begin
|
127
|
+
RSpec::Support.require_rspec_core "source"
|
128
|
+
Source::Cache.new(@configuration)
|
129
|
+
end
|
130
|
+
end
|
131
|
+
|
132
|
+
# @api private
|
133
|
+
#
|
134
|
+
# Notify reporter of filters.
|
135
|
+
def announce_filters
|
136
|
+
fail_if_config_and_cli_options_invalid
|
137
|
+
filter_announcements = []
|
138
|
+
|
139
|
+
announce_inclusion_filter filter_announcements
|
140
|
+
announce_exclusion_filter filter_announcements
|
141
|
+
|
142
|
+
unless filter_manager.empty?
|
143
|
+
if filter_announcements.length == 1
|
144
|
+
report_filter_message("Run options: #{filter_announcements[0]}")
|
145
|
+
else
|
146
|
+
report_filter_message("Run options:\n #{filter_announcements.join("\n ")}")
|
147
|
+
end
|
148
|
+
end
|
149
|
+
|
150
|
+
if @configuration.run_all_when_everything_filtered? && example_count.zero? && !@configuration.only_failures?
|
151
|
+
report_filter_message("#{everything_filtered_message}; ignoring #{inclusion_filter.description}")
|
152
|
+
filtered_examples.clear
|
153
|
+
inclusion_filter.clear
|
154
|
+
end
|
155
|
+
|
156
|
+
return unless example_count.zero?
|
157
|
+
|
158
|
+
example_groups.clear
|
159
|
+
if filter_manager.empty?
|
160
|
+
report_filter_message("No examples found.")
|
161
|
+
elsif exclusion_filter.empty? || inclusion_filter.empty?
|
162
|
+
report_filter_message(everything_filtered_message)
|
163
|
+
end
|
164
|
+
end
|
165
|
+
|
166
|
+
# @private
|
167
|
+
def report_filter_message(message)
|
168
|
+
reporter.message(message) unless @configuration.silence_filter_announcements?
|
169
|
+
end
|
170
|
+
|
171
|
+
# @private
|
172
|
+
def everything_filtered_message
|
173
|
+
"\nAll examples were filtered out"
|
174
|
+
end
|
175
|
+
|
176
|
+
# @api private
|
177
|
+
#
|
178
|
+
# Add inclusion filters to announcement message.
|
179
|
+
def announce_inclusion_filter(announcements)
|
180
|
+
return if inclusion_filter.empty?
|
181
|
+
|
182
|
+
announcements << "include #{inclusion_filter.description}"
|
183
|
+
end
|
184
|
+
|
185
|
+
# @api private
|
186
|
+
#
|
187
|
+
# Add exclusion filters to announcement message.
|
188
|
+
def announce_exclusion_filter(announcements)
|
189
|
+
return if exclusion_filter.empty?
|
190
|
+
|
191
|
+
announcements << "exclude #{exclusion_filter.description}"
|
192
|
+
end
|
193
|
+
|
194
|
+
private
|
195
|
+
|
196
|
+
def descending_declaration_line_numbers_by_file
|
197
|
+
@descending_declaration_line_numbers_by_file ||= begin
|
198
|
+
declaration_locations = FlatMap.flat_map(example_groups, &:declaration_locations)
|
199
|
+
hash_of_arrays = Hash.new { |h, k| h[k] = [] }
|
200
|
+
|
201
|
+
# TODO: change `inject` to `each_with_object` when we drop 1.8.7 support.
|
202
|
+
line_nums_by_file = declaration_locations.inject(hash_of_arrays) do |hash, (file_name, line_number)|
|
203
|
+
hash[file_name] << line_number
|
204
|
+
hash
|
205
|
+
end
|
206
|
+
|
207
|
+
line_nums_by_file.each_value do |list|
|
208
|
+
list.sort!
|
209
|
+
list.reverse!
|
210
|
+
end
|
211
|
+
end
|
212
|
+
end
|
213
|
+
|
214
|
+
def fail_if_config_and_cli_options_invalid
|
215
|
+
return unless @configuration.only_failures_but_not_configured?
|
216
|
+
|
217
|
+
reporter.abort_with(
|
218
|
+
"\nTo use `--only-failures`, you must first set " \
|
219
|
+
"`config.example_status_persistence_file_path`.",
|
220
|
+
1 # exit code
|
221
|
+
)
|
222
|
+
end
|
223
|
+
|
224
|
+
# @private
|
225
|
+
# Provides a null implementation for initial use by configuration.
|
226
|
+
module Null
|
227
|
+
def self.registered_example_group_files
|
228
|
+
[]
|
229
|
+
end
|
230
|
+
|
231
|
+
def self.traverse_example_group_trees_until
|
232
|
+
end
|
233
|
+
|
234
|
+
# :nocov:
|
235
|
+
def self.example_groups
|
236
|
+
[]
|
237
|
+
end
|
238
|
+
|
239
|
+
def self.all_example_groups
|
240
|
+
[]
|
241
|
+
end
|
242
|
+
# :nocov:
|
243
|
+
end
|
244
|
+
end
|
245
|
+
end
|
246
|
+
end
|
@@ -0,0 +1,2102 @@
|
|
1
|
+
### 3.5.4 / 2016-09-30
|
2
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.5.3...v3.5.4)
|
3
|
+
|
4
|
+
Bug Fixes:
|
5
|
+
|
6
|
+
* Remove accumulated `ExampleGroup` constants when reseting RSpec,
|
7
|
+
preventing a memory leak. (TravisSpangle, #2328)
|
8
|
+
|
9
|
+
### 3.5.3 / 2016-09-02
|
10
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.5.2...v3.5.3)
|
11
|
+
|
12
|
+
Bug Fixes:
|
13
|
+
|
14
|
+
* When applying shared group metadata to a host group, overwrite
|
15
|
+
conflicting keys if the value in the host group was inherited from
|
16
|
+
a parent group instead of being specified at that level.
|
17
|
+
(Myron Marston, #2307)
|
18
|
+
* Handle errors in `:suite` hooks and provide the same nicely formatted
|
19
|
+
output as errors that happen in examples. (Myron Marston, #2316)
|
20
|
+
* Set the exit status to non-zero when an error occurs in an
|
21
|
+
`after(:context)` hook. (Myron Marston, #2320)
|
22
|
+
|
23
|
+
### 3.5.2 / 2016-07-28
|
24
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.5.1...v3.5.2)
|
25
|
+
|
26
|
+
Bug Fixes:
|
27
|
+
|
28
|
+
* Wait to report `example_finished` until the example's `execution_result`
|
29
|
+
has been completely filled in. (Myron Marston, #2291)
|
30
|
+
* Make sure example block is still available when using `duplicate_with`
|
31
|
+
to clone examples. (bootstraponline, #2298)
|
32
|
+
* Don't include the default `--pattern` in the Rake task when
|
33
|
+
`rspec_opts` specifies its own. (Jon Rowe, #2305)
|
34
|
+
|
35
|
+
### 3.5.1 / 2016-07-06
|
36
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.5.0...v3.5.1)
|
37
|
+
|
38
|
+
Bug Fixes:
|
39
|
+
|
40
|
+
* Ensure that config hooks that are added to existing example groups are
|
41
|
+
added only once. (Eugene Kenny, #2280)
|
42
|
+
|
43
|
+
### 3.5.0 / 2016-07-01
|
44
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.5.0.beta4...v3.5.0)
|
45
|
+
|
46
|
+
Enhancements:
|
47
|
+
|
48
|
+
* Include any `SPEC_OPTS` in reproduction command printed at the end of
|
49
|
+
a bisect run. (Simon Coffey, #2274)
|
50
|
+
|
51
|
+
Bug Fixes:
|
52
|
+
|
53
|
+
* Handle `--bisect` in `SPEC_OPTS` environment variable correctly so as
|
54
|
+
to avoid infinite recursion. (Simon Coffey, #2271)
|
55
|
+
|
56
|
+
### 3.5.0.beta4 / 2016-06-05
|
57
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.5.0.beta3...v3.5.0.beta4)
|
58
|
+
|
59
|
+
Enhancements:
|
60
|
+
|
61
|
+
* Filter out bundler stackframes from backtraces by default, since
|
62
|
+
Bundler 1.12 now includes its own frames in stack traces produced
|
63
|
+
by using `bundle exec`. (Myron Marston, #2240)
|
64
|
+
* HTML Formatter uses exception presenter to get failure message
|
65
|
+
for consistency with other formatters. (@mrageh, #2222)
|
66
|
+
* Load spec files in the order of the directories or files passed
|
67
|
+
at the command line, making it easy to make some specs run before
|
68
|
+
others in a one-off manner. For example, `rspec spec/unit
|
69
|
+
spec/acceptance --order defined` will run unit specs before acceptance
|
70
|
+
specs. (Myron Marston, #2253)
|
71
|
+
* Add new `config.include_context` API for configuring global or
|
72
|
+
filtered inclusion of shared contexts in example groups.
|
73
|
+
(Myron Marston, #2256)
|
74
|
+
* Add new `config.shared_context_metadata_behavior = :apply_to_host_groups`
|
75
|
+
option, which causes shared context metadata to be inherited by the
|
76
|
+
metadata hash of all host groups and examples instead of configuring
|
77
|
+
implicit auto-inclusion based on the passed metadata. (Myron Marston, #2256)
|
78
|
+
|
79
|
+
Bug Fixes:
|
80
|
+
|
81
|
+
* Fix `--bisect` so it works on large spec suites that were previously triggering
|
82
|
+
"Argument list too long errors" due to all the spec locations being passed as
|
83
|
+
CLI args. (Matt Jones, #2223).
|
84
|
+
* Fix deprecated `:example_group`-based filtering so that it properly
|
85
|
+
applies to matching example groups. (Myron Marston, #2234)
|
86
|
+
* Fix `NoMethodError` caused by Java backtraces on JRuby. (Michele Piccirillo, #2244)
|
87
|
+
|
88
|
+
### 3.5.0.beta3 / 2016-04-02
|
89
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.5.0.beta2...v3.5.0.beta3)
|
90
|
+
|
91
|
+
Enhancements:
|
92
|
+
|
93
|
+
* Add new `config.filter_run_when_matching` API, intended to replace
|
94
|
+
the combination of `config.filter_run` and
|
95
|
+
`config.run_all_when_everything_filtered` (Myron Marston, #2206)
|
96
|
+
|
97
|
+
Bug Fixes:
|
98
|
+
|
99
|
+
* Use the encoded string logic for source extraction. (Jon Rowe, #2183)
|
100
|
+
* Fix rounding issue in duration formatting helper. (Fabersky, Jon Rowe, #2208)
|
101
|
+
* Fix failure snippet extraction so that `def-end` snippets
|
102
|
+
ending with `end`-only line can be extracted properly.
|
103
|
+
(Yuji Nakayama, #2215)
|
104
|
+
|
105
|
+
### 3.5.0.beta2 / 2016-03-10
|
106
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.5.0.beta1...v3.5.0.beta2)
|
107
|
+
|
108
|
+
Enhancements:
|
109
|
+
|
110
|
+
* Remove unneeded `:execution_result` example group metadata, saving a
|
111
|
+
bit of memory. (Myron Marston, #2172)
|
112
|
+
* Apply hooks registered with `config` to previously defined groups.
|
113
|
+
(Myron Marston, #2189)
|
114
|
+
* `RSpec::Core::Configuration#reporter` is now public API under SemVer.
|
115
|
+
(Jon Rowe, #2193)
|
116
|
+
* Add new `config.when_first_matching_example_defined` hook. (Myron
|
117
|
+
Marston, #2175)
|
118
|
+
|
119
|
+
### 3.5.0.beta1 / 2016-02-06
|
120
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.4.4...v3.5.0.beta1)
|
121
|
+
|
122
|
+
Enhancements:
|
123
|
+
|
124
|
+
* Add `RSpec::Core::ExampleGroup.currently_executing_a_context_hook?`,
|
125
|
+
primarily for use by rspec-rails. (Sam Phippen, #2131)
|
126
|
+
|
127
|
+
Bug Fixes:
|
128
|
+
|
129
|
+
* Ensure `MultipleExceptionError` does not contain a recursive reference
|
130
|
+
to itself. (Sam Phippen, #2133)
|
131
|
+
|
132
|
+
### 3.4.4 / 2016-03-09
|
133
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.4.3...v3.4.4)
|
134
|
+
|
135
|
+
Bug Fixes:
|
136
|
+
|
137
|
+
* Fix `RSpec::Core::RakeTask` so that it works with Rake 11.
|
138
|
+
(Travis Grathwell, #2197)
|
139
|
+
|
140
|
+
### 3.4.3 / 2016-02-19
|
141
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.4.2...v3.4.3)
|
142
|
+
|
143
|
+
Bug Fixes:
|
144
|
+
|
145
|
+
* Prevent a `TypeError` from occurring when running via the rake task when
|
146
|
+
Ruby crashes. (Patrik Wenger, #2161)
|
147
|
+
* Only consider example and group declaration lines from a specific file
|
148
|
+
when applying line number filtering, instead of considering all
|
149
|
+
declaration lines from all spec files. (Myron Marston, #2170)
|
150
|
+
* Fix failure snippet extraction so that snippets that contain `do-end` style
|
151
|
+
block and end with `end`-only line can be extracted properly.
|
152
|
+
(Yuji Nakayama, #2173)
|
153
|
+
* Prevent infinite recursion when an exception is caused by itself.
|
154
|
+
(Jon Rowe, #2128)
|
155
|
+
|
156
|
+
### 3.4.2 / 2016-01-26
|
157
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.4.1...v3.4.2)
|
158
|
+
|
159
|
+
Bug Fixes:
|
160
|
+
|
161
|
+
* Fix `rspec --profile` when an example calls `abort` or `exit`.
|
162
|
+
(Bradley Schaefer, #2144)
|
163
|
+
* Fix `--drb` so that when no DRb server is running, it prevents
|
164
|
+
the DRb connection error from being listed as the cause of all
|
165
|
+
expectation failures. (Myron Marston, #2156)
|
166
|
+
* Fix syntax highlighter so that it works when the `coderay` gem is
|
167
|
+
installed as a rubygem but not already available on your load path
|
168
|
+
(as happens when you use bundler). (Myron Marston, #2159)
|
169
|
+
|
170
|
+
### 3.4.1 / 2015-11-18
|
171
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.4.0...v3.4.1)
|
172
|
+
|
173
|
+
Bug Fixes:
|
174
|
+
|
175
|
+
* Fix backtrace formatter to handle backtraces that are `nil`.
|
176
|
+
(Myron Marston, #2118)
|
177
|
+
|
178
|
+
### 3.4.0 / 2015-11-11
|
179
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.3.2...v3.4.0)
|
180
|
+
|
181
|
+
Enhancements:
|
182
|
+
|
183
|
+
* Combine multiple `--pattern` arguments making them equivalent to
|
184
|
+
`--pattern=1,2,...,n`. (Jon Rowe, #2002)
|
185
|
+
* Improve `inspect` and `to_s` output for `RSpec::Core::Example`
|
186
|
+
objects, replacing Ruby's excessively verbose output. (Gavin Miller, #1922)
|
187
|
+
* Add `silence_filter_announcements` configuration option.
|
188
|
+
(David Raffensperger, #2007)
|
189
|
+
* Add optional `example_finished` notification to the reporter protocol for
|
190
|
+
when you don't care about the example outcome. (Jon Rowe, #2013)
|
191
|
+
* Switch `--bisect` to a recursion-based bisection algorithm rather than
|
192
|
+
a permutation-based one. This better handles cases where an example
|
193
|
+
depends upon multiple other examples instead of just one and minimizes
|
194
|
+
the number of runs necessary to determine that an example set cannot be
|
195
|
+
minimized further. (Simon Coffey, #1997)
|
196
|
+
* Allow simple filters (e.g. `:symbol` key only) to be triggered by truthey
|
197
|
+
values. (Tim Mertens, #2035)
|
198
|
+
* Remove unneeded warning about need for `ansicon` on Windows when using
|
199
|
+
RSpec's `--color` option. (Ashley Engelund, #2038)
|
200
|
+
* Add option to configure RSpec to raise errors when issuing warnings.
|
201
|
+
(Jon Rowe, #2052)
|
202
|
+
* Append the root `cause` of a failure or error to the printed failure
|
203
|
+
output when a `cause` is available. (Adam Magan)
|
204
|
+
* Stop rescuing `NoMemoryError`, `SignalExcepetion`, `Interrupt` and
|
205
|
+
`SystemExit`. It is dangerous to interfere with these. (Myron Marston, #2063)
|
206
|
+
* Add `config.project_source_dirs` setting which RSpec uses to determine
|
207
|
+
if a backtrace line comes from your project source or from some
|
208
|
+
external library. It defaults to `spec`, `lib` and `app` but can be
|
209
|
+
configured differently. (Myron Marston, #2088)
|
210
|
+
* Improve failure line detection so that it looks for the failure line
|
211
|
+
in any project source directory instead of just in the spec file.
|
212
|
+
In addition, if no backtrace lines can be found from a project source
|
213
|
+
file, we fall back to displaying the source of the first backtrace
|
214
|
+
line. This should virtually eliminate the "Unable to find matching
|
215
|
+
line from backtrace" messages. (Myron Marston, #2088)
|
216
|
+
* Add support for `:extra_failure_lines` example metadata that will
|
217
|
+
be appended to the failure output. (bootstraponline, #2092).
|
218
|
+
* Add `RSpec::Core::Example#duplicate_with` to produce new examples
|
219
|
+
with cloned metadata. (bootstraponline, #2098)
|
220
|
+
* Add `RSpec::Core::Configuration#on_example_group_definition` to register
|
221
|
+
hooks to be invoked when example groups are created. (bootstraponline, #2094)
|
222
|
+
* Add `add_example` and `remove_example` to `RSpec::Core::ExampleGroup` to
|
223
|
+
allow manipulating an example groups examples. (bootstraponline, #2095)
|
224
|
+
* Display multiline failure source lines in failure output when Ripper is
|
225
|
+
available (MRI >= 1.9.2, and JRuby >= 1.7.5 && < 9.0.0.0.rc1).
|
226
|
+
(Yuji Nakayama, #2083)
|
227
|
+
* Add `max_displayed_failure_line_count` configuration option
|
228
|
+
(defaults to 10). (Yuji Nakayama, #2083)
|
229
|
+
* Enhance `fail_fast` option so it can take a number (e.g. `--fail-fast=3`)
|
230
|
+
to force the run to abort after the specified number of failures.
|
231
|
+
(Jack Scotti, #2065)
|
232
|
+
* Syntax highlight the failure snippets in text formatters when `color`
|
233
|
+
is enabled and the `coderay` gem is installed on a POSIX system.
|
234
|
+
(Myron Marston, #2109)
|
235
|
+
|
236
|
+
Bug Fixes:
|
237
|
+
|
238
|
+
* Lock `example_status_persistence_file` when reading from and writing
|
239
|
+
to it to prevent race conditions when multiple processes try to use
|
240
|
+
it. (Ben Woosley, #2029)
|
241
|
+
* Fix regression in 3.3 that caused spec file names with square brackets in
|
242
|
+
them (such as `1[]_spec.rb`) to not be loaded properly. (Myron Marston, #2041)
|
243
|
+
* Fix output encoding issue caused by ASCII literal on 1.9.3 (Jon Rowe, #2072)
|
244
|
+
* Fix requires in `rspec/core/rake_task.rb` to avoid double requires
|
245
|
+
seen by some users. (Myron Marston, #2101)
|
246
|
+
|
247
|
+
### 3.3.2 / 2015-07-15
|
248
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.3.1...v3.3.2)
|
249
|
+
|
250
|
+
Bug Fixes:
|
251
|
+
|
252
|
+
* Fix formatters to handle exceptions for which `backtrace` returns `nil`.
|
253
|
+
(Myron Marston, #2023)
|
254
|
+
* Fix duplicate formatter detection so that it allows subclasses of formatters
|
255
|
+
to be added. (Sebastián Tello, #2019)
|
256
|
+
|
257
|
+
### 3.3.1 / 2015-06-18
|
258
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.3.0...v3.3.1)
|
259
|
+
|
260
|
+
Bug Fixes:
|
261
|
+
|
262
|
+
* Correctly run `before(:suite)` (and friends) in the context of an example
|
263
|
+
group instance, thus making the expected RSpec environment available.
|
264
|
+
(Jon Rowe, #1986)
|
265
|
+
|
266
|
+
### 3.3.0 / 2015-06-12
|
267
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.2.3...v3.3.0)
|
268
|
+
|
269
|
+
Enhancements:
|
270
|
+
|
271
|
+
* Expose the reporter used to run examples via `RSpec::Core::Example#reporter`.
|
272
|
+
(Jon Rowe, #1866)
|
273
|
+
* Make `RSpec::Core::Reporter#message` a public supported API. (Jon Rowe, #1866)
|
274
|
+
* Allow custom formatter events to be published via
|
275
|
+
`RSpec::Core::Reporter#publish(event_name, hash_of_attributes)`. (Jon Rowe, #1869)
|
276
|
+
* Remove dependency on the standard library `Set` and replace with `RSpec::Core::Set`.
|
277
|
+
(Jon Rowe, #1870)
|
278
|
+
* Assign a unique id to each example and group so that they can be
|
279
|
+
uniquely identified, even for shared examples (and similar situations)
|
280
|
+
where the location isn't unique. (Myron Marston, #1884)
|
281
|
+
* Use the example id in the rerun command printed for failed examples
|
282
|
+
when the location is not unique. (Myron Marston, #1884)
|
283
|
+
* Add `config.example_status_persistence_file_path` option, which is
|
284
|
+
used to persist the last run status of each example. (Myron Marston, #1888)
|
285
|
+
* Add `:last_run_status` metadata to each example, which indicates what
|
286
|
+
happened the last time an example ran. (Myron Marston, #1888)
|
287
|
+
* Add `--only-failures` CLI option which filters to only the examples
|
288
|
+
that failed the last time they ran. (Myron Marston, #1888)
|
289
|
+
* Add `--next-failure` CLI option which allows you to repeatedly focus
|
290
|
+
on just one of the currently failing examples, then move on to the
|
291
|
+
next failure, etc. (Myron Marston, #1888)
|
292
|
+
* Make `--order random` ordering stable, so that when you rerun a
|
293
|
+
subset with a given seed, the examples will be order consistently
|
294
|
+
relative to each other. (Myron Marston, #1908)
|
295
|
+
* Set example group constant earlier so errors when evaluating the context
|
296
|
+
include the example group name (Myron Marson, #1911)
|
297
|
+
* Make `let` and `subject` threadsafe. (Josh Cheek, #1858)
|
298
|
+
* Add version information into the JSON formatter. (Mark Swinson, #1883)
|
299
|
+
* Add `--bisect` CLI option, which will repeatedly run your suite in
|
300
|
+
order to isolate the failures to the smallest reproducible case.
|
301
|
+
(Myron Marston, #1917)
|
302
|
+
* For `config.include`, `config.extend` and `config.prepend`, apply the
|
303
|
+
module to previously defined matching example groups. (Eugene Kenny, #1935)
|
304
|
+
* When invalid options are parsed, notify users where they came from
|
305
|
+
(e.g. `.rspec` or `~/.rspec` or `ENV['SPEC_OPTS']`) so they can
|
306
|
+
easily find the source of the problem. (Myron Marston, #1940)
|
307
|
+
* Add pending message contents to the json formatter output. (Jon Rowe, #1949)
|
308
|
+
* Add shared group backtrace to the output displayed by the built-in
|
309
|
+
formatters for pending examples that have been fixed. (Myron Marston, #1946)
|
310
|
+
* Add support for `:aggregate_failures` metadata. Tag an example or
|
311
|
+
group with this metadata and it'll use rspec-expectations'
|
312
|
+
`aggregate_failures` feature to allow multiple failures in an example
|
313
|
+
and list them all, rather than aborting on the first failure. (Myron
|
314
|
+
Marston, #1946)
|
315
|
+
* When no formatter implements #message add a fallback to prevent those
|
316
|
+
messages being lost. (Jon Rowe, #1980)
|
317
|
+
* Profiling examples now takes into account time spent in `before(:context)`
|
318
|
+
hooks. (Denis Laliberté, Jon Rowe, #1971)
|
319
|
+
* Improve failure output when an example has multiple exceptions, such
|
320
|
+
as one from an `it` block and one from an `after` block. (Myron Marston, #1985)
|
321
|
+
|
322
|
+
Bug Fixes:
|
323
|
+
|
324
|
+
* Handle invalid UTF-8 strings within exception methods. (Benjamin Fleischer, #1760)
|
325
|
+
* Fix Rake Task quoting of file names with quotes to work properly on
|
326
|
+
Windows. (Myron Marston, #1887)
|
327
|
+
* Fix `RSpec::Core::RakeTask#failure_message` so that it gets printed
|
328
|
+
when the task failed. (Myron Marston, #1905)
|
329
|
+
* Make `let` work properly when defined in a shared context that is applied
|
330
|
+
to an individual example via metadata. (Myron Marston, #1912)
|
331
|
+
* Ensure `rspec/autorun` respects configuration defaults. (Jon Rowe, #1933)
|
332
|
+
* Prevent modules overriding example group defined methods when included,
|
333
|
+
prepended or extended by config defined after an example group. (Eugene Kenny, #1935)
|
334
|
+
* Fix regression which caused shared examples to be mistakenly run when specs
|
335
|
+
where filtered to a particular location. (Ben Axnick, #1963)
|
336
|
+
* Fix time formatting logic so that it displays 70 seconds as "1 minute,
|
337
|
+
10 seconds" rather than "1 minute, 1 second". (Paul Brennan, #1984)
|
338
|
+
* Fix regression where the formatter loader would allow duplicate formatters.
|
339
|
+
(Jon Rowe, #1990)
|
340
|
+
|
341
|
+
### 3.2.3 / 2015-04-06
|
342
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.2.2...v3.2.3)
|
343
|
+
|
344
|
+
Bug Fixes:
|
345
|
+
|
346
|
+
* Fix how the DSL methods are defined so that RSpec is compatible with
|
347
|
+
gems that define methods of the same name on `Kernel` (such as
|
348
|
+
the `its-it` gem). (Alex Kwiatkowski, Ryan Ong, #1907)
|
349
|
+
* Fix `before(:context) { skip }` so that it does not wrongly cause the
|
350
|
+
spec suite to exit with a non-zero status when no examples failed.
|
351
|
+
(Myron Marston, #1926)
|
352
|
+
|
353
|
+
### 3.2.2 / 2015-03-11
|
354
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.2.1...v3.2.2)
|
355
|
+
|
356
|
+
Bug Fixes:
|
357
|
+
|
358
|
+
* Fix regression in 3.2.0 that allowed tag-filtered examples to
|
359
|
+
run even if there was a location filter applied to the spec
|
360
|
+
file that was intended to limit the file to other examples.
|
361
|
+
(#1894, Myron Marston)
|
362
|
+
|
363
|
+
### 3.2.1 / 2015-02-23
|
364
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.2.0...v3.2.1)
|
365
|
+
|
366
|
+
Bug Fixes:
|
367
|
+
|
368
|
+
* Notify start-of-run seed _before_ `start` notification rather than
|
369
|
+
_after_ so that formatters like Fuubar work properly. (Samuel Esposito, #1882)
|
370
|
+
|
371
|
+
### 3.2.0 / 2015-02-03
|
372
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.7...v3.2.0)
|
373
|
+
|
374
|
+
Enhancements:
|
375
|
+
|
376
|
+
* Improve the `inspect` output of example groups. (Mike Dalton, #1687)
|
377
|
+
* When rake task fails, only output the command if `verbose` flag is
|
378
|
+
set. (Ben Snape, #1704)
|
379
|
+
* Add `RSpec.clear_examples` as a clear way to reset examples in between
|
380
|
+
spec runs, whilst retaining user configuration. (Alexey Fedorov, #1706)
|
381
|
+
* Reduce string allocations when defining and running examples by 70%
|
382
|
+
and 50% respectively. (Myron Marston, #1738)
|
383
|
+
* Removed dependency on pathname from stdlib. (Sam Phippen, #1703)
|
384
|
+
* Improve the message presented when a user hits Ctrl-C.
|
385
|
+
(Alex Chaffee #1717, #1742)
|
386
|
+
* Improve shared example group inclusion backtrace displayed
|
387
|
+
in failed example output so that it works for all methods
|
388
|
+
of including shared example groups and shows all inclusion
|
389
|
+
locations. (Myron Marston, #1763)
|
390
|
+
* Issue seed notification at start (as well as the end) of the reporter
|
391
|
+
run. (Arlandis Word, #1761)
|
392
|
+
* Improve the documentation of around hooks. (Jim Kingdon, #1772)
|
393
|
+
* Support prepending of modules into example groups from config and allow
|
394
|
+
filtering based on metadata. (Arlandis Word, #1806)
|
395
|
+
* Emit warnings when `:suite` hooks are registered on an example group
|
396
|
+
(where it has always been ignored) or are registered with metadata
|
397
|
+
(which has always been ignored). (Myron Marston, #1805)
|
398
|
+
* Provide a friendly error message when users call RSpec example group
|
399
|
+
APIs (e.g. `context`, `describe`, `it`, `let`, `before`, etc) from
|
400
|
+
within an example where those APIs are unavailable. (Myron Marston, #1819)
|
401
|
+
* Provide a friendly error message when users call RSpec example
|
402
|
+
APIs (e.g. `expect`, `double`, `stub_const`, etc) from
|
403
|
+
within an example group where those APIs are unavailable.
|
404
|
+
(Myron Marston, #1819)
|
405
|
+
* Add new `RSpec::Core::Sandbox.sandboxed { }` API that facilitates
|
406
|
+
testing RSpec with RSpec, allowing you to define example groups
|
407
|
+
and example from within an example without affecting the global
|
408
|
+
`RSpec.world` state. (Tyler Ball, 1808)
|
409
|
+
* Apply line-number filters only to the files they are scoped to,
|
410
|
+
allowing you to mix filtered and unfiltered files. (Myron Marston, #1839)
|
411
|
+
* When dumping pending examples, include the failure details so that you
|
412
|
+
don't have to un-pend the example to see it. (Myron Marston, #1844)
|
413
|
+
* Make `-I` option support multiple values when separated by
|
414
|
+
`File::PATH_SEPARATOR`, such as `rspec -I foo:bar`. This matches
|
415
|
+
the behavior of Ruby's `-I` option. (Fumiaki Matsushima, #1855).
|
416
|
+
* Treat each example as having a singleton example group for the
|
417
|
+
purposes of applying metadata-based features that normally apply
|
418
|
+
to example groups to individually tagged examples. For example,
|
419
|
+
`RSpec.shared_context "Uses redis", :uses_redis` will now apply
|
420
|
+
to individual examples tagged with `:uses_redis`, as will
|
421
|
+
`config.include RedisHelpers, :uses_redis`, and
|
422
|
+
`config.before(:context, :uses_redis) { }`, etc. (Myron Marston, #1749)
|
423
|
+
|
424
|
+
Bug Fixes:
|
425
|
+
|
426
|
+
* When assigning generated example descriptions, surface errors
|
427
|
+
raised by `matcher.description` in the example description.
|
428
|
+
(Myron Marston, #1771)
|
429
|
+
* Don't consider expectations from `after` hooks when generating
|
430
|
+
example descriptions. (Myron Marston, #1771)
|
431
|
+
* Don't apply metadata-filtered config hooks to examples in groups
|
432
|
+
with matching metadata when those examples override the parent
|
433
|
+
metadata value to not match. (Myron Marston, #1796)
|
434
|
+
* Fix `config.expect_with :minitest` so that `skip` uses RSpec's
|
435
|
+
implementation rather than Minitest's. (Jonathan Rochkind, #1822)
|
436
|
+
* Fix `NameError` caused when duplicate example group aliases are defined and
|
437
|
+
the DSL is not globally exposed. (Aaron Kromer, #1825)
|
438
|
+
* When a shared example defined in an external file fails, use the host
|
439
|
+
example group (from a loaded spec file) for the re-run command to
|
440
|
+
ensure the command will actually work. (Myron Marston, #1835)
|
441
|
+
* Fix location filtering to work properly for examples defined in
|
442
|
+
a nested example group within a shared example group defined in
|
443
|
+
an external file. (Bradley Schaefer, Xavier Shay, Myron Marston, #1837)
|
444
|
+
* When a pending example fails (as expected) due to a mock expectation,
|
445
|
+
set `RSpec::Core::Example::ExecutionResult#pending_exception` --
|
446
|
+
previously it was not being set but should have been. (Myron Marston, #1844)
|
447
|
+
* Fix rake task to work when `rspec-core` is installed in a directory
|
448
|
+
containing a space. (Guido Günther, #1845)
|
449
|
+
* Fix regression in 3.1 that caused `describe Regexp` to raise errors.
|
450
|
+
(Durran Jordan, #1853)
|
451
|
+
* Fix regression in 3.x that caused the profile information to be printed
|
452
|
+
after the summary. (Max Lincoln, #1857)
|
453
|
+
* Apply `--seed` before loading `--require` files so that required files
|
454
|
+
can access the provided seed. (Myron Marston, #1745)
|
455
|
+
* Handle `RSpec::Core::Formatters::DeprecationFormatter::FileStream` being
|
456
|
+
reopened with an IO stream, which sometimes happens with spring.
|
457
|
+
(Kevin Mook, #1757)
|
458
|
+
|
459
|
+
### 3.1.7 / 2014-10-11
|
460
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.6...v3.1.7)
|
461
|
+
|
462
|
+
Bug Fixes:
|
463
|
+
|
464
|
+
* Fix `Metadata.relative_path` so that for a current directory of
|
465
|
+
`/foo/bar`, `/foo/bar_1` is not wrongly converted to `._1`.
|
466
|
+
(Akos Vandra, #1730)
|
467
|
+
* Prevent constant lookup mistakenly finding `RSpec::ExampleGroups` generated
|
468
|
+
constants on 1.9.2 by appending a trailing `_` to the generated names.
|
469
|
+
(Jon Rowe, #1737)
|
470
|
+
* Fix bug in `:pending` metadata. If it got set in any way besides passing
|
471
|
+
it as part of the metadata literal passed to `it` (such as by using
|
472
|
+
`define_derived_metadata`), it did not have the desired effect,
|
473
|
+
instead marking the example as `:passed`. (Myron Marston, #1739)
|
474
|
+
|
475
|
+
### 3.1.6 / 2014-10-08
|
476
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.5...v3.1.6)
|
477
|
+
|
478
|
+
Bug Fixes:
|
479
|
+
|
480
|
+
* Fix regression in rake task pattern handling, that prevented patterns
|
481
|
+
that were relative from the current directory rather than from `spec`
|
482
|
+
from working properly. (Myron Marston, #1734)
|
483
|
+
* Prevent rake task from generating duplicate load path entries.
|
484
|
+
(Myron Marston, #1735)
|
485
|
+
|
486
|
+
### 3.1.5 / 2014-09-29
|
487
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.4...v3.1.5)
|
488
|
+
|
489
|
+
Bug Fixes:
|
490
|
+
|
491
|
+
* Fix issue with the rake task incorrectly escaping strings on Windows.
|
492
|
+
(Jon Rowe #1718)
|
493
|
+
* Support absolute path patterns. While this wasn't officially supported
|
494
|
+
previously, setting `rake_task.pattern` to an absolute path pattern in
|
495
|
+
RSpec 3.0 and before worked since it delegated to `FileList` internally
|
496
|
+
(but now just forwards the pattern on to the `rspec` command).
|
497
|
+
(Myron Marston, #1726)
|
498
|
+
|
499
|
+
### 3.1.4 / 2014-09-18
|
500
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.3...v3.1.4)
|
501
|
+
|
502
|
+
Bug Fixes:
|
503
|
+
|
504
|
+
* Fix implicit `subject` when using `describe false` or `describe nil`
|
505
|
+
so that it returns the provided primitive rather than the string
|
506
|
+
representation. (Myron Marston, #1710)
|
507
|
+
* Fix backtrace filtering to allow code in subdirectories of your
|
508
|
+
current working directory (such as vendor/bundle/...) to be filtered
|
509
|
+
from backtraces. (Myron Marston, #1708)
|
510
|
+
|
511
|
+
### 3.1.3 / 2014-09-15
|
512
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.2...v3.1.3)
|
513
|
+
|
514
|
+
Bug Fixes:
|
515
|
+
|
516
|
+
* Fix yet another regression in rake task pattern handling, to allow
|
517
|
+
`task.pattern = FileList["..."]` to work. That was never intended
|
518
|
+
to be supported but accidentally worked in 3.0 and earlier.
|
519
|
+
(Myron Marston, #1701)
|
520
|
+
* Fix pattern handling so that files are normalized to absolute paths
|
521
|
+
before subtracting the `--exclude-pattern` matched files from the
|
522
|
+
`--pattern` matched files so that it still works even if the patterns
|
523
|
+
are in slightly different forms (e.g. one starting with `./`).
|
524
|
+
(Christian Nelson, #1698)
|
525
|
+
|
526
|
+
### 3.1.2 / 2014-09-08
|
527
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.1...v3.1.2)
|
528
|
+
|
529
|
+
Bug Fixes:
|
530
|
+
|
531
|
+
* Fix another regression in rake task pattern handling, so that patterns
|
532
|
+
that start with `./` still work. (Christian Nelson, #1696)
|
533
|
+
|
534
|
+
### 3.1.1 / 2014-09-05
|
535
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.0...v3.1.1)
|
536
|
+
|
537
|
+
Bug Fixes:
|
538
|
+
|
539
|
+
* Fix a regression in rake task pattern handling, so that `rake_task.pattern = array`
|
540
|
+
works again. While we never intended to support array values (or even knew that worked!),
|
541
|
+
the implementation from 3.0 and earlier used `FileList` internally, which allows arrays.
|
542
|
+
The fix restores the old behavior. (Myron Marston, #1694)
|
543
|
+
|
544
|
+
### 3.1.0 / 2014-09-04
|
545
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.4...v3.1.0)
|
546
|
+
|
547
|
+
Enhancements:
|
548
|
+
|
549
|
+
* Update files generated by `rspec --init` so that warnings are enabled
|
550
|
+
in commented out section of `spec_helper` rather than `.rspec` so users
|
551
|
+
have to consciously opt-in to the setting. (Andrew Hooker, #1572)
|
552
|
+
* Update `spec_helper` generated by `rspec --init` so that it sets the new
|
553
|
+
rspec-expectations `include_chain_clauses_in_custom_matcher_descriptions`
|
554
|
+
config option (which will be on by default in RSpec 4) and also sets the
|
555
|
+
rspec-mocks `verify_partial_doubles` option (which will also default
|
556
|
+
to on in RSpec 4). (Myron Marston, #1647)
|
557
|
+
* Provide an `inspect` output for example procsy objects (used in around
|
558
|
+
hooks) that doesn't make them look like procs. (Jon Rowe, #1620)
|
559
|
+
* Remove a few unneeded `require` statements from
|
560
|
+
`rspec/core/rake_task.rb`, making it even more lighterweight.
|
561
|
+
(Myron Marston, #1640)
|
562
|
+
* Allow rspec-core to be used when neither rspec-mocks or
|
563
|
+
rspec-expectations are installed, without requiring any
|
564
|
+
user configuration. (Sam Phippen, Myron Marston, #1615)
|
565
|
+
* Don't filter out gems from backtraces by default. (The RSpec
|
566
|
+
gems will still be filtered). User feedback has indicated
|
567
|
+
that including gems in default backtraces will be useful.
|
568
|
+
(Myron Marston, #1641)
|
569
|
+
* Add new `config.filter_gems_from_backtrace "rack", "rake"` API
|
570
|
+
to easily filter the named gems from backtraces. (Myron Marston, #1682)
|
571
|
+
* Fix default backtrace filters so that the RSpec binary is
|
572
|
+
excluded when installing RSpec as a bundler `:git` dependency.
|
573
|
+
(Myron Marston, #1648)
|
574
|
+
* Simplify command generated by the rake task so that it no longer
|
575
|
+
includes unnecessary `-S`. (Myron Marston, #1559)
|
576
|
+
* Add `--exclude-pattern` CLI option, `config.exclude_pattern =` config
|
577
|
+
option and `task.exclude_pattern =` rake task config option. Matching
|
578
|
+
files will be excluded. (John Gesimondo, Myron Marston, #1651, #1671)
|
579
|
+
* When an around hook fails to execute the example, mark it as
|
580
|
+
pending (rather than passing) so the user is made aware of the
|
581
|
+
fact that the example did not actually run. (Myron Marston, #1660)
|
582
|
+
* Remove dependency on `FileUtils` from the standard library so that users do
|
583
|
+
not get false positives where their code relies on it but they are not
|
584
|
+
requiring it. (Sam Phippen, #1565)
|
585
|
+
|
586
|
+
Bug Fixes:
|
587
|
+
|
588
|
+
* Fix rake task `t.pattern =` option so that it does not run all specs
|
589
|
+
when it matches no files, by passing along a `--pattern` option to
|
590
|
+
the `rspec` command, rather than resolving the file list and passing
|
591
|
+
along the files individually. (Evgeny Zislis, #1653)
|
592
|
+
* Fix rake task default pattern so that it follows symlinks properly.
|
593
|
+
(Myron Marston, #1672)
|
594
|
+
* Fix default pattern used with `rspec` command so that it follows
|
595
|
+
symlinks properly. (Myron Marston, #1672)
|
596
|
+
* Change how we assign constant names to example group classes so that
|
597
|
+
it avoids a problem with `describe "Core"`. (Daniela Wellisz, #1679)
|
598
|
+
* Handle rendering exceptions that have a different encoding than that
|
599
|
+
of their original source file. (Jon Rowe, #1681)
|
600
|
+
* Allow access to message_lines without colour for failed examples even
|
601
|
+
when they're part of a shared example group. (tomykaira, #1689)
|
602
|
+
|
603
|
+
### 3.0.4 / 2014-08-14
|
604
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.3...v3.0.4)
|
605
|
+
|
606
|
+
Bug Fixes:
|
607
|
+
|
608
|
+
* Fix processing order of CLI options so that if `config.files_to_run`
|
609
|
+
is accessed from a file loaded by `--require`, `--pattern` is still
|
610
|
+
applied. (Myron Marston, #1652)
|
611
|
+
* Fix `config.pattern=` so that it still takes affect even if
|
612
|
+
`config.files_to_run` has already been accessed. (Myron Marston, #1652)
|
613
|
+
|
614
|
+
### 3.0.3 / 2014-07-21
|
615
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.2...v3.0.3)
|
616
|
+
|
617
|
+
Bug Fixes:
|
618
|
+
|
619
|
+
* Properly convert both parts of a description into strings before
|
620
|
+
concatenation. (@nicklink483, #1636)
|
621
|
+
* Exclude the working directory when figuring out folders to ignore.
|
622
|
+
(Jon Rowe, Myron Marston, #1616)
|
623
|
+
* Allow `::RSpec::Core::Notifications::FailedExampleNotification#message_lines`
|
624
|
+
to be accessed without a colouriser. (@tomykaira, #1637)
|
625
|
+
|
626
|
+
### 3.0.2 / 2014-06-19
|
627
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.1...v3.0.2)
|
628
|
+
|
629
|
+
Bug Fixes:
|
630
|
+
|
631
|
+
* Fix regression in CLI option handling that prevented `--tag slow`
|
632
|
+
passed at the command line from overriding `--tag ~slow` in `.rspec`.
|
633
|
+
(Colin Jones, #1602)
|
634
|
+
* Fix metadata `:example_group` deprecation warning so that it gets
|
635
|
+
issued at the call site of the configuration that specified it as
|
636
|
+
a filter rather than later when an example group is defined.
|
637
|
+
(Myron Marston, #1562)
|
638
|
+
* Make the line that is printed when a shared example group fails indicating
|
639
|
+
where the concrete example group is white, separating it from the stack trace
|
640
|
+
that is produced for the failure. (Sam Phippen, Jon Rowe, #1606)
|
641
|
+
|
642
|
+
### 3.0.1 / 2014-06-12
|
643
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.0...v3.0.1)
|
644
|
+
|
645
|
+
Bug Fixes:
|
646
|
+
|
647
|
+
* Fix a couple ruby warnings caused by rspec-core when loaded.
|
648
|
+
(Prem Sichanugrist, #1584)
|
649
|
+
* Example groups named `Config` will no longer cause a Ruby warning to be
|
650
|
+
issued. (Jimmy Cuadra, #1580)
|
651
|
+
|
652
|
+
### 3.0.0 / 2014-06-01
|
653
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.0.rc1...v3.0.0)
|
654
|
+
|
655
|
+
Bug Fixes:
|
656
|
+
|
657
|
+
* Fix `BaseTextFormatter` so that it does not re-close a closed output
|
658
|
+
stream. (Myron Marston)
|
659
|
+
* Fix regression in metadata that caused the metadata hash of a top-level
|
660
|
+
example group to have a `:parent_example_group` key even though it has
|
661
|
+
no parent example group. (Myron Marston)
|
662
|
+
|
663
|
+
Enhancements:
|
664
|
+
|
665
|
+
* Alter the default `spec_helper.rb` to no longer recommend
|
666
|
+
`config.full_backtrace = true` see #1536 for discussion. (Jon Rowe)
|
667
|
+
|
668
|
+
### 3.0.0.rc1 / 2014-05-18
|
669
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.0.beta2...v3.0.0.rc1)
|
670
|
+
|
671
|
+
Breaking Changes for 3.0.0:
|
672
|
+
|
673
|
+
* Change `described_class` so that in a nested group like `describe
|
674
|
+
MyClass`, it returns `MyClass` rather than the outer group's described
|
675
|
+
class. (Myron Marston)
|
676
|
+
* Refactor filter manager so that it no longer subclasses Hash and has a
|
677
|
+
tighter, more domain-specific interface. (Sergey Pchelincev)
|
678
|
+
* Remove legacy colours definitions from `BaseTextFormatter`. (Jon Rowe)
|
679
|
+
* Remove console color definitions from `BaseTextFormatter`. (Jon Rowe)
|
680
|
+
* Restructure example group metadata so that the computed keys are
|
681
|
+
exposed directly off of the metadata hash rather than being on
|
682
|
+
a nested `:example_group` subhash. In addition, the parent example
|
683
|
+
group metadata is now available as `[:parent_example_group]` rather
|
684
|
+
than `[:example_group][:example_group]`. Deprecated access via the
|
685
|
+
old key structure is still provided. (Myron Marston)
|
686
|
+
* Remove `:describes` metadata key. It duplicates `:described_class`
|
687
|
+
for no good reason. Deprecated access via `:describes` is still
|
688
|
+
provided. (Myron Marston)
|
689
|
+
* Rename `:example_group_block` metadata key to `:block`.
|
690
|
+
(Myron Marston)
|
691
|
+
* Remove deprecated `RSpec::Core::Example#options`. (Myron Marston)
|
692
|
+
* Move `BaseTextFormatter#colorize_summary` to `SummaryNotification#colorize_with`
|
693
|
+
(Jon Rowe).
|
694
|
+
* `describe some_hash` treated `some_hash` as metadata in RSpec 2.x but
|
695
|
+
will treat it as the described object in RSpec 3.0. Metadata must
|
696
|
+
always come after the description args. (Myron Marston)
|
697
|
+
* Remove deprecated `display_name` alias of `ExampleGroup.description`.
|
698
|
+
(Myron Marston)
|
699
|
+
* Remove deprecated `describes` alias of `ExampleGroup.described_class`.
|
700
|
+
(Myron Marston)
|
701
|
+
* Remove deprecated `RSpec::Core::ExampleGroup.alias_it_behaves_like_to`.
|
702
|
+
Use `RSpec::Core::Configuration#alias_it_behaves_like_to` instead.
|
703
|
+
(Myron Marston)
|
704
|
+
* Remove deprecated `RSpec::Core::ExampleGroup.alias_example_to`.
|
705
|
+
Use `RSpec::Core::Configuration#alias_example_to` instead.
|
706
|
+
(Myron Marston)
|
707
|
+
* Removed `focused` example alias and change example/group aliases
|
708
|
+
`fit`, `focus`, `fcontext` and `fdescribe` to no longer include
|
709
|
+
`:focused => true` metadata. They only contain `:focus => true`
|
710
|
+
metadata now. This means that you will need to filter them with
|
711
|
+
`filter_run :focus`, not `filter_run :focused`. (Myron Marston)
|
712
|
+
* Remove `--line-number` filtering. It's semantically dubious since it's
|
713
|
+
a global filter (potentially applied to multiple files) but there's no
|
714
|
+
meaningful connection between the same line number in multiple files.
|
715
|
+
Instead use the `rspec path/to/spec.rb:23:46` form, which is terser
|
716
|
+
and makes more sense as it is scoped to a file. (Myron Marston)
|
717
|
+
* Remove `--default_path` as an alias for `--default-path`. (Jon Rowe)
|
718
|
+
* Remove deprecated `share_examples_for`. There's still
|
719
|
+
`shared_examples` and `shared_examples_for`. (Myron Marston)
|
720
|
+
* Rename `RSpec::Core::Configuration#warnings` to
|
721
|
+
`RSpec::Core::Configuration#warnings?` since it's a boolean flag.
|
722
|
+
(Myron Marston)
|
723
|
+
* RSpec's global state is no longer reset after a spec run. This gives
|
724
|
+
more flexibility to alternate runners to decide when and if they
|
725
|
+
want the state reset. Alternate runners are now responsible for
|
726
|
+
calling this (or doing a similar reset) if they are going to run
|
727
|
+
the spec suite multiple times in the same process. (Sam Phippen)
|
728
|
+
* Merge `RSpec::Core::CommandLine` (never formally declared public)
|
729
|
+
into `RSpec::Core::Runner`. (Myron Marston)
|
730
|
+
* Remove `color_enabled` as an alias of `color`. (Jon Rowe)
|
731
|
+
* Remove `backtrace_cleaner` as an alias of `backtrace_formatter`. (Jon Rowe)
|
732
|
+
* Remove `filename_pattern` as an alias of `pattern`. (Jon Rowe)
|
733
|
+
* Extract support for legacy formatters to `rspec-legacy_formatters`. (Jon Rowe)
|
734
|
+
* `RSpec::Configuration#formatters` now returns a dup to prevent mutation. (Jon Rowe)
|
735
|
+
* Replace `stdlib` as an available expectation framework with `test_unit` and
|
736
|
+
`minitest`. (Aaron Kromer)
|
737
|
+
* Remove backtrace formatting helpers from `BaseTextFormatter`. (Jon Rowe)
|
738
|
+
* Extract profiler support to `ProfileFormatter` and `ProfileNotification`.
|
739
|
+
Formatters should implement `dump_profile` if they wish to respond to `--profile`.
|
740
|
+
(Jon Rowe)
|
741
|
+
* Extract remaining formatter state to reporter and notifications. Introduce
|
742
|
+
`ExamplesNotification` to share information about examples that was previously
|
743
|
+
held in `BaseFormatter`. (Jon Rowe)
|
744
|
+
|
745
|
+
Enhancements:
|
746
|
+
|
747
|
+
* Add `config.default_formatter` attribute, which can be used to set a
|
748
|
+
formatter which will only be used if no other formatter is set
|
749
|
+
(e.g. via `--formatter`). (Myron Marston)
|
750
|
+
* Support legacy colour definitions in `LegacyFormatterAdaptor`. (Jon Rowe)
|
751
|
+
* Migrate `execution_result` (exposed by metadata) from a hash to a
|
752
|
+
first-class object with appropriate attributes. `status` is now
|
753
|
+
stored and returned as a symbol rather than a string. It retains
|
754
|
+
deprecated hash behavior for backwards compatibility. (Myron Marston)
|
755
|
+
* Provide console code helper for formatters. (Jon Rowe)
|
756
|
+
* Use raw ruby hashes for the metadata hashes rather than a subclass of
|
757
|
+
a hash. Computed metadata entries are now computed in advance rather
|
758
|
+
than being done lazily on first access. (Myron Marston)
|
759
|
+
* Add `:block` metadata entry to the example metadata, bringing
|
760
|
+
parity with `:block` in the example group metadata. (Myron Marston)
|
761
|
+
* Add `fspecify` and `fexample` as aliases of `specify` and `example`
|
762
|
+
with `:focus => true` metadata for parity with `fit`. (Myron Marston)
|
763
|
+
* Add legacy support for `colorize_summary`. (Jon Rowe)
|
764
|
+
* Restructure runner so it can be more easily customized in a subclass
|
765
|
+
for an alternate runner. (Ben Hoskings)
|
766
|
+
* Document `RSpec::Core::ConfigurationOptions` as an officially
|
767
|
+
supported public API. (Myron Marston)
|
768
|
+
* Add `--deprecation-out` CLI option which directs deprecation warnings
|
769
|
+
to the named file. (Myron Marston)
|
770
|
+
* Minitest 5 compatability for `expect_with :stdlib` (now available as
|
771
|
+
`expect_with :minitest`). (Xavier Shay)
|
772
|
+
* Reporter now notifies formatters of the load time of RSpec and your
|
773
|
+
specs via `StartNotification` and `SummaryNotification`. (Jon Rowe)
|
774
|
+
* Add `disable_monkey_patching!` config option that disables all monkey
|
775
|
+
patching from whatever pieces of RSpec you use. (Alexey Fedorov)
|
776
|
+
* Add `Pathname` support for setting all output streams. (Aaron Kromer)
|
777
|
+
* Add `config.define_derived_metadata`, which can be used to apply
|
778
|
+
additional metadata to all groups or examples that match a given
|
779
|
+
filter. (Myron Marston)
|
780
|
+
* Provide formatted and colorized backtraces via `FailedExampleNotification`
|
781
|
+
and send `PendingExampleFixedNotifications` when the error is due to a
|
782
|
+
passing spec you expect to fail. (Jon Rowe)
|
783
|
+
* Add `dump_profile` to formatter API to allow formatters to implement
|
784
|
+
support for `--profile`. (Jon Rowe)
|
785
|
+
* Allow colourising text via `ConsoleCodes` with RSpec 'states'
|
786
|
+
(e.g. `:success`, `:failure`) rather than direct colour codes. (Jon Rowe)
|
787
|
+
* Expose `fully_formatted` methods off the formatter notification objects
|
788
|
+
that make it easy for a custom formatter to produce formatted output
|
789
|
+
like rspec-core's. (Myron Marston)
|
790
|
+
|
791
|
+
Bug Fixes:
|
792
|
+
|
793
|
+
* Fix `spec_helper.rb` file generated by `rspec --init` so that the
|
794
|
+
recommended settings correctly use the documentation formatter
|
795
|
+
when running one file. (Myron Marston)
|
796
|
+
* Fix ordering problem where descriptions were generated after
|
797
|
+
tearing down mocks, which resulted in unexpected exceptions.
|
798
|
+
(Bradley Schaefer, Aaron Kromer, Andrey Savchenko)
|
799
|
+
* Allow a symbol to be used as an implicit subject (e.g. `describe
|
800
|
+
:foo`). (Myron Marston)
|
801
|
+
* Prevent creating an isolated context (i.e. using `RSpec.describe`) when
|
802
|
+
already inside a context. There is no reason to do this, and it could
|
803
|
+
potentially cause unexpected bugs. (Xavier Shay)
|
804
|
+
* Fix shared example group scoping so that when two shared example
|
805
|
+
groups share the same name at different levels of nested contexts,
|
806
|
+
the one in the nearest context is used. (Myron Marston)
|
807
|
+
* Fix `--warnings` option so that it enables warnings immediately so
|
808
|
+
that it applies to files loaded by `--require`. (Myron Marston)
|
809
|
+
* Issue a warning when you set `config.deprecation_stream` too late for
|
810
|
+
it to take effect because the reporter has already been setup. (Myron Marston)
|
811
|
+
* Add the full `RSpec::Core::Example` interface to the argument yielded
|
812
|
+
to `around` hooks. (Myron Marston)
|
813
|
+
* Line number always takes precendence when running specs with filters.
|
814
|
+
(Xavier Shay)
|
815
|
+
* Ensure :if and :unless metadata filters are treated as a special case
|
816
|
+
and are always in-effect. (Bradley Schaefer)
|
817
|
+
* Ensure the currently running installation of RSpec is used when
|
818
|
+
the rake task shells out to `rspec`, even if a newer version is also
|
819
|
+
installed. (Postmodern)
|
820
|
+
* Using a legacy formatter as default no longer causes an infinite loop.
|
821
|
+
(Xavier Shay)
|
822
|
+
|
823
|
+
### 3.0.0.beta2 / 2014-02-17
|
824
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.0.beta1...v3.0.0.beta2)
|
825
|
+
|
826
|
+
Breaking Changes for 3.0.0:
|
827
|
+
|
828
|
+
* Make `mock_with` option more strict. Strings are no longer supported
|
829
|
+
(e.g. `mock_with "mocha"`) -- use a symbol instead. Also, unrecognized
|
830
|
+
values will now result in an error rather than falling back to the
|
831
|
+
null mocking adapter. If you want to use the null mocking adapter,
|
832
|
+
use `mock_with :nothing` (as has been documented for a long time).
|
833
|
+
(Myron Marston)
|
834
|
+
* Remove support for overriding RSpec's built-in `:if` and `:unless`
|
835
|
+
filters. (Ashish Dixit)
|
836
|
+
* Custom formatters are now required to call
|
837
|
+
`RSpec::Core::Formatters.register(formatter_class, *notifications)`
|
838
|
+
where `notifications` is the list of events the formatter wishes to
|
839
|
+
be notified about. Notifications are handled by methods matching the
|
840
|
+
names on formatters. This allows us to add or remove notifications
|
841
|
+
without breaking existing formatters. (Jon Rowe)
|
842
|
+
* Change arguments passed to formatters. Rather than passing multiple
|
843
|
+
arguments (which limits are ability to add additional arguments as
|
844
|
+
doing so would break existing formatters), we now pass a notification
|
845
|
+
value object that exposes the same data via attributes. This will
|
846
|
+
allow us to add new bits of data to a notification event without
|
847
|
+
breaking existing formatters. (Jon Rowe)
|
848
|
+
* Remove support for deprecated `:alias` option for
|
849
|
+
`RSpec.configuration.add_setting`. (Myron Marston)
|
850
|
+
* Remove support for deprecated `RSpec.configuration.requires = [...]`.
|
851
|
+
(Myron Marston)
|
852
|
+
* Remove support for deprecated `--formatter` CLI option. (Myron Marston)
|
853
|
+
* Remove support for deprecated `--configure` CLI option. (Myron Marston)
|
854
|
+
* Remove support for deprecated `RSpec::Core::RakeTask#spec_opts=`.
|
855
|
+
(Myron Marston)
|
856
|
+
* An example group level `pending` block or `:pending` metadata now executes
|
857
|
+
the example and cause a failure if it passes, otherwise it will be pending if
|
858
|
+
it fails. The old "never run" behaviour is still used for `xexample`, `xit`,
|
859
|
+
and `xspecify`, or via a new `skip` method or `:skip` metadata option.
|
860
|
+
(Xavier Shay)
|
861
|
+
* After calling `pending` inside an example, the remainder of the example will
|
862
|
+
now be run. If it passes a failure is raised, otherwise the example is marked
|
863
|
+
pending. The old "never run" behaviour is provided a by a new `skip` method.
|
864
|
+
(Xavier Shay)
|
865
|
+
* Pending blocks inside an example have been removed as a feature with no
|
866
|
+
direct replacement. Use `skip` or `pending` without a block. (Xavier Shay)
|
867
|
+
* Pending statement is no longer allowed in `before(:all)` hooks. Use `skip`
|
868
|
+
instead. (Xavier Shay)
|
869
|
+
* Remove `show_failures_in_pending_blocks` configuration option. (Xavier Shay)
|
870
|
+
* Remove support for specifying the documentation formatter using
|
871
|
+
's', 'n', 'spec' or 'nested'. (Jon Rowe)
|
872
|
+
|
873
|
+
Enhancements:
|
874
|
+
|
875
|
+
* Add example run time to JSON formatter output. (Karthik Kastury)
|
876
|
+
* Add more suggested settings to the files generated by
|
877
|
+
`rspec --init`. (Myron Marston)
|
878
|
+
* Add `config.alias_example_group_to`, which can be used to define a
|
879
|
+
new method that defines an example group with the provided metadata.
|
880
|
+
(Michi Huber)
|
881
|
+
* Add `xdescribe` and `xcontext` as shortcuts to skip an example group.
|
882
|
+
(Myron Marston)
|
883
|
+
* Add `fdescribe` and `fcontext` as shortcuts to focus an example group.
|
884
|
+
(Myron Marston)
|
885
|
+
* Don't autorun specs via `#at_exit` by default. `require 'rspec/autorun'`
|
886
|
+
is only needed when running specs via `ruby`, as it always has been.
|
887
|
+
Running specs via `rake` or `rspec` are both unaffected. (Ben Hoskings)
|
888
|
+
* Add `expose_dsl_globally` config option, defaulting to true. When disabled
|
889
|
+
it will remove the monkey patches rspec-core adds to `main` and `Module`
|
890
|
+
(e.g. `describe`, `shared_examples_for`, etc). (Jon Rowe)
|
891
|
+
* Expose RSpec DSL entry point methods (`describe`,
|
892
|
+
`shared_examples_for`, etc) on the `RSpec` constant. Intended for use
|
893
|
+
when `expose_dsl_globally` is set to `false`. (Jon Rowe)
|
894
|
+
* For consistency, expose all example group aliases (including
|
895
|
+
`context`) on the `RSpec` constant. If `expose_dsl_globally` is set to
|
896
|
+
`true`, also expose them on `main` and `Module`. Historically, only `describe`
|
897
|
+
was exposed. (Jon Rowe, Michi Huber)
|
898
|
+
* Add hook scope `:example` as an alias for `:each`, and `:context` as an alias
|
899
|
+
for `:all`. (John Feminella)
|
900
|
+
|
901
|
+
Bug Fixes:
|
902
|
+
|
903
|
+
* Fix failure (undefined method `path`) in end-of-run summary
|
904
|
+
when `raise_errors_for_deprecations!` is configured. (Myron Marston)
|
905
|
+
* Issue error when attempting to use `-i` or `--I` on command line,
|
906
|
+
too close to `-I` to be considered short hand for `--init`. (Jon Rowe)
|
907
|
+
* Prevent adding formatters to an output target if the same
|
908
|
+
formatter has already been added to that output. (Alex Peattie)
|
909
|
+
* Allow a matcher-generated example description to be used when
|
910
|
+
the example is pending. (Myron Marston)
|
911
|
+
* Ensure the configured `failure_exit_code` is used by the rake
|
912
|
+
task when there is a failure. (Jon Rowe)
|
913
|
+
* Restore behaviour whereby system exclusion filters take priority over working
|
914
|
+
directory (was broken in beta1). (Jon Rowe)
|
915
|
+
* Prevent RSpec mangling file names that have substrings containing `line_number`
|
916
|
+
or `default_path`. (Matijs van Zuijlen)
|
917
|
+
* Fix failure line detection so that it handles relative file paths
|
918
|
+
(which can happen when running specs through `ruby` using `rspec/autorun`).
|
919
|
+
(Myron Marston, #1829)
|
920
|
+
|
921
|
+
### 3.0.0.beta1 / 2013-11-07
|
922
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.99.1...v3.0.0.beta1)
|
923
|
+
|
924
|
+
Breaking Changes for 3.0.0:
|
925
|
+
|
926
|
+
* Remove explicit support for 1.8.6. (Jon Rowe)
|
927
|
+
* Remove `RSpec::Core::ExampleGroup#example` and
|
928
|
+
`RSpec::Core::ExampleGroup#running_example` methods. If you need
|
929
|
+
access to the example (e.g. to get its metadata), use a block arg
|
930
|
+
instead. (David Chelimsky)
|
931
|
+
* Remove `TextMateFormatter`, it has been moved to `rspec-tmbundle`.
|
932
|
+
(Aaron Kromer)
|
933
|
+
* Remove RCov integration. (Jon Rowe)
|
934
|
+
* Remove deprecated support for RSpec 1 constructs (Myron Marston):
|
935
|
+
* The `Spec` and `Rspec` constants (rather than `RSpec`).
|
936
|
+
* `Spec::Runner.configure` rather than `RSpec.configure`.
|
937
|
+
* `Rake::SpecTask` rather than `RSpec::Core::RakeTask`.
|
938
|
+
* Remove deprecated support for `share_as`. (Myron Marston)
|
939
|
+
* Remove `--debug` option (and corresponding option on
|
940
|
+
`RSpec::Core::Configuration`). Instead, use `-r<debugger gem name>` to
|
941
|
+
load whichever debugger gem you wish to use (e.g. `ruby-debug`,
|
942
|
+
`debugger`, or `pry`). (Myron Marston)
|
943
|
+
* Extract Autotest support to a seperate gem. (Jon Rowe)
|
944
|
+
* Raise an error when a `let` or `subject` declaration is
|
945
|
+
accessed in a `before(:all)` or `after(:all)` hook. (Myron Marston)
|
946
|
+
* Extract `its` support to a separate gem. (Peter Alfvin)
|
947
|
+
* Disallow use of a shared example group from sibling contexts, making them
|
948
|
+
fully isolated. 2.14 and 2.99 allowed this but printed a deprecation warning.
|
949
|
+
(Jon Rowe)
|
950
|
+
* Remove `RSpec::Core::Configuration#output` and
|
951
|
+
`RSpec::Core::Configuration#out` aliases of
|
952
|
+
`RSpec::Core::Configuration#output_stream`. (Myron Marston)
|
953
|
+
* Remove legacy ordering APIs deprecated in 2.99.0.beta1. (Myron
|
954
|
+
Marston)
|
955
|
+
|
956
|
+
Enhancements:
|
957
|
+
|
958
|
+
* Replace unmaintained syntax gem with coderay gem. (Xavier Shay)
|
959
|
+
* Times in profile output are now bold instead of `failure_color`.
|
960
|
+
(Matthew Boedicker)
|
961
|
+
* Add `--no-fail-fast` command line option. (Gonzalo Rodríguez-Baltanás Díaz)
|
962
|
+
* Runner now considers the local system ip address when running under Drb.
|
963
|
+
(Adrian CB)
|
964
|
+
* JsonFormatter now includes `--profile` information. (Alex / @MasterLambaster)
|
965
|
+
* Always treat symbols passed as metadata args as hash
|
966
|
+
keys with true values. RSpec 2 supported this with the
|
967
|
+
`treat_symbols_as_metadata_keys_with_true_values` but
|
968
|
+
now this behavior is always enabled. (Myron Marston)
|
969
|
+
* Add `--dry-run` option, which prints the formatter output
|
970
|
+
of your suite without running any examples or hooks.
|
971
|
+
(Thomas Stratmann, Myron Marston)
|
972
|
+
* Document the configuration options and default values in the `spec_helper.rb`
|
973
|
+
file that is generated by RSpec. (Parker Selbert)
|
974
|
+
* Give generated example group classes a friendly name derived
|
975
|
+
from the docstring, rather than something like "Nested_2".
|
976
|
+
(Myron Marston)
|
977
|
+
* Avoid affecting randomization of user code when shuffling
|
978
|
+
examples so that users can count on their own seeds
|
979
|
+
working. (Travis Herrick)
|
980
|
+
* Ordering is no longer a single global property of the test suite.
|
981
|
+
Each group can pick an ordering using `:order` metadata. (Andy
|
982
|
+
Lindeman, Sam Phippen, Myron Marston)
|
983
|
+
* Allow named custom ordering strategies to be registered, which can
|
984
|
+
then be used on individual example groups. (Andy Lindeman, Sam
|
985
|
+
Phippen, Myron Marston)
|
986
|
+
|
987
|
+
Deprecations:
|
988
|
+
|
989
|
+
* `treat_symbols_as_metadata_keys_with_true_values` is deprecated and no
|
990
|
+
longer has an affect now that the behavior it enabled is always
|
991
|
+
enabled. (Myron Marston)
|
992
|
+
|
993
|
+
### 2.99.2 / 2014-08-19
|
994
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.99.1...v2.99.2)
|
995
|
+
|
996
|
+
Enhancements:
|
997
|
+
|
998
|
+
* Improve deprecation warning for RSpec 3 change in `describe <a symbol>`
|
999
|
+
behavior. (Jon Rowe, #1667)
|
1000
|
+
|
1001
|
+
### 2.99.1 / 2014-06-19
|
1002
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.99.0...v2.99.1)
|
1003
|
+
|
1004
|
+
Bug Fixes:
|
1005
|
+
|
1006
|
+
* Add missing deprecation warning for when `RSpec::Core::Runner` is used
|
1007
|
+
multiple times in the same process. In 2.x RSpec's global state was
|
1008
|
+
automatically cleared between runs but in 3.0 you need to call `RSpec.reset`
|
1009
|
+
manually in these situations. (Sam Phippen, #1587)
|
1010
|
+
* Prevent deprecation being accidentally issues when doubles used with `be_`
|
1011
|
+
matchers due to automatically generated descriptions. (Jon Rowe, #1573)
|
1012
|
+
* Load `rspec/core` when loading `rspec/core/rake_task` to ensure we can
|
1013
|
+
issue deprecations correctly. (Jon Rowe, #1612)
|
1014
|
+
|
1015
|
+
### 2.99.0 / 2014-06-01
|
1016
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.99.0.rc1...v2.99.0)
|
1017
|
+
|
1018
|
+
Bug Fixes:
|
1019
|
+
|
1020
|
+
* Fix `BaseTextFormatter` so that it does not re-close a closed output
|
1021
|
+
stream. (Myron Marston)
|
1022
|
+
* Use `RSpec::Configuration#backtrace_exclusion_patterns` rather than the
|
1023
|
+
deprecated `RSpec::Configuration#backtrace_clean_patterns` when mocking
|
1024
|
+
with rr. (David Dollar)
|
1025
|
+
|
1026
|
+
### 2.99.0.rc1 / 2014-05-18
|
1027
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.99.0.beta2...v2.99.0.rc1)
|
1028
|
+
|
1029
|
+
Enhancements:
|
1030
|
+
|
1031
|
+
* Add `--deprecation-out` CLI option which directs deprecation warnings
|
1032
|
+
to the named file. (Myron Marston)
|
1033
|
+
* Backport support for `skip` in metadata to skip execution of an example.
|
1034
|
+
(Xavier Shay, #1472)
|
1035
|
+
* Add `Pathname` support for setting all output streams. (Aaron Kromer)
|
1036
|
+
* Add `test_unit` and `minitest` expectation frameworks. (Aaron Kromer)
|
1037
|
+
|
1038
|
+
Deprecations:
|
1039
|
+
|
1040
|
+
* Deprecate `RSpec::Core::Pending::PendingDeclaredInExample`, use
|
1041
|
+
`SkipDeclaredInExample` instead. (Xavier Shay)
|
1042
|
+
* Issue a deprecation when `described_class` is accessed from within
|
1043
|
+
a nested `describe <SomeClass>` example group, since `described_class`
|
1044
|
+
will return the innermost described class in RSpec 3 rather than the
|
1045
|
+
outermost described class, as it behaved in RSpec 2. (Myron Marston)
|
1046
|
+
* Deprecate `RSpec::Core::FilterManager::DEFAULT_EXCLUSIONS`,
|
1047
|
+
`RSpec::Core::FilterManager::STANDALONE_FILTERS` and use of
|
1048
|
+
`#empty_without_conditional_filters?` on those filters. (Sergey Pchelincev)
|
1049
|
+
* Deprecate `RSpec::Core::Example#options` in favor of
|
1050
|
+
`RSpec::Core::Example#metadata`. (Myron Marston)
|
1051
|
+
* Issue warning when passing a symbol or hash to `describe` or `context`
|
1052
|
+
as the first argument. In RSpec 2.x this would be treated as metadata
|
1053
|
+
but in RSpec 3 it'll be treated as the described object. To continue
|
1054
|
+
having it treated as metadata, pass a description before the symbol or
|
1055
|
+
hash. (Myron Marston)
|
1056
|
+
* Deprecate `RSpec::Core::BaseTextFormatter::VT100_COLORS` and
|
1057
|
+
`RSpec::Core::BaseTextFormatter::VT100_COLOR_CODES` in favour
|
1058
|
+
of `RSpec::Core::BaseTextFormatter::ConsoleCodes::VT100_CODES` and
|
1059
|
+
`RSpec::Core::BaseTextFormatter::ConsoleCodes::VT100_CODE_VALUES`.
|
1060
|
+
(Jon Rowe)
|
1061
|
+
* Deprecate `RSpec::Core::ExampleGroup.display_name` in favor of
|
1062
|
+
`RSpec::Core::ExampleGroup.description`. (Myron Marston)
|
1063
|
+
* Deprecate `RSpec::Core::ExampleGroup.describes` in favor of
|
1064
|
+
`RSpec::Core::ExampleGroup.described_class`. (Myron Marston)
|
1065
|
+
* Deprecate `RSpec::Core::ExampleGroup.alias_example_to` in favor of
|
1066
|
+
`RSpec::Core::Configuration#alias_example_to`. (Myron Marston)
|
1067
|
+
* Deprecate `RSpec::Core::ExampleGroup.alias_it_behaves_like_to` in favor
|
1068
|
+
of `RSpec::Core::Configuration#alias_it_behaves_like_to`. (Myron Marston)
|
1069
|
+
* Deprecate `RSpec::Core::ExampleGroup.focused` in favor of
|
1070
|
+
`RSpec::Core::ExampleGroup.focus`. (Myron Marston)
|
1071
|
+
* Add deprecation warning for `config.filter_run :focused` since
|
1072
|
+
example aliases `fit` and `focus` will no longer include
|
1073
|
+
`:focused` metadata but will continue to include `:focus`. (Myron Marston)
|
1074
|
+
* Deprecate filtering by `:line_number` (e.g. `--line-number` from the
|
1075
|
+
CLI). Use location filtering instead. (Myron Marston)
|
1076
|
+
* Deprecate `--default_path` as an alternative to `--default-path`. (Jon Rowe)
|
1077
|
+
* Deprecate `RSpec::Core::Configuration#warnings` in favor of
|
1078
|
+
`RSpec::Core::Configuration#warnings?`. (Myron Marston)
|
1079
|
+
* Deprecate `share_examples_for` in favor of `shared_examples_for` or
|
1080
|
+
just `shared_examples`. (Myron Marston)
|
1081
|
+
* Deprecate `RSpec::Core::CommandLine` in favor of
|
1082
|
+
`RSpec::Core::Runner`. (Myron Marston)
|
1083
|
+
* Deprecate `#color_enabled`, `#color_enabled=` and `#color?` in favour of
|
1084
|
+
`#color`, `#color=` and `#color_enabled? output`. (Jon Rowe)
|
1085
|
+
* Deprecate `#filename_pattern` in favour of `#pattern`. (Jon Rowe)
|
1086
|
+
* Deprecate `#backtrace_cleaner` in favour of `#backtrace_formatter`. (Jon Rowe)
|
1087
|
+
* Deprecate mutating `RSpec::Configuration#formatters`. (Jon Rowe)
|
1088
|
+
* Deprecate `stdlib` as an available expectation framework in favour of
|
1089
|
+
`test_unit` and `minitest`. (Aaron Kromer)
|
1090
|
+
|
1091
|
+
Bug Fixes:
|
1092
|
+
|
1093
|
+
* Issue a warning when you set `config.deprecation_stream` too late for
|
1094
|
+
it to take effect because the reporter has already been setup. (Myron Marston)
|
1095
|
+
* `skip` with a block should not execute the block. (Xavier Shay)
|
1096
|
+
|
1097
|
+
### 2.99.0.beta2 / 2014-02-17
|
1098
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.99.0.beta1...v2.99.0.beta2)
|
1099
|
+
|
1100
|
+
Enhancements:
|
1101
|
+
|
1102
|
+
* Add `is_expected` for one-liners that read well with the
|
1103
|
+
`expect`-based syntax. `is_expected` is simply defined as
|
1104
|
+
`expect(subject)` and can be used in an expression like:
|
1105
|
+
`it { is_expected.to read_well }`. (Myron Marston)
|
1106
|
+
* Backport `skip` from RSpec 3, which acts like `pending` did in RSpec 2
|
1107
|
+
when not given a block, since the behavior of `pending` is changing in
|
1108
|
+
RSpec 3. (Xavier Shay)
|
1109
|
+
|
1110
|
+
Deprecations:
|
1111
|
+
|
1112
|
+
* Deprecate inexact `mock_with` config options. RSpec 3 will only support
|
1113
|
+
the exact symbols `:rspec`, `:mocha`, `:flexmock`, `:rr` or `:nothing`
|
1114
|
+
(or any module that implements the adapter interface). RSpec 2 did
|
1115
|
+
fuzzy matching but this will not be supported going forward.
|
1116
|
+
(Myron Marston)
|
1117
|
+
* Deprecate `show_failures_in_pending_blocks` config option. To achieve
|
1118
|
+
the same behavior as the option enabled, you can use a custom
|
1119
|
+
formatter instead. (Xavier Shay)
|
1120
|
+
* Add a deprecation warning for the fact that the behavior of `pending`
|
1121
|
+
is changing in RSpec 3 -- rather than skipping the example (as it did
|
1122
|
+
in 2.x when no block was provided), it will run the example and mark
|
1123
|
+
it as failed if no exception is raised. Use `skip` instead to preserve
|
1124
|
+
the old behavior. (Xavier Shay)
|
1125
|
+
* Deprecate 's', 'n', 'spec' and 'nested' as aliases for documentation
|
1126
|
+
formatter. (Jon Rowe)
|
1127
|
+
* Deprecate `RSpec::Core::Reporter#abort` in favor of
|
1128
|
+
`RSpec::Core::Reporter#finish`. (Jon Rowe)
|
1129
|
+
|
1130
|
+
Bug Fixes:
|
1131
|
+
|
1132
|
+
* Fix failure (undefined method `path`) in end-of-run summary
|
1133
|
+
when `raise_errors_for_deprecations!` is configured. (Myron Marston)
|
1134
|
+
* Fix issue were overridding spec ordering from the command line wasn't
|
1135
|
+
fully recognised interally. (Jon Rowe)
|
1136
|
+
|
1137
|
+
### 2.99.0.beta1 / 2013-11-07
|
1138
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.14.7...v2.99.0.beta1)
|
1139
|
+
|
1140
|
+
Enhancements
|
1141
|
+
|
1142
|
+
* Block-based DSL methods that run in the context of an example
|
1143
|
+
(`it`, `before(:each)`, `after(:each)`, `let` and `subject`)
|
1144
|
+
now yield the example as a block argument. (David Chelimsky)
|
1145
|
+
* Warn when the name of more than one example group is submitted to
|
1146
|
+
`include_examples` and it's aliases. (David Chelimsky)
|
1147
|
+
* Add `expose_current_running_example_as` config option for
|
1148
|
+
use during the upgrade process when external gems use the
|
1149
|
+
deprecated `RSpec::Core::ExampleGroup#example` and
|
1150
|
+
`RSpec::Core::ExampleGroup#running_example` methods. (Myron Marston)
|
1151
|
+
* Limit spamminess of deprecation messages. (Bradley Schaefer, Loren Segal)
|
1152
|
+
* Add `config.raise_errors_for_deprecations!` option, which turns
|
1153
|
+
deprecations warnings into errors to surface the full backtrace
|
1154
|
+
of the call site. (Myron Marston)
|
1155
|
+
|
1156
|
+
Deprecations
|
1157
|
+
|
1158
|
+
* Deprecate `RSpec::Core::ExampleGroup#example` and
|
1159
|
+
`RSpec::Core::ExampleGroup#running_example` methods. If you need
|
1160
|
+
access to the example (e.g. to get its metadata), use a block argument
|
1161
|
+
instead. (David Chelimsky)
|
1162
|
+
* Deprecate use of `autotest/rspec2` in favour of `rspec-autotest`. (Jon Rowe)
|
1163
|
+
* Deprecate RSpec's built-in debugger support. Use a CLI option like
|
1164
|
+
`-rruby-debug` (for the ruby-debug gem) or `-rdebugger` (for the
|
1165
|
+
debugger gem) instead. (Myron Marston)
|
1166
|
+
* Deprecate `RSpec.configuration.treat_symbols_as_metadata_keys_with_true_values = false`.
|
1167
|
+
RSpec 3 will not support having this option set to `false`. (Myron Marston)
|
1168
|
+
* Deprecate accessing a `let` or `subject` declaration in
|
1169
|
+
a `after(:all)` hook. (Myron Marston, Jon Rowe)
|
1170
|
+
* Deprecate built-in `its` usage in favor of `rspec-its` gem due to planned
|
1171
|
+
removal in RSpec 3. (Peter Alfvin)
|
1172
|
+
* Deprecate `RSpec::Core::PendingExampleFixedError` in favor of
|
1173
|
+
`RSpec::Core::Pending::PendingExampleFixedError`. (Myron Marston)
|
1174
|
+
* Deprecate `RSpec::Core::Configuration#out` and
|
1175
|
+
`RSpec::Core::Configuration#output` in favor of
|
1176
|
+
`RSpec::Core::Configuration#output_stream`. (Myron Marston)
|
1177
|
+
* Deprecate legacy ordering APIs.
|
1178
|
+
* You should use `register_ordering(:global)` instead of these:
|
1179
|
+
* `RSpec::Core::Configuration#order_examples`
|
1180
|
+
* `RSpec::Core::Configuration#order_groups`
|
1181
|
+
* `RSpec::Core::Configuration#order_groups_and_examples`
|
1182
|
+
* These are deprecated with no replacement because in RSpec 3
|
1183
|
+
ordering is a property of individual example groups rather than
|
1184
|
+
just a global property of the entire test suite:
|
1185
|
+
* `RSpec::Core::Configuration#order`
|
1186
|
+
* `RSpec::Core::Configuration#randomize?`
|
1187
|
+
* `--order default` is deprecated in favor of `--order defined`
|
1188
|
+
(Myron Marston)
|
1189
|
+
|
1190
|
+
### 2.14.8 / 2014-02-27
|
1191
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.14.7...v2.14.8)
|
1192
|
+
|
1193
|
+
Bug fixes:
|
1194
|
+
|
1195
|
+
* Fix regression with the `textmateformatter` that prevented backtrace links
|
1196
|
+
from being clickable. (Stefan Daschek)
|
1197
|
+
|
1198
|
+
### 2.14.7 / 2013-10-29
|
1199
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.14.6...v2.14.7)
|
1200
|
+
|
1201
|
+
Bug fixes:
|
1202
|
+
|
1203
|
+
* Fix regression in 2.14.6 that broke the Fivemat formatter.
|
1204
|
+
It depended upon either
|
1205
|
+
`example.execution_result[:exception].pending_fixed?` (which
|
1206
|
+
was removed in 2.14.6 to fix an issue with frozen error objects)
|
1207
|
+
or `RSpec::Core::PendingExampleFixedError` (which was renamed
|
1208
|
+
to `RSpec::Core::Pending::PendingExampleFixedError` in 2.8.
|
1209
|
+
This fix makes a constant alias for the old error name.
|
1210
|
+
(Myron Marston)
|
1211
|
+
|
1212
|
+
### 2.14.6 / 2013-10-15
|
1213
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.14.5...v2.14.6)
|
1214
|
+
|
1215
|
+
Bug fixes:
|
1216
|
+
|
1217
|
+
* Format stringified numbers correctly when mathn library is loaded.
|
1218
|
+
(Jay Hayes)
|
1219
|
+
* Fix an issue that prevented the use of frozen error objects. (Lars
|
1220
|
+
Gierth)
|
1221
|
+
|
1222
|
+
### 2.14.5 / 2013-08-13
|
1223
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.14.4...v2.14.5)
|
1224
|
+
|
1225
|
+
Bug fixes:
|
1226
|
+
|
1227
|
+
* Fix a `NoMethodError` that was being raised when there were no shared
|
1228
|
+
examples or contexts declared and `RSpec.world.reset` is invoked.
|
1229
|
+
(thepoho, Jon Rowe, Myron Marston)
|
1230
|
+
* Fix a deprecation warning that was being incorrectly displayed when
|
1231
|
+
`shared_examples` are declared at top level in a `module` scope.
|
1232
|
+
(Jon Rowe)
|
1233
|
+
* Fix after(:all) hooks so consecutive (same context) scopes will run even if
|
1234
|
+
one raises an error. (Jon Rowe, Trejkaz)
|
1235
|
+
* JsonFormatter no longer dies if `dump_profile` isn't defined (Alex / @MasterLambaster, Jon Rowe)
|
1236
|
+
|
1237
|
+
### 2.14.4 / 2013-07-21
|
1238
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.14.3...v2.14.4)
|
1239
|
+
|
1240
|
+
Bug fixes
|
1241
|
+
|
1242
|
+
* Fix regression in 2.14: ensure configured requires (via `-r` option)
|
1243
|
+
are loaded before spec files are loaded. This allows the spec files
|
1244
|
+
to programatically change the file pattern (Jon Rowe).
|
1245
|
+
* Autoload `RSpec::Mocks` and `RSpec::Expectations` when referenced if
|
1246
|
+
they are not already loaded (`RSpec::Matches` has been autoloaded
|
1247
|
+
for a while). In the `rspec` gem, we changed it recently to stop
|
1248
|
+
loading `rspec/mocks` and `rspec/expectations` by default, as some
|
1249
|
+
users reported problems where they were intending to use mocha,
|
1250
|
+
not rspec-mocks, but rspec-mocks was loaded and causing a conflict.
|
1251
|
+
rspec-core loads mocks and expectations at the appropriate time, so
|
1252
|
+
it seemed like a safe change -- but caused a problem for some authors
|
1253
|
+
of libraries that integrate with RSpec. This fixes that problem.
|
1254
|
+
(Myron Marston)
|
1255
|
+
* Gracefully handle a command like `rspec --profile path/to/spec.rb`:
|
1256
|
+
the `path/to/spec.rb` arg was being wrongly treated as the `profile`
|
1257
|
+
integer arg, which got cast `0` using `to_i`, causing no profiled
|
1258
|
+
examples to be printed. (Jon Rowe)
|
1259
|
+
|
1260
|
+
### 2.14.3 / 2013-07-13
|
1261
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.14.2...v2.14.3)
|
1262
|
+
|
1263
|
+
Bug fixes
|
1264
|
+
|
1265
|
+
* Fix deprecation notices issued from `RSpec::Core::RakeTask` so
|
1266
|
+
that they work properly when all of rspec-core is not loaded.
|
1267
|
+
(This was a regression in 2.14) (Jon Rowe)
|
1268
|
+
|
1269
|
+
### 2.14.2 / 2013-07-09
|
1270
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.14.1...v2.14.2)
|
1271
|
+
|
1272
|
+
Bug fixes
|
1273
|
+
|
1274
|
+
* Fix regression caused by 2.14.1 release: formatters that
|
1275
|
+
report that they `respond_to?` a notification, but had
|
1276
|
+
no corresponding method would raise an error when registered.
|
1277
|
+
The new fix is to just implement `start` on the deprecation
|
1278
|
+
formatter to fix the original JRuby/ruby-debug issue.
|
1279
|
+
(Jon Rowe)
|
1280
|
+
|
1281
|
+
### 2.14.1 / 2013-07-08
|
1282
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.14.0...v2.14.1)
|
1283
|
+
|
1284
|
+
Bug fixes
|
1285
|
+
|
1286
|
+
* Address deprecation formatter failure when using `ruby-debug` on
|
1287
|
+
JRuby: fix `RSpec::Core::Reporter` to not send a notification
|
1288
|
+
when the formatter's implementation of the notification method
|
1289
|
+
comes from `Kernel` (Alex Portnov, Jon Rowe).
|
1290
|
+
|
1291
|
+
### 2.14.0 / 2013-07-06
|
1292
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.14.0.rc1...v2.14.0)
|
1293
|
+
|
1294
|
+
Enhancements
|
1295
|
+
|
1296
|
+
* Apply focus to examples defined with `fit` (equivalent of
|
1297
|
+
`it "description", focus: true`) (Michael de Silva)
|
1298
|
+
|
1299
|
+
Bug fix
|
1300
|
+
|
1301
|
+
* Ensure methods defined by `let` take precedence over others
|
1302
|
+
when there is a name collision (e.g. from an included module).
|
1303
|
+
(Jon Rowe, Andy Lindeman and Myron Marston)
|
1304
|
+
|
1305
|
+
### 2.14.0.rc1 / 2013-05-27
|
1306
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.13.1...v2.14.0.rc1)
|
1307
|
+
|
1308
|
+
Enhancements
|
1309
|
+
|
1310
|
+
* Improved Windows detection inside Git Bash, for better `--color` handling.
|
1311
|
+
* Add profiling of the slowest example groups to `--profile` option.
|
1312
|
+
The output is sorted by the slowest average example groups.
|
1313
|
+
* Don't show slow examples if there's a failure and both `--fail-fast`
|
1314
|
+
and `--profile` options are used (Paweł Gościcki).
|
1315
|
+
* Rather than always adding `spec` to the load path, add the configured
|
1316
|
+
`--default-path` to the load path (which defaults to `spec`). This
|
1317
|
+
better supports folks who choose to put their specs in a different
|
1318
|
+
directory (John Feminella).
|
1319
|
+
* Add some logic to test time duration precision. Make it a
|
1320
|
+
function of time, dropping precision as the time increases. (Aaron Kromer)
|
1321
|
+
* Add new `backtrace_inclusion_patterns` config option. Backtrace lines
|
1322
|
+
that match one of these patterns will _always_ be included in the
|
1323
|
+
backtrace, even if they match an exclusion pattern, too (Sam Phippen).
|
1324
|
+
* Support ERB trim mode using the `-` when parsing `.rspec` as ERB
|
1325
|
+
(Gabor Garami).
|
1326
|
+
* Give a better error message when let and subject are called without a block.
|
1327
|
+
(Sam Phippen).
|
1328
|
+
* List the precedence of `.rspec-local` in the configuration documentation
|
1329
|
+
(Sam Phippen)
|
1330
|
+
* Support `{a,b}` shell expansion syntax in `--pattern` option
|
1331
|
+
(Konstantin Haase).
|
1332
|
+
* Add cucumber documentation for --require command line option
|
1333
|
+
(Bradley Schaefer)
|
1334
|
+
* Expose configuration options via config:
|
1335
|
+
* `config.libs` returns the libs configured to be added onto the load path
|
1336
|
+
* `full_backtrace?` returns the state of the backtrace cleaner
|
1337
|
+
* `debug?` returns true when the debugger is loaded
|
1338
|
+
* `line_numbers` returns the line numbers we are filtering by (if any)
|
1339
|
+
* `full_description` returns the RegExp used to filter descriptions
|
1340
|
+
(Jon Rowe)
|
1341
|
+
* Add setters for RSpec.world and RSpec.configuration (Alex Soulim)
|
1342
|
+
* Configure ruby's warning behaviour with `--warnings` (Jon Rowe)
|
1343
|
+
* Fix an obscure issue on old versions of `1.8.7` where `Time.dup` wouldn't
|
1344
|
+
allow access to `Time.now` (Jon Rowe)
|
1345
|
+
* Make `shared_examples_for` context aware, so that keys may be safely reused
|
1346
|
+
in multiple contexts without colliding. (Jon Rowe)
|
1347
|
+
* Add a configurable `deprecation_stream` (Jon Rowe)
|
1348
|
+
* Publish deprecations through a formatter (David Chelimsky)
|
1349
|
+
|
1350
|
+
Bug fixes
|
1351
|
+
|
1352
|
+
* Make JSON formatter behave the same when it comes to `--profile` as
|
1353
|
+
the text formatter (Paweł Gościcki).
|
1354
|
+
* Fix named subjects so that if an inner group defines a method that
|
1355
|
+
overrides the named method, `subject` still retains the originally
|
1356
|
+
declared value (Myron Marston).
|
1357
|
+
* Fix random ordering so that it does not cause `rand` in examples in
|
1358
|
+
nested sibling contexts to return the same value (Max Shytikov).
|
1359
|
+
* Use the new `backtrace_inclusion_patterns` config option to ensure
|
1360
|
+
that folks who develop code in a directory matching one of the default
|
1361
|
+
exclusion patterns (e.g. `gems`) still get the normal backtrace
|
1362
|
+
filtering (Sam Phippen).
|
1363
|
+
* Fix ordering of `before` hooks so that `before` hooks declared in
|
1364
|
+
`RSpec.configure` run before `before` hooks declared in a shared
|
1365
|
+
context (Michi Huber and Tejas Dinkar).
|
1366
|
+
* Fix `Example#full_description` so that it gets filled in by the last
|
1367
|
+
matcher description (as `Example#description` already did) when no
|
1368
|
+
doc string has been provided (David Chelimsky).
|
1369
|
+
* Fix the memoized methods (`let` and `subject`) leaking `define_method`
|
1370
|
+
as a `public` method. (Thomas Holmes and Jon Rowe) (#873)
|
1371
|
+
* Fix warnings coming from the test suite. (Pete Higgins)
|
1372
|
+
|
1373
|
+
Deprecations
|
1374
|
+
|
1375
|
+
* Deprecate `Configuration#backtrace_clean_patterns` in favor of
|
1376
|
+
`Configuration#backtrace_exclusion_patterns` for greater consistency
|
1377
|
+
and symmetry with new `backtrace_inclusion_patterns` config option
|
1378
|
+
(Sam Phippen).
|
1379
|
+
* Deprecate `Configuration#requires=` in favor of using ruby's
|
1380
|
+
`require`. Requires specified by the command line can still be
|
1381
|
+
accessed by the `Configuration#require` reader. (Bradley Schaefer)
|
1382
|
+
* Deprecate calling `SharedExampleGroups` defined across sibling contexts
|
1383
|
+
(Jon Rowe)
|
1384
|
+
|
1385
|
+
### 2.13.1 / 2013-03-12
|
1386
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.13.0...v2.13.1)
|
1387
|
+
|
1388
|
+
Bug fixes
|
1389
|
+
|
1390
|
+
* Use hook classes as proxies rather than extending hook blocks to support
|
1391
|
+
lambdas for before/after/around hooks. (David Chelimsky)
|
1392
|
+
* Fix regression in 2.13.0 that caused confusing behavior when overriding
|
1393
|
+
a named subject with an unnamed subject in an inner group and then
|
1394
|
+
referencing the outer group subject's name. The fix for this required
|
1395
|
+
us to disallow using `super` in a named subject (which is confusing,
|
1396
|
+
anyway -- named subjects create 2 methods, so which method on the
|
1397
|
+
parent example group are you `super`ing to?) but `super` in an unnamed
|
1398
|
+
subject continues to work (Myron Marston).
|
1399
|
+
* Do not allow a referenced `let` or `subject` in `before(:all)` to cause
|
1400
|
+
other `let` declarations to leak across examples (Myron Marston).
|
1401
|
+
* Work around odd ruby 1.9 bug with `String#match` that was triggered
|
1402
|
+
by passing it a regex from a `let` declaration. For more info, see
|
1403
|
+
http://bugs.ruby-lang.org/issues/8059 (Aaron Kromer).
|
1404
|
+
* Add missing `require 'set'` to `base_text_formatter.rb` (Tom
|
1405
|
+
Anderson).
|
1406
|
+
|
1407
|
+
Deprecations
|
1408
|
+
|
1409
|
+
* Deprecate accessing `let` or `subject` declarations in `before(:all)`.
|
1410
|
+
These were not intended to be called in a `before(:all)` hook, as
|
1411
|
+
they exist to define state that is reset between each example, while
|
1412
|
+
`before(:all)` exists to define state that is shared across examples
|
1413
|
+
in an example group (Myron Marston).
|
1414
|
+
|
1415
|
+
### 2.13.0 / 2013-02-23
|
1416
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.12.2...v2.13.0)
|
1417
|
+
|
1418
|
+
Enhancements
|
1419
|
+
|
1420
|
+
* Allow `--profile` option to take a count argument that
|
1421
|
+
determines the number of slow examples to dump
|
1422
|
+
(Greggory Rothmeier).
|
1423
|
+
* Add `subject!` that is the analog to `let!`. It defines an
|
1424
|
+
explicit subject and sets a `before` hook that will invoke
|
1425
|
+
the subject (Zubin Henner).
|
1426
|
+
* Fix `let` and `subject` declaration so that `super`
|
1427
|
+
and `return` can be used in them, just like in a normal
|
1428
|
+
method. (Myron Marston)
|
1429
|
+
* Allow output colors to be configured individually.
|
1430
|
+
(Charlie Maffitt)
|
1431
|
+
* Always dump slow examples when `--profile` option is given,
|
1432
|
+
even when an example failed (Myron Marston).
|
1433
|
+
|
1434
|
+
Bug fixes
|
1435
|
+
|
1436
|
+
* Don't blow up when dumping error output for instances
|
1437
|
+
of anonymous error classes (Myron Marston).
|
1438
|
+
* Fix default backtrace filters so lines from projects
|
1439
|
+
containing "gems" in the name are not filtered, but
|
1440
|
+
lines from installed gems still are (Myron Marston).
|
1441
|
+
* Fix autotest command so that is uses double quotes
|
1442
|
+
rather than single quotes for windows compatibility
|
1443
|
+
(Jonas Tingeborn).
|
1444
|
+
* Fix `its` so that uses of `subject` in a `before` or `let`
|
1445
|
+
declaration in the parent group continue to reference the
|
1446
|
+
parent group's subject. (Olek Janiszewski)
|
1447
|
+
|
1448
|
+
### 2.12.2 / 2012-12-13
|
1449
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.12.1...v2.12.2)
|
1450
|
+
|
1451
|
+
Bug fixes
|
1452
|
+
|
1453
|
+
* Fix `RSpec::Core::RakeTask` so that it is compatible with rake 0.8.7
|
1454
|
+
on ruby 1.8.7. We had accidentally broke it in the 2.12 release
|
1455
|
+
(Myron Marston).
|
1456
|
+
* Fix `RSpec::Core::RakeTask` so it is tolerant of the `Rspec` constant
|
1457
|
+
for backwards compatibility (Patrick Van Stee)
|
1458
|
+
|
1459
|
+
### 2.12.1 / 2012-12-01
|
1460
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.12.0...v2.12.1)
|
1461
|
+
|
1462
|
+
Bug fixes
|
1463
|
+
|
1464
|
+
* Specs are run even if another at\_exit hook calls `exit`. This allows
|
1465
|
+
Test::Unit and RSpec to run together. (Suraj N. Kurapati)
|
1466
|
+
* Fix full doc string concatenation so that it handles the case of a
|
1467
|
+
method string (e.g. "#foo") being nested under a context string
|
1468
|
+
(e.g. "when it is tuesday"), so that we get "when it is tuesday #foo"
|
1469
|
+
rather than "when it is tuesday#foo". (Myron Marston)
|
1470
|
+
* Restore public API I unintentionally broke in 2.12.0:
|
1471
|
+
`RSpec::Core::Formatters::BaseFormatter#format_backtrce(backtrace, example)`
|
1472
|
+
(Myron Marston).
|
1473
|
+
|
1474
|
+
### 2.12.0 / 2012-11-12
|
1475
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.11.1...v2.12.0)
|
1476
|
+
|
1477
|
+
Enhancements
|
1478
|
+
|
1479
|
+
* Add support for custom ordering strategies for groups and examples.
|
1480
|
+
(Myron Marston)
|
1481
|
+
* JSON Formatter (Alex Chaffee)
|
1482
|
+
* Refactor rake task internals (Sam Phippen)
|
1483
|
+
* Refactor HtmlFormatter (Pete Hodgson)
|
1484
|
+
* Autotest supports a path to Ruby that contains spaces (dsisnero)
|
1485
|
+
* Provide a helpful warning when a shared example group is redefined.
|
1486
|
+
(Mark Burns).
|
1487
|
+
* `--default_path` can be specified as `--default-line`. `--line_number` can be
|
1488
|
+
specified as `--line-number`. Hyphens are more idiomatic command line argument
|
1489
|
+
separators (Sam Phippen).
|
1490
|
+
* A more useful error message is shown when an invalid command line option is
|
1491
|
+
used (Jordi Polo).
|
1492
|
+
* Add `format_docstrings { |str| }` config option. It can be used to
|
1493
|
+
apply formatting rules to example group and example docstrings.
|
1494
|
+
(Alex Tan)
|
1495
|
+
* Add support for an `.rspec-local` options file. This is intended to
|
1496
|
+
allow individual developers to set options in a git-ignored file that
|
1497
|
+
override the common project options in `.rspec`. (Sam Phippen)
|
1498
|
+
* Support for mocha 0.13.0. (Andy Lindeman)
|
1499
|
+
|
1500
|
+
Bug fixes
|
1501
|
+
|
1502
|
+
* Remove override of `ExampleGroup#ancestors`. This is a core ruby method that
|
1503
|
+
RSpec shouldn't override. Instead, define `ExampleGroup#parent_groups`. (Myron
|
1504
|
+
Marston)
|
1505
|
+
* Limit monkey patching of shared example/context declaration methods
|
1506
|
+
(`shared_examples_for`, etc.) to just the objects that need it rather than
|
1507
|
+
every object in the system (Myron Marston).
|
1508
|
+
* Fix Metadata#fetch to support computed values (Sam Goldman).
|
1509
|
+
* Named subject can now be referred to from within subject block in a nested
|
1510
|
+
group (tomykaira).
|
1511
|
+
* Fix `fail_fast` so that it properly exits when an error occurs in a
|
1512
|
+
`before(:all) hook` (Bradley Schaefer).
|
1513
|
+
* Make the order spec files are loaded consistent, regardless of the
|
1514
|
+
order of the files returned by the OS or the order passed at
|
1515
|
+
the command line (Jo Liss and Sam Phippen).
|
1516
|
+
* Ensure instance variables from `before(:all)` are always exposed
|
1517
|
+
from `after(:all)`, even if an error occurs in `before(:all)`
|
1518
|
+
(Sam Phippen).
|
1519
|
+
* `rspec --init` no longer generates an incorrect warning about `--configure`
|
1520
|
+
being deprecated (Sam Phippen).
|
1521
|
+
* Fix pluralization of `1 seconds` (Odin Dutton)
|
1522
|
+
* Fix ANSICON url (Jarmo Pertman)
|
1523
|
+
* Use dup of Time so reporting isn't clobbered by examples that modify Time
|
1524
|
+
without properly restoring it. (David Chelimsky)
|
1525
|
+
|
1526
|
+
Deprecations
|
1527
|
+
|
1528
|
+
* `share_as` is no longer needed. `shared_context` and/or
|
1529
|
+
`RSpec::SharedContext` provide better mechanisms (Sam Phippen).
|
1530
|
+
* Deprecate `RSpec.configuration` with a block (use `RSpec.configure`).
|
1531
|
+
|
1532
|
+
|
1533
|
+
### 2.11.1 / 2012-07-18
|
1534
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.11.0...v2.11.1)
|
1535
|
+
|
1536
|
+
Bug fixes
|
1537
|
+
|
1538
|
+
* Fix the way we autoload RSpec::Matchers so that custom matchers can be
|
1539
|
+
defined before rspec-core has been configured to definitely use
|
1540
|
+
rspec-expectations. (Myron Marston)
|
1541
|
+
* Fix typo in --help message printed for -e option. (Jo Liss)
|
1542
|
+
* Fix ruby warnings. (Myron Marston)
|
1543
|
+
* Ignore mock expectation failures when the example has already failed.
|
1544
|
+
Mock expectation failures have always been ignored in this situation,
|
1545
|
+
but due to my changes in 27059bf1 it was printing a confusing message.
|
1546
|
+
(Myron Marston).
|
1547
|
+
|
1548
|
+
### 2.11.0 / 2012-07-07
|
1549
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.10.1...v2.11.0)
|
1550
|
+
|
1551
|
+
Enhancements
|
1552
|
+
|
1553
|
+
* Support multiple `--example` options. (Daniel Doubrovkine @dblock)
|
1554
|
+
* Named subject e.g. `subject(:article) { Article.new }`
|
1555
|
+
* see [http://blog.davidchelimsky.net/2012/05/13/spec-smell-explicit-use-of-subject/](http://blog.davidchelimsky.net/2012/05/13/spec-smell-explicit-use-of-subject/)
|
1556
|
+
for background.
|
1557
|
+
* thanks to Bradley Schaefer for suggesting it and Avdi Grimm for almost
|
1558
|
+
suggesting it.
|
1559
|
+
* `config.mock_with` and `config.expect_with` yield custom config object to a
|
1560
|
+
block if given
|
1561
|
+
* aids decoupling from rspec-core's configuation
|
1562
|
+
* `include_context` and `include_examples` support a block, which gets eval'd
|
1563
|
+
in the current context (vs the nested context generated by `it_behaves_like`).
|
1564
|
+
* Add `config.order = 'random'` to the `spec_helper.rb` generated by `rspec
|
1565
|
+
--init`.
|
1566
|
+
* Delay the loading of DRb (Myron Marston).
|
1567
|
+
* Limit monkey patching of `describe` onto just the objects that need it rather
|
1568
|
+
than every object in the system (Myron Marston).
|
1569
|
+
|
1570
|
+
Bug fixes
|
1571
|
+
|
1572
|
+
* Support alternative path separators. For example, on Windows, you can now do
|
1573
|
+
this: `rspec spec\subdir`. (Jarmo Pertman @jarmo)
|
1574
|
+
* When an example raises an error and an after or around hook does as
|
1575
|
+
well, print out the hook error. Previously, the error was silenced and
|
1576
|
+
the user got no feedback about what happened. (Myron Marston)
|
1577
|
+
* `--require` and `-I` are merged among different configuration sources (Andy
|
1578
|
+
Lindeman)
|
1579
|
+
* Delegate to mocha methods instead of aliasing them in mocha adapter.
|
1580
|
+
|
1581
|
+
### 2.10.1 / 2012-05-19
|
1582
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.10.0...v2.10.1)
|
1583
|
+
|
1584
|
+
Bug fixes
|
1585
|
+
|
1586
|
+
* `RSpec.reset` properly reinits configuration and world
|
1587
|
+
* Call `to_s` before `split` on exception messages that might not always be
|
1588
|
+
Strings (slyphon)
|
1589
|
+
|
1590
|
+
### 2.10.0 / 2012-05-03
|
1591
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.9.0...v2.10.0)
|
1592
|
+
|
1593
|
+
Enhancements
|
1594
|
+
|
1595
|
+
* Add `prepend_before` and `append_after` hooks (preethiramdev)
|
1596
|
+
* intended for extension libs
|
1597
|
+
* restores rspec-1 behavior
|
1598
|
+
* Reporting of profiled examples (moro)
|
1599
|
+
* Report the total amount of time taken for the top slowest examples.
|
1600
|
+
* Report what percentage the slowest examples took from the total runtime.
|
1601
|
+
|
1602
|
+
Bug fixes
|
1603
|
+
|
1604
|
+
* Properly parse `SPEC_OPTS` options.
|
1605
|
+
* `example.description` returns the location of the example if there is no
|
1606
|
+
explicit description or matcher-generated description.
|
1607
|
+
* RDoc fixes (Grzegorz Świrski)
|
1608
|
+
* Do not modify example ancestry when dumping errors (Michael Grosser)
|
1609
|
+
|
1610
|
+
### 2.9.0 / 2012-03-17
|
1611
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.8.0...v2.9.0)
|
1612
|
+
|
1613
|
+
Enhancements
|
1614
|
+
|
1615
|
+
* Support for "X minutes X seconds" spec run duration in formatter. (uzzz)
|
1616
|
+
* Strip whitespace from group and example names in doc formatter.
|
1617
|
+
* Removed spork-0.9 shim. If you're using spork-0.8.x, you'll need to upgrade
|
1618
|
+
to 0.9.0.
|
1619
|
+
|
1620
|
+
Bug fixes
|
1621
|
+
|
1622
|
+
* Restore `--full_backtrace` option
|
1623
|
+
* Ensure that values passed to `config.filter_run` are respected when running
|
1624
|
+
over DRb (using spork).
|
1625
|
+
* Ensure shared example groups are reset after a run (as example groups are).
|
1626
|
+
* Remove `rescue false` from calls to filters represented as Procs
|
1627
|
+
* Ensure `described_class` gets the closest constant (pyromaniac)
|
1628
|
+
* In "autorun", don't run the specs in the `at_exit` hook if there was an
|
1629
|
+
exception (most likely due to a SyntaxError). (sunaku)
|
1630
|
+
* Don't extend groups with modules already used to extend ancestor groups.
|
1631
|
+
* `its` correctly memoizes nil or false values (Yamada Masaki)
|
1632
|
+
|
1633
|
+
### 2.8.0 / 2012-01-04
|
1634
|
+
|
1635
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.8.0.rc2...v2.8.0)
|
1636
|
+
|
1637
|
+
Bug fixes
|
1638
|
+
|
1639
|
+
* For metadata filtering, restore passing the entire array to the proc, rather
|
1640
|
+
than each item in the array (weidenfreak)
|
1641
|
+
* Ensure each spec file is loaded only once
|
1642
|
+
* Fixes a bug that caused all the examples in a file to be run when
|
1643
|
+
referenced twice with line numbers in a command, e.g.
|
1644
|
+
* `rspec path/to/file:37 path/to/file:42`
|
1645
|
+
|
1646
|
+
### 2.8.0.rc2 / 2011-12-19
|
1647
|
+
|
1648
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.8.0.rc1...v2.8.0.rc2)
|
1649
|
+
|
1650
|
+
Enhancments
|
1651
|
+
|
1652
|
+
* new `--init` command (Peter Schröder)
|
1653
|
+
* generates `spec/spec_helper.rb`
|
1654
|
+
* deletes obsolete files (on confirmation)
|
1655
|
+
* merged with and deprecates `--configure` command, which generated
|
1656
|
+
`.rspec`
|
1657
|
+
* use `require_relative` when available (Ian Leitch)
|
1658
|
+
* `include_context` and `include_examples` accept params (Calvin Bascom)
|
1659
|
+
* print the time for every example in the html formatter (Richie Vos)
|
1660
|
+
* several tasty refactoring niblets (Sasha)
|
1661
|
+
* `it "does something", :x => [:foo,'bar',/baz/] (Ivan Neverov)
|
1662
|
+
* supports matching n command line tag values with an example or group
|
1663
|
+
|
1664
|
+
### 2.8.0.rc1 / 2011-11-06
|
1665
|
+
|
1666
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.7.1...v2.8.0.rc1)
|
1667
|
+
|
1668
|
+
Enhancements
|
1669
|
+
|
1670
|
+
* `--order` (Justin Ko)
|
1671
|
+
* run examples in random order: `--order rand`
|
1672
|
+
* specify the seed: `--order rand:123`
|
1673
|
+
* `--seed SEED`
|
1674
|
+
* equivalent of `--order rand:SEED`
|
1675
|
+
* SharedContext supports `let` (David Chelimsky)
|
1676
|
+
* Filter improvements (David Chelimsky)
|
1677
|
+
* override opposing tags from the command line
|
1678
|
+
* override RSpec.configure tags from the command line
|
1679
|
+
* `--line_number 37` overrides all other filters
|
1680
|
+
* `path/to/file.rb:37` overrides all other filters
|
1681
|
+
* refactor: consolidate filter management in a FilterManger object
|
1682
|
+
* Eliminate Ruby warnings (Matijs van Zuijlen)
|
1683
|
+
* Make reporter.report an API (David Chelimsky)
|
1684
|
+
* supports extension tools like interative_rspec
|
1685
|
+
|
1686
|
+
Changes
|
1687
|
+
|
1688
|
+
* change `config.color_enabled` (getter/setter/predicate) to `color` to align
|
1689
|
+
with `--[no]-color` CLI option.
|
1690
|
+
* `color_enabled` is still supported for now, but will likley be deprecated
|
1691
|
+
in a 2.x release so we can remove it in 3.0.
|
1692
|
+
|
1693
|
+
Bug fixes
|
1694
|
+
|
1695
|
+
* Make sure the `bar` in `--tag foo:bar` makes it to DRb (Aaron Gibralter)
|
1696
|
+
* Fix bug where full descriptions of groups nested 3 deep were repeated.
|
1697
|
+
* Restore report of time to run to start after files are loaded.
|
1698
|
+
* fixes bug where run times were cumalitive in spork
|
1699
|
+
* fixes compatibility with time-series metrics
|
1700
|
+
* Don't error out when `config.mock_with` or `expect_with` is re-specifying the
|
1701
|
+
current config (Myron Marston)
|
1702
|
+
|
1703
|
+
* Deprecations
|
1704
|
+
* :alias option on `configuration.add_setting`. Use `:alias_with` on the
|
1705
|
+
original setting declaration instead.
|
1706
|
+
|
1707
|
+
### 2.7.1 / 2011-10-20
|
1708
|
+
|
1709
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.7.0...v2.7.1)
|
1710
|
+
|
1711
|
+
Bug fixes
|
1712
|
+
|
1713
|
+
* tell autotest the correct place to find the rspec executable
|
1714
|
+
|
1715
|
+
### 2.7.0 / 2011-10-16
|
1716
|
+
|
1717
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.6.4...v2.7.0)
|
1718
|
+
|
1719
|
+
NOTE: RSpec's release policy dictates that there should not be any backward
|
1720
|
+
incompatible changes in minor releases, but we're making an exception to
|
1721
|
+
release a change to how RSpec interacts with other command line tools.
|
1722
|
+
|
1723
|
+
As of 2.7.0, you must explicity `require "rspec/autorun"` unless you use the
|
1724
|
+
`rspec` command (which already does this for you).
|
1725
|
+
|
1726
|
+
Enhancements
|
1727
|
+
|
1728
|
+
* Add `example.exception` (David Chelimsky)
|
1729
|
+
* `--default_path` command line option (Justin Ko)
|
1730
|
+
* support multiple `--line_number` options (David J. Hamilton)
|
1731
|
+
* also supports `path/to/file.rb:5:9` (runs examples on lines 5 and 9)
|
1732
|
+
* Allow classes/modules to be used as shared example group identifiers (Arthur
|
1733
|
+
Gunn)
|
1734
|
+
* Friendly error message when shared context cannot be found (Sławosz
|
1735
|
+
Sławiński)
|
1736
|
+
* Clear formatters when resetting config (John Bintz)
|
1737
|
+
* Add `xspecify` and xexample as temp-pending methods (David Chelimsky)
|
1738
|
+
* Add `--no-drb` option (Iain Hecker)
|
1739
|
+
* Provide more accurate run time by registering start time before code is
|
1740
|
+
loaded (David Chelimsky)
|
1741
|
+
* reverted in 2.8.0
|
1742
|
+
* Rake task default pattern finds specs in symlinked dirs (Kelly Felkins)
|
1743
|
+
* Rake task no longer does anything to invoke bundler since Bundler already
|
1744
|
+
handles it for us. Thanks to Andre Arko for the tip.
|
1745
|
+
* Add `--failure-exit-code` option (Chris Griego)
|
1746
|
+
|
1747
|
+
Bug fixes
|
1748
|
+
|
1749
|
+
* Include `Rake::DSL` to remove deprecation warnings in Rake > 0.8.7 (Pivotal
|
1750
|
+
Casebook)
|
1751
|
+
* Only eval `let` block once even if it returns `nil` (Adam Meehan)
|
1752
|
+
* Fix `--pattern` option (wasn't being recognized) (David Chelimsky)
|
1753
|
+
* Only implicitly `require "rspec/autorun"` with the `rspec` command (David
|
1754
|
+
Chelimsky)
|
1755
|
+
* Ensure that rspec's `at_exit` defines the exit code (Daniel Doubrovkine)
|
1756
|
+
* Show the correct snippet in the HTML and TextMate formatters (Brian Faherty)
|
1757
|
+
|
1758
|
+
### 2.6.4 / 2011-06-06
|
1759
|
+
|
1760
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.6.3...v2.6.4)
|
1761
|
+
|
1762
|
+
NOTE: RSpec's release policy dictates that there should not be new
|
1763
|
+
functionality in patch releases, but this minor enhancement slipped in by
|
1764
|
+
accident. As it doesn't add a new API, we decided to leave it in rather than
|
1765
|
+
roll back this release.
|
1766
|
+
|
1767
|
+
Enhancements
|
1768
|
+
|
1769
|
+
* Add summary of commands to run individual failed examples.
|
1770
|
+
|
1771
|
+
Bug fixes
|
1772
|
+
|
1773
|
+
* Support exclusion filters in DRb. (Yann Lugrin)
|
1774
|
+
* Fix --example escaping when run over DRb. (Elliot Winkler)
|
1775
|
+
* Use standard ANSI codes for color formatting so colors work in a wider set of
|
1776
|
+
color schemes.
|
1777
|
+
|
1778
|
+
### 2.6.3 / 2011-05-24
|
1779
|
+
|
1780
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.6.2...v2.6.3)
|
1781
|
+
|
1782
|
+
Bug fixes
|
1783
|
+
|
1784
|
+
* Explicitly convert exit code to integer, avoiding TypeError when return
|
1785
|
+
value of run is IO object proxied by `DRb::DRbObject` (Julian Scheid)
|
1786
|
+
* Clarify behavior of `--example` command line option
|
1787
|
+
* Build using a rubygems-1.6.2 to avoid downstream yaml parsing error
|
1788
|
+
|
1789
|
+
### 2.6.2 / 2011-05-21
|
1790
|
+
|
1791
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.6.1...v2.6.2)
|
1792
|
+
|
1793
|
+
Bug fixes
|
1794
|
+
|
1795
|
+
* Warn rather than raise when HOME env var is not defined
|
1796
|
+
* Properly merge command-line exclusions with default :if and :unless (joshcooper)
|
1797
|
+
|
1798
|
+
### 2.6.1 / 2011-05-19
|
1799
|
+
|
1800
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.6.0...v2.6.1)
|
1801
|
+
|
1802
|
+
Bug fixes
|
1803
|
+
|
1804
|
+
* Don't extend nil when filters are nil
|
1805
|
+
* `require 'rspec/autorun'` when running rcov.
|
1806
|
+
|
1807
|
+
### 2.6.0 / 2011-05-12
|
1808
|
+
|
1809
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.5.1...v2.6.0)
|
1810
|
+
|
1811
|
+
Enhancements
|
1812
|
+
|
1813
|
+
* `shared_context` (Damian Nurzynski)
|
1814
|
+
* extend groups matching specific metadata with:
|
1815
|
+
* method definitions
|
1816
|
+
* subject declarations
|
1817
|
+
* let/let! declarations
|
1818
|
+
* etc (anything you can do in a group)
|
1819
|
+
* `its([:key])` works for any subject with #[]. (Peter Jaros)
|
1820
|
+
* `treat_symbols_as_metadata_keys_with_true_values` (Myron Marston)
|
1821
|
+
* Print a deprecation warning when you configure RSpec after defining an
|
1822
|
+
example. All configuration should happen before any examples are defined.
|
1823
|
+
(Myron Marston)
|
1824
|
+
* Pass the exit status of a DRb run to the invoking process. This causes specs
|
1825
|
+
run via DRb to not just return true or false. (Ilkka Laukkanen)
|
1826
|
+
* Refactoring of `ConfigurationOptions#parse_options` (Rodrigo Rosenfeld Rosas)
|
1827
|
+
* Report excluded filters in runner output (tip from andyl)
|
1828
|
+
* Clean up messages for filters/tags.
|
1829
|
+
* Restore --pattern/-P command line option from rspec-1
|
1830
|
+
* Support false as well as true in config.full_backtrace= (Andreas Tolf
|
1831
|
+
Tolfsen)
|
1832
|
+
|
1833
|
+
Bug fixes
|
1834
|
+
|
1835
|
+
* Don't stumble over an exception without a message (Hans Hasselberg)
|
1836
|
+
* Remove non-ascii characters from comments that were choking rcov (Geoffrey
|
1837
|
+
Byers)
|
1838
|
+
* Fixed backtrace so it doesn't include lines from before the autorun at_exit
|
1839
|
+
hook (Myron Marston)
|
1840
|
+
* Include RSpec::Matchers when first example group is defined, rather than just
|
1841
|
+
before running the examples. This works around an obscure bug in ruby 1.9
|
1842
|
+
that can cause infinite recursion. (Myron Marston)
|
1843
|
+
* Don't send `example_group_[started|finished]` to formatters for empty groups.
|
1844
|
+
* Get specs passing on jruby (Sidu Ponnappa)
|
1845
|
+
* Fix bug where mixing nested groups and outer-level examples gave
|
1846
|
+
unpredictable :line_number behavior (Artur Małecki)
|
1847
|
+
* Regexp.escape the argument to --example (tip from Elliot Winkler)
|
1848
|
+
* Correctly pass/fail pending block with message expectations
|
1849
|
+
* CommandLine returns exit status (0/1) instead of true/false
|
1850
|
+
* Create path to formatter output file if it doesn't exist (marekj).
|
1851
|
+
|
1852
|
+
|
1853
|
+
### 2.5.1 / 2011-02-06
|
1854
|
+
|
1855
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.5.0...v2.5.1)
|
1856
|
+
|
1857
|
+
NOTE: this release breaks compatibility with rspec/autotest/bundler
|
1858
|
+
integration, but does so in order to greatly simplify it.
|
1859
|
+
|
1860
|
+
With this release, if you want the generated autotest command to include
|
1861
|
+
'bundle exec', require Autotest's bundler plugin in a .autotest file in the
|
1862
|
+
project's root directory or in your home directory:
|
1863
|
+
|
1864
|
+
require "autotest/bundler"
|
1865
|
+
|
1866
|
+
Now you can just type 'autotest' on the commmand line and it will work as you expect.
|
1867
|
+
|
1868
|
+
If you don't want 'bundle exec', there is nothing you have to do.
|
1869
|
+
|
1870
|
+
### 2.5.0 / 2011-02-05
|
1871
|
+
|
1872
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.4.0...v2.5.0)
|
1873
|
+
|
1874
|
+
Enhancements
|
1875
|
+
|
1876
|
+
* Autotest::Rspec2 parses command line args passed to autotest after '--'
|
1877
|
+
* --skip-bundler option for autotest command
|
1878
|
+
* Autotest regexp fixes (Jon Rowe)
|
1879
|
+
* Add filters to html and textmate formatters (Daniel Quimper)
|
1880
|
+
* Explicit passing of block (need for JRuby 1.6) (John Firebaugh)
|
1881
|
+
|
1882
|
+
Bug fixes
|
1883
|
+
|
1884
|
+
* fix dom IDs in HTML formatter (Brian Faherty)
|
1885
|
+
* fix bug with --drb + formatters when not running in drb
|
1886
|
+
* include --tag options in drb args (monocle)
|
1887
|
+
* fix regression so now SPEC_OPTS take precedence over CLI options again (Roman
|
1888
|
+
Chernyatchik)
|
1889
|
+
* only call its(:attribute) once (failing example from Brian Dunn)
|
1890
|
+
* fix bizarre bug where rspec would hang after String.alias :to_int :to_i
|
1891
|
+
(Damian Nurzynski)
|
1892
|
+
|
1893
|
+
Deprecations
|
1894
|
+
|
1895
|
+
* implicit inclusion of 'bundle exec' when Gemfile present (use autotest's
|
1896
|
+
bundler plugin instead)
|
1897
|
+
|
1898
|
+
### 2.4.0 / 2011-01-02
|
1899
|
+
|
1900
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.3.1...v2.4.0)
|
1901
|
+
|
1902
|
+
Enhancements
|
1903
|
+
|
1904
|
+
* start the debugger on -d so the stack trace is visible when it stops
|
1905
|
+
(Clifford Heath)
|
1906
|
+
* apply hook filtering to examples as well as groups (Myron Marston)
|
1907
|
+
* support multiple formatters, each with their own output
|
1908
|
+
* show exception classes in failure messages unless they come from RSpec
|
1909
|
+
matchers or message expectations
|
1910
|
+
* before(:all) { pending } sets all examples to pending
|
1911
|
+
|
1912
|
+
Bug fixes
|
1913
|
+
|
1914
|
+
* fix bug due to change in behavior of reject in Ruby 1.9.3-dev (Shota
|
1915
|
+
Fukumori)
|
1916
|
+
* fix bug when running in jruby: be explicit about passing block to super (John
|
1917
|
+
Firebaugh)
|
1918
|
+
* rake task doesn't choke on paths with quotes (Janmejay Singh)
|
1919
|
+
* restore --options option from rspec-1
|
1920
|
+
* require 'ostruct' to fix bug with its([key]) (Kim Burgestrand)
|
1921
|
+
* --configure option generates .rspec file instead of autotest/discover.rb
|
1922
|
+
|
1923
|
+
### 2.3.1 / 2010-12-16
|
1924
|
+
|
1925
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.3.0...v2.3.1)
|
1926
|
+
|
1927
|
+
Bug fixes
|
1928
|
+
|
1929
|
+
* send debugger warning message to $stdout if RSpec.configuration.error_stream
|
1930
|
+
has not been defined yet.
|
1931
|
+
* HTML Formatter _finally_ properly displays nested groups (Jarmo Pertman)
|
1932
|
+
* eliminate some warnings when running RSpec's own suite (Jarmo Pertman)
|
1933
|
+
|
1934
|
+
### 2.3.0 / 2010-12-12
|
1935
|
+
|
1936
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.2.1...v2.3.0)
|
1937
|
+
|
1938
|
+
Enhancements
|
1939
|
+
|
1940
|
+
* tell autotest to use "rspec2" if it sees a .rspec file in the project's root
|
1941
|
+
directory
|
1942
|
+
* replaces the need for ./autotest/discover.rb, which will not work with
|
1943
|
+
all versions of ZenTest and/or autotest
|
1944
|
+
* config.expect_with
|
1945
|
+
* :rspec # => rspec/expectations
|
1946
|
+
* :stdlib # => test/unit/assertions
|
1947
|
+
* :rspec, :stdlib # => both
|
1948
|
+
|
1949
|
+
Bug fixes
|
1950
|
+
|
1951
|
+
* fix dev Gemfile to work on non-mac-os machines (Lake Denman)
|
1952
|
+
* ensure explicit subject is only eval'd once (Laszlo Bacsi)
|
1953
|
+
|
1954
|
+
### 2.2.1 / 2010-11-28
|
1955
|
+
|
1956
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.2.0...v2.2.1)
|
1957
|
+
|
1958
|
+
Bug fixes
|
1959
|
+
* alias_method instead of override Kernel#method_missing (John Wilger)
|
1960
|
+
* changed --autotest to --tty in generated command (MIKAMI Yoshiyuki)
|
1961
|
+
* revert change to debugger (had introduced conflict with Rails)
|
1962
|
+
* also restored --debugger/-debug option
|
1963
|
+
|
1964
|
+
### 2.2.0 / 2010-11-28
|
1965
|
+
|
1966
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.1.0...v2.2.0)
|
1967
|
+
|
1968
|
+
Deprecations/changes
|
1969
|
+
|
1970
|
+
* --debug/-d on command line is deprecated and now has no effect
|
1971
|
+
* win32console is now ignored; Windows users must use ANSICON for color support
|
1972
|
+
(Bosko Ivanisevic)
|
1973
|
+
|
1974
|
+
Enhancements
|
1975
|
+
|
1976
|
+
* When developing locally rspec-core now works with the rspec-dev setup or your
|
1977
|
+
local gems
|
1978
|
+
* Raise exception with helpful message when rspec-1 is loaded alongside rspec-2
|
1979
|
+
(Justin Ko)
|
1980
|
+
* debugger statements _just work_ as long as ruby-debug is installed
|
1981
|
+
* otherwise you get warned, but not fired
|
1982
|
+
* Expose example.metadata in around hooks
|
1983
|
+
* Performance improvments (much faster now)
|
1984
|
+
|
1985
|
+
Bug fixes
|
1986
|
+
|
1987
|
+
* Make sure --fail-fast makes it across drb
|
1988
|
+
* Pass -Ilib:spec to rcov
|
1989
|
+
|
1990
|
+
### 2.1.0 / 2010-11-07
|
1991
|
+
|
1992
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.0.1...v2.1.0)
|
1993
|
+
|
1994
|
+
Enhancments
|
1995
|
+
|
1996
|
+
* Add skip_bundler option to rake task to tell rake task to ignore the presence
|
1997
|
+
of a Gemfile (jfelchner)
|
1998
|
+
* Add gemfile option to rake task to tell rake task what Gemfile to look for
|
1999
|
+
(defaults to 'Gemfile')
|
2000
|
+
* Allow passing caller trace into Metadata to support extensions (Glenn
|
2001
|
+
Vanderburg)
|
2002
|
+
* Add deprecation warning for Spec::Runner.configure to aid upgrade from
|
2003
|
+
RSpec-1
|
2004
|
+
* Add deprecated Spec::Rake::SpecTask to aid upgrade from RSpec-1
|
2005
|
+
* Add 'autospec' command with helpful message to aid upgrade from RSpec-1
|
2006
|
+
* Add support for filtering with tags on CLI (Lailson Bandeira)
|
2007
|
+
* Add a helpful message about RUBYOPT when require fails in bin/rspec (slyphon)
|
2008
|
+
* Add "-Ilib" to the default rcov options (Tianyi Cui)
|
2009
|
+
* Make the expectation framework configurable (default rspec, of course)
|
2010
|
+
(Justin Ko)
|
2011
|
+
* Add 'pending' to be conditional (Myron Marston)
|
2012
|
+
* Add explicit support for :if and :unless as metadata keys for conditional run
|
2013
|
+
of examples (Myron Marston)
|
2014
|
+
* Add --fail-fast command line option (Jeff Kreeftmeijer)
|
2015
|
+
|
2016
|
+
Bug fixes
|
2017
|
+
|
2018
|
+
* Eliminate stack overflow with "subject { self }"
|
2019
|
+
* Require 'rspec/core' in the Raketask (ensures it required when running rcov)
|
2020
|
+
|
2021
|
+
### 2.0.1 / 2010-10-18
|
2022
|
+
|
2023
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.0.0...v2.0.1)
|
2024
|
+
|
2025
|
+
Bug fixes
|
2026
|
+
|
2027
|
+
* Restore color when using spork + autotest
|
2028
|
+
* Pending examples without docstrings render the correct message (Josep M.
|
2029
|
+
Bach)
|
2030
|
+
* Fixed bug where a failure in a spec file ending in anything but _spec.rb
|
2031
|
+
would fail in a confusing way.
|
2032
|
+
* Support backtrace lines from erb templates in html formatter (Alex Crichton)
|
2033
|
+
|
2034
|
+
### 2.0.0 / 2010-10-10
|
2035
|
+
|
2036
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.0.0.rc...v2.0.0)
|
2037
|
+
|
2038
|
+
RSpec-1 compatibility
|
2039
|
+
|
2040
|
+
* Rake task uses ENV["SPEC"] as file list if present
|
2041
|
+
|
2042
|
+
Bug fixes
|
2043
|
+
|
2044
|
+
* Bug Fix: optparse --out foo.txt (Leonardo Bessa)
|
2045
|
+
* Suppress color codes for non-tty output (except autotest)
|
2046
|
+
|
2047
|
+
### 2.0.0.rc / 2010-10-05
|
2048
|
+
|
2049
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.0.0.beta.22...v2.0.0.rc)
|
2050
|
+
|
2051
|
+
Enhancements
|
2052
|
+
|
2053
|
+
* implicitly require unknown formatters so you don't have to require the file
|
2054
|
+
explicitly on the commmand line (Michael Grosser)
|
2055
|
+
* add --out/-o option to assign output target
|
2056
|
+
* added fail_fast configuration option to abort on first failure
|
2057
|
+
* support a Hash subject (its([:key]) { should == value }) (Josep M. Bach)
|
2058
|
+
|
2059
|
+
Bug fixes
|
2060
|
+
|
2061
|
+
* Explicitly require rspec version to fix broken rdoc task (Hans de Graaff)
|
2062
|
+
* Ignore backtrace lines that come from other languages, like Java or
|
2063
|
+
Javascript (Charles Lowell)
|
2064
|
+
* Rake task now does what is expected when setting (or not setting)
|
2065
|
+
fail_on_error and verbose
|
2066
|
+
* Fix bug in which before/after(:all) hooks were running on excluded nested
|
2067
|
+
groups (Myron Marston)
|
2068
|
+
* Fix before(:all) error handling so that it fails examples in nested groups,
|
2069
|
+
too (Myron Marston)
|
2070
|
+
|
2071
|
+
### 2.0.0.beta.22 / 2010-09-12
|
2072
|
+
|
2073
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.0.0.beta.20...v2.0.0.beta.22)
|
2074
|
+
|
2075
|
+
Enhancements
|
2076
|
+
|
2077
|
+
* removed at_exit hook
|
2078
|
+
* CTRL-C stops the run (almost) immediately
|
2079
|
+
* first it cleans things up by running the appropriate after(:all) and
|
2080
|
+
after(:suite) hooks
|
2081
|
+
* then it reports on any examples that have already run
|
2082
|
+
* cleaned up rake task
|
2083
|
+
* generate correct task under variety of conditions
|
2084
|
+
* options are more consistent
|
2085
|
+
* deprecated redundant options
|
2086
|
+
* run 'bundle exec autotest' when Gemfile is present
|
2087
|
+
* support ERB in .rspec options files (Justin Ko)
|
2088
|
+
* depend on bundler for development tasks (Myron Marston)
|
2089
|
+
* add example_group_finished to formatters and reporter (Roman Chernyatchik)
|
2090
|
+
|
2091
|
+
Bug fixes
|
2092
|
+
|
2093
|
+
* support paths with spaces when using autotest (Andreas Neuhaus)
|
2094
|
+
* fix module_exec with ruby 1.8.6 (Myron Marston)
|
2095
|
+
* remove context method from top-level
|
2096
|
+
* was conflicting with irb, for example
|
2097
|
+
* errors in before(:all) are now reported correctly (Chad Humphries)
|
2098
|
+
|
2099
|
+
Removals
|
2100
|
+
|
2101
|
+
* removed -o --options-file command line option
|
2102
|
+
* use ./.rspec and ~/.rspec
|