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,281 +0,0 @@
|
|
1
|
-
require "minitest/autorun"
|
2
|
-
require "minitest/metametameta"
|
3
|
-
|
4
|
-
class TestMinitestReporter < MetaMetaMetaTestCase
|
5
|
-
|
6
|
-
attr_accessor :r, :io
|
7
|
-
|
8
|
-
def new_composite_reporter
|
9
|
-
reporter = Minitest::CompositeReporter.new
|
10
|
-
reporter << Minitest::SummaryReporter.new(self.io)
|
11
|
-
reporter << Minitest::ProgressReporter.new(self.io)
|
12
|
-
|
13
|
-
def reporter.first
|
14
|
-
reporters.first
|
15
|
-
end
|
16
|
-
|
17
|
-
def reporter.results
|
18
|
-
first.results
|
19
|
-
end
|
20
|
-
|
21
|
-
def reporter.count
|
22
|
-
first.count
|
23
|
-
end
|
24
|
-
|
25
|
-
def reporter.assertions
|
26
|
-
first.assertions
|
27
|
-
end
|
28
|
-
|
29
|
-
reporter
|
30
|
-
end
|
31
|
-
|
32
|
-
def setup
|
33
|
-
self.io = StringIO.new("")
|
34
|
-
self.r = new_composite_reporter
|
35
|
-
end
|
36
|
-
|
37
|
-
def error_test
|
38
|
-
unless defined? @et then
|
39
|
-
@et = Minitest::Test.new(:woot)
|
40
|
-
@et.failures << Minitest::UnexpectedError.new(begin
|
41
|
-
raise "no"
|
42
|
-
rescue => e
|
43
|
-
e
|
44
|
-
end)
|
45
|
-
end
|
46
|
-
@et
|
47
|
-
end
|
48
|
-
|
49
|
-
def fail_test
|
50
|
-
unless defined? @ft then
|
51
|
-
@ft = Minitest::Test.new(:woot)
|
52
|
-
@ft.failures << begin
|
53
|
-
raise Minitest::Assertion, "boo"
|
54
|
-
rescue Minitest::Assertion => e
|
55
|
-
e
|
56
|
-
end
|
57
|
-
end
|
58
|
-
@ft
|
59
|
-
end
|
60
|
-
|
61
|
-
def passing_test
|
62
|
-
@pt ||= Minitest::Test.new(:woot)
|
63
|
-
end
|
64
|
-
|
65
|
-
def skip_test
|
66
|
-
unless defined? @st then
|
67
|
-
@st = Minitest::Test.new(:woot)
|
68
|
-
@st.failures << begin
|
69
|
-
raise Minitest::Skip
|
70
|
-
rescue Minitest::Assertion => e
|
71
|
-
e
|
72
|
-
end
|
73
|
-
end
|
74
|
-
@st
|
75
|
-
end
|
76
|
-
|
77
|
-
def test_passed_eh_empty
|
78
|
-
assert r.passed?
|
79
|
-
end
|
80
|
-
|
81
|
-
def test_passed_eh_failure
|
82
|
-
r.results << fail_test
|
83
|
-
|
84
|
-
refute r.passed?
|
85
|
-
end
|
86
|
-
|
87
|
-
SKIP_MSG = "\n\nYou have skipped tests. Run with --verbose for details."
|
88
|
-
|
89
|
-
def test_passed_eh_error
|
90
|
-
r.start
|
91
|
-
|
92
|
-
r.results << error_test
|
93
|
-
|
94
|
-
refute r.passed?
|
95
|
-
|
96
|
-
r.report
|
97
|
-
|
98
|
-
refute_match SKIP_MSG, io.string
|
99
|
-
end
|
100
|
-
|
101
|
-
def test_passed_eh_skipped
|
102
|
-
r.start
|
103
|
-
r.results << skip_test
|
104
|
-
assert r.passed?
|
105
|
-
|
106
|
-
restore_env do
|
107
|
-
r.report
|
108
|
-
end
|
109
|
-
|
110
|
-
assert_match SKIP_MSG, io.string
|
111
|
-
end
|
112
|
-
|
113
|
-
def test_passed_eh_skipped_verbose
|
114
|
-
r.first.options[:verbose] = true
|
115
|
-
|
116
|
-
r.start
|
117
|
-
r.results << skip_test
|
118
|
-
assert r.passed?
|
119
|
-
r.report
|
120
|
-
|
121
|
-
refute_match SKIP_MSG, io.string
|
122
|
-
end
|
123
|
-
|
124
|
-
def test_start
|
125
|
-
r.start
|
126
|
-
|
127
|
-
exp = "Run options: \n\n# Running:\n\n"
|
128
|
-
|
129
|
-
assert_equal exp, io.string
|
130
|
-
end
|
131
|
-
|
132
|
-
def test_record_pass
|
133
|
-
r.record passing_test
|
134
|
-
|
135
|
-
assert_equal ".", io.string
|
136
|
-
assert_empty r.results
|
137
|
-
assert_equal 1, r.count
|
138
|
-
assert_equal 0, r.assertions
|
139
|
-
end
|
140
|
-
|
141
|
-
def test_record_fail
|
142
|
-
r.record fail_test
|
143
|
-
|
144
|
-
assert_equal "F", io.string
|
145
|
-
assert_equal [fail_test], r.results
|
146
|
-
assert_equal 1, r.count
|
147
|
-
assert_equal 0, r.assertions
|
148
|
-
end
|
149
|
-
|
150
|
-
def test_record_error
|
151
|
-
r.record error_test
|
152
|
-
|
153
|
-
assert_equal "E", io.string
|
154
|
-
assert_equal [error_test], r.results
|
155
|
-
assert_equal 1, r.count
|
156
|
-
assert_equal 0, r.assertions
|
157
|
-
end
|
158
|
-
|
159
|
-
def test_record_skip
|
160
|
-
r.record skip_test
|
161
|
-
|
162
|
-
assert_equal "S", io.string
|
163
|
-
assert_equal [skip_test], r.results
|
164
|
-
assert_equal 1, r.count
|
165
|
-
assert_equal 0, r.assertions
|
166
|
-
end
|
167
|
-
|
168
|
-
def test_report_empty
|
169
|
-
r.start
|
170
|
-
r.report
|
171
|
-
|
172
|
-
exp = clean <<-EOM
|
173
|
-
Run options:
|
174
|
-
|
175
|
-
# Running:
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
Finished in 0.00
|
180
|
-
|
181
|
-
0 runs, 0 assertions, 0 failures, 0 errors, 0 skips
|
182
|
-
EOM
|
183
|
-
|
184
|
-
assert_equal exp, normalize_output(io.string)
|
185
|
-
end
|
186
|
-
|
187
|
-
def test_report_passing
|
188
|
-
r.start
|
189
|
-
r.record passing_test
|
190
|
-
r.report
|
191
|
-
|
192
|
-
exp = clean <<-EOM
|
193
|
-
Run options:
|
194
|
-
|
195
|
-
# Running:
|
196
|
-
|
197
|
-
.
|
198
|
-
|
199
|
-
Finished in 0.00
|
200
|
-
|
201
|
-
1 runs, 0 assertions, 0 failures, 0 errors, 0 skips
|
202
|
-
EOM
|
203
|
-
|
204
|
-
assert_equal exp, normalize_output(io.string)
|
205
|
-
end
|
206
|
-
|
207
|
-
def test_report_failure
|
208
|
-
r.start
|
209
|
-
r.record fail_test
|
210
|
-
r.report
|
211
|
-
|
212
|
-
exp = clean <<-EOM
|
213
|
-
Run options:
|
214
|
-
|
215
|
-
# Running:
|
216
|
-
|
217
|
-
F
|
218
|
-
|
219
|
-
Finished in 0.00
|
220
|
-
|
221
|
-
1) Failure:
|
222
|
-
Minitest::Test#woot [FILE:LINE]:
|
223
|
-
boo
|
224
|
-
|
225
|
-
1 runs, 0 assertions, 1 failures, 0 errors, 0 skips
|
226
|
-
EOM
|
227
|
-
|
228
|
-
assert_equal exp, normalize_output(io.string)
|
229
|
-
end
|
230
|
-
|
231
|
-
def test_report_error
|
232
|
-
r.start
|
233
|
-
r.record error_test
|
234
|
-
r.report
|
235
|
-
|
236
|
-
exp = clean <<-EOM
|
237
|
-
Run options:
|
238
|
-
|
239
|
-
# Running:
|
240
|
-
|
241
|
-
E
|
242
|
-
|
243
|
-
Finished in 0.00
|
244
|
-
|
245
|
-
1) Error:
|
246
|
-
Minitest::Test#woot:
|
247
|
-
RuntimeError: no
|
248
|
-
FILE:LINE:in `error_test'
|
249
|
-
FILE:LINE:in `test_report_error'
|
250
|
-
|
251
|
-
1 runs, 0 assertions, 0 failures, 1 errors, 0 skips
|
252
|
-
EOM
|
253
|
-
|
254
|
-
assert_equal exp, normalize_output(io.string)
|
255
|
-
end
|
256
|
-
|
257
|
-
def test_report_skipped
|
258
|
-
r.start
|
259
|
-
r.record skip_test
|
260
|
-
|
261
|
-
restore_env do
|
262
|
-
r.report
|
263
|
-
end
|
264
|
-
|
265
|
-
exp = clean <<-EOM
|
266
|
-
Run options:
|
267
|
-
|
268
|
-
# Running:
|
269
|
-
|
270
|
-
S
|
271
|
-
|
272
|
-
Finished in 0.00
|
273
|
-
|
274
|
-
1 runs, 0 assertions, 0 failures, 0 errors, 1 skips
|
275
|
-
|
276
|
-
You have skipped tests. Run with --verbose for details.
|
277
|
-
EOM
|
278
|
-
|
279
|
-
assert_equal exp, normalize_output(io.string)
|
280
|
-
end
|
281
|
-
end
|
@@ -1,970 +0,0 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
require "minitest/autorun"
|
3
|
-
require "stringio"
|
4
|
-
|
5
|
-
class MiniSpecA < Minitest::Spec; end
|
6
|
-
class MiniSpecB < Minitest::Test; extend Minitest::Spec::DSL; end
|
7
|
-
class MiniSpecC < MiniSpecB; end
|
8
|
-
class NamedExampleA < MiniSpecA; end
|
9
|
-
class NamedExampleB < MiniSpecB; end
|
10
|
-
class NamedExampleC < MiniSpecC; end
|
11
|
-
class ExampleA; end
|
12
|
-
class ExampleB < ExampleA; end
|
13
|
-
|
14
|
-
describe Minitest::Spec do
|
15
|
-
# helps to deal with 2.4 deprecation of Fixnum for Integer
|
16
|
-
Int = 1.class
|
17
|
-
|
18
|
-
# do not parallelize this suite... it just can"t handle it.
|
19
|
-
|
20
|
-
def assert_triggered expected = "blah", klass = Minitest::Assertion
|
21
|
-
@assertion_count += 1
|
22
|
-
|
23
|
-
e = assert_raises(klass) do
|
24
|
-
yield
|
25
|
-
end
|
26
|
-
|
27
|
-
msg = e.message.sub(/(---Backtrace---).*/m, '\1')
|
28
|
-
msg.gsub!(/\(oid=[-0-9]+\)/, "(oid=N)")
|
29
|
-
msg.gsub!(/@.+>/, "@PATH>")
|
30
|
-
msg.gsub!(/(\d\.\d{6})\d+/, '\1xxx') # normalize: ruby version, impl, platform
|
31
|
-
msg.gsub!(/:0x[a-fA-F0-9]{4,}/m, ":0xXXXXXX")
|
32
|
-
|
33
|
-
if expected
|
34
|
-
@assertion_count += 1
|
35
|
-
case expected
|
36
|
-
when String then
|
37
|
-
assert_equal expected, msg
|
38
|
-
when Regexp then
|
39
|
-
@assertion_count += 1
|
40
|
-
assert_match expected, msg
|
41
|
-
else
|
42
|
-
flunk "Unknown: #{expected.inspect}"
|
43
|
-
end
|
44
|
-
end
|
45
|
-
end
|
46
|
-
|
47
|
-
before do
|
48
|
-
@assertion_count = 4
|
49
|
-
end
|
50
|
-
|
51
|
-
after do
|
52
|
-
_(self.assertions).must_equal @assertion_count if passed? and not skipped?
|
53
|
-
end
|
54
|
-
|
55
|
-
it "needs to be able to catch a Minitest::Assertion exception" do
|
56
|
-
@assertion_count = 1
|
57
|
-
|
58
|
-
assert_triggered "Expected 1 to not be equal to 1." do
|
59
|
-
1.wont_equal 1
|
60
|
-
end
|
61
|
-
end
|
62
|
-
|
63
|
-
it "needs to be sensible about must_include order" do
|
64
|
-
@assertion_count += 3 # must_include is 2 assertions
|
65
|
-
|
66
|
-
[1, 2, 3].must_include(2).must_equal true
|
67
|
-
|
68
|
-
assert_triggered "Expected [1, 2, 3] to include 5." do
|
69
|
-
[1, 2, 3].must_include 5
|
70
|
-
end
|
71
|
-
|
72
|
-
assert_triggered "msg.\nExpected [1, 2, 3] to include 5." do
|
73
|
-
[1, 2, 3].must_include 5, "msg"
|
74
|
-
end
|
75
|
-
end
|
76
|
-
|
77
|
-
it "needs to be sensible about wont_include order" do
|
78
|
-
@assertion_count += 3 # wont_include is 2 assertions
|
79
|
-
|
80
|
-
[1, 2, 3].wont_include(5).must_equal false
|
81
|
-
|
82
|
-
assert_triggered "Expected [1, 2, 3] to not include 2." do
|
83
|
-
[1, 2, 3].wont_include 2
|
84
|
-
end
|
85
|
-
|
86
|
-
assert_triggered "msg.\nExpected [1, 2, 3] to not include 2." do
|
87
|
-
[1, 2, 3].wont_include 2, "msg"
|
88
|
-
end
|
89
|
-
end
|
90
|
-
|
91
|
-
it "needs to catch an expected exception" do
|
92
|
-
@assertion_count = 2
|
93
|
-
|
94
|
-
proc { raise "blah" }.must_raise RuntimeError
|
95
|
-
proc { raise Minitest::Assertion }.must_raise Minitest::Assertion
|
96
|
-
end
|
97
|
-
|
98
|
-
it "needs to catch an unexpected exception" do
|
99
|
-
@assertion_count -= 2 # no positive
|
100
|
-
|
101
|
-
msg = <<-EOM.gsub(/^ {6}/, "").chomp
|
102
|
-
[RuntimeError] exception expected, not
|
103
|
-
Class: <StandardError>
|
104
|
-
Message: <"woot">
|
105
|
-
---Backtrace---
|
106
|
-
EOM
|
107
|
-
|
108
|
-
assert_triggered msg do
|
109
|
-
proc { raise StandardError, "woot" }.must_raise RuntimeError
|
110
|
-
end
|
111
|
-
|
112
|
-
assert_triggered "msg.\n#{msg}" do
|
113
|
-
proc { raise StandardError, "woot" }.must_raise RuntimeError, "msg"
|
114
|
-
end
|
115
|
-
end
|
116
|
-
|
117
|
-
it "needs to ensure silence" do
|
118
|
-
@assertion_count -= 1 # no msg
|
119
|
-
@assertion_count += 2 # assert_output is 2 assertions
|
120
|
-
|
121
|
-
proc {}.must_be_silent.must_equal true
|
122
|
-
|
123
|
-
assert_triggered "In stdout.\nExpected: \"\"\n Actual: \"xxx\"" do
|
124
|
-
proc { print "xxx" }.must_be_silent
|
125
|
-
end
|
126
|
-
end
|
127
|
-
|
128
|
-
it "needs to have all methods named well" do
|
129
|
-
@assertion_count = 2
|
130
|
-
|
131
|
-
methods = Object.public_instance_methods.find_all { |n| n =~ /^must|^wont/ }
|
132
|
-
methods.map!(&:to_s) if Symbol === methods.first
|
133
|
-
|
134
|
-
musts, wonts = methods.sort.partition { |m| m =~ /^must/ }
|
135
|
-
|
136
|
-
expected_musts = %w[must_be
|
137
|
-
must_be_close_to
|
138
|
-
must_be_empty
|
139
|
-
must_be_instance_of
|
140
|
-
must_be_kind_of
|
141
|
-
must_be_nil
|
142
|
-
must_be_same_as
|
143
|
-
must_be_silent
|
144
|
-
must_be_within_delta
|
145
|
-
must_be_within_epsilon
|
146
|
-
must_equal
|
147
|
-
must_include
|
148
|
-
must_match
|
149
|
-
must_output
|
150
|
-
must_raise
|
151
|
-
must_respond_to
|
152
|
-
must_throw]
|
153
|
-
|
154
|
-
bad = %w[not raise throw send output be_silent]
|
155
|
-
|
156
|
-
expected_wonts = expected_musts.map { |m| m.sub(/^must/, "wont") }
|
157
|
-
expected_wonts.reject! { |m| m =~ /wont_#{Regexp.union(*bad)}/ }
|
158
|
-
|
159
|
-
musts.must_equal expected_musts
|
160
|
-
wonts.must_equal expected_wonts
|
161
|
-
end
|
162
|
-
|
163
|
-
it "needs to raise if an expected exception is not raised" do
|
164
|
-
@assertion_count -= 2 # no positive test
|
165
|
-
|
166
|
-
assert_triggered "RuntimeError expected but nothing was raised." do
|
167
|
-
proc { 42 }.must_raise RuntimeError
|
168
|
-
end
|
169
|
-
|
170
|
-
assert_triggered "msg.\nRuntimeError expected but nothing was raised." do
|
171
|
-
proc { 42 }.must_raise RuntimeError, "msg"
|
172
|
-
end
|
173
|
-
end
|
174
|
-
|
175
|
-
it "needs to verify binary messages" do
|
176
|
-
42.wont_be(:<, 24).must_equal false
|
177
|
-
|
178
|
-
assert_triggered "Expected 24 to not be < 42." do
|
179
|
-
24.wont_be :<, 42
|
180
|
-
end
|
181
|
-
|
182
|
-
assert_triggered "msg.\nExpected 24 to not be < 42." do
|
183
|
-
24.wont_be :<, 42, "msg"
|
184
|
-
end
|
185
|
-
end
|
186
|
-
|
187
|
-
it "needs to verify emptyness" do
|
188
|
-
@assertion_count += 3 # empty is 2 assertions
|
189
|
-
|
190
|
-
[].must_be_empty.must_equal true
|
191
|
-
|
192
|
-
assert_triggered "Expected [42] to be empty." do
|
193
|
-
[42].must_be_empty
|
194
|
-
end
|
195
|
-
|
196
|
-
assert_triggered "msg.\nExpected [42] to be empty." do
|
197
|
-
[42].must_be_empty "msg"
|
198
|
-
end
|
199
|
-
end
|
200
|
-
|
201
|
-
it "needs to verify equality" do
|
202
|
-
@assertion_count += 1
|
203
|
-
|
204
|
-
(6 * 7).must_equal(42).must_equal true
|
205
|
-
|
206
|
-
assert_triggered "Expected: 42\n Actual: 54" do
|
207
|
-
(6 * 9).must_equal 42
|
208
|
-
end
|
209
|
-
|
210
|
-
assert_triggered "msg.\nExpected: 42\n Actual: 54" do
|
211
|
-
(6 * 9).must_equal 42, "msg"
|
212
|
-
end
|
213
|
-
|
214
|
-
assert_triggered(/^-42\n\+#<Proc:0xXXXXXX@PATH>\n/) do
|
215
|
-
proc { 42 }.must_equal 42 # proc isn't called, so expectation fails
|
216
|
-
end
|
217
|
-
end
|
218
|
-
|
219
|
-
it "needs to verify floats outside a delta" do
|
220
|
-
@assertion_count += 1 # extra test
|
221
|
-
|
222
|
-
24.wont_be_close_to(42).must_equal false
|
223
|
-
|
224
|
-
assert_triggered "Expected |42 - 42.0| (0.0) to not be <= 0.001." do
|
225
|
-
(6 * 7.0).wont_be_close_to 42
|
226
|
-
end
|
227
|
-
|
228
|
-
x = maglev? ? "1.0000000000000001e-05" : "1.0e-05"
|
229
|
-
assert_triggered "Expected |42 - 42.0| (0.0) to not be <= #{x}." do
|
230
|
-
(6 * 7.0).wont_be_close_to 42, 0.00001
|
231
|
-
end
|
232
|
-
|
233
|
-
assert_triggered "msg.\nExpected |42 - 42.0| (0.0) to not be <= #{x}." do
|
234
|
-
(6 * 7.0).wont_be_close_to 42, 0.00001, "msg"
|
235
|
-
end
|
236
|
-
end
|
237
|
-
|
238
|
-
it "needs to verify floats outside an epsilon" do
|
239
|
-
@assertion_count += 1 # extra test
|
240
|
-
|
241
|
-
24.wont_be_within_epsilon(42).must_equal false
|
242
|
-
|
243
|
-
x = maglev? ? "0.042000000000000003" : "0.042"
|
244
|
-
assert_triggered "Expected |42 - 42.0| (0.0) to not be <= #{x}." do
|
245
|
-
(6 * 7.0).wont_be_within_epsilon 42
|
246
|
-
end
|
247
|
-
|
248
|
-
x = maglev? ? "0.00042000000000000002" : "0.00042"
|
249
|
-
assert_triggered "Expected |42 - 42.0| (0.0) to not be <= #{x}." do
|
250
|
-
(6 * 7.0).wont_be_within_epsilon 42, 0.00001
|
251
|
-
end
|
252
|
-
|
253
|
-
assert_triggered "msg.\nExpected |42 - 42.0| (0.0) to not be <= #{x}." do
|
254
|
-
(6 * 7.0).wont_be_within_epsilon 42, 0.00001, "msg"
|
255
|
-
end
|
256
|
-
end
|
257
|
-
|
258
|
-
it "needs to verify floats within a delta" do
|
259
|
-
@assertion_count += 1 # extra test
|
260
|
-
|
261
|
-
(6.0 * 7).must_be_close_to(42.0).must_equal true
|
262
|
-
|
263
|
-
assert_triggered "Expected |0.0 - 0.01| (0.01) to be <= 0.001." do
|
264
|
-
(1.0 / 100).must_be_close_to 0.0
|
265
|
-
end
|
266
|
-
|
267
|
-
x = maglev? ? "9.9999999999999995e-07" : "1.0e-06"
|
268
|
-
assert_triggered "Expected |0.0 - 0.001| (0.001) to be <= #{x}." do
|
269
|
-
(1.0 / 1000).must_be_close_to 0.0, 0.000001
|
270
|
-
end
|
271
|
-
|
272
|
-
assert_triggered "msg.\nExpected |0.0 - 0.001| (0.001) to be <= #{x}." do
|
273
|
-
(1.0 / 1000).must_be_close_to 0.0, 0.000001, "msg"
|
274
|
-
end
|
275
|
-
end
|
276
|
-
|
277
|
-
it "needs to verify floats within an epsilon" do
|
278
|
-
@assertion_count += 1 # extra test
|
279
|
-
|
280
|
-
(6.0 * 7).must_be_within_epsilon(42.0).must_equal true
|
281
|
-
|
282
|
-
assert_triggered "Expected |0.0 - 0.01| (0.01) to be <= 0.0." do
|
283
|
-
(1.0 / 100).must_be_within_epsilon 0.0
|
284
|
-
end
|
285
|
-
|
286
|
-
assert_triggered "Expected |0.0 - 0.001| (0.001) to be <= 0.0." do
|
287
|
-
(1.0 / 1000).must_be_within_epsilon 0.0, 0.000001
|
288
|
-
end
|
289
|
-
|
290
|
-
assert_triggered "msg.\nExpected |0.0 - 0.001| (0.001) to be <= 0.0." do
|
291
|
-
(1.0 / 1000).must_be_within_epsilon 0.0, 0.000001, "msg"
|
292
|
-
end
|
293
|
-
end
|
294
|
-
|
295
|
-
it "needs to verify identity" do
|
296
|
-
1.must_be_same_as(1).must_equal true
|
297
|
-
|
298
|
-
assert_triggered "Expected 1 (oid=N) to be the same as 2 (oid=N)." do
|
299
|
-
1.must_be_same_as 2
|
300
|
-
end
|
301
|
-
|
302
|
-
assert_triggered "msg.\nExpected 1 (oid=N) to be the same as 2 (oid=N)." do
|
303
|
-
1.must_be_same_as 2, "msg"
|
304
|
-
end
|
305
|
-
end
|
306
|
-
|
307
|
-
it "needs to verify inequality" do
|
308
|
-
@assertion_count += 2
|
309
|
-
42.wont_equal(6 * 9).must_equal false
|
310
|
-
proc {}.wont_equal(42).must_equal false
|
311
|
-
|
312
|
-
assert_triggered "Expected 1 to not be equal to 1." do
|
313
|
-
1.wont_equal 1
|
314
|
-
end
|
315
|
-
|
316
|
-
assert_triggered "msg.\nExpected 1 to not be equal to 1." do
|
317
|
-
1.wont_equal 1, "msg"
|
318
|
-
end
|
319
|
-
end
|
320
|
-
|
321
|
-
it "needs to verify instances of a class" do
|
322
|
-
42.wont_be_instance_of(String).must_equal false
|
323
|
-
|
324
|
-
assert_triggered "Expected 42 to not be a kind of #{Int.name}." do
|
325
|
-
42.wont_be_kind_of Int
|
326
|
-
end
|
327
|
-
|
328
|
-
assert_triggered "msg.\nExpected 42 to not be an instance of #{Int.name}." do
|
329
|
-
42.wont_be_instance_of Int, "msg"
|
330
|
-
end
|
331
|
-
end
|
332
|
-
|
333
|
-
it "needs to verify kinds of a class" do
|
334
|
-
@assertion_count += 2
|
335
|
-
|
336
|
-
42.wont_be_kind_of(String).must_equal false
|
337
|
-
proc {}.wont_be_kind_of(String).must_equal false
|
338
|
-
|
339
|
-
assert_triggered "Expected 42 to not be a kind of #{Int.name}." do
|
340
|
-
42.wont_be_kind_of Int
|
341
|
-
end
|
342
|
-
|
343
|
-
assert_triggered "msg.\nExpected 42 to not be a kind of #{Int.name}." do
|
344
|
-
42.wont_be_kind_of Int, "msg"
|
345
|
-
end
|
346
|
-
end
|
347
|
-
|
348
|
-
it "needs to verify kinds of objects" do
|
349
|
-
@assertion_count += 3 # extra test
|
350
|
-
|
351
|
-
(6 * 7).must_be_kind_of(Int).must_equal true
|
352
|
-
(6 * 7).must_be_kind_of(Numeric).must_equal true
|
353
|
-
|
354
|
-
assert_triggered "Expected 42 to be a kind of String, not #{Int.name}." do
|
355
|
-
(6 * 7).must_be_kind_of String
|
356
|
-
end
|
357
|
-
|
358
|
-
assert_triggered "msg.\nExpected 42 to be a kind of String, not #{Int.name}." do
|
359
|
-
(6 * 7).must_be_kind_of String, "msg"
|
360
|
-
end
|
361
|
-
|
362
|
-
exp = "Expected #<Proc:0xXXXXXX@PATH> to be a kind of String, not Proc."
|
363
|
-
assert_triggered exp do
|
364
|
-
proc {}.must_be_kind_of String
|
365
|
-
end
|
366
|
-
end
|
367
|
-
|
368
|
-
it "needs to verify mismatch" do
|
369
|
-
@assertion_count += 3 # match is 2
|
370
|
-
|
371
|
-
"blah".wont_match(/\d+/).must_equal false
|
372
|
-
|
373
|
-
assert_triggered "Expected /\\w+/ to not match \"blah\"." do
|
374
|
-
"blah".wont_match(/\w+/)
|
375
|
-
end
|
376
|
-
|
377
|
-
assert_triggered "msg.\nExpected /\\w+/ to not match \"blah\"." do
|
378
|
-
"blah".wont_match(/\w+/, "msg")
|
379
|
-
end
|
380
|
-
end
|
381
|
-
|
382
|
-
it "needs to verify nil" do
|
383
|
-
nil.must_be_nil.must_equal true
|
384
|
-
|
385
|
-
assert_triggered "Expected 42 to be nil." do
|
386
|
-
42.must_be_nil
|
387
|
-
end
|
388
|
-
|
389
|
-
assert_triggered "msg.\nExpected 42 to be nil." do
|
390
|
-
42.must_be_nil "msg"
|
391
|
-
end
|
392
|
-
end
|
393
|
-
|
394
|
-
it "needs to verify non-emptyness" do
|
395
|
-
@assertion_count += 3 # empty is 2 assertions
|
396
|
-
|
397
|
-
["some item"].wont_be_empty.must_equal false
|
398
|
-
|
399
|
-
assert_triggered "Expected [] to not be empty." do
|
400
|
-
[].wont_be_empty
|
401
|
-
end
|
402
|
-
|
403
|
-
assert_triggered "msg.\nExpected [] to not be empty." do
|
404
|
-
[].wont_be_empty "msg"
|
405
|
-
end
|
406
|
-
end
|
407
|
-
|
408
|
-
it "needs to verify non-identity" do
|
409
|
-
1.wont_be_same_as(2).must_equal false
|
410
|
-
|
411
|
-
assert_triggered "Expected 1 (oid=N) to not be the same as 1 (oid=N)." do
|
412
|
-
1.wont_be_same_as 1
|
413
|
-
end
|
414
|
-
|
415
|
-
assert_triggered "msg.\nExpected 1 (oid=N) to not be the same as 1 (oid=N)." do
|
416
|
-
1.wont_be_same_as 1, "msg"
|
417
|
-
end
|
418
|
-
end
|
419
|
-
|
420
|
-
it "needs to verify non-nil" do
|
421
|
-
42.wont_be_nil.must_equal false
|
422
|
-
|
423
|
-
assert_triggered "Expected nil to not be nil." do
|
424
|
-
nil.wont_be_nil
|
425
|
-
end
|
426
|
-
|
427
|
-
assert_triggered "msg.\nExpected nil to not be nil." do
|
428
|
-
nil.wont_be_nil "msg"
|
429
|
-
end
|
430
|
-
end
|
431
|
-
|
432
|
-
it "needs to verify objects not responding to a message" do
|
433
|
-
"".wont_respond_to(:woot!).must_equal false
|
434
|
-
|
435
|
-
assert_triggered "Expected \"\" to not respond to to_s." do
|
436
|
-
"".wont_respond_to :to_s
|
437
|
-
end
|
438
|
-
|
439
|
-
assert_triggered "msg.\nExpected \"\" to not respond to to_s." do
|
440
|
-
"".wont_respond_to :to_s, "msg"
|
441
|
-
end
|
442
|
-
end
|
443
|
-
|
444
|
-
it "needs to verify output in stderr" do
|
445
|
-
@assertion_count -= 1 # no msg
|
446
|
-
|
447
|
-
proc { $stderr.print "blah" }.must_output(nil, "blah").must_equal true
|
448
|
-
|
449
|
-
assert_triggered "In stderr.\nExpected: \"blah\"\n Actual: \"xxx\"" do
|
450
|
-
proc { $stderr.print "xxx" }.must_output(nil, "blah")
|
451
|
-
end
|
452
|
-
end
|
453
|
-
|
454
|
-
it "needs to verify output in stdout" do
|
455
|
-
@assertion_count -= 1 # no msg
|
456
|
-
|
457
|
-
proc { print "blah" }.must_output("blah").must_equal true
|
458
|
-
|
459
|
-
assert_triggered "In stdout.\nExpected: \"blah\"\n Actual: \"xxx\"" do
|
460
|
-
proc { print "xxx" }.must_output("blah")
|
461
|
-
end
|
462
|
-
end
|
463
|
-
|
464
|
-
it "needs to verify regexp matches" do
|
465
|
-
@assertion_count += 3 # must_match is 2 assertions
|
466
|
-
|
467
|
-
"blah".must_match(/\w+/).must_equal true
|
468
|
-
|
469
|
-
assert_triggered "Expected /\\d+/ to match \"blah\"." do
|
470
|
-
"blah".must_match(/\d+/)
|
471
|
-
end
|
472
|
-
|
473
|
-
assert_triggered "msg.\nExpected /\\d+/ to match \"blah\"." do
|
474
|
-
"blah".must_match(/\d+/, "msg")
|
475
|
-
end
|
476
|
-
end
|
477
|
-
|
478
|
-
describe "expect" do
|
479
|
-
before do
|
480
|
-
@assertion_count -= 3
|
481
|
-
end
|
482
|
-
|
483
|
-
it "can use expect" do
|
484
|
-
_(1 + 1).must_equal 2
|
485
|
-
end
|
486
|
-
|
487
|
-
it "can use expect with a lambda" do
|
488
|
-
_ { raise "blah" }.must_raise RuntimeError
|
489
|
-
end
|
490
|
-
|
491
|
-
it "can use expect in a thread" do
|
492
|
-
Thread.new { _(1 + 1).must_equal 2 }.join
|
493
|
-
end
|
494
|
-
|
495
|
-
it "can NOT use must_equal in a thread. It must use expect in a thread" do
|
496
|
-
assert_raises NoMethodError do
|
497
|
-
Thread.new { (1 + 1).must_equal 2 }.join
|
498
|
-
end
|
499
|
-
end
|
500
|
-
end
|
501
|
-
|
502
|
-
it "needs to verify throw" do
|
503
|
-
@assertion_count += 2 # 2 extra tests
|
504
|
-
|
505
|
-
proc { throw :blah }.must_throw(:blah).must_equal true
|
506
|
-
|
507
|
-
assert_triggered "Expected :blah to have been thrown." do
|
508
|
-
proc {}.must_throw :blah
|
509
|
-
end
|
510
|
-
|
511
|
-
assert_triggered "Expected :blah to have been thrown, not :xxx." do
|
512
|
-
proc { throw :xxx }.must_throw :blah
|
513
|
-
end
|
514
|
-
|
515
|
-
assert_triggered "msg.\nExpected :blah to have been thrown." do
|
516
|
-
proc {}.must_throw :blah, "msg"
|
517
|
-
end
|
518
|
-
|
519
|
-
assert_triggered "msg.\nExpected :blah to have been thrown, not :xxx." do
|
520
|
-
proc { throw :xxx }.must_throw :blah, "msg"
|
521
|
-
end
|
522
|
-
end
|
523
|
-
|
524
|
-
it "needs to verify types of objects" do
|
525
|
-
(6 * 7).must_be_instance_of(Int).must_equal true
|
526
|
-
|
527
|
-
exp = "Expected 42 to be an instance of String, not #{Int.name}."
|
528
|
-
|
529
|
-
assert_triggered exp do
|
530
|
-
(6 * 7).must_be_instance_of String
|
531
|
-
end
|
532
|
-
|
533
|
-
assert_triggered "msg.\n#{exp}" do
|
534
|
-
(6 * 7).must_be_instance_of String, "msg"
|
535
|
-
end
|
536
|
-
end
|
537
|
-
|
538
|
-
it "needs to verify using any (negative) predicate" do
|
539
|
-
@assertion_count -= 1 # doesn"t take a message
|
540
|
-
|
541
|
-
"blah".wont_be(:empty?).must_equal false
|
542
|
-
|
543
|
-
assert_triggered "Expected \"\" to not be empty?." do
|
544
|
-
"".wont_be :empty?
|
545
|
-
end
|
546
|
-
end
|
547
|
-
|
548
|
-
it "needs to verify using any binary operator" do
|
549
|
-
@assertion_count -= 1 # no msg
|
550
|
-
|
551
|
-
41.must_be(:<, 42).must_equal true
|
552
|
-
|
553
|
-
assert_triggered "Expected 42 to be < 41." do
|
554
|
-
42.must_be(:<, 41)
|
555
|
-
end
|
556
|
-
end
|
557
|
-
|
558
|
-
it "needs to verify using any predicate" do
|
559
|
-
@assertion_count -= 1 # no msg
|
560
|
-
|
561
|
-
"".must_be(:empty?).must_equal true
|
562
|
-
|
563
|
-
assert_triggered "Expected \"blah\" to be empty?." do
|
564
|
-
"blah".must_be :empty?
|
565
|
-
end
|
566
|
-
end
|
567
|
-
|
568
|
-
it "needs to verify using respond_to" do
|
569
|
-
42.must_respond_to(:+).must_equal true
|
570
|
-
|
571
|
-
assert_triggered "Expected 42 (#{Int.name}) to respond to #clear." do
|
572
|
-
42.must_respond_to :clear
|
573
|
-
end
|
574
|
-
|
575
|
-
assert_triggered "msg.\nExpected 42 (#{Int.name}) to respond to #clear." do
|
576
|
-
42.must_respond_to :clear, "msg"
|
577
|
-
end
|
578
|
-
end
|
579
|
-
end
|
580
|
-
|
581
|
-
describe Minitest::Spec, :let do
|
582
|
-
i_suck_and_my_tests_are_order_dependent!
|
583
|
-
|
584
|
-
def _count
|
585
|
-
$let_count ||= 0
|
586
|
-
end
|
587
|
-
|
588
|
-
let :count do
|
589
|
-
$let_count += 1
|
590
|
-
$let_count
|
591
|
-
end
|
592
|
-
|
593
|
-
it "is evaluated once per example" do
|
594
|
-
_count.must_equal 0
|
595
|
-
|
596
|
-
count.must_equal 1
|
597
|
-
count.must_equal 1
|
598
|
-
|
599
|
-
_count.must_equal 1
|
600
|
-
end
|
601
|
-
|
602
|
-
it "is REALLY evaluated once per example" do
|
603
|
-
_count.must_equal 1
|
604
|
-
|
605
|
-
count.must_equal 2
|
606
|
-
count.must_equal 2
|
607
|
-
|
608
|
-
_count.must_equal 2
|
609
|
-
end
|
610
|
-
|
611
|
-
it 'raises an error if the name begins with "test"' do
|
612
|
-
proc { self.class.let(:test_value) { true } }.must_raise ArgumentError
|
613
|
-
end
|
614
|
-
|
615
|
-
it "raises an error if the name shadows a normal instance method" do
|
616
|
-
proc { self.class.let(:message) { true } }.must_raise ArgumentError
|
617
|
-
end
|
618
|
-
|
619
|
-
it "doesn't raise an error if it is just another let" do
|
620
|
-
proc do
|
621
|
-
describe :outer do
|
622
|
-
let(:bar)
|
623
|
-
describe :inner do
|
624
|
-
let(:bar)
|
625
|
-
end
|
626
|
-
end
|
627
|
-
:good
|
628
|
-
end.call.must_equal :good
|
629
|
-
end
|
630
|
-
|
631
|
-
it "procs come after dont_flip" do
|
632
|
-
p = proc {}
|
633
|
-
assert_respond_to p, :call
|
634
|
-
p.must_respond_to :call
|
635
|
-
end
|
636
|
-
end
|
637
|
-
|
638
|
-
describe Minitest::Spec, :subject do
|
639
|
-
attr_reader :subject_evaluation_count
|
640
|
-
|
641
|
-
subject do
|
642
|
-
@subject_evaluation_count ||= 0
|
643
|
-
@subject_evaluation_count += 1
|
644
|
-
@subject_evaluation_count
|
645
|
-
end
|
646
|
-
|
647
|
-
it "is evaluated once per example" do
|
648
|
-
subject.must_equal 1
|
649
|
-
subject.must_equal 1
|
650
|
-
subject_evaluation_count.must_equal 1
|
651
|
-
end
|
652
|
-
end
|
653
|
-
|
654
|
-
class TestMetaStatic < Minitest::Test
|
655
|
-
def test_children
|
656
|
-
Minitest::Spec.children.clear # prevents parallel run
|
657
|
-
|
658
|
-
y = z = nil
|
659
|
-
x = describe "top-level thingy" do
|
660
|
-
y = describe "first thingy" do end
|
661
|
-
|
662
|
-
it "top-level-it" do end
|
663
|
-
|
664
|
-
z = describe "second thingy" do end
|
665
|
-
end
|
666
|
-
|
667
|
-
assert_equal [x], Minitest::Spec.children
|
668
|
-
assert_equal [y, z], x.children
|
669
|
-
assert_equal [], y.children
|
670
|
-
assert_equal [], z.children
|
671
|
-
end
|
672
|
-
|
673
|
-
def test_it_wont_remove_existing_child_test_methods
|
674
|
-
Minitest::Spec.children.clear # prevents parallel run
|
675
|
-
|
676
|
-
inner = nil
|
677
|
-
outer = describe "outer" do
|
678
|
-
inner = describe "inner" do
|
679
|
-
it do
|
680
|
-
assert true
|
681
|
-
end
|
682
|
-
end
|
683
|
-
it do
|
684
|
-
assert true
|
685
|
-
end
|
686
|
-
end
|
687
|
-
|
688
|
-
assert_equal 1, outer.public_instance_methods.grep(/^test_/).count
|
689
|
-
assert_equal 1, inner.public_instance_methods.grep(/^test_/).count
|
690
|
-
end
|
691
|
-
|
692
|
-
def test_it_wont_add_test_methods_to_children
|
693
|
-
Minitest::Spec.children.clear # prevents parallel run
|
694
|
-
|
695
|
-
inner = nil
|
696
|
-
outer = describe "outer" do
|
697
|
-
inner = describe "inner" do end
|
698
|
-
it do
|
699
|
-
assert true
|
700
|
-
end
|
701
|
-
end
|
702
|
-
|
703
|
-
assert_equal 1, outer.public_instance_methods.grep(/^test_/).count
|
704
|
-
assert_equal 0, inner.public_instance_methods.grep(/^test_/).count
|
705
|
-
end
|
706
|
-
end
|
707
|
-
|
708
|
-
require "minitest/metametameta"
|
709
|
-
|
710
|
-
class TestMeta < MetaMetaMetaTestCase
|
711
|
-
parallelize_me!
|
712
|
-
|
713
|
-
def util_structure
|
714
|
-
y = z = nil
|
715
|
-
before_list = []
|
716
|
-
after_list = []
|
717
|
-
x = describe "top-level thingy" do
|
718
|
-
before { before_list << 1 }
|
719
|
-
after { after_list << 1 }
|
720
|
-
|
721
|
-
it "top-level-it" do end
|
722
|
-
|
723
|
-
y = describe "inner thingy" do
|
724
|
-
before { before_list << 2 }
|
725
|
-
after { after_list << 2 }
|
726
|
-
it "inner-it" do end
|
727
|
-
|
728
|
-
z = describe "very inner thingy" do
|
729
|
-
before { before_list << 3 }
|
730
|
-
after { after_list << 3 }
|
731
|
-
it "inner-it" do end
|
732
|
-
|
733
|
-
it { } # ignore me
|
734
|
-
specify { } # anonymous it
|
735
|
-
end
|
736
|
-
end
|
737
|
-
end
|
738
|
-
|
739
|
-
return x, y, z, before_list, after_list
|
740
|
-
end
|
741
|
-
|
742
|
-
def test_register_spec_type
|
743
|
-
original_types = Minitest::Spec::TYPES.dup
|
744
|
-
|
745
|
-
assert_includes Minitest::Spec::TYPES, [//, Minitest::Spec]
|
746
|
-
|
747
|
-
Minitest::Spec.register_spec_type(/woot/, TestMeta)
|
748
|
-
|
749
|
-
p = lambda do |_| true end
|
750
|
-
Minitest::Spec.register_spec_type TestMeta, &p
|
751
|
-
|
752
|
-
keys = Minitest::Spec::TYPES.map(&:first)
|
753
|
-
|
754
|
-
assert_includes keys, /woot/
|
755
|
-
assert_includes keys, p
|
756
|
-
ensure
|
757
|
-
Minitest::Spec::TYPES.replace original_types
|
758
|
-
end
|
759
|
-
|
760
|
-
def test_spec_type
|
761
|
-
original_types = Minitest::Spec::TYPES.dup
|
762
|
-
|
763
|
-
Minitest::Spec.register_spec_type(/A$/, MiniSpecA)
|
764
|
-
Minitest::Spec.register_spec_type MiniSpecB do |desc|
|
765
|
-
desc.superclass == ExampleA
|
766
|
-
end
|
767
|
-
Minitest::Spec.register_spec_type MiniSpecC do |_desc, *addl|
|
768
|
-
addl.include? :woot
|
769
|
-
end
|
770
|
-
|
771
|
-
assert_equal MiniSpecA, Minitest::Spec.spec_type(ExampleA)
|
772
|
-
assert_equal MiniSpecB, Minitest::Spec.spec_type(ExampleB)
|
773
|
-
assert_equal MiniSpecC, Minitest::Spec.spec_type(ExampleB, :woot)
|
774
|
-
ensure
|
775
|
-
Minitest::Spec::TYPES.replace original_types
|
776
|
-
end
|
777
|
-
|
778
|
-
def test_bug_dsl_expectations
|
779
|
-
spec_class = Class.new MiniSpecB do
|
780
|
-
it "should work" do
|
781
|
-
0.must_equal 0
|
782
|
-
end
|
783
|
-
end
|
784
|
-
|
785
|
-
test_name = spec_class.instance_methods.sort.grep(/test/).first
|
786
|
-
|
787
|
-
spec = spec_class.new test_name
|
788
|
-
|
789
|
-
result = spec.run
|
790
|
-
|
791
|
-
assert spec.passed?
|
792
|
-
assert result.passed?
|
793
|
-
assert_equal 1, result.assertions
|
794
|
-
end
|
795
|
-
|
796
|
-
def test_name
|
797
|
-
spec_a = describe ExampleA do; end
|
798
|
-
spec_b = describe ExampleB, :random_method do; end
|
799
|
-
spec_c = describe ExampleB, :random_method, :addl_context do; end
|
800
|
-
|
801
|
-
assert_equal "ExampleA", spec_a.name
|
802
|
-
assert_equal "ExampleB::random_method", spec_b.name
|
803
|
-
assert_equal "ExampleB::random_method::addl_context", spec_c.name
|
804
|
-
end
|
805
|
-
|
806
|
-
def test_name2
|
807
|
-
assert_equal "NamedExampleA", NamedExampleA.name
|
808
|
-
assert_equal "NamedExampleB", NamedExampleB.name
|
809
|
-
assert_equal "NamedExampleC", NamedExampleC.name
|
810
|
-
|
811
|
-
spec_a = describe ExampleA do; end
|
812
|
-
spec_b = describe ExampleB, :random_method do; end
|
813
|
-
|
814
|
-
assert_equal "ExampleA", spec_a.name
|
815
|
-
assert_equal "ExampleB::random_method", spec_b.name
|
816
|
-
end
|
817
|
-
|
818
|
-
def test_structure
|
819
|
-
x, y, z, * = util_structure
|
820
|
-
|
821
|
-
assert_equal "top-level thingy", x.to_s
|
822
|
-
assert_equal "top-level thingy::inner thingy", y.to_s
|
823
|
-
assert_equal "top-level thingy::inner thingy::very inner thingy", z.to_s
|
824
|
-
|
825
|
-
assert_equal "top-level thingy", x.desc
|
826
|
-
assert_equal "inner thingy", y.desc
|
827
|
-
assert_equal "very inner thingy", z.desc
|
828
|
-
|
829
|
-
top_methods = %w[setup teardown test_0001_top-level-it]
|
830
|
-
inner_methods1 = %w[setup teardown test_0001_inner-it]
|
831
|
-
inner_methods2 = inner_methods1 +
|
832
|
-
%w[test_0002_anonymous test_0003_anonymous]
|
833
|
-
|
834
|
-
assert_equal top_methods, x.instance_methods(false).sort.map(&:to_s)
|
835
|
-
assert_equal inner_methods1, y.instance_methods(false).sort.map(&:to_s)
|
836
|
-
assert_equal inner_methods2, z.instance_methods(false).sort.map(&:to_s)
|
837
|
-
end
|
838
|
-
|
839
|
-
def test_structure_postfix_it
|
840
|
-
z = nil
|
841
|
-
y = describe "outer" do
|
842
|
-
# NOT here, below the inner-describe!
|
843
|
-
# it "inner-it" do end
|
844
|
-
|
845
|
-
z = describe "inner" do
|
846
|
-
it "inner-it" do end
|
847
|
-
end
|
848
|
-
|
849
|
-
# defined AFTER inner describe means we'll try to wipe out the inner-it
|
850
|
-
it "inner-it" do end
|
851
|
-
end
|
852
|
-
|
853
|
-
assert_equal %w[test_0001_inner-it], y.instance_methods(false).map(&:to_s)
|
854
|
-
assert_equal %w[test_0001_inner-it], z.instance_methods(false).map(&:to_s)
|
855
|
-
end
|
856
|
-
|
857
|
-
def test_setup_teardown_behavior
|
858
|
-
_, _, z, before_list, after_list = util_structure
|
859
|
-
|
860
|
-
@tu = z
|
861
|
-
|
862
|
-
run_tu_with_fresh_reporter
|
863
|
-
|
864
|
-
size = z.runnable_methods.size
|
865
|
-
assert_equal [1, 2, 3] * size, before_list
|
866
|
-
assert_equal [3, 2, 1] * size, after_list
|
867
|
-
end
|
868
|
-
|
869
|
-
def test_describe_first_structure
|
870
|
-
x1 = x2 = y = z = nil
|
871
|
-
x = describe "top-level thingy" do
|
872
|
-
y = describe "first thingy" do end
|
873
|
-
|
874
|
-
x1 = it "top level it" do end
|
875
|
-
x2 = it "не латинские &いった α, β, γ, δ, ε hello!!! world" do end
|
876
|
-
|
877
|
-
z = describe "second thingy" do end
|
878
|
-
end
|
879
|
-
|
880
|
-
test_methods = ["test_0001_top level it",
|
881
|
-
"test_0002_не латинские &いった α, β, γ, δ, ε hello!!! world",
|
882
|
-
].sort
|
883
|
-
|
884
|
-
assert_equal test_methods, [x1, x2]
|
885
|
-
assert_equal test_methods, x.instance_methods.grep(/^test/).map(&:to_s).sort
|
886
|
-
assert_equal [], y.instance_methods.grep(/^test/)
|
887
|
-
assert_equal [], z.instance_methods.grep(/^test/)
|
888
|
-
end
|
889
|
-
|
890
|
-
def test_structure_subclasses
|
891
|
-
z = nil
|
892
|
-
x = Class.new Minitest::Spec do
|
893
|
-
def xyz; end
|
894
|
-
end
|
895
|
-
y = Class.new x do
|
896
|
-
z = describe("inner") { }
|
897
|
-
end
|
898
|
-
|
899
|
-
assert_respond_to x.new(nil), "xyz"
|
900
|
-
assert_respond_to y.new(nil), "xyz"
|
901
|
-
assert_respond_to z.new(nil), "xyz"
|
902
|
-
end
|
903
|
-
end
|
904
|
-
|
905
|
-
class TestSpecInTestCase < MetaMetaMetaTestCase
|
906
|
-
def setup
|
907
|
-
super
|
908
|
-
|
909
|
-
Thread.current[:current_spec] = self
|
910
|
-
@tc = self
|
911
|
-
@assertion_count = 2
|
912
|
-
end
|
913
|
-
|
914
|
-
def assert_triggered expected, klass = Minitest::Assertion
|
915
|
-
@assertion_count += 1
|
916
|
-
|
917
|
-
e = assert_raises klass do
|
918
|
-
yield
|
919
|
-
end
|
920
|
-
|
921
|
-
msg = e.message.sub(/(---Backtrace---).*/m, "\1")
|
922
|
-
msg.gsub!(/\(oid=[-0-9]+\)/, "(oid=N)")
|
923
|
-
|
924
|
-
assert_equal expected, msg
|
925
|
-
end
|
926
|
-
|
927
|
-
def teardown
|
928
|
-
msg = "expected #{@assertion_count} assertions, not #{@tc.assertions}"
|
929
|
-
assert_equal @assertion_count, @tc.assertions, msg
|
930
|
-
end
|
931
|
-
|
932
|
-
def test_expectation
|
933
|
-
@tc.assert_equal true, 1.must_equal(1)
|
934
|
-
end
|
935
|
-
|
936
|
-
def test_expectation_triggered
|
937
|
-
assert_triggered "Expected: 2\n Actual: 1" do
|
938
|
-
1.must_equal 2
|
939
|
-
end
|
940
|
-
end
|
941
|
-
|
942
|
-
def test_expectation_with_a_message
|
943
|
-
assert_triggered "woot.\nExpected: 2\n Actual: 1" do
|
944
|
-
1.must_equal 2, "woot"
|
945
|
-
end
|
946
|
-
end
|
947
|
-
end
|
948
|
-
|
949
|
-
class ValueMonadTest < Minitest::Test
|
950
|
-
attr_accessor :struct
|
951
|
-
|
952
|
-
def setup
|
953
|
-
@struct = { :_ => "a", :value => "b", :expect => "c" }
|
954
|
-
def @struct.method_missing k # think openstruct
|
955
|
-
self[k]
|
956
|
-
end
|
957
|
-
end
|
958
|
-
|
959
|
-
def test_value_monad_method
|
960
|
-
assert_equal "a", struct._
|
961
|
-
end
|
962
|
-
|
963
|
-
def test_value_monad_value_alias
|
964
|
-
assert_equal "b", struct.value
|
965
|
-
end
|
966
|
-
|
967
|
-
def test_value_monad_expect_alias
|
968
|
-
assert_equal "c", struct.expect
|
969
|
-
end
|
970
|
-
end
|