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,34 +0,0 @@
|
|
1
|
-
module RubyRunner
|
2
|
-
include FileUtils
|
3
|
-
|
4
|
-
# Run a shell Ruby command with command line options (using the
|
5
|
-
# default test options). Output is captured in @out and @err
|
6
|
-
def ruby(*option_list)
|
7
|
-
run_ruby(@ruby_options + option_list)
|
8
|
-
end
|
9
|
-
|
10
|
-
# Run a command line rake with the give rake options. Default
|
11
|
-
# command line ruby options are included. Output is captured in
|
12
|
-
# @out and @err
|
13
|
-
def rake(*rake_options)
|
14
|
-
run_ruby @ruby_options + [@rake_exec] + rake_options
|
15
|
-
end
|
16
|
-
|
17
|
-
# Low level ruby command runner ...
|
18
|
-
def run_ruby(option_list)
|
19
|
-
puts "COMMAND: [#{RUBY} #{option_list.join ' '}]" if @verbose
|
20
|
-
|
21
|
-
Open3.popen3(RUBY, *option_list) {|inn, out, err, wait|
|
22
|
-
inn.close
|
23
|
-
|
24
|
-
@exit = wait ? wait.value : $?
|
25
|
-
@out = out.read
|
26
|
-
@err = err.read
|
27
|
-
}
|
28
|
-
|
29
|
-
puts "OUTPUT: [#{@out}]" if @verbose
|
30
|
-
puts "ERROR: [#{@err}]" if @verbose
|
31
|
-
puts "EXIT: [#{@exit.inspect}]" if @verbose
|
32
|
-
puts "PWD: [#{Dir.pwd}]" if @verbose
|
33
|
-
end
|
34
|
-
end
|
@@ -1,42 +0,0 @@
|
|
1
|
-
require File.expand_path('../helper', __FILE__)
|
2
|
-
require 'rake/private_reader'
|
3
|
-
|
4
|
-
class TestPrivateAttrs < Rake::TestCase
|
5
|
-
|
6
|
-
class Sample
|
7
|
-
include Rake::PrivateReader
|
8
|
-
|
9
|
-
private_reader :reader, :a
|
10
|
-
|
11
|
-
def initialize
|
12
|
-
@reader = :RVALUE
|
13
|
-
end
|
14
|
-
|
15
|
-
def get_reader
|
16
|
-
reader
|
17
|
-
end
|
18
|
-
|
19
|
-
end
|
20
|
-
|
21
|
-
def setup
|
22
|
-
super
|
23
|
-
@sample = Sample.new
|
24
|
-
end
|
25
|
-
|
26
|
-
def test_private_reader_is_private
|
27
|
-
assert_private do @sample.reader end
|
28
|
-
assert_private do @sample.a end
|
29
|
-
end
|
30
|
-
|
31
|
-
def test_private_reader_returns_data
|
32
|
-
assert_equal :RVALUE, @sample.get_reader
|
33
|
-
end
|
34
|
-
|
35
|
-
private
|
36
|
-
|
37
|
-
def assert_private
|
38
|
-
ex = assert_raises(NoMethodError) do yield end
|
39
|
-
assert_match(/private/, ex.message)
|
40
|
-
end
|
41
|
-
|
42
|
-
end
|
@@ -1,40 +0,0 @@
|
|
1
|
-
require File.expand_path('../helper', __FILE__)
|
2
|
-
|
3
|
-
class TestRake < Rake::TestCase
|
4
|
-
def test_each_dir_parent
|
5
|
-
assert_equal ['a'], alldirs('a')
|
6
|
-
assert_equal ['a/b', 'a'], alldirs('a/b')
|
7
|
-
assert_equal ['/a/b', '/a', '/'], alldirs('/a/b')
|
8
|
-
if File.dirname("c:/foo") == "c:"
|
9
|
-
# Under Unix
|
10
|
-
assert_equal ['c:/a/b', 'c:/a', 'c:'], alldirs('c:/a/b')
|
11
|
-
assert_equal ['c:a/b', 'c:a'], alldirs('c:a/b')
|
12
|
-
else
|
13
|
-
# Under Windows
|
14
|
-
assert_equal ['c:/a/b', 'c:/a', 'c:/'], alldirs('c:/a/b')
|
15
|
-
assert_equal ['c:a/b', 'c:a'], alldirs('c:a/b')
|
16
|
-
end
|
17
|
-
end
|
18
|
-
|
19
|
-
def alldirs(fn)
|
20
|
-
result = []
|
21
|
-
Rake.each_dir_parent(fn) { |d| result << d }
|
22
|
-
result
|
23
|
-
end
|
24
|
-
|
25
|
-
def test_can_override_application
|
26
|
-
old_app = Rake.application
|
27
|
-
fake_app = Object.new
|
28
|
-
Rake.application = fake_app
|
29
|
-
|
30
|
-
assert_equal fake_app, Rake.application
|
31
|
-
|
32
|
-
ensure
|
33
|
-
Rake.application = old_app
|
34
|
-
end
|
35
|
-
|
36
|
-
def test_original_dir_reports_current_dir
|
37
|
-
assert_equal @tempdir, Rake.original_dir
|
38
|
-
end
|
39
|
-
|
40
|
-
end
|
@@ -1,643 +0,0 @@
|
|
1
|
-
require File.expand_path('../helper', __FILE__)
|
2
|
-
|
3
|
-
class TestRakeApplication < Rake::TestCase
|
4
|
-
|
5
|
-
def setup
|
6
|
-
super
|
7
|
-
|
8
|
-
@app = Rake.application
|
9
|
-
@app.options.rakelib = []
|
10
|
-
end
|
11
|
-
|
12
|
-
def setup_command_line(*options)
|
13
|
-
ARGV.clear
|
14
|
-
options.each do |option|
|
15
|
-
ARGV << option
|
16
|
-
end
|
17
|
-
end
|
18
|
-
|
19
|
-
def test_display_exception_details
|
20
|
-
obj = Object.new
|
21
|
-
obj.instance_eval("def #{__method__}; raise 'test'; end", "ruby")
|
22
|
-
begin
|
23
|
-
obj.__send__(__method__)
|
24
|
-
rescue => ex
|
25
|
-
end
|
26
|
-
|
27
|
-
out, err = capture_io do
|
28
|
-
@app.display_error_message ex
|
29
|
-
end
|
30
|
-
|
31
|
-
assert_empty out
|
32
|
-
|
33
|
-
assert_match 'rake aborted!', err
|
34
|
-
assert_match __method__.to_s, err
|
35
|
-
end
|
36
|
-
|
37
|
-
def test_display_exception_details_cause
|
38
|
-
skip 'Exception#cause not implemented' unless
|
39
|
-
Exception.method_defined? :cause
|
40
|
-
|
41
|
-
begin
|
42
|
-
raise 'cause a'
|
43
|
-
rescue
|
44
|
-
begin
|
45
|
-
raise 'cause b'
|
46
|
-
rescue => ex
|
47
|
-
end
|
48
|
-
end
|
49
|
-
|
50
|
-
out, err = capture_io do
|
51
|
-
@app.display_error_message ex
|
52
|
-
end
|
53
|
-
|
54
|
-
assert_empty out
|
55
|
-
|
56
|
-
assert_match 'cause a', err
|
57
|
-
assert_match 'cause b', err
|
58
|
-
end
|
59
|
-
|
60
|
-
def test_display_exception_details_cause_loop
|
61
|
-
skip 'Exception#cause not implemented' unless
|
62
|
-
Exception.method_defined? :cause
|
63
|
-
|
64
|
-
begin
|
65
|
-
begin
|
66
|
-
raise 'cause a'
|
67
|
-
rescue => a
|
68
|
-
begin
|
69
|
-
raise 'cause b'
|
70
|
-
rescue
|
71
|
-
raise a
|
72
|
-
end
|
73
|
-
end
|
74
|
-
rescue => ex
|
75
|
-
end
|
76
|
-
|
77
|
-
out, err = capture_io do
|
78
|
-
@app.display_error_message ex
|
79
|
-
end
|
80
|
-
|
81
|
-
assert_empty out
|
82
|
-
|
83
|
-
assert_match 'cause a', err
|
84
|
-
assert_match 'cause b', err
|
85
|
-
end
|
86
|
-
|
87
|
-
def test_display_tasks
|
88
|
-
@app.options.show_tasks = :tasks
|
89
|
-
@app.options.show_task_pattern = //
|
90
|
-
@app.last_description = "COMMENT"
|
91
|
-
@app.define_task(Rake::Task, "t")
|
92
|
-
out, = capture_io do @app.instance_eval { display_tasks_and_comments } end
|
93
|
-
assert_match(/^rake t/, out)
|
94
|
-
assert_match(/# COMMENT/, out)
|
95
|
-
end
|
96
|
-
|
97
|
-
def test_display_tasks_with_long_comments
|
98
|
-
@app.terminal_columns = 80
|
99
|
-
@app.options.show_tasks = :tasks
|
100
|
-
@app.options.show_task_pattern = //
|
101
|
-
numbers = "1234567890" * 8
|
102
|
-
@app.last_description = numbers
|
103
|
-
@app.define_task(Rake::Task, "t")
|
104
|
-
|
105
|
-
out, = capture_io do @app.instance_eval { display_tasks_and_comments } end
|
106
|
-
|
107
|
-
assert_match(/^rake t/, out)
|
108
|
-
assert_match(/# #{numbers[0, 65]}\.\.\./, out)
|
109
|
-
end
|
110
|
-
|
111
|
-
def test_display_tasks_with_task_name_wider_than_tty_display
|
112
|
-
@app.terminal_columns = 80
|
113
|
-
@app.options.show_tasks = :tasks
|
114
|
-
@app.options.show_task_pattern = //
|
115
|
-
task_name = "task name" * 80
|
116
|
-
@app.last_description = "something short"
|
117
|
-
@app.define_task(Rake::Task, task_name)
|
118
|
-
|
119
|
-
out, = capture_io do @app.instance_eval { display_tasks_and_comments } end
|
120
|
-
|
121
|
-
# Ensure the entire task name is output and we end up showing no description
|
122
|
-
assert_match(/rake #{task_name} # .../, out)
|
123
|
-
end
|
124
|
-
|
125
|
-
def test_display_tasks_with_very_long_task_name_to_a_non_tty_shows_name_and_comment
|
126
|
-
@app.options.show_tasks = :tasks
|
127
|
-
@app.options.show_task_pattern = //
|
128
|
-
@app.tty_output = false
|
129
|
-
description = "something short"
|
130
|
-
task_name = "task name" * 80
|
131
|
-
@app.last_description = "something short"
|
132
|
-
@app.define_task(Rake::Task, task_name)
|
133
|
-
|
134
|
-
out, = capture_io do @app.instance_eval { display_tasks_and_comments } end
|
135
|
-
|
136
|
-
# Ensure the entire task name is output and we end up showing no description
|
137
|
-
assert_match(/rake #{task_name} # #{description}/, out)
|
138
|
-
end
|
139
|
-
|
140
|
-
def test_display_tasks_with_long_comments_to_a_non_tty_shows_entire_comment
|
141
|
-
@app.options.show_tasks = :tasks
|
142
|
-
@app.options.show_task_pattern = //
|
143
|
-
@app.tty_output = false
|
144
|
-
@app.last_description = "1234567890" * 8
|
145
|
-
@app.define_task(Rake::Task, "t")
|
146
|
-
out, = capture_io do @app.instance_eval { display_tasks_and_comments } end
|
147
|
-
assert_match(/^rake t/, out)
|
148
|
-
assert_match(/# #{@app.last_description}/, out)
|
149
|
-
end
|
150
|
-
|
151
|
-
def test_truncating_comments_to_a_non_tty
|
152
|
-
@app.terminal_columns = 80
|
153
|
-
@app.options.show_tasks = :tasks
|
154
|
-
@app.options.show_task_pattern = //
|
155
|
-
@app.tty_output = false
|
156
|
-
numbers = "1234567890" * 8
|
157
|
-
@app.last_description = numbers
|
158
|
-
@app.define_task(Rake::Task, "t")
|
159
|
-
|
160
|
-
out, = capture_io do @app.instance_eval { display_tasks_and_comments } end
|
161
|
-
|
162
|
-
assert_match(/^rake t/, out)
|
163
|
-
assert_match(/# #{numbers[0, 65]}\.\.\./, out)
|
164
|
-
end
|
165
|
-
|
166
|
-
def test_describe_tasks
|
167
|
-
@app.options.show_tasks = :describe
|
168
|
-
@app.options.show_task_pattern = //
|
169
|
-
@app.last_description = "COMMENT"
|
170
|
-
@app.define_task(Rake::Task, "t")
|
171
|
-
out, = capture_io do @app.instance_eval { display_tasks_and_comments } end
|
172
|
-
assert_match(/^rake t$/, out)
|
173
|
-
assert_match(/^ {4}COMMENT$/, out)
|
174
|
-
end
|
175
|
-
|
176
|
-
def test_show_lines
|
177
|
-
@app.options.show_tasks = :lines
|
178
|
-
@app.options.show_task_pattern = //
|
179
|
-
@app.last_description = "COMMENT"
|
180
|
-
@app.define_task(Rake::Task, "t")
|
181
|
-
@app['t'].locations << "HERE:1"
|
182
|
-
out, = capture_io do @app.instance_eval { display_tasks_and_comments } end
|
183
|
-
assert_match(/^rake t +[^:]+:\d+ *$/, out)
|
184
|
-
end
|
185
|
-
|
186
|
-
def test_finding_rakefile
|
187
|
-
rakefile_default
|
188
|
-
|
189
|
-
assert_match(/Rakefile/i, @app.instance_eval { have_rakefile })
|
190
|
-
end
|
191
|
-
|
192
|
-
def test_not_finding_rakefile
|
193
|
-
@app.instance_eval { @rakefiles = ['NEVER_FOUND'] }
|
194
|
-
assert(! @app.instance_eval do have_rakefile end)
|
195
|
-
assert_nil @app.rakefile
|
196
|
-
end
|
197
|
-
|
198
|
-
def test_load_rakefile
|
199
|
-
rakefile_unittest
|
200
|
-
|
201
|
-
@app.instance_eval do
|
202
|
-
handle_options
|
203
|
-
options.silent = true
|
204
|
-
load_rakefile
|
205
|
-
end
|
206
|
-
|
207
|
-
assert_equal "rakefile", @app.rakefile.downcase
|
208
|
-
assert_equal @tempdir, Dir.pwd
|
209
|
-
end
|
210
|
-
|
211
|
-
def test_load_rakefile_doesnt_print_rakefile_directory_from_same_dir
|
212
|
-
rakefile_unittest
|
213
|
-
|
214
|
-
_, err = capture_io do
|
215
|
-
@app.instance_eval do
|
216
|
-
# pretend we started from the unittest dir
|
217
|
-
@original_dir = File.expand_path(".")
|
218
|
-
raw_load_rakefile
|
219
|
-
end
|
220
|
-
end
|
221
|
-
|
222
|
-
assert_empty err
|
223
|
-
end
|
224
|
-
|
225
|
-
def test_load_rakefile_from_subdir
|
226
|
-
rakefile_unittest
|
227
|
-
Dir.chdir 'subdir'
|
228
|
-
|
229
|
-
@app.instance_eval do
|
230
|
-
handle_options
|
231
|
-
options.silent = true
|
232
|
-
load_rakefile
|
233
|
-
end
|
234
|
-
|
235
|
-
assert_equal "rakefile", @app.rakefile.downcase
|
236
|
-
assert_equal @tempdir, Dir.pwd
|
237
|
-
end
|
238
|
-
|
239
|
-
def test_load_rakefile_prints_rakefile_directory_from_subdir
|
240
|
-
rakefile_unittest
|
241
|
-
Dir.chdir 'subdir'
|
242
|
-
|
243
|
-
app = Rake::Application.new
|
244
|
-
app.options.rakelib = []
|
245
|
-
|
246
|
-
_, err = capture_io do
|
247
|
-
app.instance_eval do
|
248
|
-
raw_load_rakefile
|
249
|
-
end
|
250
|
-
end
|
251
|
-
|
252
|
-
assert_equal "(in #{@tempdir}\)\n", err
|
253
|
-
end
|
254
|
-
|
255
|
-
def test_load_rakefile_doesnt_print_rakefile_directory_from_subdir_if_silent
|
256
|
-
rakefile_unittest
|
257
|
-
Dir.chdir 'subdir'
|
258
|
-
|
259
|
-
_, err = capture_io do
|
260
|
-
@app.instance_eval do
|
261
|
-
handle_options
|
262
|
-
options.silent = true
|
263
|
-
raw_load_rakefile
|
264
|
-
end
|
265
|
-
end
|
266
|
-
|
267
|
-
assert_empty err
|
268
|
-
end
|
269
|
-
|
270
|
-
def test_load_rakefile_not_found
|
271
|
-
ARGV.clear
|
272
|
-
Dir.chdir @tempdir
|
273
|
-
ENV['RAKE_SYSTEM'] = 'not_exist'
|
274
|
-
|
275
|
-
@app.instance_eval do
|
276
|
-
handle_options
|
277
|
-
options.silent = true
|
278
|
-
end
|
279
|
-
|
280
|
-
|
281
|
-
ex = assert_raises(RuntimeError) do
|
282
|
-
@app.instance_eval do
|
283
|
-
raw_load_rakefile
|
284
|
-
end
|
285
|
-
end
|
286
|
-
|
287
|
-
assert_match(/no rakefile found/i, ex.message)
|
288
|
-
end
|
289
|
-
|
290
|
-
def test_load_from_system_rakefile
|
291
|
-
rake_system_dir
|
292
|
-
|
293
|
-
@app.instance_eval do
|
294
|
-
handle_options
|
295
|
-
options.silent = true
|
296
|
-
options.load_system = true
|
297
|
-
options.rakelib = []
|
298
|
-
load_rakefile
|
299
|
-
end
|
300
|
-
|
301
|
-
assert_equal @system_dir, @app.system_dir
|
302
|
-
assert_nil @app.rakefile
|
303
|
-
rescue SystemExit
|
304
|
-
flunk 'failed to load rakefile'
|
305
|
-
end
|
306
|
-
|
307
|
-
def test_load_from_calculated_system_rakefile
|
308
|
-
rakefile_default
|
309
|
-
def @app.standard_system_dir
|
310
|
-
"__STD_SYS_DIR__"
|
311
|
-
end
|
312
|
-
|
313
|
-
ENV['RAKE_SYSTEM'] = nil
|
314
|
-
|
315
|
-
@app.instance_eval do
|
316
|
-
handle_options
|
317
|
-
options.silent = true
|
318
|
-
options.load_system = true
|
319
|
-
options.rakelib = []
|
320
|
-
load_rakefile
|
321
|
-
end
|
322
|
-
|
323
|
-
assert_equal "__STD_SYS_DIR__", @app.system_dir
|
324
|
-
rescue SystemExit
|
325
|
-
flunk 'failed to find system rakefile'
|
326
|
-
end
|
327
|
-
|
328
|
-
def test_terminal_columns
|
329
|
-
old_rake_columns = ENV['RAKE_COLUMNS']
|
330
|
-
|
331
|
-
ENV['RAKE_COLUMNS'] = '42'
|
332
|
-
|
333
|
-
app = Rake::Application.new
|
334
|
-
|
335
|
-
assert_equal 42, app.terminal_columns
|
336
|
-
ensure
|
337
|
-
if old_rake_columns
|
338
|
-
ENV['RAKE_COLUMNS'].delete
|
339
|
-
else
|
340
|
-
ENV['RAKE_COLUMNS'] = old_rake_columns
|
341
|
-
end
|
342
|
-
end
|
343
|
-
|
344
|
-
def test_windows
|
345
|
-
assert ! (@app.windows? && @app.unix?)
|
346
|
-
end
|
347
|
-
|
348
|
-
def test_loading_imports
|
349
|
-
loader = util_loader
|
350
|
-
|
351
|
-
@app.instance_eval do
|
352
|
-
add_loader("dummy", loader)
|
353
|
-
add_import("x.dummy")
|
354
|
-
load_imports
|
355
|
-
end
|
356
|
-
|
357
|
-
# HACK no assertions
|
358
|
-
end
|
359
|
-
|
360
|
-
def test_building_imported_files_on_demand
|
361
|
-
loader = util_loader
|
362
|
-
|
363
|
-
@app.instance_eval do
|
364
|
-
intern(Rake::Task, "x.dummy").enhance do loader.make_dummy end
|
365
|
-
add_loader("dummy", loader)
|
366
|
-
add_import("x.dummy")
|
367
|
-
load_imports
|
368
|
-
end
|
369
|
-
|
370
|
-
# HACK no assertions
|
371
|
-
end
|
372
|
-
|
373
|
-
def test_handle_options_should_not_strip_options_from_argv
|
374
|
-
assert !@app.options.trace
|
375
|
-
|
376
|
-
valid_option = '--trace'
|
377
|
-
setup_command_line(valid_option)
|
378
|
-
|
379
|
-
@app.handle_options
|
380
|
-
|
381
|
-
assert ARGV.include?(valid_option)
|
382
|
-
assert @app.options.trace
|
383
|
-
end
|
384
|
-
|
385
|
-
def test_handle_options_trace_default_is_stderr
|
386
|
-
setup_command_line("--trace")
|
387
|
-
|
388
|
-
@app.handle_options
|
389
|
-
|
390
|
-
assert_equal STDERR, @app.options.trace_output
|
391
|
-
assert @app.options.trace
|
392
|
-
end
|
393
|
-
|
394
|
-
def test_handle_options_trace_overrides_to_stdout
|
395
|
-
setup_command_line("--trace=stdout")
|
396
|
-
|
397
|
-
@app.handle_options
|
398
|
-
|
399
|
-
assert_equal STDOUT, @app.options.trace_output
|
400
|
-
assert @app.options.trace
|
401
|
-
end
|
402
|
-
|
403
|
-
def test_handle_options_trace_does_not_eat_following_task_names
|
404
|
-
assert !@app.options.trace
|
405
|
-
|
406
|
-
setup_command_line("--trace", "sometask")
|
407
|
-
|
408
|
-
@app.handle_options
|
409
|
-
assert ARGV.include?("sometask")
|
410
|
-
assert @app.options.trace
|
411
|
-
end
|
412
|
-
|
413
|
-
def test_good_run
|
414
|
-
ran = false
|
415
|
-
|
416
|
-
ARGV << '--rakelib=""'
|
417
|
-
|
418
|
-
@app.options.silent = true
|
419
|
-
|
420
|
-
@app.instance_eval do
|
421
|
-
intern(Rake::Task, "default").enhance { ran = true }
|
422
|
-
end
|
423
|
-
|
424
|
-
rakefile_default
|
425
|
-
|
426
|
-
out, err = capture_io do
|
427
|
-
@app.run
|
428
|
-
end
|
429
|
-
|
430
|
-
assert ran
|
431
|
-
assert_empty err
|
432
|
-
assert_equal "DEFAULT\n", out
|
433
|
-
end
|
434
|
-
|
435
|
-
def test_display_task_run
|
436
|
-
ran = false
|
437
|
-
setup_command_line('-f', '-s', '--tasks', '--rakelib=""')
|
438
|
-
@app.last_description = "COMMENT"
|
439
|
-
@app.define_task(Rake::Task, "default")
|
440
|
-
out, = capture_io { @app.run }
|
441
|
-
assert @app.options.show_tasks
|
442
|
-
assert ! ran
|
443
|
-
assert_match(/rake default/, out)
|
444
|
-
assert_match(/# COMMENT/, out)
|
445
|
-
end
|
446
|
-
|
447
|
-
def test_display_prereqs
|
448
|
-
ran = false
|
449
|
-
setup_command_line('-f', '-s', '--prereqs', '--rakelib=""')
|
450
|
-
@app.last_description = "COMMENT"
|
451
|
-
t = @app.define_task(Rake::Task, "default")
|
452
|
-
t.enhance([:a, :b])
|
453
|
-
@app.define_task(Rake::Task, "a")
|
454
|
-
@app.define_task(Rake::Task, "b")
|
455
|
-
out, = capture_io { @app.run }
|
456
|
-
assert @app.options.show_prereqs
|
457
|
-
assert ! ran
|
458
|
-
assert_match(/rake a$/, out)
|
459
|
-
assert_match(/rake b$/, out)
|
460
|
-
assert_match(/rake default\n( *(a|b)\n){2}/m, out)
|
461
|
-
end
|
462
|
-
|
463
|
-
def test_bad_run
|
464
|
-
@app.intern(Rake::Task, "default").enhance { fail }
|
465
|
-
setup_command_line('-f', '-s', '--rakelib=""')
|
466
|
-
_, err = capture_io {
|
467
|
-
assert_raises(SystemExit){ @app.run }
|
468
|
-
}
|
469
|
-
assert_match(/see full trace/i, err)
|
470
|
-
ensure
|
471
|
-
ARGV.clear
|
472
|
-
end
|
473
|
-
|
474
|
-
def test_bad_run_with_trace
|
475
|
-
@app.intern(Rake::Task, "default").enhance { fail }
|
476
|
-
setup_command_line('-f', '-s', '-t')
|
477
|
-
_, err = capture_io {
|
478
|
-
assert_raises(SystemExit) { @app.run }
|
479
|
-
}
|
480
|
-
refute_match(/see full trace/i, err)
|
481
|
-
ensure
|
482
|
-
ARGV.clear
|
483
|
-
end
|
484
|
-
|
485
|
-
def test_bad_run_with_backtrace
|
486
|
-
@app.intern(Rake::Task, "default").enhance { fail }
|
487
|
-
setup_command_line('-f', '-s', '--backtrace')
|
488
|
-
_, err = capture_io {
|
489
|
-
assert_raises(SystemExit) {
|
490
|
-
@app.run
|
491
|
-
}
|
492
|
-
}
|
493
|
-
refute_match(/see full trace/, err)
|
494
|
-
ensure
|
495
|
-
ARGV.clear
|
496
|
-
end
|
497
|
-
|
498
|
-
CustomError = Class.new(RuntimeError)
|
499
|
-
|
500
|
-
def test_bad_run_includes_exception_name
|
501
|
-
@app.intern(Rake::Task, "default").enhance {
|
502
|
-
raise CustomError, "intentional"
|
503
|
-
}
|
504
|
-
setup_command_line('-f', '-s')
|
505
|
-
_, err = capture_io {
|
506
|
-
assert_raises(SystemExit) {
|
507
|
-
@app.run
|
508
|
-
}
|
509
|
-
}
|
510
|
-
assert_match(/CustomError: intentional/, err)
|
511
|
-
end
|
512
|
-
|
513
|
-
def test_rake_error_excludes_exception_name
|
514
|
-
@app.intern(Rake::Task, "default").enhance {
|
515
|
-
fail "intentional"
|
516
|
-
}
|
517
|
-
setup_command_line('-f', '-s')
|
518
|
-
_, err = capture_io {
|
519
|
-
assert_raises(SystemExit) {
|
520
|
-
@app.run
|
521
|
-
}
|
522
|
-
}
|
523
|
-
refute_match(/RuntimeError/, err)
|
524
|
-
assert_match(/intentional/, err)
|
525
|
-
end
|
526
|
-
|
527
|
-
def cause_supported?
|
528
|
-
ex = StandardError.new
|
529
|
-
ex.respond_to?(:cause)
|
530
|
-
end
|
531
|
-
|
532
|
-
def test_printing_original_exception_cause
|
533
|
-
custom_error = Class.new(StandardError)
|
534
|
-
@app.intern(Rake::Task, "default").enhance {
|
535
|
-
begin
|
536
|
-
raise custom_error, "Original Error"
|
537
|
-
rescue custom_error
|
538
|
-
raise custom_error, "Secondary Error"
|
539
|
-
end
|
540
|
-
}
|
541
|
-
setup_command_line('-f', '-s')
|
542
|
-
_ ,err = capture_io {
|
543
|
-
assert_raises(SystemExit) {
|
544
|
-
@app.run
|
545
|
-
}
|
546
|
-
}
|
547
|
-
if cause_supported?
|
548
|
-
assert_match(/Original Error/, err)
|
549
|
-
end
|
550
|
-
assert_match(/Secondary Error/, err)
|
551
|
-
ensure
|
552
|
-
ARGV.clear
|
553
|
-
end
|
554
|
-
|
555
|
-
def test_run_with_bad_options
|
556
|
-
@app.intern(Rake::Task, "default").enhance { fail }
|
557
|
-
setup_command_line('-f', '-s', '--xyzzy')
|
558
|
-
assert_raises(SystemExit) {
|
559
|
-
capture_io { @app.run }
|
560
|
-
}
|
561
|
-
ensure
|
562
|
-
ARGV.clear
|
563
|
-
end
|
564
|
-
|
565
|
-
def test_standard_exception_handling_invalid_option
|
566
|
-
out, err = capture_io do
|
567
|
-
e = assert_raises SystemExit do
|
568
|
-
@app.standard_exception_handling do
|
569
|
-
raise OptionParser::InvalidOption, 'blah'
|
570
|
-
end
|
571
|
-
end
|
572
|
-
|
573
|
-
assert_equal 1, e.status
|
574
|
-
end
|
575
|
-
|
576
|
-
assert_empty out
|
577
|
-
assert_equal "invalid option: blah\n", err
|
578
|
-
end
|
579
|
-
|
580
|
-
def test_standard_exception_handling_other
|
581
|
-
out, err = capture_io do
|
582
|
-
e = assert_raises SystemExit do
|
583
|
-
@app.standard_exception_handling do
|
584
|
-
raise 'blah'
|
585
|
-
end
|
586
|
-
end
|
587
|
-
|
588
|
-
assert_equal 1, e.status
|
589
|
-
end
|
590
|
-
|
591
|
-
assert_empty out
|
592
|
-
assert_match "rake aborted!\n", err
|
593
|
-
assert_match "blah\n", err
|
594
|
-
end
|
595
|
-
|
596
|
-
def test_standard_exception_handling_system_exit
|
597
|
-
out, err = capture_io do
|
598
|
-
e = assert_raises SystemExit do
|
599
|
-
@app.standard_exception_handling do
|
600
|
-
exit 0
|
601
|
-
end
|
602
|
-
end
|
603
|
-
|
604
|
-
assert_equal 0, e.status
|
605
|
-
end
|
606
|
-
|
607
|
-
assert_empty out
|
608
|
-
assert_empty err
|
609
|
-
end
|
610
|
-
|
611
|
-
def test_standard_exception_handling_system_exit_nonzero
|
612
|
-
out, err = capture_io do
|
613
|
-
e = assert_raises SystemExit do
|
614
|
-
@app.standard_exception_handling do
|
615
|
-
exit 5
|
616
|
-
end
|
617
|
-
end
|
618
|
-
|
619
|
-
assert_equal 5, e.status
|
620
|
-
end
|
621
|
-
|
622
|
-
assert_empty out
|
623
|
-
assert_empty err
|
624
|
-
end
|
625
|
-
|
626
|
-
def util_loader
|
627
|
-
loader = Object.new
|
628
|
-
|
629
|
-
loader.instance_variable_set :@load_called, false
|
630
|
-
def loader.load arg
|
631
|
-
raise ArgumentError, arg unless arg == 'x.dummy'
|
632
|
-
@load_called = true
|
633
|
-
end
|
634
|
-
|
635
|
-
loader.instance_variable_set :@make_dummy_called, false
|
636
|
-
def loader.make_dummy
|
637
|
-
@make_dummy_called = true
|
638
|
-
end
|
639
|
-
|
640
|
-
loader
|
641
|
-
end
|
642
|
-
|
643
|
-
end
|