lazy_record 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +2 -1
- data/lazy_record.gemspec +6 -5
- data/lib/lazy_record/associations.rb +19 -15
- data/lib/lazy_record/base_module.rb +8 -10
- data/lib/lazy_record/relation.rb +15 -8
- data/lib/lazy_record/version.rb +1 -1
- metadata +2 -1332
- data/example/cat.rb +0 -5
- data/example/dog.rb +0 -12
- data/example/friend.rb +0 -5
- data/example/person.rb +0 -84
- data/vendor/bundle/bin/coderay +0 -22
- data/vendor/bundle/bin/htmldiff +0 -24
- data/vendor/bundle/bin/ldiff +0 -24
- data/vendor/bundle/bin/pry +0 -22
- data/vendor/bundle/bin/rake +0 -22
- data/vendor/bundle/bin/rspec +0 -22
- data/vendor/bundle/cache/activesupport-5.0.2.gem +0 -0
- data/vendor/bundle/cache/coderay-1.1.1.gem +0 -0
- data/vendor/bundle/cache/concurrent-ruby-1.0.5.gem +0 -0
- data/vendor/bundle/cache/diff-lcs-1.3.gem +0 -0
- data/vendor/bundle/cache/i18n-0.8.1.gem +0 -0
- data/vendor/bundle/cache/method_source-0.8.2.gem +0 -0
- data/vendor/bundle/cache/minitest-5.10.1.gem +0 -0
- data/vendor/bundle/cache/pry-0.10.4.gem +0 -0
- data/vendor/bundle/cache/rake-10.5.0.gem +0 -0
- data/vendor/bundle/cache/rspec-3.5.0.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/slop-3.6.0.gem +0 -0
- data/vendor/bundle/cache/thread_safe-0.3.6.gem +0 -0
- data/vendor/bundle/cache/tzinfo-1.2.2.gem +0 -0
- data/vendor/bundle/gems/activesupport-5.0.2/CHANGELOG.md +0 -922
- data/vendor/bundle/gems/activesupport-5.0.2/MIT-LICENSE +0 -20
- data/vendor/bundle/gems/activesupport-5.0.2/README.rdoc +0 -39
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support.rb +0 -99
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/all.rb +0 -3
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/array_inquirer.rb +0 -44
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/backtrace_cleaner.rb +0 -103
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/benchmarkable.rb +0 -49
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/builder.rb +0 -6
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/cache.rb +0 -701
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/cache/file_store.rb +0 -204
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/cache/mem_cache_store.rb +0 -207
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/cache/memory_store.rb +0 -167
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/cache/null_store.rb +0 -41
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/cache/strategy/local_cache.rb +0 -172
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/cache/strategy/local_cache_middleware.rb +0 -44
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/callbacks.rb +0 -791
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/concern.rb +0 -142
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/concurrency/latch.rb +0 -26
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/concurrency/share_lock.rb +0 -226
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/configurable.rb +0 -148
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext.rb +0 -4
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/array.rb +0 -7
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/array/access.rb +0 -90
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/array/conversions.rb +0 -211
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/array/extract_options.rb +0 -29
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/array/grouping.rb +0 -107
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/array/inquiry.rb +0 -17
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/array/prepend_and_append.rb +0 -7
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/array/wrap.rb +0 -46
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/benchmark.rb +0 -14
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/big_decimal.rb +0 -1
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/big_decimal/conversions.rb +0 -14
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/class.rb +0 -2
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/class/attribute.rb +0 -128
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/class/attribute_accessors.rb +0 -4
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/class/subclasses.rb +0 -41
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/date.rb +0 -5
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/date/acts_like.rb +0 -8
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/date/blank.rb +0 -12
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/date/calculations.rb +0 -143
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/date/conversions.rb +0 -95
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/date/zones.rb +0 -6
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/date_and_time/calculations.rb +0 -335
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/date_and_time/compatibility.rb +0 -22
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/date_and_time/zones.rb +0 -40
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/date_time.rb +0 -5
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/date_time/acts_like.rb +0 -14
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/date_time/blank.rb +0 -12
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/date_time/calculations.rb +0 -199
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/date_time/compatibility.rb +0 -5
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/date_time/conversions.rb +0 -105
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/digest/uuid.rb +0 -51
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/enumerable.rb +0 -124
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/file.rb +0 -1
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/file/atomic.rb +0 -68
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/hash.rb +0 -9
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/hash/compact.rb +0 -24
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/hash/conversions.rb +0 -262
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/hash/deep_merge.rb +0 -38
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/hash/except.rb +0 -22
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/hash/indifferent_access.rb +0 -23
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/hash/keys.rb +0 -170
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/hash/reverse_merge.rb +0 -22
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/hash/slice.rb +0 -48
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/hash/transform_values.rb +0 -29
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/integer.rb +0 -3
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/integer/inflections.rb +0 -29
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/integer/multiple.rb +0 -10
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/integer/time.rb +0 -29
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/kernel.rb +0 -4
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/kernel/agnostics.rb +0 -11
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/kernel/concern.rb +0 -12
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/kernel/debugger.rb +0 -3
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/kernel/reporting.rb +0 -43
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/kernel/singleton_class.rb +0 -6
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/load_error.rb +0 -31
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/marshal.rb +0 -22
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/module.rb +0 -12
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/module/aliasing.rb +0 -74
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/module/anonymous.rb +0 -28
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/module/attr_internal.rb +0 -36
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/module/attribute_accessors.rb +0 -212
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb +0 -141
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/module/concerning.rb +0 -135
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/module/delegation.rb +0 -216
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/module/deprecation.rb +0 -23
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/module/introspection.rb +0 -68
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/module/method_transplanting.rb +0 -3
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/module/qualified_const.rb +0 -70
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/module/reachable.rb +0 -8
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/module/remove_method.rb +0 -35
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/name_error.rb +0 -31
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/numeric.rb +0 -4
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/numeric/bytes.rb +0 -64
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/numeric/conversions.rb +0 -144
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/numeric/inquiry.rb +0 -26
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/numeric/time.rb +0 -74
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/object.rb +0 -14
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/object/acts_like.rb +0 -10
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/object/blank.rb +0 -143
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/object/conversions.rb +0 -4
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/object/deep_dup.rb +0 -53
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/object/duplicable.rb +0 -124
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/object/inclusion.rb +0 -27
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/object/instance_variables.rb +0 -28
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/object/json.rb +0 -205
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/object/to_param.rb +0 -1
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/object/to_query.rb +0 -84
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/object/try.rb +0 -146
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/object/with_options.rb +0 -69
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/range.rb +0 -4
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/range/conversions.rb +0 -31
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/range/each.rb +0 -21
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/range/include_range.rb +0 -23
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/range/overlaps.rb +0 -8
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/regexp.rb +0 -5
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/securerandom.rb +0 -23
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/string.rb +0 -13
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/string/access.rb +0 -104
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/string/behavior.rb +0 -6
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/string/conversions.rb +0 -57
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/string/exclude.rb +0 -11
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/string/filters.rb +0 -102
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/string/indent.rb +0 -43
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/string/inflections.rb +0 -244
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/string/inquiry.rb +0 -13
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/string/multibyte.rb +0 -53
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/string/output_safety.rb +0 -260
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/string/starts_ends_with.rb +0 -4
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/string/strip.rb +0 -23
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/string/zones.rb +0 -14
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/struct.rb +0 -3
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/time.rb +0 -5
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/time/acts_like.rb +0 -8
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/time/calculations.rb +0 -290
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/time/compatibility.rb +0 -5
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/time/conversions.rb +0 -67
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/time/marshal.rb +0 -3
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/time/zones.rb +0 -111
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/uri.rb +0 -24
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/dependencies.rb +0 -754
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/dependencies/autoload.rb +0 -77
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/dependencies/interlock.rb +0 -55
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/deprecation.rb +0 -43
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/deprecation/behaviors.rb +0 -90
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/deprecation/instance_delegator.rb +0 -37
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/deprecation/method_wrappers.rb +0 -70
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/deprecation/proxy_wrappers.rb +0 -149
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/deprecation/reporting.rb +0 -112
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/descendants_tracker.rb +0 -60
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/duration.rb +0 -182
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/duration/iso8601_parser.rb +0 -122
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/duration/iso8601_serializer.rb +0 -51
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/evented_file_update_checker.rb +0 -194
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/execution_wrapper.rb +0 -126
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/executor.rb +0 -6
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/file_update_checker.rb +0 -157
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/gem_version.rb +0 -15
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/gzip.rb +0 -36
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/hash_with_indifferent_access.rb +0 -329
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/i18n.rb +0 -13
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/i18n_railtie.rb +0 -115
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/inflections.rb +0 -70
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/inflector.rb +0 -7
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/inflector/inflections.rb +0 -242
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/inflector/methods.rb +0 -390
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/inflector/transliterate.rb +0 -112
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/json.rb +0 -2
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/json/decoding.rb +0 -74
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/json/encoding.rb +0 -127
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/key_generator.rb +0 -71
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/lazy_load_hooks.rb +0 -56
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/locale/en.yml +0 -135
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/log_subscriber.rb +0 -109
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/log_subscriber/test_helper.rb +0 -104
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/logger.rb +0 -106
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/logger_silence.rb +0 -28
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/logger_thread_safe_level.rb +0 -31
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/message_encryptor.rb +0 -114
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/message_verifier.rb +0 -134
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/multibyte.rb +0 -21
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/multibyte/chars.rb +0 -231
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/multibyte/unicode.rb +0 -413
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/notifications.rb +0 -212
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/notifications/fanout.rb +0 -157
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/notifications/instrumenter.rb +0 -91
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/number_helper.rb +0 -368
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/number_helper/number_converter.rb +0 -182
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/number_helper/number_to_currency_converter.rb +0 -44
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/number_helper/number_to_delimited_converter.rb +0 -28
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/number_helper/number_to_human_converter.rb +0 -68
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/number_helper/number_to_human_size_converter.rb +0 -62
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/number_helper/number_to_percentage_converter.rb +0 -12
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/number_helper/number_to_phone_converter.rb +0 -58
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/number_helper/number_to_rounded_converter.rb +0 -92
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/option_merger.rb +0 -25
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/ordered_hash.rb +0 -48
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/ordered_options.rb +0 -81
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/per_thread_registry.rb +0 -58
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/proxy_object.rb +0 -13
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/rails.rb +0 -27
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/railtie.rb +0 -51
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/reloader.rb +0 -129
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/rescuable.rb +0 -167
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/security_utils.rb +0 -27
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/string_inquirer.rb +0 -26
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/subscriber.rb +0 -120
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/tagged_logging.rb +0 -77
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/test_case.rb +0 -88
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/testing/assertions.rb +0 -99
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/testing/autorun.rb +0 -9
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/testing/constant_lookup.rb +0 -50
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/testing/declarative.rb +0 -26
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/testing/deprecation.rb +0 -36
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/testing/file_fixtures.rb +0 -34
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/testing/isolation.rb +0 -115
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/testing/method_call_assertions.rb +0 -41
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/testing/setup_and_teardown.rb +0 -50
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/testing/stream.rb +0 -42
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/testing/tagged_logging.rb +0 -25
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/testing/time_helpers.rb +0 -134
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/time.rb +0 -18
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/time_with_zone.rb +0 -500
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/values/time_zone.rb +0 -474
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/values/unicode_tables.dat +0 -0
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/version.rb +0 -8
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/xml_mini.rb +0 -209
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/xml_mini/jdom.rb +0 -181
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/xml_mini/libxml.rb +0 -79
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/xml_mini/libxmlsax.rb +0 -85
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/xml_mini/nokogiri.rb +0 -83
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/xml_mini/nokogirisax.rb +0 -87
- data/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/xml_mini/rexml.rb +0 -128
- data/vendor/bundle/gems/coderay-1.1.1/README_INDEX.rdoc +0 -123
- data/vendor/bundle/gems/coderay-1.1.1/Rakefile +0 -37
- data/vendor/bundle/gems/coderay-1.1.1/bin/coderay +0 -215
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay.rb +0 -284
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/duo.rb +0 -81
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders.rb +0 -18
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/_map.rb +0 -17
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/comment_filter.rb +0 -25
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/count.rb +0 -39
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/debug.rb +0 -49
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/debug_lint.rb +0 -63
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/div.rb +0 -23
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/encoder.rb +0 -190
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/filter.rb +0 -58
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/html.rb +0 -333
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/html/css.rb +0 -65
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/html/numbering.rb +0 -108
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/html/output.rb +0 -166
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/json.rb +0 -83
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/lines_of_code.rb +0 -45
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/lint.rb +0 -59
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/null.rb +0 -18
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/page.rb +0 -24
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/span.rb +0 -23
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/statistic.rb +0 -95
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/terminal.rb +0 -195
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/text.rb +0 -46
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/token_kind_filter.rb +0 -111
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/xml.rb +0 -72
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/yaml.rb +0 -50
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/for_redcloth.rb +0 -95
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/helpers/file_type.rb +0 -151
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/helpers/plugin.rb +0 -55
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/helpers/plugin_host.rb +0 -221
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/helpers/word_list.rb +0 -72
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners.rb +0 -27
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/_map.rb +0 -24
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/c.rb +0 -189
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/clojure.rb +0 -217
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/cpp.rb +0 -215
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/css.rb +0 -196
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/debug.rb +0 -75
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/delphi.rb +0 -144
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/diff.rb +0 -221
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/erb.rb +0 -81
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/go.rb +0 -208
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/groovy.rb +0 -268
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/haml.rb +0 -168
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/html.rb +0 -275
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/java.rb +0 -174
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/java/builtin_types.rb +0 -421
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/java_script.rb +0 -237
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/json.rb +0 -98
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/lua.rb +0 -280
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/php.rb +0 -527
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/python.rb +0 -287
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/raydebug.rb +0 -75
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/ruby.rb +0 -477
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/ruby/patterns.rb +0 -178
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/ruby/string_state.rb +0 -79
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/sass.rb +0 -232
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/scanner.rb +0 -337
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/sql.rb +0 -169
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/taskpaper.rb +0 -36
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/text.rb +0 -26
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/xml.rb +0 -17
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/yaml.rb +0 -140
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/styles.rb +0 -15
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/styles/_map.rb +0 -7
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/styles/alpha.rb +0 -153
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/styles/style.rb +0 -18
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/token_kinds.rb +0 -85
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/tokens.rb +0 -161
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/tokens_proxy.rb +0 -55
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/version.rb +0 -3
- data/vendor/bundle/gems/coderay-1.1.1/test/functional/basic.rb +0 -318
- data/vendor/bundle/gems/coderay-1.1.1/test/functional/examples.rb +0 -129
- data/vendor/bundle/gems/coderay-1.1.1/test/functional/for_redcloth.rb +0 -78
- data/vendor/bundle/gems/coderay-1.1.1/test/functional/suite.rb +0 -15
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/CHANGELOG.md +0 -387
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/LICENSE.txt +0 -21
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/README.md +0 -247
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent.rb +0 -130
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/agent.rb +0 -587
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/array.rb +0 -39
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/async.rb +0 -445
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atom.rb +0 -222
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic/abstract_thread_local_var.rb +0 -66
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic/atomic_boolean.rb +0 -122
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic/atomic_fixnum.rb +0 -139
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic/atomic_reference.rb +0 -51
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic/count_down_latch.rb +0 -100
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic/cyclic_barrier.rb +0 -128
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic/event.rb +0 -109
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic/java_count_down_latch.rb +0 -39
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic/java_thread_local_var.rb +0 -37
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic/mutex_atomic_boolean.rb +0 -60
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic/mutex_atomic_fixnum.rb +0 -75
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic/mutex_count_down_latch.rb +0 -43
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic/mutex_semaphore.rb +0 -115
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic/read_write_lock.rb +0 -253
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic/reentrant_read_write_lock.rb +0 -377
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic/ruby_thread_local_var.rb +0 -161
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic/semaphore.rb +0 -145
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic/thread_local_var.rb +0 -104
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic_reference/concurrent_update_error.rb +0 -8
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic_reference/direct_update.rb +0 -81
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic_reference/jruby+truffle.rb +0 -2
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic_reference/jruby.rb +0 -16
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic_reference/mutex_atomic.rb +0 -61
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic_reference/numeric_cas_wrapper.rb +0 -28
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic_reference/rbx.rb +0 -22
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomic_reference/ruby.rb +0 -32
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/atomics.rb +0 -53
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/collection/copy_on_notify_observer_set.rb +0 -107
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/collection/copy_on_write_observer_set.rb +0 -111
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/collection/java_non_concurrent_priority_queue.rb +0 -84
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/collection/map/atomic_reference_map_backend.rb +0 -927
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/collection/map/mri_map_backend.rb +0 -66
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/collection/map/non_concurrent_map_backend.rb +0 -141
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/collection/map/synchronized_map_backend.rb +0 -82
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/collection/non_concurrent_priority_queue.rb +0 -143
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/collection/ruby_non_concurrent_priority_queue.rb +0 -150
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/concern/deprecation.rb +0 -34
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/concern/dereferenceable.rb +0 -73
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/concern/logging.rb +0 -27
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/concern/obligation.rb +0 -220
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/concern/observable.rb +0 -110
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/configuration.rb +0 -188
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/constants.rb +0 -8
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/dataflow.rb +0 -80
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/delay.rb +0 -197
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/edge.rb +0 -26
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/errors.rb +0 -69
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/exchanger.rb +0 -356
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/abstract_executor_service.rb +0 -134
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/cached_thread_pool.rb +0 -62
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/executor_service.rb +0 -185
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/fixed_thread_pool.rb +0 -206
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/immediate_executor.rb +0 -66
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/indirect_immediate_executor.rb +0 -44
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/java_executor_service.rb +0 -100
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/java_single_thread_executor.rb +0 -29
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/java_thread_pool_executor.rb +0 -120
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_executor_service.rb +0 -78
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_single_thread_executor.rb +0 -22
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb +0 -362
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/safe_task_executor.rb +0 -35
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/serial_executor_service.rb +0 -34
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/serialized_execution.rb +0 -107
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/serialized_execution_delegator.rb +0 -28
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/simple_executor_service.rb +0 -100
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/single_thread_executor.rb +0 -56
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/thread_pool_executor.rb +0 -87
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/timer_set.rb +0 -175
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/executors.rb +0 -20
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/future.rb +0 -138
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/hash.rb +0 -36
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/immutable_struct.rb +0 -93
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/ivar.rb +0 -208
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/lazy_register.rb +0 -81
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/map.rb +0 -240
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/maybe.rb +0 -229
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/mutable_struct.rb +0 -228
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/mvar.rb +0 -242
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/options.rb +0 -42
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/promise.rb +0 -547
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/scheduled_task.rb +0 -318
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/settable_struct.rb +0 -128
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization.rb +0 -31
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/abstract_lockable_object.rb +0 -98
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/abstract_object.rb +0 -24
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/abstract_struct.rb +0 -157
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/condition.rb +0 -58
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/jruby_lockable_object.rb +0 -13
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/jruby_object.rb +0 -44
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/lock.rb +0 -34
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/lockable_object.rb +0 -74
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/mri_lockable_object.rb +0 -71
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/mri_object.rb +0 -43
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/object.rb +0 -153
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/rbx_lockable_object.rb +0 -65
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/rbx_object.rb +0 -48
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/truffle_lockable_object.rb +0 -9
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/truffle_object.rb +0 -31
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/volatile.rb +0 -34
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/thread_safe/synchronized_delegator.rb +0 -50
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/thread_safe/util.rb +0 -16
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/thread_safe/util/adder.rb +0 -74
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/thread_safe/util/array_hash_rbx.rb +0 -30
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/thread_safe/util/cheap_lockable.rb +0 -118
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/thread_safe/util/power_of_two_tuple.rb +0 -38
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/thread_safe/util/striped64.rb +0 -241
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/thread_safe/util/volatile.rb +0 -75
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/thread_safe/util/xor_shift_random.rb +0 -50
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/timer_task.rb +0 -331
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/tuple.rb +0 -86
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/tvar.rb +0 -258
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/utility/at_exit.rb +0 -97
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/utility/engine.rb +0 -56
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/utility/monotonic_time.rb +0 -58
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/utility/native_extension_loader.rb +0 -73
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/utility/native_integer.rb +0 -53
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/utility/processor_counter.rb +0 -160
- data/vendor/bundle/gems/concurrent-ruby-1.0.5/lib/concurrent/version.rb +0 -4
- data/vendor/bundle/gems/diff-lcs-1.3/.rspec +0 -1
- data/vendor/bundle/gems/diff-lcs-1.3/Code-of-Conduct.md +0 -74
- data/vendor/bundle/gems/diff-lcs-1.3/Contributing.md +0 -83
- data/vendor/bundle/gems/diff-lcs-1.3/History.md +0 -220
- data/vendor/bundle/gems/diff-lcs-1.3/License.md +0 -39
- data/vendor/bundle/gems/diff-lcs-1.3/Manifest.txt +0 -37
- data/vendor/bundle/gems/diff-lcs-1.3/README.rdoc +0 -84
- data/vendor/bundle/gems/diff-lcs-1.3/Rakefile +0 -57
- data/vendor/bundle/gems/diff-lcs-1.3/autotest/discover.rb +0 -1
- data/vendor/bundle/gems/diff-lcs-1.3/bin/htmldiff +0 -32
- data/vendor/bundle/gems/diff-lcs-1.3/bin/ldiff +0 -6
- data/vendor/bundle/gems/diff-lcs-1.3/docs/COPYING.txt +0 -339
- data/vendor/bundle/gems/diff-lcs-1.3/docs/artistic.txt +0 -127
- data/vendor/bundle/gems/diff-lcs-1.3/lib/diff-lcs.rb +0 -3
- data/vendor/bundle/gems/diff-lcs-1.3/lib/diff/lcs.rb +0 -725
- data/vendor/bundle/gems/diff-lcs-1.3/lib/diff/lcs/array.rb +0 -7
- data/vendor/bundle/gems/diff-lcs-1.3/lib/diff/lcs/block.rb +0 -37
- data/vendor/bundle/gems/diff-lcs-1.3/lib/diff/lcs/callbacks.rb +0 -322
- data/vendor/bundle/gems/diff-lcs-1.3/lib/diff/lcs/change.rb +0 -181
- data/vendor/bundle/gems/diff-lcs-1.3/lib/diff/lcs/htmldiff.rb +0 -149
- data/vendor/bundle/gems/diff-lcs-1.3/lib/diff/lcs/hunk.rb +0 -276
- data/vendor/bundle/gems/diff-lcs-1.3/lib/diff/lcs/internals.rb +0 -307
- data/vendor/bundle/gems/diff-lcs-1.3/lib/diff/lcs/ldiff.rb +0 -167
- data/vendor/bundle/gems/diff-lcs-1.3/lib/diff/lcs/string.rb +0 -5
- data/vendor/bundle/gems/diff-lcs-1.3/spec/change_spec.rb +0 -65
- data/vendor/bundle/gems/diff-lcs-1.3/spec/diff_spec.rb +0 -47
- data/vendor/bundle/gems/diff-lcs-1.3/spec/fixtures/ds1.csv +0 -50
- data/vendor/bundle/gems/diff-lcs-1.3/spec/fixtures/ds2.csv +0 -51
- data/vendor/bundle/gems/diff-lcs-1.3/spec/hunk_spec.rb +0 -72
- data/vendor/bundle/gems/diff-lcs-1.3/spec/issues_spec.rb +0 -49
- data/vendor/bundle/gems/diff-lcs-1.3/spec/lcs_spec.rb +0 -56
- data/vendor/bundle/gems/diff-lcs-1.3/spec/ldiff_spec.rb +0 -47
- data/vendor/bundle/gems/diff-lcs-1.3/spec/patch_spec.rb +0 -422
- data/vendor/bundle/gems/diff-lcs-1.3/spec/sdiff_spec.rb +0 -214
- data/vendor/bundle/gems/diff-lcs-1.3/spec/spec_helper.rb +0 -321
- data/vendor/bundle/gems/diff-lcs-1.3/spec/traverse_balanced_spec.rb +0 -310
- data/vendor/bundle/gems/diff-lcs-1.3/spec/traverse_sequences_spec.rb +0 -139
- data/vendor/bundle/gems/i18n-0.8.1/MIT-LICENSE +0 -20
- data/vendor/bundle/gems/i18n-0.8.1/README.md +0 -84
- data/vendor/bundle/gems/i18n-0.8.1/gemfiles/Gemfile.rails-3.2.x +0 -9
- data/vendor/bundle/gems/i18n-0.8.1/gemfiles/Gemfile.rails-4.0.x +0 -9
- data/vendor/bundle/gems/i18n-0.8.1/gemfiles/Gemfile.rails-4.1.x +0 -9
- data/vendor/bundle/gems/i18n-0.8.1/gemfiles/Gemfile.rails-4.2.x +0 -9
- data/vendor/bundle/gems/i18n-0.8.1/gemfiles/Gemfile.rails-5.0.x +0 -9
- data/vendor/bundle/gems/i18n-0.8.1/gemfiles/Gemfile.rails-master +0 -9
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n.rb +0 -343
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/backend.rb +0 -18
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/backend/base.rb +0 -230
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/backend/cache.rb +0 -114
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/backend/cascade.rb +0 -54
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/backend/chain.rb +0 -97
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/backend/fallbacks.rb +0 -84
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/backend/flatten.rb +0 -113
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/backend/gettext.rb +0 -81
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/backend/interpolation_compiler.rb +0 -121
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/backend/key_value.rb +0 -100
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/backend/memoize.rb +0 -46
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/backend/metadata.rb +0 -69
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/backend/pluralization.rb +0 -53
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/backend/simple.rb +0 -87
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/backend/transliterator.rb +0 -106
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/config.rb +0 -142
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/core_ext/hash.rb +0 -29
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/core_ext/kernel/suppress_warnings.rb +0 -8
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/core_ext/string/interpolate.rb +0 -9
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/exceptions.rb +0 -104
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/gettext.rb +0 -25
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/gettext/helpers.rb +0 -73
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/gettext/po_parser.rb +0 -329
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/interpolate/ruby.rb +0 -37
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/locale.rb +0 -6
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/locale/fallbacks.rb +0 -96
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/locale/tag.rb +0 -28
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/locale/tag/parents.rb +0 -22
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/locale/tag/rfc4646.rb +0 -74
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/locale/tag/simple.rb +0 -39
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/tests.rb +0 -12
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/tests/basics.rb +0 -60
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/tests/defaults.rb +0 -48
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/tests/interpolation.rb +0 -153
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/tests/link.rb +0 -56
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/tests/localization.rb +0 -19
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/tests/localization/date.rb +0 -95
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/tests/localization/date_time.rb +0 -82
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/tests/localization/procs.rb +0 -116
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/tests/localization/time.rb +0 -81
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/tests/lookup.rb +0 -81
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/tests/pluralization.rb +0 -35
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/tests/procs.rb +0 -55
- data/vendor/bundle/gems/i18n-0.8.1/lib/i18n/version.rb +0 -3
- data/vendor/bundle/gems/i18n-0.8.1/test/api/all_features_test.rb +0 -58
- data/vendor/bundle/gems/i18n-0.8.1/test/api/cascade_test.rb +0 -28
- data/vendor/bundle/gems/i18n-0.8.1/test/api/chain_test.rb +0 -24
- data/vendor/bundle/gems/i18n-0.8.1/test/api/fallbacks_test.rb +0 -30
- data/vendor/bundle/gems/i18n-0.8.1/test/api/key_value_test.rb +0 -24
- data/vendor/bundle/gems/i18n-0.8.1/test/api/memoize_test.rb +0 -56
- data/vendor/bundle/gems/i18n-0.8.1/test/api/override_test.rb +0 -42
- data/vendor/bundle/gems/i18n-0.8.1/test/api/pluralization_test.rb +0 -30
- data/vendor/bundle/gems/i18n-0.8.1/test/api/simple_test.rb +0 -28
- data/vendor/bundle/gems/i18n-0.8.1/test/backend/cache_test.rb +0 -108
- data/vendor/bundle/gems/i18n-0.8.1/test/backend/cascade_test.rb +0 -86
- data/vendor/bundle/gems/i18n-0.8.1/test/backend/chain_test.rb +0 -91
- data/vendor/bundle/gems/i18n-0.8.1/test/backend/exceptions_test.rb +0 -36
- data/vendor/bundle/gems/i18n-0.8.1/test/backend/fallbacks_test.rb +0 -206
- data/vendor/bundle/gems/i18n-0.8.1/test/backend/interpolation_compiler_test.rb +0 -118
- data/vendor/bundle/gems/i18n-0.8.1/test/backend/key_value_test.rb +0 -43
- data/vendor/bundle/gems/i18n-0.8.1/test/backend/memoize_test.rb +0 -47
- data/vendor/bundle/gems/i18n-0.8.1/test/backend/metadata_test.rb +0 -48
- data/vendor/bundle/gems/i18n-0.8.1/test/backend/pluralization_test.rb +0 -45
- data/vendor/bundle/gems/i18n-0.8.1/test/backend/simple_test.rb +0 -84
- data/vendor/bundle/gems/i18n-0.8.1/test/backend/transliterator_test.rb +0 -84
- data/vendor/bundle/gems/i18n-0.8.1/test/core_ext/hash_test.rb +0 -42
- data/vendor/bundle/gems/i18n-0.8.1/test/gettext/api_test.rb +0 -214
- data/vendor/bundle/gems/i18n-0.8.1/test/gettext/backend_test.rb +0 -92
- data/vendor/bundle/gems/i18n-0.8.1/test/i18n/exceptions_test.rb +0 -114
- data/vendor/bundle/gems/i18n-0.8.1/test/i18n/interpolate_test.rb +0 -91
- data/vendor/bundle/gems/i18n-0.8.1/test/i18n/load_path_test.rb +0 -34
- data/vendor/bundle/gems/i18n-0.8.1/test/i18n_test.rb +0 -437
- data/vendor/bundle/gems/i18n-0.8.1/test/locale/fallbacks_test.rb +0 -133
- data/vendor/bundle/gems/i18n-0.8.1/test/locale/tag/rfc4646_test.rb +0 -143
- data/vendor/bundle/gems/i18n-0.8.1/test/locale/tag/simple_test.rb +0 -32
- data/vendor/bundle/gems/i18n-0.8.1/test/run_all.rb +0 -20
- data/vendor/bundle/gems/i18n-0.8.1/test/test_data/locales/de.po +0 -82
- data/vendor/bundle/gems/i18n-0.8.1/test/test_data/locales/en.rb +0 -3
- data/vendor/bundle/gems/i18n-0.8.1/test/test_data/locales/en.yml +0 -3
- data/vendor/bundle/gems/i18n-0.8.1/test/test_data/locales/invalid/empty.yml +0 -0
- data/vendor/bundle/gems/i18n-0.8.1/test/test_data/locales/invalid/syntax.yml +0 -4
- data/vendor/bundle/gems/i18n-0.8.1/test/test_data/locales/plurals.rb +0 -113
- data/vendor/bundle/gems/i18n-0.8.1/test/test_helper.rb +0 -55
- data/vendor/bundle/gems/method_source-0.8.2/.gemtest +0 -0
- data/vendor/bundle/gems/method_source-0.8.2/.travis.yml +0 -13
- data/vendor/bundle/gems/method_source-0.8.2/.yardopts +0 -1
- data/vendor/bundle/gems/method_source-0.8.2/Gemfile +0 -2
- data/vendor/bundle/gems/method_source-0.8.2/LICENSE +0 -25
- data/vendor/bundle/gems/method_source-0.8.2/README.markdown +0 -91
- data/vendor/bundle/gems/method_source-0.8.2/Rakefile +0 -79
- data/vendor/bundle/gems/method_source-0.8.2/lib/method_source.rb +0 -141
- data/vendor/bundle/gems/method_source-0.8.2/lib/method_source/code_helpers.rb +0 -154
- data/vendor/bundle/gems/method_source-0.8.2/lib/method_source/source_location.rb +0 -138
- data/vendor/bundle/gems/method_source-0.8.2/lib/method_source/version.rb +0 -3
- data/vendor/bundle/gems/method_source-0.8.2/method_source.gemspec +0 -33
- data/vendor/bundle/gems/method_source-0.8.2/test/test.rb +0 -138
- data/vendor/bundle/gems/method_source-0.8.2/test/test_code_helpers.rb +0 -41
- data/vendor/bundle/gems/method_source-0.8.2/test/test_helper.rb +0 -98
- data/vendor/bundle/gems/minitest-5.10.1/.autotest +0 -34
- data/vendor/bundle/gems/minitest-5.10.1/History.rdoc +0 -1207
- data/vendor/bundle/gems/minitest-5.10.1/Manifest.txt +0 -26
- data/vendor/bundle/gems/minitest-5.10.1/README.rdoc +0 -660
- data/vendor/bundle/gems/minitest-5.10.1/Rakefile +0 -86
- data/vendor/bundle/gems/minitest-5.10.1/design_rationale.rb +0 -52
- data/vendor/bundle/gems/minitest-5.10.1/lib/hoe/minitest.rb +0 -32
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest.rb +0 -842
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/assertions.rb +0 -688
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/autorun.rb +0 -13
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/benchmark.rb +0 -424
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/expectations.rb +0 -284
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/hell.rb +0 -17
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/mock.rb +0 -232
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/parallel.rb +0 -69
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/pride.rb +0 -4
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/pride_plugin.rb +0 -142
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/spec.rb +0 -331
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/test.rb +0 -282
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/unit.rb +0 -45
- data/vendor/bundle/gems/minitest-5.10.1/test/minitest/metametameta.rb +0 -101
- data/vendor/bundle/gems/minitest-5.10.1/test/minitest/test_minitest_benchmark.rb +0 -137
- data/vendor/bundle/gems/minitest-5.10.1/test/minitest/test_minitest_mock.rb +0 -512
- data/vendor/bundle/gems/minitest-5.10.1/test/minitest/test_minitest_reporter.rb +0 -281
- data/vendor/bundle/gems/minitest-5.10.1/test/minitest/test_minitest_spec.rb +0 -970
- data/vendor/bundle/gems/minitest-5.10.1/test/minitest/test_minitest_test.rb +0 -2058
- data/vendor/bundle/gems/pry-0.10.4/CHANGELOG.md +0 -718
- data/vendor/bundle/gems/pry-0.10.4/LICENSE +0 -25
- data/vendor/bundle/gems/pry-0.10.4/README.md +0 -406
- data/vendor/bundle/gems/pry-0.10.4/bin/pry +0 -16
- data/vendor/bundle/gems/pry-0.10.4/lib/pry.rb +0 -161
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/cli.rb +0 -220
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/code.rb +0 -348
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/code/code_file.rb +0 -103
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/code/code_range.rb +0 -71
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/code/loc.rb +0 -92
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/code_object.rb +0 -172
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/color_printer.rb +0 -55
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/command.rb +0 -692
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/command_set.rb +0 -443
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands.rb +0 -6
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/amend_line.rb +0 -99
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/bang.rb +0 -20
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/bang_pry.rb +0 -17
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/cat.rb +0 -62
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/cat/abstract_formatter.rb +0 -27
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/cat/exception_formatter.rb +0 -77
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/cat/file_formatter.rb +0 -67
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/cat/input_expression_formatter.rb +0 -43
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/cd.rb +0 -41
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/change_inspector.rb +0 -27
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/change_prompt.rb +0 -26
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/code_collector.rb +0 -165
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/disable_pry.rb +0 -27
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/disabled_commands.rb +0 -2
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/easter_eggs.rb +0 -112
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/edit.rb +0 -195
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/edit/exception_patcher.rb +0 -25
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/edit/file_and_line_locator.rb +0 -36
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/exit.rb +0 -42
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/exit_all.rb +0 -29
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/exit_program.rb +0 -23
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/find_method.rb +0 -193
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/fix_indent.rb +0 -19
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/gem_cd.rb +0 -26
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/gem_install.rb +0 -32
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/gem_list.rb +0 -33
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/gem_open.rb +0 -29
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/gist.rb +0 -101
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/help.rb +0 -164
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/hist.rb +0 -180
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/import_set.rb +0 -22
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/install_command.rb +0 -53
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/jump_to.rb +0 -29
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/list_inspectors.rb +0 -35
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/list_prompts.rb +0 -35
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls.rb +0 -114
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/constants.rb +0 -47
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/formatter.rb +0 -49
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/globals.rb +0 -48
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/grep.rb +0 -21
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/instance_vars.rb +0 -39
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/interrogatable.rb +0 -18
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/jruby_hacks.rb +0 -49
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/local_names.rb +0 -35
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/local_vars.rb +0 -39
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/ls_entity.rb +0 -70
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/methods.rb +0 -57
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/methods_helper.rb +0 -46
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/self_methods.rb +0 -32
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/nesting.rb +0 -25
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/play.rb +0 -103
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/pry_backtrace.rb +0 -25
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/pry_version.rb +0 -17
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/raise_up.rb +0 -32
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/reload_code.rb +0 -62
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/reset.rb +0 -18
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ri.rb +0 -60
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/save_file.rb +0 -61
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/shell_command.rb +0 -48
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/shell_mode.rb +0 -25
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/show_doc.rb +0 -83
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/show_info.rb +0 -201
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/show_input.rb +0 -17
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/show_source.rb +0 -50
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/simple_prompt.rb +0 -22
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/stat.rb +0 -40
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/switch_to.rb +0 -23
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/toggle_color.rb +0 -24
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/watch_expression.rb +0 -105
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/watch_expression/expression.rb +0 -38
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/whereami.rb +0 -196
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/wtf.rb +0 -57
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/config.rb +0 -24
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/config/behavior.rb +0 -139
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/config/convenience.rb +0 -25
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/config/default.rb +0 -161
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/core_extensions.rb +0 -131
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/editor.rb +0 -135
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/exceptions.rb +0 -78
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/helpers.rb +0 -5
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/helpers/base_helpers.rb +0 -113
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/helpers/command_helpers.rb +0 -156
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/helpers/documentation_helpers.rb +0 -75
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/helpers/options_helpers.rb +0 -27
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/helpers/table.rb +0 -109
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/helpers/text.rb +0 -107
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/history.rb +0 -127
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/history_array.rb +0 -121
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/hooks.rb +0 -230
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/indent.rb +0 -406
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/input_completer.rb +0 -242
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/input_lock.rb +0 -132
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/inspector.rb +0 -27
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/last_exception.rb +0 -61
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/method.rb +0 -546
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/method/disowned.rb +0 -53
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/method/patcher.rb +0 -125
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/method/weird_method_locator.rb +0 -188
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/module_candidate.rb +0 -137
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/object_path.rb +0 -82
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/output.rb +0 -50
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/pager.rb +0 -239
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/plugins.rb +0 -103
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/prompt.rb +0 -26
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_class.rb +0 -375
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb +0 -664
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/rbx_path.rb +0 -22
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb +0 -202
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/repl_file_loader.rb +0 -74
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/rubygem.rb +0 -82
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/terminal.rb +0 -79
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/test/helper.rb +0 -170
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/version.rb +0 -3
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/wrapped_module.rb +0 -378
- data/vendor/bundle/gems/rake-10.5.0/.autotest +0 -7
- data/vendor/bundle/gems/rake-10.5.0/.rubocop.yml +0 -27
- data/vendor/bundle/gems/rake-10.5.0/.togglerc +0 -7
- data/vendor/bundle/gems/rake-10.5.0/CONTRIBUTING.rdoc +0 -38
- data/vendor/bundle/gems/rake-10.5.0/History.rdoc +0 -659
- data/vendor/bundle/gems/rake-10.5.0/MIT-LICENSE +0 -21
- data/vendor/bundle/gems/rake-10.5.0/Manifest.txt +0 -166
- data/vendor/bundle/gems/rake-10.5.0/README.rdoc +0 -139
- data/vendor/bundle/gems/rake-10.5.0/Rakefile +0 -81
- data/vendor/bundle/gems/rake-10.5.0/bin/rake +0 -33
- data/vendor/bundle/gems/rake-10.5.0/doc/command_line_usage.rdoc +0 -158
- data/vendor/bundle/gems/rake-10.5.0/doc/example/Rakefile1 +0 -38
- data/vendor/bundle/gems/rake-10.5.0/doc/example/Rakefile2 +0 -35
- data/vendor/bundle/gems/rake-10.5.0/doc/example/a.c +0 -6
- data/vendor/bundle/gems/rake-10.5.0/doc/example/b.c +0 -6
- data/vendor/bundle/gems/rake-10.5.0/doc/example/main.c +0 -11
- data/vendor/bundle/gems/rake-10.5.0/doc/glossary.rdoc +0 -42
- data/vendor/bundle/gems/rake-10.5.0/doc/jamis.rb +0 -591
- data/vendor/bundle/gems/rake-10.5.0/doc/proto_rake.rdoc +0 -127
- data/vendor/bundle/gems/rake-10.5.0/doc/rake.1 +0 -141
- data/vendor/bundle/gems/rake-10.5.0/doc/rakefile.rdoc +0 -624
- data/vendor/bundle/gems/rake-10.5.0/doc/rational.rdoc +0 -151
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.4.14.rdoc +0 -23
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.4.15.rdoc +0 -35
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.5.0.rdoc +0 -53
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.5.3.rdoc +0 -78
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.5.4.rdoc +0 -46
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.6.0.rdoc +0 -141
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.7.0.rdoc +0 -119
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.7.1.rdoc +0 -59
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.7.2.rdoc +0 -121
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.7.3.rdoc +0 -47
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.8.0.rdoc +0 -114
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.8.2.rdoc +0 -165
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.8.3.rdoc +0 -112
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.8.4.rdoc +0 -147
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.8.5.rdoc +0 -53
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.8.6.rdoc +0 -37
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.8.7.rdoc +0 -55
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.9.0.rdoc +0 -112
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.9.1.rdoc +0 -52
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.9.2.2.rdoc +0 -55
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.9.2.rdoc +0 -49
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.9.3.rdoc +0 -102
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.9.4.rdoc +0 -60
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.9.5.rdoc +0 -55
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-0.9.6.rdoc +0 -64
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-10.0.0.rdoc +0 -178
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-10.0.1.rdoc +0 -58
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-10.0.2.rdoc +0 -53
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-10.0.3.rdoc +0 -191
- data/vendor/bundle/gems/rake-10.5.0/doc/release_notes/rake-10.1.0.rdoc +0 -61
- data/vendor/bundle/gems/rake-10.5.0/lib/rake.rb +0 -79
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/alt_system.rb +0 -110
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/application.rb +0 -790
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/backtrace.rb +0 -23
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/clean.rb +0 -76
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/cloneable.rb +0 -16
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/contrib/.document +0 -1
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/contrib/compositepublisher.rb +0 -21
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/contrib/ftptools.rb +0 -137
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/contrib/publisher.rb +0 -81
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/contrib/rubyforgepublisher.rb +0 -18
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/contrib/sshpublisher.rb +0 -61
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/contrib/sys.rb +0 -4
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/cpu_counter.rb +0 -125
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/default_loader.rb +0 -14
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/dsl_definition.rb +0 -201
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/early_time.rb +0 -21
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/ext/core.rb +0 -25
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/ext/module.rb +0 -2
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/ext/pathname.rb +0 -25
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/ext/string.rb +0 -175
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/ext/time.rb +0 -18
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/file_creation_task.rb +0 -24
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/file_list.rb +0 -428
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/file_task.rb +0 -46
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/file_utils.rb +0 -128
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/file_utils_ext.rb +0 -144
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/gempackagetask.rb +0 -4
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/invocation_chain.rb +0 -56
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/invocation_exception_mixin.rb +0 -16
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/late_time.rb +0 -17
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/linked_list.rb +0 -103
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/loaders/makefile.rb +0 -53
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/multi_task.rb +0 -13
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/name_space.rb +0 -38
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/packagetask.rb +0 -199
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/pathmap.rb +0 -3
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/phony.rb +0 -15
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/private_reader.rb +0 -20
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/promise.rb +0 -99
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/pseudo_status.rb +0 -29
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/rake_module.rb +0 -38
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/rake_test_loader.rb +0 -22
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/rdoctask.rb +0 -4
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/ruby182_test_unit_fix.rb +0 -29
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/rule_recursion_overflow_error.rb +0 -20
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/runtest.rb +0 -27
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/scope.rb +0 -42
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/task.rb +0 -383
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/task_argument_error.rb +0 -7
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/task_arguments.rb +0 -98
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/task_manager.rb +0 -307
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/tasklib.rb +0 -24
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/testtask.rb +0 -213
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/thread_history_display.rb +0 -48
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/thread_pool.rb +0 -164
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/trace_output.rb +0 -22
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/version.rb +0 -7
- data/vendor/bundle/gems/rake-10.5.0/lib/rake/win32.rb +0 -56
- data/vendor/bundle/gems/rake-10.5.0/rakelib/publish.rake +0 -20
- data/vendor/bundle/gems/rake-10.5.0/rakelib/test_times.rake +0 -25
- data/vendor/bundle/gems/rake-10.5.0/test/file_creation.rb +0 -34
- data/vendor/bundle/gems/rake-10.5.0/test/helper.rb +0 -129
- data/vendor/bundle/gems/rake-10.5.0/test/support/rakefile_definitions.rb +0 -478
- data/vendor/bundle/gems/rake-10.5.0/test/support/ruby_runner.rb +0 -34
- data/vendor/bundle/gems/rake-10.5.0/test/test_private_reader.rb +0 -42
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake.rb +0 -40
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_application.rb +0 -643
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_application_options.rb +0 -468
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_backtrace.rb +0 -119
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_clean.rb +0 -61
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_cpu_counter.rb +0 -68
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_definitions.rb +0 -84
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_directory_task.rb +0 -76
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_dsl.rb +0 -40
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_early_time.rb +0 -31
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_extension.rb +0 -59
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_file_creation_task.rb +0 -56
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_file_list.rb +0 -670
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_file_list_path_map.rb +0 -8
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_file_task.rb +0 -197
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_file_utils.rb +0 -314
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_ftp_file.rb +0 -74
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_functional.rb +0 -482
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_invocation_chain.rb +0 -64
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_late_time.rb +0 -18
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_linked_list.rb +0 -84
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_makefile_loader.rb +0 -46
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_multi_task.rb +0 -64
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_name_space.rb +0 -57
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_package_task.rb +0 -79
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_path_map.rb +0 -168
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_path_map_explode.rb +0 -34
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_path_map_partial.rb +0 -18
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_pathname_extensions.rb +0 -15
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_pseudo_status.rb +0 -21
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_rake_test_loader.rb +0 -20
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_reduce_compat.rb +0 -26
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_require.rb +0 -40
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_rules.rb +0 -388
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_scope.rb +0 -44
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_task.rb +0 -393
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_task_argument_parsing.rb +0 -119
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_task_arguments.rb +0 -127
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_task_lib.rb +0 -9
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_task_manager.rb +0 -178
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_task_manager_argument_resolution.rb +0 -19
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_task_with_arguments.rb +0 -172
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_test_task.rb +0 -146
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_thread_pool.rb +0 -145
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_top_level_functions.rb +0 -71
- data/vendor/bundle/gems/rake-10.5.0/test/test_rake_win32.rb +0 -72
- data/vendor/bundle/gems/rake-10.5.0/test/test_thread_history_display.rb +0 -101
- data/vendor/bundle/gems/rake-10.5.0/test/test_trace_output.rb +0 -52
- data/vendor/bundle/gems/rspec-3.5.0/LICENSE.md +0 -27
- data/vendor/bundle/gems/rspec-3.5.0/README.md +0 -39
- data/vendor/bundle/gems/rspec-3.5.0/lib/rspec.rb +0 -3
- data/vendor/bundle/gems/rspec-3.5.0/lib/rspec/version.rb +0 -5
- data/vendor/bundle/gems/rspec-core-3.5.4/.document +0 -5
- data/vendor/bundle/gems/rspec-core-3.5.4/.yardopts +0 -8
- data/vendor/bundle/gems/rspec-core-3.5.4/Changelog.md +0 -2102
- data/vendor/bundle/gems/rspec-core-3.5.4/LICENSE.md +0 -26
- data/vendor/bundle/gems/rspec-core-3.5.4/README.md +0 -384
- data/vendor/bundle/gems/rspec-core-3.5.4/exe/rspec +0 -4
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/autorun.rb +0 -3
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core.rb +0 -185
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/backtrace_formatter.rb +0 -65
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/bisect/coordinator.rb +0 -66
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/bisect/example_minimizer.rb +0 -169
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/bisect/runner.rb +0 -169
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/bisect/server.rb +0 -65
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/configuration.rb +0 -2100
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/configuration_options.rb +0 -194
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/drb.rb +0 -111
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/dsl.rb +0 -98
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/example.rb +0 -649
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/example_group.rb +0 -879
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/example_status_persister.rb +0 -235
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/filter_manager.rb +0 -231
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/flat_map.rb +0 -20
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters.rb +0 -255
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/base_formatter.rb +0 -70
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/base_text_formatter.rb +0 -77
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/bisect_formatter.rb +0 -69
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/bisect_progress_formatter.rb +0 -144
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/console_codes.rb +0 -65
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/deprecation_formatter.rb +0 -223
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/documentation_formatter.rb +0 -69
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/exception_presenter.rb +0 -491
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/fallback_message_formatter.rb +0 -28
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/helpers.rb +0 -110
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/html_formatter.rb +0 -151
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/html_printer.rb +0 -414
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/html_snippet_extractor.rb +0 -116
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/json_formatter.rb +0 -96
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/profile_formatter.rb +0 -68
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/progress_formatter.rb +0 -28
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/protocol.rb +0 -181
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/snippet_extractor.rb +0 -136
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/hooks.rb +0 -624
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/invocations.rb +0 -67
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/memoized_helpers.rb +0 -532
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/metadata.rb +0 -499
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/metadata_filter.rb +0 -243
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/minitest_assertions_adapter.rb +0 -31
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/mocking_adapters/flexmock.rb +0 -31
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/mocking_adapters/mocha.rb +0 -57
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/mocking_adapters/null.rb +0 -14
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/mocking_adapters/rr.rb +0 -31
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/mocking_adapters/rspec.rb +0 -32
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/notifications.rb +0 -498
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/option_parser.rb +0 -289
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/ordering.rb +0 -158
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/pending.rb +0 -165
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/profiler.rb +0 -32
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/project_initializer.rb +0 -48
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/project_initializer/.rspec +0 -2
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/project_initializer/spec/spec_helper.rb +0 -103
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/rake_task.rb +0 -168
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/reporter.rb +0 -248
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/ruby_project.rb +0 -53
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/runner.rb +0 -188
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/sandbox.rb +0 -37
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/set.rb +0 -49
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/shared_context.rb +0 -55
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/shared_example_group.rb +0 -247
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/shell_escape.rb +0 -49
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/source.rb +0 -86
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/source/location.rb +0 -13
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/source/node.rb +0 -93
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/source/syntax_highlighter.rb +0 -71
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/source/token.rb +0 -87
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/test_unit_assertions_adapter.rb +0 -30
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/version.rb +0 -9
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/warnings.rb +0 -40
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/world.rb +0 -256
- data/vendor/bundle/gems/rspec-expectations-3.5.0/.document +0 -5
- data/vendor/bundle/gems/rspec-expectations-3.5.0/.yardopts +0 -6
- data/vendor/bundle/gems/rspec-expectations-3.5.0/Changelog.md +0 -1034
- data/vendor/bundle/gems/rspec-expectations-3.5.0/LICENSE.md +0 -25
- data/vendor/bundle/gems/rspec-expectations-3.5.0/README.md +0 -303
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations.rb +0 -81
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations/configuration.rb +0 -201
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations/expectation_target.rb +0 -127
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations/fail_with.rb +0 -31
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations/failure_aggregator.rb +0 -194
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations/handler.rb +0 -170
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations/minitest_integration.rb +0 -58
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations/syntax.rb +0 -132
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations/version.rb +0 -8
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers.rb +0 -1038
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/aliased_matcher.rb +0 -116
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in.rb +0 -52
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/all.rb +0 -85
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/base_matcher.rb +0 -181
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be.rb +0 -288
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_between.rb +0 -77
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_instance_of.rb +0 -22
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_kind_of.rb +0 -16
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_within.rb +0 -72
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/change.rb +0 -354
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/compound.rb +0 -272
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/contain_exactly.rb +0 -286
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/cover.rb +0 -24
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/eq.rb +0 -40
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/eql.rb +0 -34
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/equal.rb +0 -81
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/exist.rb +0 -86
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/has.rb +0 -103
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/have_attributes.rb +0 -114
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/include.rb +0 -143
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/match.rb +0 -106
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/operators.rb +0 -128
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/output.rb +0 -200
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/raise_error.rb +0 -230
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/respond_to.rb +0 -165
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/satisfy.rb +0 -37
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/start_or_end_with.rb +0 -94
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/throw_symbol.rb +0 -132
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/yield.rb +0 -419
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/composable.rb +0 -185
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/dsl.rb +0 -466
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/english_phrasing.rb +0 -58
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +0 -73
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/fail_matchers.rb +0 -42
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/generated_descriptions.rb +0 -42
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/matcher_delegator.rb +0 -35
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/matcher_protocol.rb +0 -99
- data/vendor/bundle/gems/rspec-mocks-3.5.0/.document +0 -5
- data/vendor/bundle/gems/rspec-mocks-3.5.0/.yardopts +0 -6
- data/vendor/bundle/gems/rspec-mocks-3.5.0/Changelog.md +0 -1043
- data/vendor/bundle/gems/rspec-mocks-3.5.0/LICENSE.md +0 -25
- data/vendor/bundle/gems/rspec-mocks-3.5.0/README.md +0 -445
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks.rb +0 -130
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance.rb +0 -11
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/chain.rb +0 -110
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/error_generator.rb +0 -31
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -35
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -48
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/message_chains.rb +0 -83
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/proxy.rb +0 -116
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/recorder.rb +0 -289
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/stub_chain.rb +0 -47
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -28
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/argument_list_matcher.rb +0 -100
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/argument_matchers.rb +0 -320
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/configuration.rb +0 -205
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/error_generator.rb +0 -369
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/example_methods.rb +0 -422
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/instance_method_stasher.rb +0 -135
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/marshal_extension.rb +0 -41
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/matchers/expectation_customization.rb +0 -20
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/matchers/have_received.rb +0 -130
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/matchers/receive.rb +0 -132
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -82
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/matchers/receive_messages.rb +0 -77
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/message_chain.rb +0 -87
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/message_expectation.rb +0 -740
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/method_double.rb +0 -287
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/method_reference.rb +0 -202
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/minitest_integration.rb +0 -68
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/mutate_const.rb +0 -335
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/object_reference.rb +0 -149
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/order_group.rb +0 -81
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/proxy.rb +0 -489
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/space.rb +0 -238
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/standalone.rb +0 -3
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/syntax.rb +0 -325
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/targets.rb +0 -124
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/test_double.rb +0 -170
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/verifying_double.rb +0 -129
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/verifying_message_expectation.rb +0 -54
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/verifying_proxy.rb +0 -213
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/version.rb +0 -9
- data/vendor/bundle/gems/rspec-support-3.5.0/Changelog.md +0 -192
- data/vendor/bundle/gems/rspec-support-3.5.0/LICENSE.md +0 -23
- data/vendor/bundle/gems/rspec-support-3.5.0/README.md +0 -40
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support.rb +0 -139
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/caller_filter.rb +0 -83
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/comparable_version.rb +0 -46
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/differ.rb +0 -215
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/directory_maker.rb +0 -63
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/encoded_string.rb +0 -165
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/fuzzy_matcher.rb +0 -48
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/hunk_generator.rb +0 -47
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/matcher_definition.rb +0 -42
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/method_signature_verifier.rb +0 -392
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/mutex.rb +0 -73
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/object_formatter.rb +0 -249
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/recursive_const_methods.rb +0 -76
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/reentrant_mutex.rb +0 -53
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/ruby_features.rb +0 -149
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec.rb +0 -81
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/deprecation_helpers.rb +0 -64
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/formatting_support.rb +0 -9
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/in_sub_process.rb +0 -52
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/library_wide_checks.rb +0 -150
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/shell_out.rb +0 -82
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/stderr_splitter.rb +0 -63
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/string_matcher.rb +0 -46
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/with_isolated_directory.rb +0 -13
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/with_isolated_stderr.rb +0 -13
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/version.rb +0 -7
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/warnings.rb +0 -39
- data/vendor/bundle/gems/slop-3.6.0/.gitignore +0 -7
- data/vendor/bundle/gems/slop-3.6.0/.travis.yml +0 -9
- data/vendor/bundle/gems/slop-3.6.0/CHANGES.md +0 -309
- data/vendor/bundle/gems/slop-3.6.0/Gemfile +0 -3
- data/vendor/bundle/gems/slop-3.6.0/LICENSE +0 -20
- data/vendor/bundle/gems/slop-3.6.0/README.md +0 -202
- data/vendor/bundle/gems/slop-3.6.0/Rakefile +0 -29
- data/vendor/bundle/gems/slop-3.6.0/lib/slop.rb +0 -687
- data/vendor/bundle/gems/slop-3.6.0/lib/slop/commands.rb +0 -196
- data/vendor/bundle/gems/slop-3.6.0/lib/slop/option.rb +0 -214
- data/vendor/bundle/gems/slop-3.6.0/slop.gemspec +0 -17
- data/vendor/bundle/gems/slop-3.6.0/test/commands_test.rb +0 -26
- data/vendor/bundle/gems/slop-3.6.0/test/helper.rb +0 -12
- data/vendor/bundle/gems/slop-3.6.0/test/option_test.rb +0 -145
- data/vendor/bundle/gems/slop-3.6.0/test/slop_test.rb +0 -518
- data/vendor/bundle/gems/thread_safe-0.3.6/.rspec +0 -2
- data/vendor/bundle/gems/thread_safe-0.3.6/.travis.yml +0 -46
- data/vendor/bundle/gems/thread_safe-0.3.6/.yardopts +0 -13
- data/vendor/bundle/gems/thread_safe-0.3.6/Gemfile +0 -20
- data/vendor/bundle/gems/thread_safe-0.3.6/LICENSE +0 -144
- data/vendor/bundle/gems/thread_safe-0.3.6/README.md +0 -60
- data/vendor/bundle/gems/thread_safe-0.3.6/Rakefile +0 -62
- data/vendor/bundle/gems/thread_safe-0.3.6/examples/bench_cache.rb +0 -35
- data/vendor/bundle/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/JRubyCacheBackendLibrary.java +0 -245
- data/vendor/bundle/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMap.java +0 -31
- data/vendor/bundle/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMapV8.java +0 -3863
- data/vendor/bundle/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/LongAdder.java +0 -203
- data/vendor/bundle/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/Striped64.java +0 -342
- data/vendor/bundle/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/ConcurrentHashMapV8.java +0 -3800
- data/vendor/bundle/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/LongAdder.java +0 -204
- data/vendor/bundle/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/Striped64.java +0 -291
- data/vendor/bundle/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166y/ThreadLocalRandom.java +0 -199
- data/vendor/bundle/gems/thread_safe-0.3.6/ext/thread_safe/JrubyCacheBackendService.java +0 -15
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe.rb +0 -65
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/atomic_reference_cache_backend.rb +0 -908
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/cache.rb +0 -161
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/mri_cache_backend.rb +0 -60
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/non_concurrent_cache_backend.rb +0 -135
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/synchronized_cache_backend.rb +0 -77
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/synchronized_delegator.rb +0 -43
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/util.rb +0 -16
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/util/adder.rb +0 -62
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/util/atomic_reference.rb +0 -44
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/util/cheap_lockable.rb +0 -106
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/util/power_of_two_tuple.rb +0 -26
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/util/striped64.rb +0 -222
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/util/volatile.rb +0 -64
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/util/volatile_tuple.rb +0 -46
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/util/xor_shift_random.rb +0 -41
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/version.rb +0 -21
- data/vendor/bundle/gems/thread_safe-0.3.6/spec/.gitignore +0 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/spec/spec_helper.rb +0 -31
- data/vendor/bundle/gems/thread_safe-0.3.6/spec/src/thread_safe/SecurityManager.java +0 -21
- data/vendor/bundle/gems/thread_safe-0.3.6/spec/support/.gitignore +0 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/spec/support/threads.rb +0 -1
- data/vendor/bundle/gems/thread_safe-0.3.6/spec/support/threadsafe_test.rb +0 -75
- data/vendor/bundle/gems/thread_safe-0.3.6/spec/thread_safe/.gitignore +0 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/spec/thread_safe/array_spec.rb +0 -18
- data/vendor/bundle/gems/thread_safe-0.3.6/spec/thread_safe/cache_loops_spec.rb +0 -507
- data/vendor/bundle/gems/thread_safe-0.3.6/spec/thread_safe/cache_spec.rb +0 -943
- data/vendor/bundle/gems/thread_safe-0.3.6/spec/thread_safe/hash_spec.rb +0 -17
- data/vendor/bundle/gems/thread_safe-0.3.6/spec/thread_safe/no_unsafe_spec.rb +0 -27
- data/vendor/bundle/gems/thread_safe-0.3.6/spec/thread_safe/synchronized_delegator_spec.rb +0 -85
- data/vendor/bundle/gems/thread_safe-0.3.6/tasks/update_doc.rake +0 -45
- data/vendor/bundle/gems/thread_safe-0.3.6/thread_safe.gemspec +0 -26
- data/vendor/bundle/gems/thread_safe-0.3.6/yard-template/default/fulldoc/html/css/common.css +0 -125
- data/vendor/bundle/gems/thread_safe-0.3.6/yard-template/default/layout/html/footer.erb +0 -16
- data/vendor/bundle/gems/tzinfo-1.2.2/.yardopts +0 -6
- data/vendor/bundle/gems/tzinfo-1.2.2/CHANGES.md +0 -649
- data/vendor/bundle/gems/tzinfo-1.2.2/LICENSE +0 -19
- data/vendor/bundle/gems/tzinfo-1.2.2/README.md +0 -151
- data/vendor/bundle/gems/tzinfo-1.2.2/Rakefile +0 -104
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo.rb +0 -40
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/country.rb +0 -196
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/country_index_definition.rb +0 -31
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/country_info.rb +0 -42
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/country_timezone.rb +0 -123
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/data_source.rb +0 -190
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/data_timezone.rb +0 -58
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/data_timezone_info.rb +0 -55
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/info_timezone.rb +0 -30
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/linked_timezone.rb +0 -63
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/linked_timezone_info.rb +0 -26
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/offset_rationals.rb +0 -77
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/ruby_core_support.rb +0 -146
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/ruby_country_info.rb +0 -70
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/ruby_data_source.rb +0 -136
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/time_or_datetime.rb +0 -333
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone.rb +0 -637
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_definition.rb +0 -36
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_index_definition.rb +0 -54
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_info.rb +0 -30
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_offset.rb +0 -74
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_period.rb +0 -204
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_proxy.rb +0 -70
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_transition.rb +0 -120
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_transition_definition.rb +0 -101
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/transition_data_timezone_info.rb +0 -274
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_country_info.rb +0 -35
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_data_source.rb +0 -487
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_timezone_info.rb +0 -245
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_country.rb +0 -236
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_country_index_definition.rb +0 -69
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_country_info.rb +0 -16
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_country_timezone.rb +0 -161
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_data_source.rb +0 -218
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_data_timezone.rb +0 -99
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_data_timezone_info.rb +0 -18
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_info_timezone.rb +0 -34
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_linked_timezone.rb +0 -155
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_linked_timezone_info.rb +0 -23
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_offset_rationals.rb +0 -23
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_ruby_core_support.rb +0 -168
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_ruby_country_info.rb +0 -80
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_ruby_data_source.rb +0 -143
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_time_or_datetime.rb +0 -639
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone.rb +0 -1334
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_definition.rb +0 -113
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_index_definition.rb +0 -73
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_info.rb +0 -11
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_london.rb +0 -143
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_melbourne.rb +0 -142
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_new_york.rb +0 -142
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_offset.rb +0 -126
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_period.rb +0 -548
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_proxy.rb +0 -113
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_transition.rb +0 -352
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_transition_definition.rb +0 -284
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_utc.rb +0 -27
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_transition_data_timezone_info.rb +0 -423
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_zoneinfo_country_info.rb +0 -64
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_zoneinfo_data_source.rb +0 -1122
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_zoneinfo_timezone_info.rb +0 -814
- data/vendor/bundle/gems/tzinfo-1.2.2/test/test_utils.rb +0 -132
- data/vendor/bundle/gems/tzinfo-1.2.2/test/ts_all.rb +0 -7
- data/vendor/bundle/gems/tzinfo-1.2.2/test/ts_all_ruby.rb +0 -5
- data/vendor/bundle/gems/tzinfo-1.2.2/test/ts_all_zoneinfo.rb +0 -7
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data.rb +0 -8
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/America/Argentina/Buenos_Aires.rb +0 -89
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/America/New_York.rb +0 -315
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Australia/Melbourne.rb +0 -218
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/EST.rb +0 -19
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__m__1.rb +0 -21
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__p__1.rb +0 -21
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Etc/UTC.rb +0 -21
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/Amsterdam.rb +0 -261
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/Andorra.rb +0 -186
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/London.rb +0 -321
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/Paris.rb +0 -265
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/Prague.rb +0 -220
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/UTC.rb +0 -16
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/indexes/countries.rb +0 -927
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/indexes/timezones.rb +0 -596
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/version.rb +0 -14
- 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 +0 -275
- 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 +0 -439
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/zone1970.tab +0 -369
- data/vendor/bundle/gems/tzinfo-1.2.2/tzinfo.gemspec +0 -21
- data/vendor/bundle/specifications/activesupport-5.0.2.gemspec +0 -43
- data/vendor/bundle/specifications/coderay-1.1.1.gemspec +0 -26
- data/vendor/bundle/specifications/concurrent-ruby-1.0.5.gemspec +0 -23
- data/vendor/bundle/specifications/diff-lcs-1.3.gemspec +0 -61
- data/vendor/bundle/specifications/i18n-0.8.1.gemspec +0 -22
- data/vendor/bundle/specifications/method_source-0.8.2.gemspec +0 -34
- data/vendor/bundle/specifications/minitest-5.10.1.gemspec +0 -39
- data/vendor/bundle/specifications/pry-0.10.4.gemspec +0 -43
- data/vendor/bundle/specifications/rake-10.5.0.gemspec +0 -43
- data/vendor/bundle/specifications/rspec-3.5.0.gemspec +0 -42
- data/vendor/bundle/specifications/rspec-core-3.5.4.gemspec +0 -62
- data/vendor/bundle/specifications/rspec-expectations-3.5.0.gemspec +0 -50
- data/vendor/bundle/specifications/rspec-mocks-3.5.0.gemspec +0 -50
- data/vendor/bundle/specifications/rspec-support-3.5.0.gemspec +0 -41
- data/vendor/bundle/specifications/slop-3.6.0.gemspec +0 -36
- data/vendor/bundle/specifications/thread_safe-0.3.6.gemspec +0 -38
- data/vendor/bundle/specifications/tzinfo-1.2.2.gemspec +0 -37
@@ -1,67 +0,0 @@
|
|
1
|
-
require 'active_support/inflector/methods'
|
2
|
-
require 'active_support/values/time_zone'
|
3
|
-
|
4
|
-
class Time
|
5
|
-
DATE_FORMATS = {
|
6
|
-
:db => '%Y-%m-%d %H:%M:%S',
|
7
|
-
:number => '%Y%m%d%H%M%S',
|
8
|
-
:nsec => '%Y%m%d%H%M%S%9N',
|
9
|
-
:usec => '%Y%m%d%H%M%S%6N',
|
10
|
-
:time => '%H:%M',
|
11
|
-
:short => '%d %b %H:%M',
|
12
|
-
:long => '%B %d, %Y %H:%M',
|
13
|
-
:long_ordinal => lambda { |time|
|
14
|
-
day_format = ActiveSupport::Inflector.ordinalize(time.day)
|
15
|
-
time.strftime("%B #{day_format}, %Y %H:%M")
|
16
|
-
},
|
17
|
-
:rfc822 => lambda { |time|
|
18
|
-
offset_format = time.formatted_offset(false)
|
19
|
-
time.strftime("%a, %d %b %Y %H:%M:%S #{offset_format}")
|
20
|
-
},
|
21
|
-
:iso8601 => lambda { |time| time.iso8601 }
|
22
|
-
}
|
23
|
-
|
24
|
-
# Converts to a formatted string. See DATE_FORMATS for built-in formats.
|
25
|
-
#
|
26
|
-
# This method is aliased to <tt>to_s</tt>.
|
27
|
-
#
|
28
|
-
# time = Time.now # => 2007-01-18 06:10:17 -06:00
|
29
|
-
#
|
30
|
-
# time.to_formatted_s(:time) # => "06:10"
|
31
|
-
# time.to_s(:time) # => "06:10"
|
32
|
-
#
|
33
|
-
# time.to_formatted_s(:db) # => "2007-01-18 06:10:17"
|
34
|
-
# time.to_formatted_s(:number) # => "20070118061017"
|
35
|
-
# time.to_formatted_s(:short) # => "18 Jan 06:10"
|
36
|
-
# time.to_formatted_s(:long) # => "January 18, 2007 06:10"
|
37
|
-
# time.to_formatted_s(:long_ordinal) # => "January 18th, 2007 06:10"
|
38
|
-
# time.to_formatted_s(:rfc822) # => "Thu, 18 Jan 2007 06:10:17 -0600"
|
39
|
-
# time.to_formatted_s(:iso8601) # => "2007-01-18T06:10:17-06:00"
|
40
|
-
#
|
41
|
-
# == Adding your own time formats to +to_formatted_s+
|
42
|
-
# You can add your own formats to the Time::DATE_FORMATS hash.
|
43
|
-
# Use the format name as the hash key and either a strftime string
|
44
|
-
# or Proc instance that takes a time argument as the value.
|
45
|
-
#
|
46
|
-
# # config/initializers/time_formats.rb
|
47
|
-
# Time::DATE_FORMATS[:month_and_year] = '%B %Y'
|
48
|
-
# Time::DATE_FORMATS[:short_ordinal] = ->(time) { time.strftime("%B #{time.day.ordinalize}") }
|
49
|
-
def to_formatted_s(format = :default)
|
50
|
-
if formatter = DATE_FORMATS[format]
|
51
|
-
formatter.respond_to?(:call) ? formatter.call(self).to_s : strftime(formatter)
|
52
|
-
else
|
53
|
-
to_default_s
|
54
|
-
end
|
55
|
-
end
|
56
|
-
alias_method :to_default_s, :to_s
|
57
|
-
alias_method :to_s, :to_formatted_s
|
58
|
-
|
59
|
-
# Returns a formatted string of the offset from UTC, or an alternative
|
60
|
-
# string if the time zone is already UTC.
|
61
|
-
#
|
62
|
-
# Time.local(2000).formatted_offset # => "-06:00"
|
63
|
-
# Time.local(2000).formatted_offset(false) # => "-0600"
|
64
|
-
def formatted_offset(colon = true, alternate_utc_string = nil)
|
65
|
-
utc? && alternate_utc_string || ActiveSupport::TimeZone.seconds_to_utc_offset(utc_offset, colon)
|
66
|
-
end
|
67
|
-
end
|
@@ -1,111 +0,0 @@
|
|
1
|
-
require 'active_support/time_with_zone'
|
2
|
-
require 'active_support/core_ext/time/acts_like'
|
3
|
-
require 'active_support/core_ext/date_and_time/zones'
|
4
|
-
|
5
|
-
class Time
|
6
|
-
include DateAndTime::Zones
|
7
|
-
class << self
|
8
|
-
attr_accessor :zone_default
|
9
|
-
|
10
|
-
# Returns the TimeZone for the current request, if this has been set (via Time.zone=).
|
11
|
-
# If <tt>Time.zone</tt> has not been set for the current request, returns the TimeZone specified in <tt>config.time_zone</tt>.
|
12
|
-
def zone
|
13
|
-
Thread.current[:time_zone] || zone_default
|
14
|
-
end
|
15
|
-
|
16
|
-
# Sets <tt>Time.zone</tt> to a TimeZone object for the current request/thread.
|
17
|
-
#
|
18
|
-
# This method accepts any of the following:
|
19
|
-
#
|
20
|
-
# * A Rails TimeZone object.
|
21
|
-
# * An identifier for a Rails TimeZone object (e.g., "Eastern Time (US & Canada)", <tt>-5.hours</tt>).
|
22
|
-
# * A TZInfo::Timezone object.
|
23
|
-
# * An identifier for a TZInfo::Timezone object (e.g., "America/New_York").
|
24
|
-
#
|
25
|
-
# Here's an example of how you might set <tt>Time.zone</tt> on a per request basis and reset it when the request is done.
|
26
|
-
# <tt>current_user.time_zone</tt> just needs to return a string identifying the user's preferred time zone:
|
27
|
-
#
|
28
|
-
# class ApplicationController < ActionController::Base
|
29
|
-
# around_action :set_time_zone
|
30
|
-
#
|
31
|
-
# def set_time_zone
|
32
|
-
# if logged_in?
|
33
|
-
# Time.use_zone(current_user.time_zone) { yield }
|
34
|
-
# else
|
35
|
-
# yield
|
36
|
-
# end
|
37
|
-
# end
|
38
|
-
# end
|
39
|
-
def zone=(time_zone)
|
40
|
-
Thread.current[:time_zone] = find_zone!(time_zone)
|
41
|
-
end
|
42
|
-
|
43
|
-
# Allows override of <tt>Time.zone</tt> locally inside supplied block;
|
44
|
-
# resets <tt>Time.zone</tt> to existing value when done.
|
45
|
-
#
|
46
|
-
# class ApplicationController < ActionController::Base
|
47
|
-
# around_action :set_time_zone
|
48
|
-
#
|
49
|
-
# private
|
50
|
-
#
|
51
|
-
# def set_time_zone
|
52
|
-
# Time.use_zone(current_user.timezone) { yield }
|
53
|
-
# end
|
54
|
-
# end
|
55
|
-
#
|
56
|
-
# NOTE: This won't affect any <tt>ActiveSupport::TimeWithZone</tt>
|
57
|
-
# objects that have already been created, e.g. any model timestamp
|
58
|
-
# attributes that have been read before the block will remain in
|
59
|
-
# the application's default timezone.
|
60
|
-
def use_zone(time_zone)
|
61
|
-
new_zone = find_zone!(time_zone)
|
62
|
-
begin
|
63
|
-
old_zone, ::Time.zone = ::Time.zone, new_zone
|
64
|
-
yield
|
65
|
-
ensure
|
66
|
-
::Time.zone = old_zone
|
67
|
-
end
|
68
|
-
end
|
69
|
-
|
70
|
-
# Returns a TimeZone instance matching the time zone provided.
|
71
|
-
# Accepts the time zone in any format supported by <tt>Time.zone=</tt>.
|
72
|
-
# Raises an +ArgumentError+ for invalid time zones.
|
73
|
-
#
|
74
|
-
# Time.find_zone! "America/New_York" # => #<ActiveSupport::TimeZone @name="America/New_York" ...>
|
75
|
-
# Time.find_zone! "EST" # => #<ActiveSupport::TimeZone @name="EST" ...>
|
76
|
-
# Time.find_zone! -5.hours # => #<ActiveSupport::TimeZone @name="Bogota" ...>
|
77
|
-
# Time.find_zone! nil # => nil
|
78
|
-
# Time.find_zone! false # => false
|
79
|
-
# Time.find_zone! "NOT-A-TIMEZONE" # => ArgumentError: Invalid Timezone: NOT-A-TIMEZONE
|
80
|
-
def find_zone!(time_zone)
|
81
|
-
if !time_zone || time_zone.is_a?(ActiveSupport::TimeZone)
|
82
|
-
time_zone
|
83
|
-
else
|
84
|
-
# Look up the timezone based on the identifier (unless we've been
|
85
|
-
# passed a TZInfo::Timezone)
|
86
|
-
unless time_zone.respond_to?(:period_for_local)
|
87
|
-
time_zone = ActiveSupport::TimeZone[time_zone] || TZInfo::Timezone.get(time_zone)
|
88
|
-
end
|
89
|
-
|
90
|
-
# Return if a TimeZone instance, or wrap in a TimeZone instance if a TZInfo::Timezone
|
91
|
-
if time_zone.is_a?(ActiveSupport::TimeZone)
|
92
|
-
time_zone
|
93
|
-
else
|
94
|
-
ActiveSupport::TimeZone.create(time_zone.name, nil, time_zone)
|
95
|
-
end
|
96
|
-
end
|
97
|
-
rescue TZInfo::InvalidTimezoneIdentifier
|
98
|
-
raise ArgumentError, "Invalid Timezone: #{time_zone}"
|
99
|
-
end
|
100
|
-
|
101
|
-
# Returns a TimeZone instance matching the time zone provided.
|
102
|
-
# Accepts the time zone in any format supported by <tt>Time.zone=</tt>.
|
103
|
-
# Returns +nil+ for invalid time zones.
|
104
|
-
#
|
105
|
-
# Time.find_zone "America/New_York" # => #<ActiveSupport::TimeZone @name="America/New_York" ...>
|
106
|
-
# Time.find_zone "NOT-A-TIMEZONE" # => nil
|
107
|
-
def find_zone(time_zone)
|
108
|
-
find_zone!(time_zone) rescue nil
|
109
|
-
end
|
110
|
-
end
|
111
|
-
end
|
@@ -1,24 +0,0 @@
|
|
1
|
-
require 'uri'
|
2
|
-
str = "\xE6\x97\xA5\xE6\x9C\xAC\xE8\xAA\x9E" # Ni-ho-nn-go in UTF-8, means Japanese.
|
3
|
-
parser = URI::Parser.new
|
4
|
-
|
5
|
-
unless str == parser.unescape(parser.escape(str))
|
6
|
-
URI::Parser.class_eval do
|
7
|
-
remove_method :unescape
|
8
|
-
def unescape(str, escaped = /%[a-fA-F\d]{2}/)
|
9
|
-
# TODO: Are we actually sure that ASCII == UTF-8?
|
10
|
-
# YK: My initial experiments say yes, but let's be sure please
|
11
|
-
enc = str.encoding
|
12
|
-
enc = Encoding::UTF_8 if enc == Encoding::US_ASCII
|
13
|
-
str.gsub(escaped) { |match| [match[1, 2].hex].pack('C') }.force_encoding(enc)
|
14
|
-
end
|
15
|
-
end
|
16
|
-
end
|
17
|
-
|
18
|
-
module URI
|
19
|
-
class << self
|
20
|
-
def parser
|
21
|
-
@parser ||= URI::Parser.new
|
22
|
-
end
|
23
|
-
end
|
24
|
-
end
|
@@ -1,754 +0,0 @@
|
|
1
|
-
require 'set'
|
2
|
-
require 'thread'
|
3
|
-
require 'concurrent/map'
|
4
|
-
require 'pathname'
|
5
|
-
require 'active_support/core_ext/module/aliasing'
|
6
|
-
require 'active_support/core_ext/module/attribute_accessors'
|
7
|
-
require 'active_support/core_ext/module/introspection'
|
8
|
-
require 'active_support/core_ext/module/anonymous'
|
9
|
-
require 'active_support/core_ext/module/qualified_const'
|
10
|
-
require 'active_support/core_ext/object/blank'
|
11
|
-
require 'active_support/core_ext/kernel/reporting'
|
12
|
-
require 'active_support/core_ext/load_error'
|
13
|
-
require 'active_support/core_ext/name_error'
|
14
|
-
require 'active_support/core_ext/string/starts_ends_with'
|
15
|
-
require "active_support/dependencies/interlock"
|
16
|
-
require 'active_support/inflector'
|
17
|
-
|
18
|
-
module ActiveSupport #:nodoc:
|
19
|
-
module Dependencies #:nodoc:
|
20
|
-
extend self
|
21
|
-
|
22
|
-
mattr_accessor :interlock
|
23
|
-
self.interlock = Interlock.new
|
24
|
-
|
25
|
-
# :doc:
|
26
|
-
|
27
|
-
# Execute the supplied block without interference from any
|
28
|
-
# concurrent loads.
|
29
|
-
def self.run_interlock
|
30
|
-
Dependencies.interlock.running { yield }
|
31
|
-
end
|
32
|
-
|
33
|
-
# Execute the supplied block while holding an exclusive lock,
|
34
|
-
# preventing any other thread from being inside a #run_interlock
|
35
|
-
# block at the same time.
|
36
|
-
def self.load_interlock
|
37
|
-
Dependencies.interlock.loading { yield }
|
38
|
-
end
|
39
|
-
|
40
|
-
# Execute the supplied block while holding an exclusive lock,
|
41
|
-
# preventing any other thread from being inside a #run_interlock
|
42
|
-
# block at the same time.
|
43
|
-
def self.unload_interlock
|
44
|
-
Dependencies.interlock.unloading { yield }
|
45
|
-
end
|
46
|
-
|
47
|
-
# :nodoc:
|
48
|
-
|
49
|
-
# Should we turn on Ruby warnings on the first load of dependent files?
|
50
|
-
mattr_accessor :warnings_on_first_load
|
51
|
-
self.warnings_on_first_load = false
|
52
|
-
|
53
|
-
# All files ever loaded.
|
54
|
-
mattr_accessor :history
|
55
|
-
self.history = Set.new
|
56
|
-
|
57
|
-
# All files currently loaded.
|
58
|
-
mattr_accessor :loaded
|
59
|
-
self.loaded = Set.new
|
60
|
-
|
61
|
-
# Stack of files being loaded.
|
62
|
-
mattr_accessor :loading
|
63
|
-
self.loading = []
|
64
|
-
|
65
|
-
# Should we load files or require them?
|
66
|
-
mattr_accessor :mechanism
|
67
|
-
self.mechanism = ENV['NO_RELOAD'] ? :require : :load
|
68
|
-
|
69
|
-
# The set of directories from which we may automatically load files. Files
|
70
|
-
# under these directories will be reloaded on each request in development mode,
|
71
|
-
# unless the directory also appears in autoload_once_paths.
|
72
|
-
mattr_accessor :autoload_paths
|
73
|
-
self.autoload_paths = []
|
74
|
-
|
75
|
-
# The set of directories from which automatically loaded constants are loaded
|
76
|
-
# only once. All directories in this set must also be present in +autoload_paths+.
|
77
|
-
mattr_accessor :autoload_once_paths
|
78
|
-
self.autoload_once_paths = []
|
79
|
-
|
80
|
-
# An array of qualified constant names that have been loaded. Adding a name
|
81
|
-
# to this array will cause it to be unloaded the next time Dependencies are
|
82
|
-
# cleared.
|
83
|
-
mattr_accessor :autoloaded_constants
|
84
|
-
self.autoloaded_constants = []
|
85
|
-
|
86
|
-
# An array of constant names that need to be unloaded on every request. Used
|
87
|
-
# to allow arbitrary constants to be marked for unloading.
|
88
|
-
mattr_accessor :explicitly_unloadable_constants
|
89
|
-
self.explicitly_unloadable_constants = []
|
90
|
-
|
91
|
-
# The WatchStack keeps a stack of the modules being watched as files are
|
92
|
-
# loaded. If a file in the process of being loaded (parent.rb) triggers the
|
93
|
-
# load of another file (child.rb) the stack will ensure that child.rb
|
94
|
-
# handles the new constants.
|
95
|
-
#
|
96
|
-
# If child.rb is being autoloaded, its constants will be added to
|
97
|
-
# autoloaded_constants. If it was being `require`d, they will be discarded.
|
98
|
-
#
|
99
|
-
# This is handled by walking back up the watch stack and adding the constants
|
100
|
-
# found by child.rb to the list of original constants in parent.rb.
|
101
|
-
class WatchStack
|
102
|
-
include Enumerable
|
103
|
-
|
104
|
-
# @watching is a stack of lists of constants being watched. For instance,
|
105
|
-
# if parent.rb is autoloaded, the stack will look like [[Object]]. If
|
106
|
-
# parent.rb then requires namespace/child.rb, the stack will look like
|
107
|
-
# [[Object], [Namespace]].
|
108
|
-
|
109
|
-
def initialize
|
110
|
-
@watching = []
|
111
|
-
@stack = Hash.new { |h,k| h[k] = [] }
|
112
|
-
end
|
113
|
-
|
114
|
-
def each(&block)
|
115
|
-
@stack.each(&block)
|
116
|
-
end
|
117
|
-
|
118
|
-
def watching?
|
119
|
-
!@watching.empty?
|
120
|
-
end
|
121
|
-
|
122
|
-
# Returns a list of new constants found since the last call to
|
123
|
-
# <tt>watch_namespaces</tt>.
|
124
|
-
def new_constants
|
125
|
-
constants = []
|
126
|
-
|
127
|
-
# Grab the list of namespaces that we're looking for new constants under
|
128
|
-
@watching.last.each do |namespace|
|
129
|
-
# Retrieve the constants that were present under the namespace when watch_namespaces
|
130
|
-
# was originally called
|
131
|
-
original_constants = @stack[namespace].last
|
132
|
-
|
133
|
-
mod = Inflector.constantize(namespace) if Dependencies.qualified_const_defined?(namespace)
|
134
|
-
next unless mod.is_a?(Module)
|
135
|
-
|
136
|
-
# Get a list of the constants that were added
|
137
|
-
new_constants = mod.constants(false) - original_constants
|
138
|
-
|
139
|
-
# @stack[namespace] returns an Array of the constants that are being evaluated
|
140
|
-
# for that namespace. For instance, if parent.rb requires child.rb, the first
|
141
|
-
# element of @stack[Object] will be an Array of the constants that were present
|
142
|
-
# before parent.rb was required. The second element will be an Array of the
|
143
|
-
# constants that were present before child.rb was required.
|
144
|
-
@stack[namespace].each do |namespace_constants|
|
145
|
-
namespace_constants.concat(new_constants)
|
146
|
-
end
|
147
|
-
|
148
|
-
# Normalize the list of new constants, and add them to the list we will return
|
149
|
-
new_constants.each do |suffix|
|
150
|
-
constants << ([namespace, suffix] - ["Object"]).join("::".freeze)
|
151
|
-
end
|
152
|
-
end
|
153
|
-
constants
|
154
|
-
ensure
|
155
|
-
# A call to new_constants is always called after a call to watch_namespaces
|
156
|
-
pop_modules(@watching.pop)
|
157
|
-
end
|
158
|
-
|
159
|
-
# Add a set of modules to the watch stack, remembering the initial
|
160
|
-
# constants.
|
161
|
-
def watch_namespaces(namespaces)
|
162
|
-
@watching << namespaces.map do |namespace|
|
163
|
-
module_name = Dependencies.to_constant_name(namespace)
|
164
|
-
original_constants = Dependencies.qualified_const_defined?(module_name) ?
|
165
|
-
Inflector.constantize(module_name).constants(false) : []
|
166
|
-
|
167
|
-
@stack[module_name] << original_constants
|
168
|
-
module_name
|
169
|
-
end
|
170
|
-
end
|
171
|
-
|
172
|
-
private
|
173
|
-
def pop_modules(modules)
|
174
|
-
modules.each { |mod| @stack[mod].pop }
|
175
|
-
end
|
176
|
-
end
|
177
|
-
|
178
|
-
# An internal stack used to record which constants are loaded by any block.
|
179
|
-
mattr_accessor :constant_watch_stack
|
180
|
-
self.constant_watch_stack = WatchStack.new
|
181
|
-
|
182
|
-
# Module includes this module.
|
183
|
-
module ModuleConstMissing #:nodoc:
|
184
|
-
def self.append_features(base)
|
185
|
-
base.class_eval do
|
186
|
-
# Emulate #exclude via an ivar
|
187
|
-
return if defined?(@_const_missing) && @_const_missing
|
188
|
-
@_const_missing = instance_method(:const_missing)
|
189
|
-
remove_method(:const_missing)
|
190
|
-
end
|
191
|
-
super
|
192
|
-
end
|
193
|
-
|
194
|
-
def self.exclude_from(base)
|
195
|
-
base.class_eval do
|
196
|
-
define_method :const_missing, @_const_missing
|
197
|
-
@_const_missing = nil
|
198
|
-
end
|
199
|
-
end
|
200
|
-
|
201
|
-
def const_missing(const_name)
|
202
|
-
from_mod = anonymous? ? guess_for_anonymous(const_name) : self
|
203
|
-
Dependencies.load_missing_constant(from_mod, const_name)
|
204
|
-
end
|
205
|
-
|
206
|
-
# We assume that the name of the module reflects the nesting
|
207
|
-
# (unless it can be proven that is not the case) and the path to the file
|
208
|
-
# that defines the constant. Anonymous modules cannot follow these
|
209
|
-
# conventions and therefore we assume that the user wants to refer to a
|
210
|
-
# top-level constant.
|
211
|
-
def guess_for_anonymous(const_name)
|
212
|
-
if Object.const_defined?(const_name)
|
213
|
-
raise NameError.new "#{const_name} cannot be autoloaded from an anonymous class or module", const_name
|
214
|
-
else
|
215
|
-
Object
|
216
|
-
end
|
217
|
-
end
|
218
|
-
|
219
|
-
def unloadable(const_desc = self)
|
220
|
-
super(const_desc)
|
221
|
-
end
|
222
|
-
end
|
223
|
-
|
224
|
-
# Object includes this module.
|
225
|
-
module Loadable #:nodoc:
|
226
|
-
def self.exclude_from(base)
|
227
|
-
base.class_eval do
|
228
|
-
define_method(:load, Kernel.instance_method(:load))
|
229
|
-
private :load
|
230
|
-
end
|
231
|
-
end
|
232
|
-
|
233
|
-
def require_or_load(file_name)
|
234
|
-
Dependencies.require_or_load(file_name)
|
235
|
-
end
|
236
|
-
|
237
|
-
# Interprets a file using <tt>mechanism</tt> and marks its defined
|
238
|
-
# constants as autoloaded. <tt>file_name</tt> can be either a string or
|
239
|
-
# respond to <tt>to_path</tt>.
|
240
|
-
#
|
241
|
-
# Use this method in code that absolutely needs a certain constant to be
|
242
|
-
# defined at that point. A typical use case is to make constant name
|
243
|
-
# resolution deterministic for constants with the same relative name in
|
244
|
-
# different namespaces whose evaluation would depend on load order
|
245
|
-
# otherwise.
|
246
|
-
def require_dependency(file_name, message = "No such file to load -- %s")
|
247
|
-
file_name = file_name.to_path if file_name.respond_to?(:to_path)
|
248
|
-
unless file_name.is_a?(String)
|
249
|
-
raise ArgumentError, "the file name must either be a String or implement #to_path -- you passed #{file_name.inspect}"
|
250
|
-
end
|
251
|
-
|
252
|
-
Dependencies.depend_on(file_name, message)
|
253
|
-
end
|
254
|
-
|
255
|
-
def load_dependency(file)
|
256
|
-
if Dependencies.load? && Dependencies.constant_watch_stack.watching?
|
257
|
-
Dependencies.new_constants_in(Object) { yield }
|
258
|
-
else
|
259
|
-
yield
|
260
|
-
end
|
261
|
-
rescue Exception => exception # errors from loading file
|
262
|
-
exception.blame_file! file if exception.respond_to? :blame_file!
|
263
|
-
raise
|
264
|
-
end
|
265
|
-
|
266
|
-
# Mark the given constant as unloadable. Unloadable constants are removed
|
267
|
-
# each time dependencies are cleared.
|
268
|
-
#
|
269
|
-
# Note that marking a constant for unloading need only be done once. Setup
|
270
|
-
# or init scripts may list each unloadable constant that may need unloading;
|
271
|
-
# each constant will be removed for every subsequent clear, as opposed to
|
272
|
-
# for the first clear.
|
273
|
-
#
|
274
|
-
# The provided constant descriptor may be a (non-anonymous) module or class,
|
275
|
-
# or a qualified constant name as a string or symbol.
|
276
|
-
#
|
277
|
-
# Returns +true+ if the constant was not previously marked for unloading,
|
278
|
-
# +false+ otherwise.
|
279
|
-
def unloadable(const_desc)
|
280
|
-
Dependencies.mark_for_unload const_desc
|
281
|
-
end
|
282
|
-
|
283
|
-
private
|
284
|
-
|
285
|
-
def load(file, wrap = false)
|
286
|
-
result = false
|
287
|
-
load_dependency(file) { result = super }
|
288
|
-
result
|
289
|
-
end
|
290
|
-
|
291
|
-
def require(file)
|
292
|
-
result = false
|
293
|
-
load_dependency(file) { result = super }
|
294
|
-
result
|
295
|
-
end
|
296
|
-
end
|
297
|
-
|
298
|
-
# Exception file-blaming.
|
299
|
-
module Blamable #:nodoc:
|
300
|
-
def blame_file!(file)
|
301
|
-
(@blamed_files ||= []).unshift file
|
302
|
-
end
|
303
|
-
|
304
|
-
def blamed_files
|
305
|
-
@blamed_files ||= []
|
306
|
-
end
|
307
|
-
|
308
|
-
def describe_blame
|
309
|
-
return nil if blamed_files.empty?
|
310
|
-
"This error occurred while loading the following files:\n #{blamed_files.join "\n "}"
|
311
|
-
end
|
312
|
-
|
313
|
-
def copy_blame!(exc)
|
314
|
-
@blamed_files = exc.blamed_files.clone
|
315
|
-
self
|
316
|
-
end
|
317
|
-
end
|
318
|
-
|
319
|
-
def hook!
|
320
|
-
Object.class_eval { include Loadable }
|
321
|
-
Module.class_eval { include ModuleConstMissing }
|
322
|
-
Exception.class_eval { include Blamable }
|
323
|
-
end
|
324
|
-
|
325
|
-
def unhook!
|
326
|
-
ModuleConstMissing.exclude_from(Module)
|
327
|
-
Loadable.exclude_from(Object)
|
328
|
-
end
|
329
|
-
|
330
|
-
def load?
|
331
|
-
mechanism == :load
|
332
|
-
end
|
333
|
-
|
334
|
-
def depend_on(file_name, message = "No such file to load -- %s.rb")
|
335
|
-
path = search_for_file(file_name)
|
336
|
-
require_or_load(path || file_name)
|
337
|
-
rescue LoadError => load_error
|
338
|
-
if file_name = load_error.message[/ -- (.*?)(\.rb)?$/, 1]
|
339
|
-
load_error.message.replace(message % file_name)
|
340
|
-
load_error.copy_blame!(load_error)
|
341
|
-
end
|
342
|
-
raise
|
343
|
-
end
|
344
|
-
|
345
|
-
def clear
|
346
|
-
Dependencies.unload_interlock do
|
347
|
-
loaded.clear
|
348
|
-
loading.clear
|
349
|
-
remove_unloadable_constants!
|
350
|
-
end
|
351
|
-
end
|
352
|
-
|
353
|
-
def require_or_load(file_name, const_path = nil)
|
354
|
-
file_name = $` if file_name =~ /\.rb\z/
|
355
|
-
expanded = File.expand_path(file_name)
|
356
|
-
return if loaded.include?(expanded)
|
357
|
-
|
358
|
-
Dependencies.load_interlock do
|
359
|
-
# Maybe it got loaded while we were waiting for our lock:
|
360
|
-
return if loaded.include?(expanded)
|
361
|
-
|
362
|
-
# Record that we've seen this file *before* loading it to avoid an
|
363
|
-
# infinite loop with mutual dependencies.
|
364
|
-
loaded << expanded
|
365
|
-
loading << expanded
|
366
|
-
|
367
|
-
begin
|
368
|
-
if load?
|
369
|
-
# Enable warnings if this file has not been loaded before and
|
370
|
-
# warnings_on_first_load is set.
|
371
|
-
load_args = ["#{file_name}.rb"]
|
372
|
-
load_args << const_path unless const_path.nil?
|
373
|
-
|
374
|
-
if !warnings_on_first_load or history.include?(expanded)
|
375
|
-
result = load_file(*load_args)
|
376
|
-
else
|
377
|
-
enable_warnings { result = load_file(*load_args) }
|
378
|
-
end
|
379
|
-
else
|
380
|
-
result = require file_name
|
381
|
-
end
|
382
|
-
rescue Exception
|
383
|
-
loaded.delete expanded
|
384
|
-
raise
|
385
|
-
ensure
|
386
|
-
loading.pop
|
387
|
-
end
|
388
|
-
|
389
|
-
# Record history *after* loading so first load gets warnings.
|
390
|
-
history << expanded
|
391
|
-
result
|
392
|
-
end
|
393
|
-
end
|
394
|
-
|
395
|
-
# Is the provided constant path defined?
|
396
|
-
def qualified_const_defined?(path)
|
397
|
-
Object.const_defined?(path, false)
|
398
|
-
end
|
399
|
-
|
400
|
-
# Given +path+, a filesystem path to a ruby file, return an array of
|
401
|
-
# constant paths which would cause Dependencies to attempt to load this
|
402
|
-
# file.
|
403
|
-
def loadable_constants_for_path(path, bases = autoload_paths)
|
404
|
-
path = $` if path =~ /\.rb\z/
|
405
|
-
expanded_path = File.expand_path(path)
|
406
|
-
paths = []
|
407
|
-
|
408
|
-
bases.each do |root|
|
409
|
-
expanded_root = File.expand_path(root)
|
410
|
-
next unless expanded_path.start_with?(expanded_root)
|
411
|
-
|
412
|
-
root_size = expanded_root.size
|
413
|
-
next if expanded_path[root_size] != ?/.freeze
|
414
|
-
|
415
|
-
nesting = expanded_path[(root_size + 1)..-1]
|
416
|
-
paths << nesting.camelize unless nesting.blank?
|
417
|
-
end
|
418
|
-
|
419
|
-
paths.uniq!
|
420
|
-
paths
|
421
|
-
end
|
422
|
-
|
423
|
-
# Search for a file in autoload_paths matching the provided suffix.
|
424
|
-
def search_for_file(path_suffix)
|
425
|
-
path_suffix = path_suffix.sub(/(\.rb)?$/, ".rb".freeze)
|
426
|
-
|
427
|
-
autoload_paths.each do |root|
|
428
|
-
path = File.join(root, path_suffix)
|
429
|
-
return path if File.file? path
|
430
|
-
end
|
431
|
-
nil # Gee, I sure wish we had first_match ;-)
|
432
|
-
end
|
433
|
-
|
434
|
-
# Does the provided path_suffix correspond to an autoloadable module?
|
435
|
-
# Instead of returning a boolean, the autoload base for this module is
|
436
|
-
# returned.
|
437
|
-
def autoloadable_module?(path_suffix)
|
438
|
-
autoload_paths.each do |load_path|
|
439
|
-
return load_path if File.directory? File.join(load_path, path_suffix)
|
440
|
-
end
|
441
|
-
nil
|
442
|
-
end
|
443
|
-
|
444
|
-
def load_once_path?(path)
|
445
|
-
# to_s works around a ruby issue where String#starts_with?(Pathname)
|
446
|
-
# will raise a TypeError: no implicit conversion of Pathname into String
|
447
|
-
autoload_once_paths.any? { |base| path.starts_with? base.to_s }
|
448
|
-
end
|
449
|
-
|
450
|
-
# Attempt to autoload the provided module name by searching for a directory
|
451
|
-
# matching the expected path suffix. If found, the module is created and
|
452
|
-
# assigned to +into+'s constants with the name +const_name+. Provided that
|
453
|
-
# the directory was loaded from a reloadable base path, it is added to the
|
454
|
-
# set of constants that are to be unloaded.
|
455
|
-
def autoload_module!(into, const_name, qualified_name, path_suffix)
|
456
|
-
return nil unless base_path = autoloadable_module?(path_suffix)
|
457
|
-
mod = Module.new
|
458
|
-
into.const_set const_name, mod
|
459
|
-
autoloaded_constants << qualified_name unless autoload_once_paths.include?(base_path)
|
460
|
-
mod
|
461
|
-
end
|
462
|
-
|
463
|
-
# Load the file at the provided path. +const_paths+ is a set of qualified
|
464
|
-
# constant names. When loading the file, Dependencies will watch for the
|
465
|
-
# addition of these constants. Each that is defined will be marked as
|
466
|
-
# autoloaded, and will be removed when Dependencies.clear is next called.
|
467
|
-
#
|
468
|
-
# If the second parameter is left off, then Dependencies will construct a
|
469
|
-
# set of names that the file at +path+ may define. See
|
470
|
-
# +loadable_constants_for_path+ for more details.
|
471
|
-
def load_file(path, const_paths = loadable_constants_for_path(path))
|
472
|
-
const_paths = [const_paths].compact unless const_paths.is_a? Array
|
473
|
-
parent_paths = const_paths.collect { |const_path| const_path[/.*(?=::)/] || ::Object }
|
474
|
-
|
475
|
-
result = nil
|
476
|
-
newly_defined_paths = new_constants_in(*parent_paths) do
|
477
|
-
result = Kernel.load path
|
478
|
-
end
|
479
|
-
|
480
|
-
autoloaded_constants.concat newly_defined_paths unless load_once_path?(path)
|
481
|
-
autoloaded_constants.uniq!
|
482
|
-
result
|
483
|
-
end
|
484
|
-
|
485
|
-
# Returns the constant path for the provided parent and constant name.
|
486
|
-
def qualified_name_for(mod, name)
|
487
|
-
mod_name = to_constant_name mod
|
488
|
-
mod_name == "Object" ? name.to_s : "#{mod_name}::#{name}"
|
489
|
-
end
|
490
|
-
|
491
|
-
# Load the constant named +const_name+ which is missing from +from_mod+. If
|
492
|
-
# it is not possible to load the constant into from_mod, try its parent
|
493
|
-
# module using +const_missing+.
|
494
|
-
def load_missing_constant(from_mod, const_name)
|
495
|
-
unless qualified_const_defined?(from_mod.name) && Inflector.constantize(from_mod.name).equal?(from_mod)
|
496
|
-
raise ArgumentError, "A copy of #{from_mod} has been removed from the module tree but is still active!"
|
497
|
-
end
|
498
|
-
|
499
|
-
qualified_name = qualified_name_for from_mod, const_name
|
500
|
-
path_suffix = qualified_name.underscore
|
501
|
-
|
502
|
-
file_path = search_for_file(path_suffix)
|
503
|
-
|
504
|
-
if file_path
|
505
|
-
expanded = File.expand_path(file_path)
|
506
|
-
expanded.sub!(/\.rb\z/, ''.freeze)
|
507
|
-
|
508
|
-
if loading.include?(expanded)
|
509
|
-
raise "Circular dependency detected while autoloading constant #{qualified_name}"
|
510
|
-
else
|
511
|
-
require_or_load(expanded, qualified_name)
|
512
|
-
raise LoadError, "Unable to autoload constant #{qualified_name}, expected #{file_path} to define it" unless from_mod.const_defined?(const_name, false)
|
513
|
-
return from_mod.const_get(const_name)
|
514
|
-
end
|
515
|
-
elsif mod = autoload_module!(from_mod, const_name, qualified_name, path_suffix)
|
516
|
-
return mod
|
517
|
-
elsif (parent = from_mod.parent) && parent != from_mod &&
|
518
|
-
! from_mod.parents.any? { |p| p.const_defined?(const_name, false) }
|
519
|
-
# If our parents do not have a constant named +const_name+ then we are free
|
520
|
-
# to attempt to load upwards. If they do have such a constant, then this
|
521
|
-
# const_missing must be due to from_mod::const_name, which should not
|
522
|
-
# return constants from from_mod's parents.
|
523
|
-
begin
|
524
|
-
# Since Ruby does not pass the nesting at the point the unknown
|
525
|
-
# constant triggered the callback we cannot fully emulate constant
|
526
|
-
# name lookup and need to make a trade-off: we are going to assume
|
527
|
-
# that the nesting in the body of Foo::Bar is [Foo::Bar, Foo] even
|
528
|
-
# though it might not be. Counterexamples are
|
529
|
-
#
|
530
|
-
# class Foo::Bar
|
531
|
-
# Module.nesting # => [Foo::Bar]
|
532
|
-
# end
|
533
|
-
#
|
534
|
-
# or
|
535
|
-
#
|
536
|
-
# module M::N
|
537
|
-
# module S::T
|
538
|
-
# Module.nesting # => [S::T, M::N]
|
539
|
-
# end
|
540
|
-
# end
|
541
|
-
#
|
542
|
-
# for example.
|
543
|
-
return parent.const_missing(const_name)
|
544
|
-
rescue NameError => e
|
545
|
-
raise unless e.missing_name? qualified_name_for(parent, const_name)
|
546
|
-
end
|
547
|
-
end
|
548
|
-
|
549
|
-
name_error = NameError.new("uninitialized constant #{qualified_name}", const_name)
|
550
|
-
name_error.set_backtrace(caller.reject {|l| l.starts_with? __FILE__ })
|
551
|
-
raise name_error
|
552
|
-
end
|
553
|
-
|
554
|
-
# Remove the constants that have been autoloaded, and those that have been
|
555
|
-
# marked for unloading. Before each constant is removed a callback is sent
|
556
|
-
# to its class/module if it implements +before_remove_const+.
|
557
|
-
#
|
558
|
-
# The callback implementation should be restricted to cleaning up caches, etc.
|
559
|
-
# as the environment will be in an inconsistent state, e.g. other constants
|
560
|
-
# may have already been unloaded and not accessible.
|
561
|
-
def remove_unloadable_constants!
|
562
|
-
autoloaded_constants.each { |const| remove_constant const }
|
563
|
-
autoloaded_constants.clear
|
564
|
-
Reference.clear!
|
565
|
-
explicitly_unloadable_constants.each { |const| remove_constant const }
|
566
|
-
end
|
567
|
-
|
568
|
-
class ClassCache
|
569
|
-
def initialize
|
570
|
-
@store = Concurrent::Map.new
|
571
|
-
end
|
572
|
-
|
573
|
-
def empty?
|
574
|
-
@store.empty?
|
575
|
-
end
|
576
|
-
|
577
|
-
def key?(key)
|
578
|
-
@store.key?(key)
|
579
|
-
end
|
580
|
-
|
581
|
-
def get(key)
|
582
|
-
key = key.name if key.respond_to?(:name)
|
583
|
-
@store[key] ||= Inflector.constantize(key)
|
584
|
-
end
|
585
|
-
alias :[] :get
|
586
|
-
|
587
|
-
def safe_get(key)
|
588
|
-
key = key.name if key.respond_to?(:name)
|
589
|
-
@store[key] ||= Inflector.safe_constantize(key)
|
590
|
-
end
|
591
|
-
|
592
|
-
def store(klass)
|
593
|
-
return self unless klass.respond_to?(:name)
|
594
|
-
raise(ArgumentError, 'anonymous classes cannot be cached') if klass.name.empty?
|
595
|
-
@store[klass.name] = klass
|
596
|
-
self
|
597
|
-
end
|
598
|
-
|
599
|
-
def clear!
|
600
|
-
@store.clear
|
601
|
-
end
|
602
|
-
end
|
603
|
-
|
604
|
-
Reference = ClassCache.new
|
605
|
-
|
606
|
-
# Store a reference to a class +klass+.
|
607
|
-
def reference(klass)
|
608
|
-
Reference.store klass
|
609
|
-
end
|
610
|
-
|
611
|
-
# Get the reference for class named +name+.
|
612
|
-
# Raises an exception if referenced class does not exist.
|
613
|
-
def constantize(name)
|
614
|
-
Reference.get(name)
|
615
|
-
end
|
616
|
-
|
617
|
-
# Get the reference for class named +name+ if one exists.
|
618
|
-
# Otherwise returns +nil+.
|
619
|
-
def safe_constantize(name)
|
620
|
-
Reference.safe_get(name)
|
621
|
-
end
|
622
|
-
|
623
|
-
# Determine if the given constant has been automatically loaded.
|
624
|
-
def autoloaded?(desc)
|
625
|
-
return false if desc.is_a?(Module) && desc.anonymous?
|
626
|
-
name = to_constant_name desc
|
627
|
-
return false unless qualified_const_defined?(name)
|
628
|
-
return autoloaded_constants.include?(name)
|
629
|
-
end
|
630
|
-
|
631
|
-
# Will the provided constant descriptor be unloaded?
|
632
|
-
def will_unload?(const_desc)
|
633
|
-
autoloaded?(const_desc) ||
|
634
|
-
explicitly_unloadable_constants.include?(to_constant_name(const_desc))
|
635
|
-
end
|
636
|
-
|
637
|
-
# Mark the provided constant name for unloading. This constant will be
|
638
|
-
# unloaded on each request, not just the next one.
|
639
|
-
def mark_for_unload(const_desc)
|
640
|
-
name = to_constant_name const_desc
|
641
|
-
if explicitly_unloadable_constants.include? name
|
642
|
-
false
|
643
|
-
else
|
644
|
-
explicitly_unloadable_constants << name
|
645
|
-
true
|
646
|
-
end
|
647
|
-
end
|
648
|
-
|
649
|
-
# Run the provided block and detect the new constants that were loaded during
|
650
|
-
# its execution. Constants may only be regarded as 'new' once -- so if the
|
651
|
-
# block calls +new_constants_in+ again, then the constants defined within the
|
652
|
-
# inner call will not be reported in this one.
|
653
|
-
#
|
654
|
-
# If the provided block does not run to completion, and instead raises an
|
655
|
-
# exception, any new constants are regarded as being only partially defined
|
656
|
-
# and will be removed immediately.
|
657
|
-
def new_constants_in(*descs)
|
658
|
-
constant_watch_stack.watch_namespaces(descs)
|
659
|
-
success = false
|
660
|
-
|
661
|
-
begin
|
662
|
-
yield # Now yield to the code that is to define new constants.
|
663
|
-
success = true
|
664
|
-
ensure
|
665
|
-
new_constants = constant_watch_stack.new_constants
|
666
|
-
|
667
|
-
return new_constants if success
|
668
|
-
|
669
|
-
# Remove partially loaded constants.
|
670
|
-
new_constants.each { |c| remove_constant(c) }
|
671
|
-
end
|
672
|
-
end
|
673
|
-
|
674
|
-
# Convert the provided const desc to a qualified constant name (as a string).
|
675
|
-
# A module, class, symbol, or string may be provided.
|
676
|
-
def to_constant_name(desc) #:nodoc:
|
677
|
-
case desc
|
678
|
-
when String then desc.sub(/^::/, '')
|
679
|
-
when Symbol then desc.to_s
|
680
|
-
when Module
|
681
|
-
desc.name ||
|
682
|
-
raise(ArgumentError, "Anonymous modules have no name to be referenced by")
|
683
|
-
else raise TypeError, "Not a valid constant descriptor: #{desc.inspect}"
|
684
|
-
end
|
685
|
-
end
|
686
|
-
|
687
|
-
def remove_constant(const) #:nodoc:
|
688
|
-
# Normalize ::Foo, ::Object::Foo, Object::Foo, Object::Object::Foo, etc. as Foo.
|
689
|
-
normalized = const.to_s.sub(/\A::/, '')
|
690
|
-
normalized.sub!(/\A(Object::)+/, '')
|
691
|
-
|
692
|
-
constants = normalized.split('::')
|
693
|
-
to_remove = constants.pop
|
694
|
-
|
695
|
-
# Remove the file path from the loaded list.
|
696
|
-
file_path = search_for_file(const.underscore)
|
697
|
-
if file_path
|
698
|
-
expanded = File.expand_path(file_path)
|
699
|
-
expanded.sub!(/\.rb\z/, '')
|
700
|
-
self.loaded.delete(expanded)
|
701
|
-
end
|
702
|
-
|
703
|
-
if constants.empty?
|
704
|
-
parent = Object
|
705
|
-
else
|
706
|
-
# This method is robust to non-reachable constants.
|
707
|
-
#
|
708
|
-
# Non-reachable constants may be passed if some of the parents were
|
709
|
-
# autoloaded and already removed. It is easier to do a sanity check
|
710
|
-
# here than require the caller to be clever. We check the parent
|
711
|
-
# rather than the very const argument because we do not want to
|
712
|
-
# trigger Kernel#autoloads, see the comment below.
|
713
|
-
parent_name = constants.join('::')
|
714
|
-
return unless qualified_const_defined?(parent_name)
|
715
|
-
parent = constantize(parent_name)
|
716
|
-
end
|
717
|
-
|
718
|
-
# In an autoloaded user.rb like this
|
719
|
-
#
|
720
|
-
# autoload :Foo, 'foo'
|
721
|
-
#
|
722
|
-
# class User < ActiveRecord::Base
|
723
|
-
# end
|
724
|
-
#
|
725
|
-
# we correctly register "Foo" as being autoloaded. But if the app does
|
726
|
-
# not use the "Foo" constant we need to be careful not to trigger
|
727
|
-
# loading "foo.rb" ourselves. While #const_defined? and #const_get? do
|
728
|
-
# require the file, #autoload? and #remove_const don't.
|
729
|
-
#
|
730
|
-
# We are going to remove the constant nonetheless ---which exists as
|
731
|
-
# far as Ruby is concerned--- because if the user removes the macro
|
732
|
-
# call from a class or module that were not autoloaded, as in the
|
733
|
-
# example above with Object, accessing to that constant must err.
|
734
|
-
unless parent.autoload?(to_remove)
|
735
|
-
begin
|
736
|
-
constantized = parent.const_get(to_remove, false)
|
737
|
-
rescue NameError
|
738
|
-
# The constant is no longer reachable, just skip it.
|
739
|
-
return
|
740
|
-
else
|
741
|
-
constantized.before_remove_const if constantized.respond_to?(:before_remove_const)
|
742
|
-
end
|
743
|
-
end
|
744
|
-
|
745
|
-
begin
|
746
|
-
parent.instance_eval { remove_const to_remove }
|
747
|
-
rescue NameError
|
748
|
-
# The constant is no longer reachable, just skip it.
|
749
|
-
end
|
750
|
-
end
|
751
|
-
end
|
752
|
-
end
|
753
|
-
|
754
|
-
ActiveSupport::Dependencies.hook!
|