cocoapods-dependency-html 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.bundle/config +2 -0
- data/Gemfile +13 -0
- data/Gemfile.lock +106 -0
- data/LICENSE.txt +22 -0
- data/README.md +11 -0
- data/Rakefile +13 -0
- data/cocoapods-dependency-html.gemspec +27 -0
- data/lib/cocoapods-dependency-html.rb +1 -0
- data/lib/cocoapods-dependency-html/command.rb +1 -0
- data/lib/cocoapods-dependency-html/command/dependency.rb +391 -0
- data/lib/cocoapods-dependency-html/command/front-end/dependency_graph.html +90 -0
- data/lib/cocoapods-dependency-html/gem_version.rb +3 -0
- data/lib/cocoapods_plugin.rb +1 -0
- data/spec/command/html_spec.rb +12 -0
- data/spec/spec_helper.rb +50 -0
- data/vendor/bundle/bin/bacon +27 -0
- data/vendor/bundle/bin/fuzzy_match +27 -0
- data/vendor/bundle/bin/launchy +27 -0
- data/vendor/bundle/bin/pod +27 -0
- data/vendor/bundle/bin/rake +27 -0
- data/vendor/bundle/bin/sandbox-pod +27 -0
- data/vendor/bundle/bin/xcodeproj +27 -0
- data/vendor/bundle/cache/CFPropertyList-3.0.0.gem +0 -0
- data/vendor/bundle/cache/activesupport-4.2.11.1.gem +0 -0
- data/vendor/bundle/cache/addressable-2.6.0.gem +0 -0
- data/vendor/bundle/cache/atomos-0.1.3.gem +0 -0
- data/vendor/bundle/cache/bacon-1.2.0.gem +0 -0
- data/vendor/bundle/cache/claide-1.0.2.gem +0 -0
- data/vendor/bundle/cache/cocoapods-1.6.1.gem +0 -0
- data/vendor/bundle/cache/cocoapods-core-1.6.1.gem +0 -0
- data/vendor/bundle/cache/cocoapods-deintegrate-1.0.4.gem +0 -0
- data/vendor/bundle/cache/cocoapods-downloader-1.2.2.gem +0 -0
- data/vendor/bundle/cache/cocoapods-plugins-1.0.0.gem +0 -0
- data/vendor/bundle/cache/cocoapods-search-1.0.0.gem +0 -0
- data/vendor/bundle/cache/cocoapods-stats-1.1.0.gem +0 -0
- data/vendor/bundle/cache/cocoapods-trunk-1.3.1.gem +0 -0
- data/vendor/bundle/cache/cocoapods-try-1.1.0.gem +0 -0
- data/vendor/bundle/cache/colored2-3.1.2.gem +0 -0
- data/vendor/bundle/cache/concurrent-ruby-1.1.5.gem +0 -0
- data/vendor/bundle/cache/escape-0.0.4.gem +0 -0
- data/vendor/bundle/cache/fourflusher-2.2.0.gem +0 -0
- data/vendor/bundle/cache/fuzzy_match-2.0.4.gem +0 -0
- data/vendor/bundle/cache/gh_inspector-1.1.3.gem +0 -0
- data/vendor/bundle/cache/i18n-0.9.5.gem +0 -0
- data/vendor/bundle/cache/json-2.2.0.gem +0 -0
- data/vendor/bundle/cache/launchy-2.4.3.gem +0 -0
- data/vendor/bundle/cache/metaclass-0.0.4.gem +0 -0
- data/vendor/bundle/cache/minitest-5.11.3.gem +0 -0
- data/vendor/bundle/cache/mocha-1.8.0.gem +0 -0
- data/vendor/bundle/cache/mocha-on-bacon-0.2.3.gem +0 -0
- data/vendor/bundle/cache/molinillo-0.6.6.gem +0 -0
- data/vendor/bundle/cache/nanaimo-0.2.6.gem +0 -0
- data/vendor/bundle/cache/nap-1.1.0.gem +0 -0
- data/vendor/bundle/cache/netrc-0.11.0.gem +0 -0
- data/vendor/bundle/cache/prettybacon-0.0.2.gem +0 -0
- data/vendor/bundle/cache/public_suffix-3.0.3.gem +0 -0
- data/vendor/bundle/cache/rake-12.3.2.gem +0 -0
- data/vendor/bundle/cache/ruby-macho-1.4.0.gem +0 -0
- data/vendor/bundle/cache/thread_safe-0.3.6.gem +0 -0
- data/vendor/bundle/cache/tzinfo-1.2.5.gem +0 -0
- data/vendor/bundle/cache/xcodeproj-1.9.0.gem +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-17/2.5.0/json-2.2.0/gem.build_complete +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-17/2.5.0/json-2.2.0/gem_make.out +13 -0
- data/vendor/bundle/extensions/x86_64-darwin-17/2.5.0/json-2.2.0/json/ext/generator.bundle +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-17/2.5.0/json-2.2.0/json/ext/parser.bundle +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-17/2.5.0/json-2.2.0/mkmf.log +60 -0
- data/vendor/bundle/gems/CFPropertyList-3.0.0/LICENSE +19 -0
- data/vendor/bundle/gems/CFPropertyList-3.0.0/README.md +79 -0
- data/vendor/bundle/gems/CFPropertyList-3.0.0/README.rdoc +43 -0
- data/vendor/bundle/gems/CFPropertyList-3.0.0/THANKS +7 -0
- data/vendor/bundle/gems/CFPropertyList-3.0.0/lib/cfpropertylist.rb +6 -0
- data/vendor/bundle/gems/CFPropertyList-3.0.0/lib/cfpropertylist/rbBinaryCFPropertyList.rb +594 -0
- data/vendor/bundle/gems/CFPropertyList-3.0.0/lib/cfpropertylist/rbCFPlistError.rb +26 -0
- data/vendor/bundle/gems/CFPropertyList-3.0.0/lib/cfpropertylist/rbCFPropertyList.rb +449 -0
- data/vendor/bundle/gems/CFPropertyList-3.0.0/lib/cfpropertylist/rbCFTypes.rb +349 -0
- data/vendor/bundle/gems/CFPropertyList-3.0.0/lib/cfpropertylist/rbLibXMLParser.rb +147 -0
- data/vendor/bundle/gems/CFPropertyList-3.0.0/lib/cfpropertylist/rbNokogiriParser.rb +151 -0
- data/vendor/bundle/gems/CFPropertyList-3.0.0/lib/cfpropertylist/rbPlainCFPropertyList.rb +199 -0
- data/vendor/bundle/gems/CFPropertyList-3.0.0/lib/cfpropertylist/rbREXMLParser.rb +148 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/CHANGELOG.md +678 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/README.rdoc +40 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support.rb +94 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/all.rb +3 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/backtrace_cleaner.rb +103 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/benchmarkable.rb +49 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/builder.rb +6 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/cache.rb +717 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/cache/file_store.rb +190 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/cache/mem_cache_store.rb +198 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/cache/memory_store.rb +172 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/cache/null_store.rb +44 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/cache/strategy/local_cache.rb +161 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/cache/strategy/local_cache_middleware.rb +44 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/callbacks.rb +795 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/concern.rb +142 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/concurrency/latch.rb +27 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/configurable.rb +147 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext.rb +3 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/array.rb +6 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/array/access.rb +64 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/array/conversions.rb +209 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/array/extract_options.rb +29 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/array/grouping.rb +116 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/array/prepend_and_append.rb +7 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/array/wrap.rb +45 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/benchmark.rb +14 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/big_decimal.rb +1 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/big_decimal/conversions.rb +16 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/big_decimal/yaml_conversions.rb +16 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/class.rb +3 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/class/attribute.rb +127 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/class/attribute_accessors.rb +4 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/class/delegating_attributes.rb +45 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/class/subclasses.rb +40 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/date.rb +5 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/date/acts_like.rb +8 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/date/calculations.rb +143 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/date/conversions.rb +94 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/date/zones.rb +6 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/date_and_time/calculations.rb +262 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/date_and_time/compatibility.rb +15 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/date_and_time/zones.rb +41 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/date_time.rb +5 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/date_time/acts_like.rb +14 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/date_time/calculations.rb +193 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/date_time/compatibility.rb +16 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/date_time/conversions.rb +103 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/date_time/zones.rb +6 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/digest/uuid.rb +51 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/enumerable.rb +96 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/file.rb +1 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/file/atomic.rb +63 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/hash.rb +9 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/hash/compact.rb +24 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/hash/conversions.rb +242 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/hash/deep_merge.rb +38 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/hash/except.rb +21 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/hash/indifferent_access.rb +23 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/hash/keys.rb +166 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/hash/reverse_merge.rb +22 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/hash/slice.rb +48 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/hash/transform_values.rb +23 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/integer.rb +3 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/integer/inflections.rb +29 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/integer/multiple.rb +10 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/integer/time.rb +29 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/kernel.rb +5 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/kernel/agnostics.rb +11 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/kernel/concern.rb +10 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/kernel/debugger.rb +10 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/kernel/reporting.rb +125 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/kernel/singleton_class.rb +6 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/load_error.rb +28 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/marshal.rb +24 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/module.rb +11 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/module/aliasing.rb +69 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/module/anonymous.rb +19 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/module/attr_internal.rb +39 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/module/attribute_accessors.rb +212 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/module/concerning.rb +135 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/module/delegation.rb +217 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/module/deprecation.rb +23 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/module/introspection.rb +62 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/module/method_transplanting.rb +13 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/module/qualified_const.rb +52 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/module/reachable.rb +8 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/module/remove_method.rb +12 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/name_error.rb +18 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/numeric.rb +3 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/numeric/bytes.rb +44 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/numeric/conversions.rb +143 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/numeric/time.rb +54 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/object.rb +15 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/object/acts_like.rb +10 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/object/blank.rb +131 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/object/conversions.rb +4 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/object/deep_dup.rb +46 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/object/duplicable.rb +129 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/object/inclusion.rb +27 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/object/instance_variables.rb +28 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/object/itself.rb +15 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/object/json.rb +197 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/object/to_param.rb +1 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/object/to_query.rb +84 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/object/try.rb +100 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/object/with_options.rb +69 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/range.rb +4 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/range/conversions.rb +19 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/range/each.rb +23 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/range/include_range.rb +23 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/range/overlaps.rb +8 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/regexp.rb +5 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/string.rb +13 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/string/access.rb +104 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/string/behavior.rb +6 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/string/conversions.rb +56 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/string/exclude.rb +11 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/string/filters.rb +103 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/string/indent.rb +43 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/string/inflections.rb +217 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/string/inquiry.rb +13 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/string/multibyte.rb +49 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/string/output_safety.rb +262 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/string/starts_ends_with.rb +4 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/string/strip.rb +26 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/string/zones.rb +14 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/struct.rb +6 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/thread.rb +86 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/time.rb +6 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/time/acts_like.rb +8 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/time/calculations.rb +281 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/time/compatibility.rb +14 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/time/conversions.rb +65 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/time/marshal.rb +30 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/time/zones.rb +79 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/uri.rb +26 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/dependencies.rb +762 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/dependencies/autoload.rb +77 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/deprecation.rb +43 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/deprecation/behaviors.rb +76 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/deprecation/instance_delegator.rb +24 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/deprecation/method_wrappers.rb +44 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/deprecation/proxy_wrappers.rb +126 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/deprecation/reporting.rb +94 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/descendants_tracker.rb +60 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/duration.rb +160 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/file_update_checker.rb +137 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/gem_version.rb +15 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/gzip.rb +36 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/hash_with_indifferent_access.rb +300 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/i18n.rb +13 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/i18n_railtie.rb +94 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/inflections.rb +70 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/inflector.rb +7 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/inflector/inflections.rb +211 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/inflector/methods.rb +383 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/inflector/transliterate.rb +97 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/json.rb +2 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/json/decoding.rb +73 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/json/encoding.rb +177 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/key_generator.rb +73 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/lazy_load_hooks.rb +48 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/locale/en.yml +133 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/log_subscriber.rb +109 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/log_subscriber/test_helper.rb +104 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/logger.rb +107 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/logger_silence.rb +27 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/logger_thread_safe_level.rb +32 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/message_encryptor.rb +114 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/message_verifier.rb +72 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/multibyte.rb +21 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/multibyte/chars.rb +222 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/multibyte/unicode.rb +390 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/notifications.rb +212 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/notifications/fanout.rb +157 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/notifications/instrumenter.rb +73 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/number_helper.rb +345 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/number_helper/number_converter.rb +182 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/number_helper/number_to_currency_converter.rb +46 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/number_helper/number_to_delimited_converter.rb +23 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/number_helper/number_to_human_converter.rb +66 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/number_helper/number_to_human_size_converter.rb +58 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/number_helper/number_to_percentage_converter.rb +12 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/number_helper/number_to_phone_converter.rb +49 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/number_helper/number_to_rounded_converter.rb +87 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/option_merger.rb +25 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/ordered_hash.rb +48 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/ordered_options.rb +67 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/per_thread_registry.rb +55 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/proxy_object.rb +13 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/rails.rb +27 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/railtie.rb +46 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/rescuable.rb +119 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/security_utils.rb +27 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/string_inquirer.rb +26 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/subscriber.rb +125 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/tagged_logging.rb +76 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/test_case.rb +100 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/testing/assertions.rb +97 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/testing/autorun.rb +5 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/testing/constant_lookup.rb +50 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/testing/declarative.rb +26 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/testing/deprecation.rb +35 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/testing/isolation.rb +101 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/testing/setup_and_teardown.rb +50 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/testing/tagged_logging.rb +25 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/testing/time_helpers.rb +134 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/time.rb +18 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/time_with_zone.rb +421 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/values/time_zone.rb +430 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/values/unicode_tables.dat +0 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/version.rb +8 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/xml_mini.rb +209 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/xml_mini/jdom.rb +181 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/xml_mini/libxml.rb +77 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/xml_mini/libxmlsax.rb +82 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/xml_mini/nokogiri.rb +81 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/xml_mini/nokogirisax.rb +85 -0
- data/vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/xml_mini/rexml.rb +128 -0
- data/vendor/bundle/gems/addressable-2.6.0/CHANGELOG.md +227 -0
- data/vendor/bundle/gems/addressable-2.6.0/Gemfile +32 -0
- data/vendor/bundle/gems/addressable-2.6.0/LICENSE.txt +202 -0
- data/vendor/bundle/gems/addressable-2.6.0/README.md +119 -0
- data/vendor/bundle/gems/addressable-2.6.0/Rakefile +34 -0
- data/vendor/bundle/gems/addressable-2.6.0/data/unicode.data +0 -0
- data/vendor/bundle/gems/addressable-2.6.0/lib/addressable.rb +4 -0
- data/vendor/bundle/gems/addressable-2.6.0/lib/addressable/idna.rb +27 -0
- data/vendor/bundle/gems/addressable-2.6.0/lib/addressable/idna/native.rb +61 -0
- data/vendor/bundle/gems/addressable-2.6.0/lib/addressable/idna/pure.rb +676 -0
- data/vendor/bundle/gems/addressable-2.6.0/lib/addressable/template.rb +1045 -0
- data/vendor/bundle/gems/addressable-2.6.0/lib/addressable/uri.rb +2510 -0
- data/vendor/bundle/gems/addressable-2.6.0/lib/addressable/version.rb +32 -0
- data/vendor/bundle/gems/addressable-2.6.0/spec/addressable/idna_spec.rb +300 -0
- data/vendor/bundle/gems/addressable-2.6.0/spec/addressable/net_http_compat_spec.rb +30 -0
- data/vendor/bundle/gems/addressable-2.6.0/spec/addressable/rack_mount_compat_spec.rb +106 -0
- data/vendor/bundle/gems/addressable-2.6.0/spec/addressable/security_spec.rb +59 -0
- data/vendor/bundle/gems/addressable-2.6.0/spec/addressable/template_spec.rb +1451 -0
- data/vendor/bundle/gems/addressable-2.6.0/spec/addressable/uri_spec.rb +6545 -0
- data/vendor/bundle/gems/addressable-2.6.0/spec/spec_helper.rb +24 -0
- data/vendor/bundle/gems/addressable-2.6.0/tasks/clobber.rake +4 -0
- data/vendor/bundle/gems/addressable-2.6.0/tasks/gem.rake +93 -0
- data/vendor/bundle/gems/addressable-2.6.0/tasks/git.rake +47 -0
- data/vendor/bundle/gems/addressable-2.6.0/tasks/metrics.rake +24 -0
- data/vendor/bundle/gems/addressable-2.6.0/tasks/rspec.rake +23 -0
- data/vendor/bundle/gems/addressable-2.6.0/tasks/yard.rake +29 -0
- data/vendor/bundle/gems/atomos-0.1.3/.rspec +3 -0
- data/vendor/bundle/gems/atomos-0.1.3/.rubocop.yml +2 -0
- data/vendor/bundle/gems/atomos-0.1.3/.rubocop_todo.yml +32 -0
- data/vendor/bundle/gems/atomos-0.1.3/.travis.yml +5 -0
- data/vendor/bundle/gems/atomos-0.1.3/CODE_OF_CONDUCT.md +74 -0
- data/vendor/bundle/gems/atomos-0.1.3/Gemfile +8 -0
- data/vendor/bundle/gems/atomos-0.1.3/Gemfile.lock +51 -0
- data/vendor/bundle/gems/atomos-0.1.3/LICENSE.txt +21 -0
- data/vendor/bundle/gems/atomos-0.1.3/README.md +43 -0
- data/vendor/bundle/gems/atomos-0.1.3/Rakefile +11 -0
- data/vendor/bundle/gems/atomos-0.1.3/VERSION +1 -0
- data/vendor/bundle/gems/atomos-0.1.3/atomos.gemspec +26 -0
- data/vendor/bundle/gems/atomos-0.1.3/bin/console +15 -0
- data/vendor/bundle/gems/atomos-0.1.3/bin/rake +29 -0
- data/vendor/bundle/gems/atomos-0.1.3/bin/rspec +29 -0
- data/vendor/bundle/gems/atomos-0.1.3/bin/rubocop +29 -0
- data/vendor/bundle/gems/atomos-0.1.3/bin/setup +8 -0
- data/vendor/bundle/gems/atomos-0.1.3/lib/atomos.rb +47 -0
- data/vendor/bundle/gems/atomos-0.1.3/lib/atomos/version.rb +5 -0
- data/vendor/bundle/gems/bacon-1.2.0/.travis.yml +12 -0
- data/vendor/bundle/gems/bacon-1.2.0/COPYING +18 -0
- data/vendor/bundle/gems/bacon-1.2.0/ChangeLog +350 -0
- data/vendor/bundle/gems/bacon-1.2.0/RDOX +73 -0
- data/vendor/bundle/gems/bacon-1.2.0/README.rdoc +299 -0
- data/vendor/bundle/gems/bacon-1.2.0/Rakefile +80 -0
- data/vendor/bundle/gems/bacon-1.2.0/bacon.gemspec +25 -0
- data/vendor/bundle/gems/bacon-1.2.0/bin/bacon +118 -0
- data/vendor/bundle/gems/bacon-1.2.0/lib/autotest/bacon.rb +36 -0
- data/vendor/bundle/gems/bacon-1.2.0/lib/autotest/bacon_rspec.rb +2 -0
- data/vendor/bundle/gems/bacon-1.2.0/lib/autotest/discover.rb +9 -0
- data/vendor/bundle/gems/bacon-1.2.0/lib/bacon.rb +351 -0
- data/vendor/bundle/gems/bacon-1.2.0/test/spec_bacon.rb +415 -0
- data/vendor/bundle/gems/bacon-1.2.0/test/spec_nontrue.rb +14 -0
- data/vendor/bundle/gems/bacon-1.2.0/test/spec_should.rb +32 -0
- data/vendor/bundle/gems/claide-1.0.2/.kick +30 -0
- data/vendor/bundle/gems/claide-1.0.2/.rubocop.yml +3 -0
- data/vendor/bundle/gems/claide-1.0.2/.rubocop_cocoapods.yml +133 -0
- data/vendor/bundle/gems/claide-1.0.2/.rubocop_todo.yml +70 -0
- data/vendor/bundle/gems/claide-1.0.2/.travis.yml +17 -0
- data/vendor/bundle/gems/claide-1.0.2/.yardopts +1 -0
- data/vendor/bundle/gems/claide-1.0.2/CHANGELOG.md +240 -0
- data/vendor/bundle/gems/claide-1.0.2/Gemfile +23 -0
- data/vendor/bundle/gems/claide-1.0.2/Gemfile.lock +74 -0
- data/vendor/bundle/gems/claide-1.0.2/LICENSE +21 -0
- data/vendor/bundle/gems/claide-1.0.2/README.markdown +118 -0
- data/vendor/bundle/gems/claide-1.0.2/Rakefile +57 -0
- data/vendor/bundle/gems/claide-1.0.2/claide.gemspec +21 -0
- data/vendor/bundle/gems/claide-1.0.2/lib/claide.rb +19 -0
- data/vendor/bundle/gems/claide-1.0.2/lib/claide/ansi.rb +126 -0
- data/vendor/bundle/gems/claide-1.0.2/lib/claide/ansi/cursor.rb +69 -0
- data/vendor/bundle/gems/claide-1.0.2/lib/claide/ansi/graphics.rb +72 -0
- data/vendor/bundle/gems/claide-1.0.2/lib/claide/ansi/string_escaper.rb +79 -0
- data/vendor/bundle/gems/claide-1.0.2/lib/claide/argument.rb +62 -0
- data/vendor/bundle/gems/claide-1.0.2/lib/claide/argv.rb +329 -0
- data/vendor/bundle/gems/claide-1.0.2/lib/claide/command.rb +659 -0
- data/vendor/bundle/gems/claide-1.0.2/lib/claide/command/argument_suggester.rb +99 -0
- data/vendor/bundle/gems/claide-1.0.2/lib/claide/command/banner.rb +307 -0
- data/vendor/bundle/gems/claide-1.0.2/lib/claide/command/plugin_manager.rb +123 -0
- data/vendor/bundle/gems/claide-1.0.2/lib/claide/help.rb +58 -0
- data/vendor/bundle/gems/claide-1.0.2/lib/claide/informative_error.rb +21 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/CHANGELOG.md +6521 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/LICENSE +28 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/README.md +80 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/bin/pod +56 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/bin/sandbox-pod +168 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods.rb +73 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command.rb +175 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/cache.rb +28 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/cache/clean.rb +90 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/cache/list.rb +69 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/env.rb +66 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/init.rb +130 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/install.rb +52 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/ipc.rb +19 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/ipc/list.rb +40 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/ipc/podfile.rb +31 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/ipc/podfile_json.rb +30 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/ipc/repl.rb +51 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/ipc/spec.rb +29 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/ipc/update_search_index.rb +24 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/lib.rb +11 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/lib/create.rb +105 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/lib/lint.rb +124 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/list.rb +39 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/options/project_directory.rb +36 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/options/repo_update.rb +34 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/outdated.rb +140 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/repo.rb +29 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/repo/add.rb +103 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/repo/lint.rb +82 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/repo/list.rb +93 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/repo/push.rb +286 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/repo/remove.rb +36 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/repo/update.rb +28 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/setup.rb +103 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/spec.rb +112 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/spec/cat.rb +51 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/spec/create.rb +283 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/spec/edit.rb +87 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/spec/env_spec.rb +53 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/spec/lint.rb +140 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/spec/which.rb +43 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/command/update.rb +101 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/config.rb +347 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/core_overrides.rb +1 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/downloader.rb +190 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/downloader/cache.rb +233 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/downloader/request.rb +86 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/downloader/response.rb +16 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/executable.rb +222 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/external_sources.rb +57 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/external_sources/abstract_external_source.rb +205 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/external_sources/downloader_source.rb +30 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/external_sources/path_source.rb +55 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/external_sources/podspec_source.rb +54 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/gem_version.rb +5 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/generator/acknowledgements.rb +107 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/generator/acknowledgements/markdown.rb +44 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/generator/acknowledgements/plist.rb +94 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/generator/app_target_helper.rb +351 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/generator/bridge_support.rb +22 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/generator/constant.rb +19 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/generator/copy_resources_script.rb +235 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/generator/dummy_source.rb +31 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/generator/embed_frameworks_script.rb +221 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/generator/header.rb +103 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/generator/info_plist_file.rb +124 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/generator/module_map.rb +99 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/generator/prefix_header.rb +60 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/generator/umbrella_header.rb +46 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/hooks_manager.rb +132 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer.rb +765 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/analyzer.rb +1039 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/analyzer/analysis_result.rb +87 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/analyzer/locking_dependency_analyzer.rb +103 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/analyzer/pod_variant.rb +67 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/analyzer/pod_variant_set.rb +157 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/analyzer/podfile_dependency_cache.rb +54 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/analyzer/sandbox_analyzer.rb +240 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/analyzer/specs_state.rb +108 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/analyzer/target_inspection_result.rb +58 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/analyzer/target_inspector.rb +260 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/installation_options.rb +160 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/pod_source_installer.rb +202 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/pod_source_preparer.rb +77 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/podfile_validator.rb +139 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/post_install_hooks_context.rb +132 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/pre_install_hooks_context.rb +51 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/source_provider_hooks_context.rb +34 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/user_project_integrator.rb +254 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/user_project_integrator/target_integrator.rb +501 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb +179 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/xcode.rb +8 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/xcode/pods_project_generator.rb +361 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/xcode/pods_project_generator/aggregate_target_installer.rb +181 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/xcode/pods_project_generator/app_host_installer.rb +104 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/xcode/pods_project_generator/file_references_installer.rb +340 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/xcode/pods_project_generator/pod_target_installer.rb +837 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/xcode/pods_project_generator/pod_target_integrator.rb +129 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/xcode/pods_project_generator/target_installation_result.rb +93 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/xcode/pods_project_generator/target_installer.rb +258 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/xcode/pods_project_generator/target_installer_helper.rb +72 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/installer/xcode/target_validator.rb +147 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/open-uri.rb +33 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/project.rb +416 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/resolver.rb +578 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/resolver/lazy_specification.rb +79 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/resolver/resolver_specification.rb +41 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/sandbox.rb +408 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/sandbox/file_accessor.rb +444 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/sandbox/headers_store.rb +146 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/sandbox/path_list.rb +220 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/sandbox/pod_dir_cleaner.rb +85 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/sandbox/podspec_finder.rb +23 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/sources_manager.rb +157 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/target.rb +261 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/target/aggregate_target.rb +373 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/target/build_settings.rb +1124 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/target/framework_paths.rb +36 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/target/pod_target.rb +556 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/user_interface.rb +459 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/user_interface/error_report.rb +187 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/user_interface/inspector_reporter.rb +109 -0
- data/vendor/bundle/gems/cocoapods-1.6.1/lib/cocoapods/validator.rb +999 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/LICENSE +20 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/README.md +42 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core.rb +38 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/core_ui.rb +19 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/dependency.rb +424 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/gem_version.rb +5 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/github.rb +161 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/http.rb +84 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/lockfile.rb +541 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/master_source.rb +8 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/metrics.rb +47 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/platform.rb +242 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/podfile.rb +402 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/podfile/dsl.rb +852 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/podfile/target_definition.rb +1068 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/requirement.rb +104 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/source.rb +458 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/source/acceptor.rb +170 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/source/aggregate.rb +218 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/source/health_reporter.rb +192 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/source/manager.rb +412 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/source/metadata.rb +79 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/specification.rb +732 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/specification/consumer.rb +418 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/specification/dsl.rb +1588 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/specification/dsl/attribute.rb +199 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/specification/dsl/attribute_support.rb +74 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/specification/dsl/deprecations.rb +20 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/specification/dsl/platform_proxy.rb +82 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/specification/json.rb +85 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/specification/linter.rb +499 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/specification/linter/analyzer.rb +205 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/specification/linter/result.rb +128 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/specification/root_attribute_accessors.rb +201 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/specification/set.rb +177 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/specification/set/presenter.rb +203 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/standard_error.rb +108 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/vendor.rb +50 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/vendor/requirement.rb +288 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/vendor/version.rb +377 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/version.rb +237 -0
- data/vendor/bundle/gems/cocoapods-core-1.6.1/lib/cocoapods-core/yaml_helper.rb +319 -0
- data/vendor/bundle/gems/cocoapods-deintegrate-1.0.4/LICENSE +23 -0
- data/vendor/bundle/gems/cocoapods-deintegrate-1.0.4/README.md +56 -0
- data/vendor/bundle/gems/cocoapods-deintegrate-1.0.4/lib/cocoapods/command/deintegrate.rb +53 -0
- data/vendor/bundle/gems/cocoapods-deintegrate-1.0.4/lib/cocoapods/deintegrate/gem_version.rb +3 -0
- data/vendor/bundle/gems/cocoapods-deintegrate-1.0.4/lib/cocoapods/deintegrator.rb +145 -0
- data/vendor/bundle/gems/cocoapods-deintegrate-1.0.4/lib/cocoapods_deintegrate.rb +2 -0
- data/vendor/bundle/gems/cocoapods-deintegrate-1.0.4/lib/cocoapods_plugin.rb +4 -0
- data/vendor/bundle/gems/cocoapods-downloader-1.2.2/LICENSE +21 -0
- data/vendor/bundle/gems/cocoapods-downloader-1.2.2/README.markdown +77 -0
- data/vendor/bundle/gems/cocoapods-downloader-1.2.2/lib/cocoapods-downloader.rb +102 -0
- data/vendor/bundle/gems/cocoapods-downloader-1.2.2/lib/cocoapods-downloader/api.rb +73 -0
- data/vendor/bundle/gems/cocoapods-downloader-1.2.2/lib/cocoapods-downloader/api_exposable.rb +23 -0
- data/vendor/bundle/gems/cocoapods-downloader-1.2.2/lib/cocoapods-downloader/base.rb +173 -0
- data/vendor/bundle/gems/cocoapods-downloader-1.2.2/lib/cocoapods-downloader/bazaar.rb +60 -0
- data/vendor/bundle/gems/cocoapods-downloader-1.2.2/lib/cocoapods-downloader/gem_version.rb +8 -0
- data/vendor/bundle/gems/cocoapods-downloader-1.2.2/lib/cocoapods-downloader/git.rb +136 -0
- data/vendor/bundle/gems/cocoapods-downloader-1.2.2/lib/cocoapods-downloader/http.rb +15 -0
- data/vendor/bundle/gems/cocoapods-downloader-1.2.2/lib/cocoapods-downloader/mercurial.rb +54 -0
- data/vendor/bundle/gems/cocoapods-downloader-1.2.2/lib/cocoapods-downloader/remote_file.rb +178 -0
- data/vendor/bundle/gems/cocoapods-downloader-1.2.2/lib/cocoapods-downloader/scp.rb +30 -0
- data/vendor/bundle/gems/cocoapods-downloader-1.2.2/lib/cocoapods-downloader/subversion.rb +69 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/.rubocop.yml +4 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/.rubocop_cocoapods.yml +116 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/.travis.yml +24 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/CHANGELOG.md +102 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/Gemfile +18 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/Gemfile.lock +134 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/LICENSE +21 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/README.md +44 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/Rakefile +88 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/cocoapods-plugins.gemspec +31 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/lib/cocoapods_plugin.rb +1 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/lib/cocoapods_plugins.rb +5 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/lib/pod/command/gem_helper.rb +120 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/lib/pod/command/gem_index_cache.rb +87 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/lib/pod/command/plugins.rb +30 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/lib/pod/command/plugins/create.rb +120 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/lib/pod/command/plugins/installed.rb +92 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/lib/pod/command/plugins/list.rb +33 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/lib/pod/command/plugins/publish.rb +76 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/lib/pod/command/plugins/search.rb +58 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/lib/pod/command/plugins_helper.rb +137 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/plugins.json +245 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/spec/command/gem_helper_spec.rb +40 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/spec/command/gem_index_cache_spec.rb +37 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/spec/command/plugins/create_spec.rb +89 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/spec/command/plugins/installed_spec.rb +140 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/spec/command/plugins/list_spec.rb +29 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/spec/command/plugins/publish_spec.rb +132 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/spec/command/plugins/search_spec.rb +55 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/spec/command/plugins_helper_spec.rb +33 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/spec/command/plugins_spec.rb +20 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/spec/fixtures/cocoapods-foo1.gemspec +10 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/spec/fixtures/cocoapods-foo2.gemspec +9 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/spec/fixtures/plugins.json +22 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/spec/fixtures/unprefixed.gemspec +10 -0
- data/vendor/bundle/gems/cocoapods-plugins-1.0.0/spec/spec_helper.rb +122 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/.gitmodules +3 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/.travis.yml +10 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/CHANGELOG.md +70 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/Gemfile +13 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/Gemfile.lock +99 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/LICENSE.txt +21 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/README.md +106 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/Rakefile +13 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/cocoapods-search.gemspec +25 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/lib/cocoapods-search.rb +1 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/lib/cocoapods-search/command.rb +1 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/lib/cocoapods-search/command/search.rb +115 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/lib/cocoapods-search/gem_version.rb +3 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/lib/cocoapods_plugin.rb +1 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/spec/command/search_spec.rb +154 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/spec/fixtures/spec-repos/test_repo/BananaLib/1.0/BananaLib.podspec +21 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/spec/fixtures/spec-repos/test_repo/JSONKit/1.4/JSONKit.podspec +11 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/spec/fixtures/spec-repos/test_repo/JSONKit/999.999.999/JSONKit.podspec +12 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/spec/fixtures/spec-repos/test_repo/OrangeFramework/0.1.0/OrangeFramework.podspec +16 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/spec/fixtures/spec-repos/test_repo/Pod+With+Plus+Signs/1.0/Pod+With+Plus+Signs.podspec +17 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/spec/fixtures/spec-repos/test_repo/Realm/0.94/Realm.podspec +18 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/spec/fixtures/spec-repos/test_repo/monkey/1.0.2/monkey.podspec +11 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/spec/spec_helper.rb +85 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/spec/spec_helper/command.rb +27 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/spec/spec_helper/fixture.rb +32 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/spec/spec_helper/pre_flight.rb +36 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/spec/spec_helper/temporary_repos.rb +90 -0
- data/vendor/bundle/gems/cocoapods-search-1.0.0/spec/spec_helper/user_interface.rb +36 -0
- data/vendor/bundle/gems/cocoapods-stats-1.1.0/.rubocop.yml +9 -0
- data/vendor/bundle/gems/cocoapods-stats-1.1.0/.rubocop_cocoapods.yml +138 -0
- data/vendor/bundle/gems/cocoapods-stats-1.1.0/.travis.yml +8 -0
- data/vendor/bundle/gems/cocoapods-stats-1.1.0/CHANGELOG.md +125 -0
- data/vendor/bundle/gems/cocoapods-stats-1.1.0/Gemfile +14 -0
- data/vendor/bundle/gems/cocoapods-stats-1.1.0/Gemfile.lock +109 -0
- data/vendor/bundle/gems/cocoapods-stats-1.1.0/LICENSE.txt +22 -0
- data/vendor/bundle/gems/cocoapods-stats-1.1.0/README.md +11 -0
- data/vendor/bundle/gems/cocoapods-stats-1.1.0/Rakefile +26 -0
- data/vendor/bundle/gems/cocoapods-stats-1.1.0/cocoapods-stats.gemspec +24 -0
- data/vendor/bundle/gems/cocoapods-stats-1.1.0/lib/cocoapods_plugin.rb +74 -0
- data/vendor/bundle/gems/cocoapods-stats-1.1.0/lib/cocoapods_stats.rb +1 -0
- data/vendor/bundle/gems/cocoapods-stats-1.1.0/lib/cocoapods_stats/gem_version.rb +3 -0
- data/vendor/bundle/gems/cocoapods-stats-1.1.0/lib/cocoapods_stats/sender.rb +29 -0
- data/vendor/bundle/gems/cocoapods-stats-1.1.0/lib/cocoapods_stats/target_mapper.rb +44 -0
- data/vendor/bundle/gems/cocoapods-stats-1.1.0/spec/env_validator_spec.rb +19 -0
- data/vendor/bundle/gems/cocoapods-stats-1.1.0/spec/spec_helper.rb +46 -0
- data/vendor/bundle/gems/cocoapods-stats-1.1.0/spec/stats_spec.rb +36 -0
- data/vendor/bundle/gems/cocoapods-stats-1.1.0/spec/target_mapper_spec.rb +61 -0
- data/vendor/bundle/gems/cocoapods-stats-1.1.0/spec/validator_spec.rb +33 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/.kick +29 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/.rubocop.yml +3 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/.rubocop_cocoapods.yml +138 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/.rubocop_todo.yml +33 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/.travis.yml +24 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/CHANGELOG.md +326 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/Gemfile +25 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/Gemfile.lock +171 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/LICENSE.txt +22 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/README.md +36 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/Rakefile +68 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/cocoapods-trunk.gemspec +26 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/lib/cocoapods_plugin.rb +1 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/lib/cocoapods_trunk.rb +3 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/lib/pod/command/trunk.rb +146 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/lib/pod/command/trunk/add_owner.rb +47 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/lib/pod/command/trunk/delete.rb +70 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/lib/pod/command/trunk/deprecate.rb +48 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/lib/pod/command/trunk/info.rb +35 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/lib/pod/command/trunk/me.rb +119 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/lib/pod/command/trunk/push.rb +157 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/lib/pod/command/trunk/register.rb +78 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/lib/pod/command/trunk/remove_owner.rb +46 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/spec/command/trunk/addowner_spec.rb +52 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/spec/command/trunk/delete_spec.rb +68 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/spec/command/trunk/deprecate_spec.rb +58 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/spec/command/trunk/info_spec.rb +36 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/spec/command/trunk/me_spec.rb +17 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/spec/command/trunk/push_spec.rb +286 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/spec/command/trunk/register_spec.rb +31 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/spec/command/trunk/remove_owner_spec.rb +51 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/spec/command/trunk_spec.rb +23 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/spec/fixtures/BananaLib.podspec +25 -0
- data/vendor/bundle/gems/cocoapods-trunk-1.3.1/spec/spec_helper.rb +97 -0
- data/vendor/bundle/gems/cocoapods-try-1.1.0/.rubocop.yml +3 -0
- data/vendor/bundle/gems/cocoapods-try-1.1.0/.rubocop_cocoapods.yml +121 -0
- data/vendor/bundle/gems/cocoapods-try-1.1.0/.rubocop_todo.yml +12 -0
- data/vendor/bundle/gems/cocoapods-try-1.1.0/.travis.yml +30 -0
- data/vendor/bundle/gems/cocoapods-try-1.1.0/CHANGELOG.md +190 -0
- data/vendor/bundle/gems/cocoapods-try-1.1.0/Gemfile +19 -0
- data/vendor/bundle/gems/cocoapods-try-1.1.0/Gemfile.lock +131 -0
- data/vendor/bundle/gems/cocoapods-try-1.1.0/LICENSE +22 -0
- data/vendor/bundle/gems/cocoapods-try-1.1.0/README.md +19 -0
- data/vendor/bundle/gems/cocoapods-try-1.1.0/Rakefile +56 -0
- data/vendor/bundle/gems/cocoapods-try-1.1.0/cocoapods-try.gemspec +21 -0
- data/vendor/bundle/gems/cocoapods-try-1.1.0/lib/cocoapods_plugin.rb +1 -0
- data/vendor/bundle/gems/cocoapods-try-1.1.0/lib/cocoapods_try.rb +5 -0
- data/vendor/bundle/gems/cocoapods-try-1.1.0/lib/pod/command/try.rb +267 -0
- data/vendor/bundle/gems/cocoapods-try-1.1.0/lib/pod/try_settings.rb +53 -0
- data/vendor/bundle/gems/cocoapods-try-1.1.0/spec/command/try_settings_spec.rb +105 -0
- data/vendor/bundle/gems/cocoapods-try-1.1.0/spec/command/try_spec.rb +223 -0
- data/vendor/bundle/gems/cocoapods-try-1.1.0/spec/spec_helper.rb +60 -0
- data/vendor/bundle/gems/colored2-3.1.2/LICENSE +23 -0
- data/vendor/bundle/gems/colored2-3.1.2/README.md +93 -0
- data/vendor/bundle/gems/colored2-3.1.2/Rakefile +13 -0
- data/vendor/bundle/gems/colored2-3.1.2/lib/colored2.rb +85 -0
- data/vendor/bundle/gems/colored2-3.1.2/lib/colored2/ascii_decorator.rb +86 -0
- data/vendor/bundle/gems/colored2-3.1.2/lib/colored2/codes.rb +63 -0
- data/vendor/bundle/gems/colored2-3.1.2/lib/colored2/numbers.rb +11 -0
- data/vendor/bundle/gems/colored2-3.1.2/lib/colored2/object.rb +2 -0
- data/vendor/bundle/gems/colored2-3.1.2/lib/colored2/strings.rb +2 -0
- data/vendor/bundle/gems/colored2-3.1.2/lib/colored2/version.rb +3 -0
- data/vendor/bundle/gems/colored2-3.1.2/spec/colored2/numbers_spec.rb +26 -0
- data/vendor/bundle/gems/colored2-3.1.2/spec/colored2/object_spec.rb +24 -0
- data/vendor/bundle/gems/colored2-3.1.2/spec/colored2/strings_spec.rb +77 -0
- data/vendor/bundle/gems/colored2-3.1.2/spec/colored2_spec.rb +23 -0
- data/vendor/bundle/gems/colored2-3.1.2/spec/spec_helper.rb +5 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/CHANGELOG.md +478 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/Gemfile +41 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/LICENSE.md +23 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/README.md +381 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/Rakefile +327 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/ext/concurrent-ruby/ConcurrentRubyService.java +17 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java +175 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/ext/concurrent-ruby/com/concurrent_ruby/ext/JRubyMapBackendLibrary.java +248 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicBooleanLibrary.java +93 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicFixnumLibrary.java +113 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaSemaphoreLibrary.java +159 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java +307 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMap.java +31 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java +3863 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/LongAdder.java +203 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java +342 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java +3800 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/LongAdder.java +204 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/Striped64.java +291 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166y/ThreadLocalRandom.java +199 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent-ruby.rb +1 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent.rb +134 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/agent.rb +587 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/array.rb +66 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/async.rb +459 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/atom.rb +222 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic/abstract_thread_local_var.rb +66 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic/atomic_boolean.rb +126 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic/atomic_fixnum.rb +143 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic/atomic_markable_reference.rb +164 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic/atomic_reference.rb +204 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic/count_down_latch.rb +100 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic/cyclic_barrier.rb +128 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic/event.rb +109 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic/java_count_down_latch.rb +42 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic/java_thread_local_var.rb +37 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic/mutex_atomic_boolean.rb +62 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic/mutex_atomic_fixnum.rb +75 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic/mutex_count_down_latch.rb +44 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic/mutex_semaphore.rb +115 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic/read_write_lock.rb +254 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic/reentrant_read_write_lock.rb +379 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic/ruby_thread_local_var.rb +161 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic/semaphore.rb +145 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic/thread_local_var.rb +104 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic_reference/mutex_atomic.rb +56 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic_reference/numeric_cas_wrapper.rb +28 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/atomics.rb +10 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/collection/copy_on_notify_observer_set.rb +107 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/collection/copy_on_write_observer_set.rb +111 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/collection/java_non_concurrent_priority_queue.rb +84 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/collection/lock_free_stack.rb +158 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/collection/map/atomic_reference_map_backend.rb +927 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/collection/map/mri_map_backend.rb +66 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/collection/map/non_concurrent_map_backend.rb +140 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/collection/map/synchronized_map_backend.rb +82 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/collection/non_concurrent_priority_queue.rb +143 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/collection/ruby_non_concurrent_priority_queue.rb +150 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/concern/deprecation.rb +34 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/concern/dereferenceable.rb +73 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/concern/logging.rb +32 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/concern/obligation.rb +220 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/concern/observable.rb +110 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/concurrent_ruby.jar +0 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/configuration.rb +184 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/constants.rb +8 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/dataflow.rb +81 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/delay.rb +199 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/errors.rb +69 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/exchanger.rb +352 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/abstract_executor_service.rb +134 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/cached_thread_pool.rb +62 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/executor_service.rb +185 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/fixed_thread_pool.rb +206 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/immediate_executor.rb +66 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/indirect_immediate_executor.rb +44 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/java_executor_service.rb +91 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/java_single_thread_executor.rb +29 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/java_thread_pool_executor.rb +123 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/ruby_executor_service.rb +78 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/ruby_single_thread_executor.rb +22 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/ruby_thread_pool_executor.rb +362 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/safe_task_executor.rb +35 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/serial_executor_service.rb +34 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/serialized_execution.rb +107 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/serialized_execution_delegator.rb +28 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/simple_executor_service.rb +100 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/single_thread_executor.rb +56 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/thread_pool_executor.rb +87 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/timer_set.rb +173 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/executors.rb +20 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/future.rb +141 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/hash.rb +59 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/immutable_struct.rb +93 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/ivar.rb +207 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/map.rb +337 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/maybe.rb +229 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/mutable_struct.rb +229 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/mvar.rb +242 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/options.rb +42 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/promise.rb +579 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/promises.rb +2167 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/re_include.rb +58 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/scheduled_task.rb +318 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/set.rb +66 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/settable_struct.rb +129 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/synchronization.rb +30 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/synchronization/abstract_lockable_object.rb +98 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/synchronization/abstract_object.rb +24 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/synchronization/abstract_struct.rb +160 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/synchronization/condition.rb +60 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/synchronization/jruby_lockable_object.rb +13 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/synchronization/jruby_object.rb +45 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/synchronization/lock.rb +36 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/synchronization/lockable_object.rb +74 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/synchronization/mri_object.rb +44 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/synchronization/mutex_lockable_object.rb +76 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/synchronization/object.rb +183 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/synchronization/rbx_lockable_object.rb +65 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/synchronization/rbx_object.rb +49 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/synchronization/truffleruby_object.rb +47 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/synchronization/volatile.rb +36 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/thread_safe/synchronized_delegator.rb +50 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/thread_safe/util.rb +16 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/thread_safe/util/adder.rb +74 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/thread_safe/util/cheap_lockable.rb +118 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/thread_safe/util/data_structures.rb +63 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/thread_safe/util/power_of_two_tuple.rb +38 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/thread_safe/util/striped64.rb +246 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/thread_safe/util/volatile.rb +75 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/thread_safe/util/xor_shift_random.rb +50 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/timer_task.rb +334 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/tuple.rb +86 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/tvar.rb +258 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/utility/at_exit.rb +97 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/utility/engine.rb +56 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/utility/monotonic_time.rb +58 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/utility/native_extension_loader.rb +79 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/utility/native_integer.rb +53 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/utility/processor_counter.rb +158 -0
- data/vendor/bundle/gems/concurrent-ruby-1.1.5/lib/concurrent/version.rb +3 -0
- data/vendor/bundle/gems/escape-0.0.4/Readme +21 -0
- data/vendor/bundle/gems/escape-0.0.4/doc_include/template/qualitysmith.rb +631 -0
- data/vendor/bundle/gems/escape-0.0.4/lib/escape.rb +247 -0
- data/vendor/bundle/gems/fourflusher-2.2.0/.rubocop.yml +30 -0
- data/vendor/bundle/gems/fourflusher-2.2.0/.travis.yml +8 -0
- data/vendor/bundle/gems/fourflusher-2.2.0/CHANGELOG.md +116 -0
- data/vendor/bundle/gems/fourflusher-2.2.0/Gemfile +3 -0
- data/vendor/bundle/gems/fourflusher-2.2.0/Gemfile.lock +47 -0
- data/vendor/bundle/gems/fourflusher-2.2.0/LICENSE.txt +21 -0
- data/vendor/bundle/gems/fourflusher-2.2.0/README.md +33 -0
- data/vendor/bundle/gems/fourflusher-2.2.0/Rakefile +9 -0
- data/vendor/bundle/gems/fourflusher-2.2.0/bin/console +14 -0
- data/vendor/bundle/gems/fourflusher-2.2.0/bin/setup +8 -0
- data/vendor/bundle/gems/fourflusher-2.2.0/fourflusher.gemspec +27 -0
- data/vendor/bundle/gems/fourflusher-2.2.0/lib/fourflusher.rb +3 -0
- data/vendor/bundle/gems/fourflusher-2.2.0/lib/fourflusher/compat.rb +24 -0
- data/vendor/bundle/gems/fourflusher-2.2.0/lib/fourflusher/executable.rb +236 -0
- data/vendor/bundle/gems/fourflusher-2.2.0/lib/fourflusher/find.rb +150 -0
- data/vendor/bundle/gems/fourflusher-2.2.0/lib/fourflusher/simctl.rb +19 -0
- data/vendor/bundle/gems/fourflusher-2.2.0/lib/fourflusher/version.rb +3 -0
- data/vendor/bundle/gems/fourflusher-2.2.0/lib/fourflusher/xcodebuild.rb +13 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/.rspec +2 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/CHANGELOG +93 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/Gemfile +11 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/LICENSE +20 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/README.markdown +191 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/Rakefile +5 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/THANKS-WILLIAM-JAMES.rb +37 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/benchmark/before-with-free.txt +283 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/benchmark/before-without-last-result.txt +257 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/benchmark/before.txt +304 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/benchmark/memory.rb +53 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/bin/fuzzy_match +106 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/fuzzy_match.gemspec +34 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/groupings-screenshot.png +0 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/highlevel.graffle +0 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/highlevel.png +0 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/lib/fuzzy_match.rb +335 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/lib/fuzzy_match/cached_result.rb +79 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/lib/fuzzy_match/record.rb +58 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/lib/fuzzy_match/result.rb +45 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/lib/fuzzy_match/rule.rb +17 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/lib/fuzzy_match/rule/grouping.rb +90 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/lib/fuzzy_match/rule/identity.rb +40 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/lib/fuzzy_match/score.rb +30 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/lib/fuzzy_match/score/amatch.rb +21 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/lib/fuzzy_match/score/pure_ruby.rb +94 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/lib/fuzzy_match/similarity.rb +39 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/lib/fuzzy_match/version.rb +3 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/spec/amatch_spec.rb +17 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/spec/cache_spec.rb +132 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/spec/foo.rb +9 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/spec/fuzzy_match_spec.rb +367 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/spec/grouping_spec.rb +60 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/spec/identity_spec.rb +29 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/spec/record_spec.rb +25 -0
- data/vendor/bundle/gems/fuzzy_match-2.0.4/spec/spec_helper.rb +21 -0
- data/vendor/bundle/gems/gh_inspector-1.1.3/.rspec +2 -0
- data/vendor/bundle/gems/gh_inspector-1.1.3/.rubocop.yml +134 -0
- data/vendor/bundle/gems/gh_inspector-1.1.3/.travis.yml +9 -0
- data/vendor/bundle/gems/gh_inspector-1.1.3/CHANGELOG.md +26 -0
- data/vendor/bundle/gems/gh_inspector-1.1.3/Gemfile +4 -0
- data/vendor/bundle/gems/gh_inspector-1.1.3/LICENSE +21 -0
- data/vendor/bundle/gems/gh_inspector-1.1.3/README.md +102 -0
- data/vendor/bundle/gems/gh_inspector-1.1.3/Rakefile +62 -0
- data/vendor/bundle/gems/gh_inspector-1.1.3/bin/console +10 -0
- data/vendor/bundle/gems/gh_inspector-1.1.3/bin/setup +8 -0
- data/vendor/bundle/gems/gh_inspector-1.1.3/gh_inspector.gemspec +27 -0
- data/vendor/bundle/gems/gh_inspector-1.1.3/lib/gh_inspector.rb +8 -0
- data/vendor/bundle/gems/gh_inspector-1.1.3/lib/gh_inspector/evidence.rb +118 -0
- data/vendor/bundle/gems/gh_inspector-1.1.3/lib/gh_inspector/exception_hound.rb +45 -0
- data/vendor/bundle/gems/gh_inspector-1.1.3/lib/gh_inspector/inspector.rb +71 -0
- data/vendor/bundle/gems/gh_inspector-1.1.3/lib/gh_inspector/sidekick.rb +138 -0
- data/vendor/bundle/gems/gh_inspector-1.1.3/lib/gh_inspector/version.rb +3 -0
- data/vendor/bundle/gems/i18n-0.9.5/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/i18n-0.9.5/README.md +84 -0
- data/vendor/bundle/gems/i18n-0.9.5/gemfiles/Gemfile.rails-3.2.x +10 -0
- data/vendor/bundle/gems/i18n-0.9.5/gemfiles/Gemfile.rails-4.0.x +10 -0
- data/vendor/bundle/gems/i18n-0.9.5/gemfiles/Gemfile.rails-4.1.x +10 -0
- data/vendor/bundle/gems/i18n-0.9.5/gemfiles/Gemfile.rails-4.2.x +10 -0
- data/vendor/bundle/gems/i18n-0.9.5/gemfiles/Gemfile.rails-5.0.x +10 -0
- data/vendor/bundle/gems/i18n-0.9.5/gemfiles/Gemfile.rails-5.1.x +10 -0
- data/vendor/bundle/gems/i18n-0.9.5/gemfiles/Gemfile.rails-master +10 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n.rb +356 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/backend.rb +18 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/backend/base.rb +255 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/backend/cache.rb +114 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/backend/cascade.rb +54 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/backend/chain.rb +97 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/backend/fallbacks.rb +86 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/backend/flatten.rb +113 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/backend/gettext.rb +81 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/backend/interpolation_compiler.rb +121 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/backend/key_value.rb +177 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/backend/memoize.rb +46 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/backend/metadata.rb +69 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/backend/pluralization.rb +53 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/backend/simple.rb +93 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/backend/transliterator.rb +106 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/config.rb +147 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/core_ext/hash.rb +29 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/core_ext/kernel/suppress_warnings.rb +8 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/core_ext/string/interpolate.rb +9 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/exceptions.rb +104 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/gettext.rb +26 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/gettext/helpers.rb +73 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/gettext/po_parser.rb +329 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/interpolate/ruby.rb +37 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/locale.rb +6 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/locale/fallbacks.rb +96 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/locale/tag.rb +28 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/locale/tag/parents.rb +22 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/locale/tag/rfc4646.rb +74 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/locale/tag/simple.rb +39 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/middleware.rb +15 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/tests.rb +12 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/tests/basics.rb +60 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/tests/defaults.rb +52 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/tests/interpolation.rb +158 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/tests/link.rb +56 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/tests/localization.rb +19 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/tests/localization/date.rb +95 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/tests/localization/date_time.rb +82 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/tests/localization/procs.rb +116 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/tests/localization/time.rb +81 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/tests/lookup.rb +81 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/tests/pluralization.rb +35 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/tests/procs.rb +55 -0
- data/vendor/bundle/gems/i18n-0.9.5/lib/i18n/version.rb +3 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/api/all_features_test.rb +58 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/api/cascade_test.rb +28 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/api/chain_test.rb +24 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/api/fallbacks_test.rb +30 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/api/key_value_test.rb +24 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/api/memoize_test.rb +56 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/api/override_test.rb +42 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/api/pluralization_test.rb +30 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/api/simple_test.rb +28 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/backend/cache_test.rb +109 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/backend/cascade_test.rb +86 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/backend/chain_test.rb +122 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/backend/exceptions_test.rb +36 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/backend/fallbacks_test.rb +219 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/backend/interpolation_compiler_test.rb +118 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/backend/key_value_test.rb +61 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/backend/memoize_test.rb +79 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/backend/metadata_test.rb +48 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/backend/pluralization_test.rb +45 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/backend/simple_test.rb +103 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/backend/transliterator_test.rb +84 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/core_ext/hash_test.rb +36 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/gettext/api_test.rb +214 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/gettext/backend_test.rb +92 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/i18n/exceptions_test.rb +117 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/i18n/gettext_plural_keys_test.rb +20 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/i18n/interpolate_test.rb +91 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/i18n/load_path_test.rb +34 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/i18n/middleware_test.rb +24 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/i18n_test.rb +462 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/locale/fallbacks_test.rb +133 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/locale/tag/rfc4646_test.rb +143 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/locale/tag/simple_test.rb +32 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/run_all.rb +20 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/test_data/locales/de.po +82 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/test_data/locales/en.rb +3 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/test_data/locales/en.yml +3 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/test_data/locales/invalid/empty.yml +0 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/test_data/locales/invalid/syntax.yml +4 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/test_data/locales/plurals.rb +113 -0
- data/vendor/bundle/gems/i18n-0.9.5/test/test_helper.rb +61 -0
- data/vendor/bundle/gems/json-2.2.0/.travis.yml +23 -0
- data/vendor/bundle/gems/json-2.2.0/CHANGES.md +391 -0
- data/vendor/bundle/gems/json-2.2.0/Gemfile +14 -0
- data/vendor/bundle/gems/json-2.2.0/README-json-jruby.md +33 -0
- data/vendor/bundle/gems/json-2.2.0/README.md +409 -0
- data/vendor/bundle/gems/json-2.2.0/Rakefile +408 -0
- data/vendor/bundle/gems/json-2.2.0/VERSION +1 -0
- data/vendor/bundle/gems/json-2.2.0/diagrams/.keep +0 -0
- data/vendor/bundle/gems/json-2.2.0/ext/json/ext/fbuffer/fbuffer.h +187 -0
- data/vendor/bundle/gems/json-2.2.0/ext/json/ext/generator/.sitearchdir.-.json.-.ext.time +0 -0
- data/vendor/bundle/gems/json-2.2.0/ext/json/ext/generator/depend +1 -0
- data/vendor/bundle/gems/json-2.2.0/ext/json/ext/generator/extconf.rb +4 -0
- data/vendor/bundle/gems/json-2.2.0/ext/json/ext/generator/generator.c +1444 -0
- data/vendor/bundle/gems/json-2.2.0/ext/json/ext/generator/generator.h +171 -0
- data/vendor/bundle/gems/json-2.2.0/ext/json/ext/parser/.sitearchdir.-.json.-.ext.time +0 -0
- data/vendor/bundle/gems/json-2.2.0/ext/json/ext/parser/depend +1 -0
- data/vendor/bundle/gems/json-2.2.0/ext/json/ext/parser/extconf.rb +6 -0
- data/vendor/bundle/gems/json-2.2.0/ext/json/ext/parser/parser.c +2131 -0
- data/vendor/bundle/gems/json-2.2.0/ext/json/ext/parser/parser.h +91 -0
- data/vendor/bundle/gems/json-2.2.0/ext/json/ext/parser/parser.rl +891 -0
- data/vendor/bundle/gems/json-2.2.0/ext/json/extconf.rb +2 -0
- data/vendor/bundle/gems/json-2.2.0/install.rb +23 -0
- data/vendor/bundle/gems/json-2.2.0/java/src/json/ext/ByteListTranscoder.java +166 -0
- data/vendor/bundle/gems/json-2.2.0/java/src/json/ext/Generator.java +443 -0
- data/vendor/bundle/gems/json-2.2.0/java/src/json/ext/GeneratorMethods.java +231 -0
- data/vendor/bundle/gems/json-2.2.0/java/src/json/ext/GeneratorService.java +42 -0
- data/vendor/bundle/gems/json-2.2.0/java/src/json/ext/GeneratorState.java +490 -0
- data/vendor/bundle/gems/json-2.2.0/java/src/json/ext/OptionsReader.java +113 -0
- data/vendor/bundle/gems/json-2.2.0/java/src/json/ext/Parser.java +2362 -0
- data/vendor/bundle/gems/json-2.2.0/java/src/json/ext/Parser.rl +893 -0
- data/vendor/bundle/gems/json-2.2.0/java/src/json/ext/ParserService.java +34 -0
- data/vendor/bundle/gems/json-2.2.0/java/src/json/ext/RuntimeInfo.java +116 -0
- data/vendor/bundle/gems/json-2.2.0/java/src/json/ext/StringDecoder.java +166 -0
- data/vendor/bundle/gems/json-2.2.0/java/src/json/ext/StringEncoder.java +111 -0
- data/vendor/bundle/gems/json-2.2.0/java/src/json/ext/Utils.java +88 -0
- data/vendor/bundle/gems/json-2.2.0/json-java.gemspec +38 -0
- data/vendor/bundle/gems/json-2.2.0/json.gemspec +0 -0
- data/vendor/bundle/gems/json-2.2.0/json_pure.gemspec +38 -0
- data/vendor/bundle/gems/json-2.2.0/lib/json.rb +63 -0
- data/vendor/bundle/gems/json-2.2.0/lib/json/add/bigdecimal.rb +29 -0
- data/vendor/bundle/gems/json-2.2.0/lib/json/add/complex.rb +29 -0
- data/vendor/bundle/gems/json-2.2.0/lib/json/add/core.rb +12 -0
- data/vendor/bundle/gems/json-2.2.0/lib/json/add/date.rb +34 -0
- data/vendor/bundle/gems/json-2.2.0/lib/json/add/date_time.rb +50 -0
- data/vendor/bundle/gems/json-2.2.0/lib/json/add/exception.rb +31 -0
- data/vendor/bundle/gems/json-2.2.0/lib/json/add/ostruct.rb +31 -0
- data/vendor/bundle/gems/json-2.2.0/lib/json/add/range.rb +29 -0
- data/vendor/bundle/gems/json-2.2.0/lib/json/add/rational.rb +28 -0
- data/vendor/bundle/gems/json-2.2.0/lib/json/add/regexp.rb +30 -0
- data/vendor/bundle/gems/json-2.2.0/lib/json/add/set.rb +29 -0
- data/vendor/bundle/gems/json-2.2.0/lib/json/add/struct.rb +30 -0
- data/vendor/bundle/gems/json-2.2.0/lib/json/add/symbol.rb +25 -0
- data/vendor/bundle/gems/json-2.2.0/lib/json/add/time.rb +38 -0
- data/vendor/bundle/gems/json-2.2.0/lib/json/common.rb +456 -0
- data/vendor/bundle/gems/json-2.2.0/lib/json/ext.rb +15 -0
- data/vendor/bundle/gems/json-2.2.0/lib/json/ext/.keep +0 -0
- data/vendor/bundle/gems/json-2.2.0/lib/json/generic_object.rb +71 -0
- data/vendor/bundle/gems/json-2.2.0/lib/json/pure.rb +15 -0
- data/vendor/bundle/gems/json-2.2.0/lib/json/pure/generator.rb +458 -0
- data/vendor/bundle/gems/json-2.2.0/lib/json/pure/parser.rb +311 -0
- data/vendor/bundle/gems/json-2.2.0/lib/json/version.rb +9 -0
- data/vendor/bundle/gems/json-2.2.0/references/rfc7159.txt +899 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/fail10.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/fail11.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/fail12.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/fail13.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/fail14.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/fail18.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/fail19.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/fail2.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/fail20.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/fail21.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/fail22.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/fail23.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/fail24.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/fail25.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/fail27.json +2 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/fail28.json +2 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/fail3.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/fail4.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/fail5.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/fail6.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/fail7.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/fail8.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/fail9.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/obsolete_fail1.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/pass1.json +56 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/pass15.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/pass16.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/pass17.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/pass2.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/pass26.json +1 -0
- data/vendor/bundle/gems/json-2.2.0/tests/fixtures/pass3.json +6 -0
- data/vendor/bundle/gems/json-2.2.0/tests/json_addition_test.rb +203 -0
- data/vendor/bundle/gems/json-2.2.0/tests/json_common_interface_test.rb +126 -0
- data/vendor/bundle/gems/json-2.2.0/tests/json_encoding_test.rb +107 -0
- data/vendor/bundle/gems/json-2.2.0/tests/json_ext_parser_test.rb +15 -0
- data/vendor/bundle/gems/json-2.2.0/tests/json_fixtures_test.rb +32 -0
- data/vendor/bundle/gems/json-2.2.0/tests/json_generator_test.rb +377 -0
- data/vendor/bundle/gems/json-2.2.0/tests/json_generic_object_test.rb +82 -0
- data/vendor/bundle/gems/json-2.2.0/tests/json_parser_test.rb +472 -0
- data/vendor/bundle/gems/json-2.2.0/tests/json_string_matching_test.rb +38 -0
- data/vendor/bundle/gems/json-2.2.0/tests/test_helper.rb +17 -0
- data/vendor/bundle/gems/json-2.2.0/tools/diff.sh +18 -0
- data/vendor/bundle/gems/json-2.2.0/tools/fuzz.rb +131 -0
- data/vendor/bundle/gems/json-2.2.0/tools/server.rb +62 -0
- data/vendor/bundle/gems/launchy-2.4.3/CONTRIBUTING.md +59 -0
- data/vendor/bundle/gems/launchy-2.4.3/HISTORY.md +160 -0
- data/vendor/bundle/gems/launchy-2.4.3/LICENSE +16 -0
- data/vendor/bundle/gems/launchy-2.4.3/Manifest.txt +38 -0
- data/vendor/bundle/gems/launchy-2.4.3/README.md +136 -0
- data/vendor/bundle/gems/launchy-2.4.3/Rakefile +25 -0
- data/vendor/bundle/gems/launchy-2.4.3/bin/launchy +4 -0
- data/vendor/bundle/gems/launchy-2.4.3/lib/launchy.rb +152 -0
- data/vendor/bundle/gems/launchy-2.4.3/lib/launchy/application.rb +62 -0
- data/vendor/bundle/gems/launchy-2.4.3/lib/launchy/applications/browser.rb +82 -0
- data/vendor/bundle/gems/launchy-2.4.3/lib/launchy/argv.rb +36 -0
- data/vendor/bundle/gems/launchy-2.4.3/lib/launchy/cli.rb +89 -0
- data/vendor/bundle/gems/launchy-2.4.3/lib/launchy/deprecated.rb +52 -0
- data/vendor/bundle/gems/launchy-2.4.3/lib/launchy/descendant_tracker.rb +49 -0
- data/vendor/bundle/gems/launchy-2.4.3/lib/launchy/detect.rb +10 -0
- data/vendor/bundle/gems/launchy-2.4.3/lib/launchy/detect/host_os.rb +32 -0
- data/vendor/bundle/gems/launchy-2.4.3/lib/launchy/detect/host_os_family.rb +71 -0
- data/vendor/bundle/gems/launchy-2.4.3/lib/launchy/detect/nix_desktop_environment.rb +92 -0
- data/vendor/bundle/gems/launchy-2.4.3/lib/launchy/detect/ruby_engine.rb +78 -0
- data/vendor/bundle/gems/launchy-2.4.3/lib/launchy/detect/runner.rb +152 -0
- data/vendor/bundle/gems/launchy-2.4.3/lib/launchy/error.rb +6 -0
- data/vendor/bundle/gems/launchy-2.4.3/lib/launchy/os_family.rb +8 -0
- data/vendor/bundle/gems/launchy-2.4.3/lib/launchy/version.rb +18 -0
- data/vendor/bundle/gems/launchy-2.4.3/spec/application_spec.rb +43 -0
- data/vendor/bundle/gems/launchy-2.4.3/spec/applications/browser_spec.rb +68 -0
- data/vendor/bundle/gems/launchy-2.4.3/spec/cli_spec.rb +75 -0
- data/vendor/bundle/gems/launchy-2.4.3/spec/detect/host_os_family_spec.rb +40 -0
- data/vendor/bundle/gems/launchy-2.4.3/spec/detect/host_os_spec.rb +19 -0
- data/vendor/bundle/gems/launchy-2.4.3/spec/detect/nix_desktop_environment_spec.rb +36 -0
- data/vendor/bundle/gems/launchy-2.4.3/spec/detect/ruby_engine_spec.rb +37 -0
- data/vendor/bundle/gems/launchy-2.4.3/spec/detect/runner_spec.rb +103 -0
- data/vendor/bundle/gems/launchy-2.4.3/spec/launchy_spec.rb +110 -0
- data/vendor/bundle/gems/launchy-2.4.3/spec/mock_application.rb +9 -0
- data/vendor/bundle/gems/launchy-2.4.3/spec/spec_helper.rb +11 -0
- data/vendor/bundle/gems/launchy-2.4.3/spec/tattle-host-os.yaml +427 -0
- data/vendor/bundle/gems/launchy-2.4.3/spec/version_spec.rb +11 -0
- data/vendor/bundle/gems/launchy-2.4.3/tasks/default.rake +272 -0
- data/vendor/bundle/gems/launchy-2.4.3/tasks/this.rb +209 -0
- data/vendor/bundle/gems/metaclass-0.0.4/COPYING.txt +21 -0
- data/vendor/bundle/gems/metaclass-0.0.4/Gemfile +3 -0
- data/vendor/bundle/gems/metaclass-0.0.4/README.md +10 -0
- data/vendor/bundle/gems/metaclass-0.0.4/Rakefile +11 -0
- data/vendor/bundle/gems/metaclass-0.0.4/lib/metaclass.rb +5 -0
- data/vendor/bundle/gems/metaclass-0.0.4/lib/metaclass/object_methods.rb +11 -0
- data/vendor/bundle/gems/metaclass-0.0.4/lib/metaclass/version.rb +3 -0
- data/vendor/bundle/gems/metaclass-0.0.4/metaclass.gemspec +20 -0
- data/vendor/bundle/gems/metaclass-0.0.4/test/object_methods_test.rb +31 -0
- data/vendor/bundle/gems/metaclass-0.0.4/test/test_helper.rb +5 -0
- data/vendor/bundle/gems/minitest-5.11.3/.autotest +34 -0
- data/vendor/bundle/gems/minitest-5.11.3/History.rdoc +1310 -0
- data/vendor/bundle/gems/minitest-5.11.3/Manifest.txt +26 -0
- data/vendor/bundle/gems/minitest-5.11.3/README.rdoc +746 -0
- data/vendor/bundle/gems/minitest-5.11.3/Rakefile +86 -0
- data/vendor/bundle/gems/minitest-5.11.3/design_rationale.rb +52 -0
- data/vendor/bundle/gems/minitest-5.11.3/lib/hoe/minitest.rb +32 -0
- data/vendor/bundle/gems/minitest-5.11.3/lib/minitest.rb +987 -0
- data/vendor/bundle/gems/minitest-5.11.3/lib/minitest/assertions.rb +693 -0
- data/vendor/bundle/gems/minitest-5.11.3/lib/minitest/autorun.rb +13 -0
- data/vendor/bundle/gems/minitest-5.11.3/lib/minitest/benchmark.rb +455 -0
- data/vendor/bundle/gems/minitest-5.11.3/lib/minitest/expectations.rb +284 -0
- data/vendor/bundle/gems/minitest-5.11.3/lib/minitest/hell.rb +11 -0
- data/vendor/bundle/gems/minitest-5.11.3/lib/minitest/mock.rb +240 -0
- data/vendor/bundle/gems/minitest-5.11.3/lib/minitest/parallel.rb +70 -0
- data/vendor/bundle/gems/minitest-5.11.3/lib/minitest/pride.rb +4 -0
- data/vendor/bundle/gems/minitest-5.11.3/lib/minitest/pride_plugin.rb +142 -0
- data/vendor/bundle/gems/minitest-5.11.3/lib/minitest/spec.rb +331 -0
- data/vendor/bundle/gems/minitest-5.11.3/lib/minitest/test.rb +220 -0
- data/vendor/bundle/gems/minitest-5.11.3/lib/minitest/unit.rb +45 -0
- data/vendor/bundle/gems/minitest-5.11.3/test/minitest/metametameta.rb +102 -0
- data/vendor/bundle/gems/minitest-5.11.3/test/minitest/test_minitest_benchmark.rb +137 -0
- data/vendor/bundle/gems/minitest-5.11.3/test/minitest/test_minitest_mock.rb +874 -0
- data/vendor/bundle/gems/minitest-5.11.3/test/minitest/test_minitest_reporter.rb +299 -0
- data/vendor/bundle/gems/minitest-5.11.3/test/minitest/test_minitest_spec.rb +987 -0
- data/vendor/bundle/gems/minitest-5.11.3/test/minitest/test_minitest_test.rb +2142 -0
- data/vendor/bundle/gems/mocha-1.8.0/.gemtest +0 -0
- data/vendor/bundle/gems/mocha-1.8.0/.rubocop.yml +58 -0
- data/vendor/bundle/gems/mocha-1.8.0/.rubocop_todo.yml +50 -0
- data/vendor/bundle/gems/mocha-1.8.0/.yardopts +23 -0
- data/vendor/bundle/gems/mocha-1.8.0/CONTRIBUTING.md +7 -0
- data/vendor/bundle/gems/mocha-1.8.0/COPYING.md +3 -0
- data/vendor/bundle/gems/mocha-1.8.0/Gemfile +3 -0
- data/vendor/bundle/gems/mocha-1.8.0/MIT-LICENSE.md +7 -0
- data/vendor/bundle/gems/mocha-1.8.0/README.md +338 -0
- data/vendor/bundle/gems/mocha-1.8.0/RELEASE.md +617 -0
- data/vendor/bundle/gems/mocha-1.8.0/Rakefile +149 -0
- data/vendor/bundle/gems/mocha-1.8.0/bin/build-matrix +83 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/CNAME +1 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha.html +127 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/API.html +1056 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ClassMethods.html +267 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/Configuration.html +626 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/Expectation.html +2709 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ExpectationError.html +157 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ExpectationErrorFactory.html +269 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/Hooks.html +385 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/Integration.html +125 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/Integration/MiniTest.html +123 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/Integration/MiniTest/Adapter.html +165 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/Integration/TestUnit.html +123 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/Integration/TestUnit/Adapter.html +165 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/Mock.html +1197 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ObjectMethods.html +712 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ParameterMatchers.html +3049 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ParameterMatchers/AllOf.html +154 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ParameterMatchers/AnyOf.html +154 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ParameterMatchers/AnyParameters.html +153 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ParameterMatchers/Anything.html +153 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ParameterMatchers/Base.html +448 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ParameterMatchers/Equals.html +154 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ParameterMatchers/EquivalentUri.html +153 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ParameterMatchers/HasEntries.html +154 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ParameterMatchers/HasEntry.html +154 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ParameterMatchers/HasKey.html +154 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ParameterMatchers/HasValue.html +154 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ParameterMatchers/Includes.html +154 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ParameterMatchers/InstanceOf.html +154 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ParameterMatchers/IsA.html +153 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ParameterMatchers/KindOf.html +154 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ParameterMatchers/Not.html +154 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ParameterMatchers/Optionally.html +153 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ParameterMatchers/RegexpMatches.html +154 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ParameterMatchers/RespondsWith.html +154 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/ParameterMatchers/YamlEquivalent.html +154 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/Sequence.html +149 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/StateMachine.html +539 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/StateMachine/State.html +141 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/StateMachine/StatePredicate.html +141 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/StubbingError.html +150 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/Mocha/UnexpectedInvocation.html +140 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/_index.html +537 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/class_list.html +51 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/css/common.css +1 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/css/full_list.css +58 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/css/style.css +496 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/file.COPYING.html +81 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/file.MIT-LICENSE.html +85 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/file.README.html +418 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/file.RELEASE.html +875 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/file_list.html +71 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/frames.html +17 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/index.html +418 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/js/app.js +292 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/js/full_list.js +216 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/js/jquery.js +4 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/method_list.html +571 -0
- data/vendor/bundle/gems/mocha-1.8.0/docs/top-level-namespace.html +118 -0
- data/vendor/bundle/gems/mocha-1.8.0/gemfiles/Gemfile.minitest.1.3.0 +7 -0
- data/vendor/bundle/gems/mocha-1.8.0/gemfiles/Gemfile.minitest.1.4.0 +7 -0
- data/vendor/bundle/gems/mocha-1.8.0/gemfiles/Gemfile.minitest.1.4.1 +7 -0
- data/vendor/bundle/gems/mocha-1.8.0/gemfiles/Gemfile.minitest.1.4.2 +7 -0
- data/vendor/bundle/gems/mocha-1.8.0/gemfiles/Gemfile.minitest.2.0.0 +7 -0
- data/vendor/bundle/gems/mocha-1.8.0/gemfiles/Gemfile.minitest.2.0.1 +7 -0
- data/vendor/bundle/gems/mocha-1.8.0/gemfiles/Gemfile.minitest.2.11.0 +7 -0
- data/vendor/bundle/gems/mocha-1.8.0/gemfiles/Gemfile.minitest.2.11.2 +7 -0
- data/vendor/bundle/gems/mocha-1.8.0/gemfiles/Gemfile.minitest.2.3.0 +7 -0
- data/vendor/bundle/gems/mocha-1.8.0/gemfiles/Gemfile.minitest.latest +7 -0
- data/vendor/bundle/gems/mocha-1.8.0/gemfiles/Gemfile.test-unit.2.0.0 +7 -0
- data/vendor/bundle/gems/mocha-1.8.0/gemfiles/Gemfile.test-unit.2.0.1 +7 -0
- data/vendor/bundle/gems/mocha-1.8.0/gemfiles/Gemfile.test-unit.2.0.3 +7 -0
- data/vendor/bundle/gems/mocha-1.8.0/gemfiles/Gemfile.test-unit.latest +11 -0
- data/vendor/bundle/gems/mocha-1.8.0/init.rb +3 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha.rb +1 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/any_instance_method.rb +66 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/api.rb +178 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/argument_iterator.rb +17 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/backtrace_filter.rb +13 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/cardinality.rb +88 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/central.rb +42 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/change_state_side_effect.rb +15 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/class_method.rb +113 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/class_methods.rb +60 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/configuration.rb +148 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/debug.rb +12 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/deprecation.rb +20 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/detection/mini_test.rb +23 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/detection/test_unit.rb +29 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/error_with_filtered_backtrace.rb +13 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/exception_raiser.rb +14 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/expectation.rb +609 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/expectation_error.rb +10 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/expectation_error_factory.rb +35 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/expectation_list.rb +58 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/hooks.rb +42 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/in_state_ordering_constraint.rb +15 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/inspect.rb +55 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/instance_method.rb +6 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration.rb +13 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration/assertion_counter.rb +13 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration/mini_test.rb +49 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration/mini_test/adapter.rb +52 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration/mini_test/exception_translation.rb +14 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration/mini_test/nothing.rb +19 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration/mini_test/version_13.rb +54 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration/mini_test/version_140.rb +54 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration/mini_test/version_141.rb +65 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration/mini_test/version_142_to_172.rb +65 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration/mini_test/version_200.rb +66 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration/mini_test/version_201_to_222.rb +66 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration/mini_test/version_2110_to_2111.rb +70 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration/mini_test/version_2112_to_320.rb +73 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration/mini_test/version_230_to_2101.rb +68 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration/monkey_patcher.rb +24 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration/test_unit.rb +44 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration/test_unit/adapter.rb +50 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration/test_unit/gem_version_200.rb +62 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration/test_unit/gem_version_201_to_202.rb +62 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration/test_unit/gem_version_203_to_220.rb +62 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration/test_unit/gem_version_230_to_250.rb +68 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration/test_unit/nothing.rb +19 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration/test_unit/ruby_version_185_and_below.rb +61 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb +63 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/is_a.rb +7 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/logger.rb +11 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/method_matcher.rb +17 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/mini_test.rb +5 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/minitest.rb +3 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/mock.rb +359 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/mockery.rb +225 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/module_method.rb +6 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/module_methods.rb +10 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/multiple_yields.rb +15 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/names.rb +43 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/no_yields.rb +5 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/not_initialized_error.rb +7 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/object_methods.rb +175 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/parameter_matchers.rb +26 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/parameter_matchers/all_of.rb +46 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/parameter_matchers/any_of.rb +52 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/parameter_matchers/any_parameters.rb +41 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/parameter_matchers/anything.rb +36 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/parameter_matchers/base.rb +65 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/parameter_matchers/equals.rb +47 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/parameter_matchers/equivalent_uri.rb +67 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/parameter_matchers/has_entries.rb +51 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/parameter_matchers/has_entry.rb +90 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/parameter_matchers/has_key.rb +49 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/parameter_matchers/has_value.rb +49 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/parameter_matchers/includes.rb +100 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/parameter_matchers/instance_of.rb +47 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/parameter_matchers/is_a.rb +49 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/parameter_matchers/kind_of.rb +49 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/parameter_matchers/not.rb +48 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/parameter_matchers/object.rb +15 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/parameter_matchers/optionally.rb +61 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/parameter_matchers/regexp_matches.rb +48 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/parameter_matchers/responds_with.rb +49 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/parameter_matchers/yaml_equivalent.rb +49 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/parameters_matcher.rb +34 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/pretty_parameters.rb +24 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/receivers.rb +45 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/return_values.rb +27 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/ruby_version.rb +4 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/sequence.rb +46 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/setup.rb +9 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/single_return_value.rb +13 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/single_yield.rb +13 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/standalone.rb +4 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/state_machine.rb +102 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/stubbing_error.rb +8 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/test_unit.rb +3 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/thrower.rb +12 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/unexpected_invocation.rb +24 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/version.rb +3 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha/yield_parameters.rb +27 -0
- data/vendor/bundle/gems/mocha-1.8.0/lib/mocha_standalone.rb +4 -0
- data/vendor/bundle/gems/mocha-1.8.0/mocha.gemspec +51 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/acceptance_test_helper.rb +35 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/bug_18914_test.rb +38 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/bug_21465_test.rb +32 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/bug_21563_test.rb +23 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/exception_rescue_test.rb +54 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/expectations_on_multiple_methods_test.rb +56 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/expected_invocation_count_test.rb +230 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/failure_messages_test.rb +62 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/issue_272_test.rb +51 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/issue_65_test.rb +65 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/issue_70_test.rb +54 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/mocha_example_test.rb +97 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/mocha_test_result_test.rb +84 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/mock_test.rb +98 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/mock_with_initializer_block_test.rb +56 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/mocked_methods_dispatch_test.rb +76 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/multiple_expectations_failure_message_test.rb +67 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/optional_parameters_test.rb +68 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/parameter_matcher_test.rb +300 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/partial_mocks_test.rb +45 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/prepend_test.rb +87 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/prevent_use_of_mocha_outside_test_test.rb +77 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/raise_exception_test.rb +37 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/return_value_test.rb +50 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/sequence_test.rb +190 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/states_test.rb +72 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stub_any_instance_method_defined_on_superclass_test.rb +65 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stub_any_instance_method_test.rb +282 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stub_class_method_defined_on_active_record_association_proxy_test.rb +106 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stub_class_method_defined_on_class_test.rb +79 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stub_class_method_defined_on_module_test.rb +74 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stub_class_method_defined_on_superclass_test.rb +145 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stub_everything_test.rb +54 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stub_instance_method_defined_on_active_record_association_proxy_test.rb +92 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stub_instance_method_defined_on_class_and_aliased_test.rb +68 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stub_instance_method_defined_on_class_test.rb +68 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stub_instance_method_defined_on_kernel_module_test.rb +137 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stub_instance_method_defined_on_module_test.rb +77 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stub_instance_method_defined_on_object_class_test.rb +76 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stub_instance_method_defined_on_singleton_class_test.rb +68 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stub_instance_method_defined_on_superclass_test.rb +71 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stub_method_defined_on_module_and_aliased_test.rb +39 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stub_module_method_test.rb +201 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stub_test.rb +50 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stubba_example_test.rb +94 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stubba_test_result_test.rb +72 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stubbing_error_backtrace_test.rb +64 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stubbing_frozen_object_test.rb +89 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stubbing_method_accepting_block_parameter_test.rb +53 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stubbing_method_unnecessarily_test.rb +63 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stubbing_nil_test.rb +60 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stubbing_non_existent_any_instance_method_test.rb +141 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stubbing_non_existent_class_method_test.rb +157 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stubbing_non_existent_instance_method_test.rb +145 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stubbing_non_public_any_instance_method_test.rb +128 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stubbing_non_public_class_method_test.rb +163 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stubbing_non_public_instance_method_test.rb +141 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stubbing_on_non_mock_object_test.rb +70 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/stubbing_same_class_method_on_parent_and_child_classes_test.rb +34 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/throw_test.rb +43 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/unexpected_invocation_test.rb +24 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/acceptance/unstubbing_test.rb +195 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/assertions.rb +8 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/deprecation_disabler.rb +15 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/execution_point.rb +36 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/integration/mini_test_test.rb +8 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/integration/shared_tests.rb +176 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/integration/test_unit_test.rb +8 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/method_definer.rb +22 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/mini_test_result.rb +96 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/minitest_result.rb +48 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/simple_counter.rb +11 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/test_helper.rb +58 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/test_runner.rb +56 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/test_unit_result.rb +22 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/any_instance_method_test.rb +150 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/array_inspect_test.rb +14 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/backtrace_filter_test.rb +17 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/cardinality_test.rb +54 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/central_test.rb +99 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/change_state_side_effect_test.rb +37 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/class_method_test.rb +254 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/class_methods_test.rb +69 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/configuration_test.rb +37 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/date_time_inspect_test.rb +19 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/exception_raiser_test.rb +40 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/expectation_list_test.rb +80 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/expectation_test.rb +492 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/hash_inspect_test.rb +14 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/hooks_test.rb +35 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/in_state_ordering_constraint_test.rb +39 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/method_matcher_test.rb +26 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/mock_test.rb +363 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/mockery_test.rb +174 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/module_methods_test.rb +17 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/multiple_yields_test.rb +16 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/no_yields_test.rb +16 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/object_inspect_test.rb +58 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/object_methods_test.rb +62 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/parameter_matchers/all_of_test.rb +24 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/parameter_matchers/any_of_test.rb +24 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/parameter_matchers/anything_test.rb +19 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/parameter_matchers/equals_test.rb +23 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/parameter_matchers/equivalent_uri_test.rb +50 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/parameter_matchers/has_entries_test.rb +51 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/parameter_matchers/has_entry_test.rb +128 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/parameter_matchers/has_key_test.rb +54 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/parameter_matchers/has_value_test.rb +55 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/parameter_matchers/includes_test.rb +106 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/parameter_matchers/instance_of_test.rb +23 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/parameter_matchers/is_a_test.rb +23 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/parameter_matchers/kind_of_test.rb +23 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/parameter_matchers/not_test.rb +24 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/parameter_matchers/regexp_matches_test.rb +45 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/parameter_matchers/responds_with_test.rb +38 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/parameter_matchers/stub_matcher.rb +23 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/parameter_matchers/yaml_equivalent_test.rb +23 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/parameters_matcher_test.rb +119 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/receivers_test.rb +96 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/return_values_test.rb +61 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/sequence_test.rb +100 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/single_return_value_test.rb +12 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/single_yield_test.rb +16 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/state_machine_test.rb +96 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/string_inspect_test.rb +9 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/thrower_test.rb +18 -0
- data/vendor/bundle/gems/mocha-1.8.0/test/unit/yield_parameters_test.rb +91 -0
- data/vendor/bundle/gems/mocha-1.8.0/yard-templates/default/layout/html/google_analytics.erb +8 -0
- data/vendor/bundle/gems/mocha-1.8.0/yard-templates/default/layout/html/setup.rb +5 -0
- data/vendor/bundle/gems/mocha-on-bacon-0.2.3/LICENSE +20 -0
- data/vendor/bundle/gems/mocha-on-bacon-0.2.3/README.md +75 -0
- data/vendor/bundle/gems/mocha-on-bacon-0.2.3/lib/mocha-on-bacon.rb +69 -0
- data/vendor/bundle/gems/molinillo-0.6.6/ARCHITECTURE.md +102 -0
- data/vendor/bundle/gems/molinillo-0.6.6/CHANGELOG.md +438 -0
- data/vendor/bundle/gems/molinillo-0.6.6/LICENSE +9 -0
- data/vendor/bundle/gems/molinillo-0.6.6/README.md +45 -0
- data/vendor/bundle/gems/molinillo-0.6.6/lib/molinillo.rb +12 -0
- data/vendor/bundle/gems/molinillo-0.6.6/lib/molinillo/compatibility.rb +26 -0
- data/vendor/bundle/gems/molinillo-0.6.6/lib/molinillo/delegates/resolution_state.rb +57 -0
- data/vendor/bundle/gems/molinillo-0.6.6/lib/molinillo/delegates/specification_provider.rb +81 -0
- data/vendor/bundle/gems/molinillo-0.6.6/lib/molinillo/dependency_graph.rb +223 -0
- data/vendor/bundle/gems/molinillo-0.6.6/lib/molinillo/dependency_graph/action.rb +36 -0
- data/vendor/bundle/gems/molinillo-0.6.6/lib/molinillo/dependency_graph/add_edge_no_circular.rb +66 -0
- data/vendor/bundle/gems/molinillo-0.6.6/lib/molinillo/dependency_graph/add_vertex.rb +62 -0
- data/vendor/bundle/gems/molinillo-0.6.6/lib/molinillo/dependency_graph/delete_edge.rb +63 -0
- data/vendor/bundle/gems/molinillo-0.6.6/lib/molinillo/dependency_graph/detach_vertex_named.rb +61 -0
- data/vendor/bundle/gems/molinillo-0.6.6/lib/molinillo/dependency_graph/log.rb +126 -0
- data/vendor/bundle/gems/molinillo-0.6.6/lib/molinillo/dependency_graph/set_payload.rb +46 -0
- data/vendor/bundle/gems/molinillo-0.6.6/lib/molinillo/dependency_graph/tag.rb +36 -0
- data/vendor/bundle/gems/molinillo-0.6.6/lib/molinillo/dependency_graph/vertex.rb +158 -0
- data/vendor/bundle/gems/molinillo-0.6.6/lib/molinillo/errors.rb +143 -0
- data/vendor/bundle/gems/molinillo-0.6.6/lib/molinillo/gem_metadata.rb +6 -0
- data/vendor/bundle/gems/molinillo-0.6.6/lib/molinillo/modules/specification_provider.rb +101 -0
- data/vendor/bundle/gems/molinillo-0.6.6/lib/molinillo/modules/ui.rb +67 -0
- data/vendor/bundle/gems/molinillo-0.6.6/lib/molinillo/resolution.rb +837 -0
- data/vendor/bundle/gems/molinillo-0.6.6/lib/molinillo/resolver.rb +46 -0
- data/vendor/bundle/gems/molinillo-0.6.6/lib/molinillo/state.rb +58 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/.rspec +2 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/.rubocop.yml +14 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/.rubocop_todo.yml +104 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/.travis.yml +12 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/CHANGELOG.md +157 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/CODE_OF_CONDUCT.md +49 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/Gemfile +10 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/Gemfile.lock +51 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/LICENSE.txt +21 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/README.md +55 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/Rakefile +80 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/bin/console +15 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/bin/setup +8 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/lib/nanaimo.rb +22 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/lib/nanaimo/object.rb +102 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/lib/nanaimo/plist.rb +35 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/lib/nanaimo/reader.rb +287 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/lib/nanaimo/unicode.rb +89 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/lib/nanaimo/unicode/next_step_mapping.rb +136 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/lib/nanaimo/unicode/quote_maps.rb +57 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/lib/nanaimo/version.rb +5 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/lib/nanaimo/writer.rb +206 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/lib/nanaimo/writer/pbxproj.rb +83 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/lib/nanaimo/writer/xml.rb +139 -0
- data/vendor/bundle/gems/nanaimo-0.2.6/nanaimo.gemspec +26 -0
- data/vendor/bundle/gems/nap-1.1.0/LICENSE +18 -0
- data/vendor/bundle/gems/nap-1.1.0/README.md +80 -0
- data/vendor/bundle/gems/nap-1.1.0/lib/rest.rb +106 -0
- data/vendor/bundle/gems/nap-1.1.0/lib/rest/error.rb +92 -0
- data/vendor/bundle/gems/nap-1.1.0/lib/rest/request.rb +196 -0
- data/vendor/bundle/gems/nap-1.1.0/lib/rest/response.rb +46 -0
- data/vendor/bundle/gems/nap-1.1.0/support/cacert.pem +3988 -0
- data/vendor/bundle/gems/netrc-0.11.0/LICENSE.md +20 -0
- data/vendor/bundle/gems/netrc-0.11.0/Readme.md +53 -0
- data/vendor/bundle/gems/netrc-0.11.0/changelog.txt +93 -0
- data/vendor/bundle/gems/netrc-0.11.0/data/default_only.netrc +4 -0
- data/vendor/bundle/gems/netrc-0.11.0/data/login.netrc +3 -0
- data/vendor/bundle/gems/netrc-0.11.0/data/newlineless.netrc +4 -0
- data/vendor/bundle/gems/netrc-0.11.0/data/password.netrc +3 -0
- data/vendor/bundle/gems/netrc-0.11.0/data/permissive.netrc +4 -0
- data/vendor/bundle/gems/netrc-0.11.0/data/sample.netrc +4 -0
- data/vendor/bundle/gems/netrc-0.11.0/data/sample_multi.netrc +8 -0
- data/vendor/bundle/gems/netrc-0.11.0/data/sample_multi_with_default.netrc +12 -0
- data/vendor/bundle/gems/netrc-0.11.0/data/sample_with_default.netrc +8 -0
- data/vendor/bundle/gems/netrc-0.11.0/lib/netrc.rb +251 -0
- data/vendor/bundle/gems/netrc-0.11.0/test/test_lex.rb +58 -0
- data/vendor/bundle/gems/netrc-0.11.0/test/test_netrc.rb +273 -0
- data/vendor/bundle/gems/netrc-0.11.0/test/test_parse.rb +34 -0
- data/vendor/bundle/gems/prettybacon-0.0.2/Gemfile +3 -0
- data/vendor/bundle/gems/prettybacon-0.0.2/LICENSE.txt +22 -0
- data/vendor/bundle/gems/prettybacon-0.0.2/PrettyBacon.gemspec +24 -0
- data/vendor/bundle/gems/prettybacon-0.0.2/README.md +19 -0
- data/vendor/bundle/gems/prettybacon-0.0.2/Rakefile +1 -0
- data/vendor/bundle/gems/prettybacon-0.0.2/lib/pretty_bacon.rb +42 -0
- data/vendor/bundle/gems/prettybacon-0.0.2/lib/pretty_bacon/context.rb +41 -0
- data/vendor/bundle/gems/prettybacon-0.0.2/lib/pretty_bacon/spec_dox_output.rb +81 -0
- data/vendor/bundle/gems/prettybacon-0.0.2/lib/pretty_bacon/test_unit_output.rb +79 -0
- data/vendor/bundle/gems/prettybacon-0.0.2/lib/pretty_bacon/version.rb +3 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/.rubocop.yml +36 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/.rubocop_defaults.yml +184 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/.ruby-gemset +1 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/.travis.yml +25 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/.yardopts +1 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/2.0-Upgrade.md +52 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/CHANGELOG.md +340 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/Gemfile +10 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/LICENSE.txt +22 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/README.md +202 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/Rakefile +49 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/bin/console +14 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/data/list.txt +12659 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/lib/public_suffix.rb +175 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/lib/public_suffix/domain.rb +233 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/lib/public_suffix/errors.rb +39 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/lib/public_suffix/list.rb +243 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/lib/public_suffix/rule.rb +348 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/lib/public_suffix/version.rb +10 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/public_suffix.gemspec +25 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/test/.empty +2 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/test/acceptance_test.rb +127 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/test/benchmarks/bm_find.rb +66 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/test/benchmarks/bm_find_all.rb +102 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/test/benchmarks/bm_names.rb +91 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/test/benchmarks/bm_select.rb +26 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/test/benchmarks/bm_select_incremental.rb +25 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/test/benchmarks/bm_valid.rb +101 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/test/profilers/domain_profiler.rb +12 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/test/profilers/find_profiler.rb +12 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/test/profilers/find_profiler_jp.rb +12 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/test/profilers/initialization_profiler.rb +11 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/test/profilers/list_profsize.rb +11 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/test/profilers/object_binsize.rb +57 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/test/psl_test.rb +49 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/test/test_helper.rb +13 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/test/tests.txt +98 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/test/unit/domain_test.rb +104 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/test/unit/errors_test.rb +23 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/test/unit/list_test.rb +239 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/test/unit/public_suffix_test.rb +186 -0
- data/vendor/bundle/gems/public_suffix-3.0.3/test/unit/rule_test.rb +220 -0
- data/vendor/bundle/gems/rake-12.3.2/CONTRIBUTING.rdoc +43 -0
- data/vendor/bundle/gems/rake-12.3.2/Gemfile +3 -0
- data/vendor/bundle/gems/rake-12.3.2/History.rdoc +2333 -0
- data/vendor/bundle/gems/rake-12.3.2/MIT-LICENSE +21 -0
- data/vendor/bundle/gems/rake-12.3.2/README.rdoc +156 -0
- data/vendor/bundle/gems/rake-12.3.2/Rakefile +41 -0
- data/vendor/bundle/gems/rake-12.3.2/bin/bundle +105 -0
- data/vendor/bundle/gems/rake-12.3.2/bin/console +7 -0
- data/vendor/bundle/gems/rake-12.3.2/bin/rake +29 -0
- data/vendor/bundle/gems/rake-12.3.2/bin/rdoc +29 -0
- data/vendor/bundle/gems/rake-12.3.2/bin/rubocop +29 -0
- data/vendor/bundle/gems/rake-12.3.2/bin/setup +6 -0
- data/vendor/bundle/gems/rake-12.3.2/doc/command_line_usage.rdoc +158 -0
- data/vendor/bundle/gems/rake-12.3.2/doc/example/Rakefile1 +38 -0
- data/vendor/bundle/gems/rake-12.3.2/doc/example/Rakefile2 +35 -0
- data/vendor/bundle/gems/rake-12.3.2/doc/example/a.c +6 -0
- data/vendor/bundle/gems/rake-12.3.2/doc/example/b.c +6 -0
- data/vendor/bundle/gems/rake-12.3.2/doc/example/main.c +11 -0
- data/vendor/bundle/gems/rake-12.3.2/doc/glossary.rdoc +42 -0
- data/vendor/bundle/gems/rake-12.3.2/doc/jamis.rb +592 -0
- data/vendor/bundle/gems/rake-12.3.2/doc/proto_rake.rdoc +127 -0
- data/vendor/bundle/gems/rake-12.3.2/doc/rake.1 +156 -0
- data/vendor/bundle/gems/rake-12.3.2/doc/rakefile.rdoc +622 -0
- data/vendor/bundle/gems/rake-12.3.2/doc/rational.rdoc +151 -0
- data/vendor/bundle/gems/rake-12.3.2/exe/rake +27 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake.rb +71 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/application.rb +824 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/backtrace.rb +24 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/clean.rb +78 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/cloneable.rb +17 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/cpu_counter.rb +107 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/default_loader.rb +15 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/dsl_definition.rb +195 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/early_time.rb +22 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/ext/core.rb +26 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/ext/string.rb +176 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/file_creation_task.rb +25 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/file_list.rb +435 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/file_task.rb +54 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/file_utils.rb +137 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/file_utils_ext.rb +145 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/invocation_chain.rb +57 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/invocation_exception_mixin.rb +17 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/late_time.rb +18 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/linked_list.rb +112 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/loaders/makefile.rb +54 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/multi_task.rb +14 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/name_space.rb +38 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/packagetask.rb +207 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/phony.rb +16 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/private_reader.rb +21 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/promise.rb +100 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/pseudo_status.rb +30 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/rake_module.rb +67 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/rake_test_loader.rb +27 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/rule_recursion_overflow_error.rb +20 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/scope.rb +43 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/task.rb +413 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/task_argument_error.rb +8 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/task_arguments.rb +109 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/task_manager.rb +323 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/tasklib.rb +12 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/testtask.rb +224 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/thread_history_display.rb +49 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/thread_pool.rb +163 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/trace_output.rb +23 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/version.rb +10 -0
- data/vendor/bundle/gems/rake-12.3.2/lib/rake/win32.rb +51 -0
- data/vendor/bundle/gems/rake-12.3.2/rake.gemspec +42 -0
- data/vendor/bundle/gems/ruby-macho-1.4.0/.yardopts +1 -0
- data/vendor/bundle/gems/ruby-macho-1.4.0/LICENSE +21 -0
- data/vendor/bundle/gems/ruby-macho-1.4.0/README.md +62 -0
- data/vendor/bundle/gems/ruby-macho-1.4.0/lib/macho.rb +40 -0
- data/vendor/bundle/gems/ruby-macho-1.4.0/lib/macho/exceptions.rb +207 -0
- data/vendor/bundle/gems/ruby-macho-1.4.0/lib/macho/fat_file.rb +419 -0
- data/vendor/bundle/gems/ruby-macho-1.4.0/lib/macho/headers.rb +784 -0
- data/vendor/bundle/gems/ruby-macho-1.4.0/lib/macho/load_commands.rb +1790 -0
- data/vendor/bundle/gems/ruby-macho-1.4.0/lib/macho/macho_file.rb +577 -0
- data/vendor/bundle/gems/ruby-macho-1.4.0/lib/macho/sections.rb +204 -0
- data/vendor/bundle/gems/ruby-macho-1.4.0/lib/macho/structure.rb +40 -0
- data/vendor/bundle/gems/ruby-macho-1.4.0/lib/macho/tools.rb +109 -0
- data/vendor/bundle/gems/ruby-macho-1.4.0/lib/macho/utils.rb +123 -0
- data/vendor/bundle/gems/ruby-macho-1.4.0/lib/macho/view.rb +31 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/.rspec +2 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/.travis.yml +46 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/.yardopts +13 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/Gemfile +20 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/LICENSE +144 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/README.md +60 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/Rakefile +62 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/examples/bench_cache.rb +35 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/JRubyCacheBackendLibrary.java +245 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMap.java +31 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMapV8.java +3863 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/LongAdder.java +203 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/Striped64.java +342 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/ConcurrentHashMapV8.java +3800 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/LongAdder.java +204 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/Striped64.java +291 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166y/ThreadLocalRandom.java +199 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/ext/thread_safe/JrubyCacheBackendService.java +15 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe.rb +65 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/atomic_reference_cache_backend.rb +908 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/cache.rb +161 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/mri_cache_backend.rb +60 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/non_concurrent_cache_backend.rb +135 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/synchronized_cache_backend.rb +77 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/synchronized_delegator.rb +43 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/util.rb +16 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/util/adder.rb +62 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/util/atomic_reference.rb +44 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/util/cheap_lockable.rb +106 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/util/power_of_two_tuple.rb +26 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/util/striped64.rb +222 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/util/volatile.rb +64 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/util/volatile_tuple.rb +46 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/util/xor_shift_random.rb +41 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/lib/thread_safe/version.rb +21 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/spec/spec_helper.rb +31 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/spec/src/thread_safe/SecurityManager.java +21 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/spec/support/threads.rb +1 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/spec/support/threadsafe_test.rb +75 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/spec/thread_safe/array_spec.rb +18 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/spec/thread_safe/cache_loops_spec.rb +507 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/spec/thread_safe/cache_spec.rb +943 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/spec/thread_safe/hash_spec.rb +17 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/spec/thread_safe/no_unsafe_spec.rb +27 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/spec/thread_safe/synchronized_delegator_spec.rb +85 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/tasks/update_doc.rake +45 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/thread_safe.gemspec +26 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/yard-template/default/fulldoc/html/css/common.css +125 -0
- data/vendor/bundle/gems/thread_safe-0.3.6/yard-template/default/layout/html/footer.erb +16 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/.yardopts +6 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/CHANGES.md +786 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/LICENSE +19 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/README.md +151 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/Rakefile +107 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo.rb +40 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/country.rb +196 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/country_index_definition.rb +31 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/country_info.rb +42 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/country_timezone.rb +135 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/data_source.rb +190 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/data_timezone.rb +58 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/data_timezone_info.rb +55 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/info_timezone.rb +30 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/linked_timezone.rb +63 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/linked_timezone_info.rb +26 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/offset_rationals.rb +77 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/ruby_core_support.rb +146 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/ruby_country_info.rb +74 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/ruby_data_source.rb +136 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/time_or_datetime.rb +340 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/timezone.rb +669 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/timezone_definition.rb +36 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/timezone_index_definition.rb +54 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/timezone_info.rb +30 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/timezone_offset.rb +101 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/timezone_period.rb +245 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/timezone_proxy.rb +105 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/timezone_transition.rb +130 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/timezone_transition_definition.rb +104 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/transition_data_timezone_info.rb +274 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/zoneinfo_country_info.rb +37 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/zoneinfo_data_source.rb +488 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/lib/tzinfo/zoneinfo_timezone_info.rb +296 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_country.rb +234 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_country_index_definition.rb +69 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_country_info.rb +16 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_country_timezone.rb +173 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_data_source.rb +218 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_data_timezone.rb +99 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_data_timezone_info.rb +18 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_info_timezone.rb +34 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_linked_timezone.rb +155 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_linked_timezone_info.rb +23 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_offset_rationals.rb +23 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_ruby_core_support.rb +168 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_ruby_country_info.rb +110 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_ruby_data_source.rb +143 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_time_or_datetime.rb +654 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_timezone.rb +1350 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_timezone_definition.rb +113 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_timezone_index_definition.rb +73 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_timezone_info.rb +11 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_timezone_london.rb +143 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_timezone_melbourne.rb +142 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_timezone_new_york.rb +142 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_timezone_offset.rb +126 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_timezone_period.rb +555 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_timezone_proxy.rb +136 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_timezone_transition.rb +366 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_timezone_transition_definition.rb +295 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_timezone_utc.rb +27 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_transition_data_timezone_info.rb +423 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_zoneinfo_country_info.rb +78 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_zoneinfo_data_source.rb +1195 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tc_zoneinfo_timezone_info.rb +1232 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/test_utils.rb +163 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/ts_all.rb +7 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/ts_all_ruby.rb +5 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/ts_all_zoneinfo.rb +7 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data.rb +8 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/America/Argentina/Buenos_Aires.rb +89 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/America/New_York.rb +315 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/Australia/Melbourne.rb +218 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/EST.rb +19 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__m__1.rb +21 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__p__1.rb +21 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/Etc/UTC.rb +21 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/Europe/Amsterdam.rb +261 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/Europe/Andorra.rb +186 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/Europe/London.rb +321 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/Europe/Paris.rb +265 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/Europe/Prague.rb +220 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/UTC.rb +16 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/indexes/countries.rb +927 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/indexes/timezones.rb +596 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/version.rb +14 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/zoneinfo/America/Argentina/Buenos_Aires +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/zoneinfo/America/New_York +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/zoneinfo/Australia/Melbourne +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/zoneinfo/EST +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/zoneinfo/Etc/UTC +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/zoneinfo/Europe/Amsterdam +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/zoneinfo/Europe/Andorra +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/zoneinfo/Europe/London +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/zoneinfo/Europe/Paris +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/zoneinfo/Europe/Prague +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/zoneinfo/Factory +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/zoneinfo/iso3166.tab +275 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/zoneinfo/leapseconds +61 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/zoneinfo/posix/Europe/London +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/zoneinfo/posixrules +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/zoneinfo/right/Europe/London +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/zoneinfo/zone.tab +439 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/test/zoneinfo/zone1970.tab +369 -0
- data/vendor/bundle/gems/tzinfo-1.2.5/tzinfo.gemspec +21 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/LICENSE +19 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/README.md +94 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/bin/xcodeproj +10 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj.rb +29 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/command.rb +63 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/command/config_dump.rb +87 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/command/project_diff.rb +56 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/command/show.rb +60 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/command/sort.rb +33 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/command/target_diff.rb +43 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/config.rb +374 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/config/other_linker_flags_parser.rb +68 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/constants.rb +445 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/differ.rb +239 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/gem_version.rb +5 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/helper.rb +30 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/plist.rb +94 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/project.rb +867 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/project/case_converter.rb +90 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/project/object.rb +532 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/project/object/build_configuration.rb +224 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/project/object/build_file.rb +70 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/project/object/build_phase.rb +305 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/project/object/build_rule.rb +90 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/project/object/configuration_list.rb +117 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/project/object/container_item_proxy.rb +116 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/project/object/file_reference.rb +337 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/project/object/group.rb +485 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/project/object/helpers/build_settings_array_settings_by_object_version.rb +72 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/project/object/helpers/file_references_factory.rb +242 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/project/object/helpers/groupable_helper.rb +259 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/project/object/native_target.rb +683 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/project/object/reference_proxy.rb +67 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/project/object/root_object.rb +87 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/project/object/target_dependency.rb +81 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/project/object_attributes.rb +522 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/project/object_dictionary.rb +210 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/project/object_list.rb +223 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/project/project_helper.rb +340 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/project/uuid_generator.rb +132 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/scheme.rb +371 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/scheme/abstract_scheme_action.rb +28 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/scheme/analyze_action.rb +19 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/scheme/archive_action.rb +59 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/scheme/build_action.rb +191 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/scheme/buildable_product_runnable.rb +55 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/scheme/buildable_reference.rb +129 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/scheme/command_line_arguments.rb +162 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/scheme/environment_variables.rb +170 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/scheme/launch_action.rb +148 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/scheme/macro_expansion.rb +34 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/scheme/profile_action.rb +57 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/scheme/remote_runnable.rb +92 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/scheme/test_action.rb +333 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/scheme/xml_element_wrapper.rb +82 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/user_interface.rb +22 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/workspace.rb +276 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/workspace/file_reference.rb +79 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/workspace/group_reference.rb +67 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/workspace/reference.rb +40 -0
- data/vendor/bundle/gems/xcodeproj-1.9.0/lib/xcodeproj/xcodebuild_helper.rb +108 -0
- data/vendor/bundle/specifications/CFPropertyList-3.0.0.gemspec +34 -0
- data/vendor/bundle/specifications/activesupport-4.2.11.1.gemspec +43 -0
- data/vendor/bundle/specifications/addressable-2.6.0.gemspec +39 -0
- data/vendor/bundle/specifications/atomos-0.1.3.gemspec +42 -0
- data/vendor/bundle/specifications/bacon-1.2.0.gemspec +22 -0
- data/vendor/bundle/specifications/claide-1.0.2.gemspec +19 -0
- data/vendor/bundle/specifications/cocoapods-1.6.1.gemspec +95 -0
- data/vendor/bundle/specifications/cocoapods-core-1.6.1.gemspec +42 -0
- data/vendor/bundle/specifications/cocoapods-deintegrate-1.0.4.gemspec +20 -0
- data/vendor/bundle/specifications/cocoapods-downloader-1.2.2.gemspec +20 -0
- data/vendor/bundle/specifications/cocoapods-plugins-1.0.0.gemspec +38 -0
- data/vendor/bundle/specifications/cocoapods-search-1.0.0.gemspec +35 -0
- data/vendor/bundle/specifications/cocoapods-stats-1.1.0.gemspec +35 -0
- data/vendor/bundle/specifications/cocoapods-trunk-1.3.1.gemspec +41 -0
- data/vendor/bundle/specifications/cocoapods-try-1.1.0.gemspec +33 -0
- data/vendor/bundle/specifications/colored2-3.1.2.gemspec +39 -0
- data/vendor/bundle/specifications/concurrent-ruby-1.1.5.gemspec +24 -0
- data/vendor/bundle/specifications/escape-0.0.4.gemspec +23 -0
- data/vendor/bundle/specifications/fourflusher-2.2.0.gemspec +41 -0
- data/vendor/bundle/specifications/fuzzy_match-2.0.4.gemspec +64 -0
- data/vendor/bundle/specifications/gh_inspector-1.1.3.gemspec +47 -0
- data/vendor/bundle/specifications/i18n-0.9.5.gemspec +34 -0
- data/vendor/bundle/specifications/json-2.2.0.gemspec +0 -0
- data/vendor/bundle/specifications/launchy-2.4.3.gemspec +45 -0
- data/vendor/bundle/specifications/metaclass-0.0.4.gemspec +20 -0
- data/vendor/bundle/specifications/minitest-5.11.3.gemspec +39 -0
- data/vendor/bundle/specifications/mocha-1.8.0.gemspec +45 -0
- data/vendor/bundle/specifications/mocha-on-bacon-0.2.3.gemspec +34 -0
- data/vendor/bundle/specifications/molinillo-0.6.6.gemspec +34 -0
- data/vendor/bundle/specifications/nanaimo-0.2.6.gemspec +38 -0
- data/vendor/bundle/specifications/nap-1.1.0.gemspec +38 -0
- data/vendor/bundle/specifications/netrc-0.11.0.gemspec +32 -0
- data/vendor/bundle/specifications/prettybacon-0.0.2.gemspec +38 -0
- data/vendor/bundle/specifications/public_suffix-3.0.3.gemspec +41 -0
- data/vendor/bundle/specifications/rake-12.3.2.gemspec +49 -0
- data/vendor/bundle/specifications/ruby-macho-1.4.0.gemspec +21 -0
- data/vendor/bundle/specifications/thread_safe-0.3.6.gemspec +38 -0
- data/vendor/bundle/specifications/tzinfo-1.2.5.gemspec +37 -0
- data/vendor/bundle/specifications/xcodeproj-1.9.0.gemspec +47 -0
- metadata +2118 -0
@@ -0,0 +1,2142 @@
|
|
1
|
+
# encoding: UTF-8
|
2
|
+
|
3
|
+
require "pathname"
|
4
|
+
require "minitest/metametameta"
|
5
|
+
|
6
|
+
if defined? Encoding then
|
7
|
+
e = Encoding.default_external
|
8
|
+
if e != Encoding::UTF_8 then
|
9
|
+
warn ""
|
10
|
+
warn ""
|
11
|
+
warn "NOTE: External encoding #{e} is not UTF-8. Tests WILL fail."
|
12
|
+
warn " Run tests with `RUBYOPT=-Eutf-8 rake` to avoid errors."
|
13
|
+
warn ""
|
14
|
+
warn ""
|
15
|
+
end
|
16
|
+
end
|
17
|
+
|
18
|
+
module MyModule; end
|
19
|
+
class AnError < StandardError; include MyModule; end
|
20
|
+
class ImmutableString < String; def inspect; super.freeze; end; end
|
21
|
+
SomeError = Class.new Exception
|
22
|
+
|
23
|
+
class Minitest::Runnable
|
24
|
+
def whatever # faked for testing
|
25
|
+
assert true
|
26
|
+
end
|
27
|
+
end
|
28
|
+
|
29
|
+
class TestMinitestUnit < MetaMetaMetaTestCase
|
30
|
+
parallelize_me!
|
31
|
+
|
32
|
+
pwd = Pathname.new File.expand_path Dir.pwd
|
33
|
+
basedir = Pathname.new(File.expand_path "lib/minitest") + "mini"
|
34
|
+
basedir = basedir.relative_path_from(pwd).to_s
|
35
|
+
MINITEST_BASE_DIR = basedir[/\A\./] ? basedir : "./#{basedir}"
|
36
|
+
BT_MIDDLE = ["#{MINITEST_BASE_DIR}/test.rb:161:in `each'",
|
37
|
+
"#{MINITEST_BASE_DIR}/test.rb:158:in `each'",
|
38
|
+
"#{MINITEST_BASE_DIR}/test.rb:139:in `run'",
|
39
|
+
"#{MINITEST_BASE_DIR}/test.rb:106:in `run'"]
|
40
|
+
|
41
|
+
def test_filter_backtrace
|
42
|
+
# this is a semi-lame mix of relative paths.
|
43
|
+
# I cheated by making the autotest parts not have ./
|
44
|
+
bt = (["lib/autotest.rb:571:in `add_exception'",
|
45
|
+
"test/test_autotest.rb:62:in `test_add_exception'",
|
46
|
+
"#{MINITEST_BASE_DIR}/test.rb:165:in `__send__'"] +
|
47
|
+
BT_MIDDLE +
|
48
|
+
["#{MINITEST_BASE_DIR}/test.rb:29",
|
49
|
+
"test/test_autotest.rb:422"])
|
50
|
+
bt = util_expand_bt bt
|
51
|
+
|
52
|
+
ex = ["lib/autotest.rb:571:in `add_exception'",
|
53
|
+
"test/test_autotest.rb:62:in `test_add_exception'"]
|
54
|
+
ex = util_expand_bt ex
|
55
|
+
|
56
|
+
fu = Minitest.filter_backtrace(bt)
|
57
|
+
|
58
|
+
assert_equal ex, fu
|
59
|
+
end
|
60
|
+
|
61
|
+
def test_filter_backtrace_all_unit
|
62
|
+
bt = (["#{MINITEST_BASE_DIR}/test.rb:165:in `__send__'"] +
|
63
|
+
BT_MIDDLE +
|
64
|
+
["#{MINITEST_BASE_DIR}/test.rb:29"])
|
65
|
+
ex = bt.clone
|
66
|
+
fu = Minitest.filter_backtrace(bt)
|
67
|
+
assert_equal ex, fu
|
68
|
+
end
|
69
|
+
|
70
|
+
def test_filter_backtrace_unit_starts
|
71
|
+
bt = (["#{MINITEST_BASE_DIR}/test.rb:165:in `__send__'"] +
|
72
|
+
BT_MIDDLE +
|
73
|
+
["#{MINITEST_BASE_DIR}/mini/test.rb:29",
|
74
|
+
"-e:1"])
|
75
|
+
|
76
|
+
bt = util_expand_bt bt
|
77
|
+
|
78
|
+
ex = ["-e:1"]
|
79
|
+
fu = Minitest.filter_backtrace bt
|
80
|
+
assert_equal ex, fu
|
81
|
+
end
|
82
|
+
|
83
|
+
# def test_default_runner_is_minitest_unit
|
84
|
+
# assert_instance_of Minitest::Unit, Minitest::Unit.runner
|
85
|
+
# end
|
86
|
+
|
87
|
+
def test_infectious_binary_encoding
|
88
|
+
@tu = Class.new FakeNamedTest do
|
89
|
+
def test_this_is_not_ascii_assertion
|
90
|
+
assert_equal "ЁЁЁ", "ёёё"
|
91
|
+
end
|
92
|
+
|
93
|
+
def test_this_is_non_ascii_failure_message
|
94
|
+
fail 'ЁЁЁ'.force_encoding('ASCII-8BIT')
|
95
|
+
end
|
96
|
+
end
|
97
|
+
|
98
|
+
expected = clean <<-EOM
|
99
|
+
EF
|
100
|
+
|
101
|
+
Finished in 0.00
|
102
|
+
|
103
|
+
1) Error:
|
104
|
+
FakeNamedTestXX#test_this_is_non_ascii_failure_message:
|
105
|
+
RuntimeError: ЁЁЁ
|
106
|
+
FILE:LINE:in `test_this_is_non_ascii_failure_message'
|
107
|
+
|
108
|
+
2) Failure:
|
109
|
+
FakeNamedTestXX#test_this_is_not_ascii_assertion [FILE:LINE]:
|
110
|
+
Expected: \"ЁЁЁ\"
|
111
|
+
Actual: \"ёёё\"
|
112
|
+
|
113
|
+
2 runs, 1 assertions, 1 failures, 1 errors, 0 skips
|
114
|
+
EOM
|
115
|
+
|
116
|
+
assert_report expected
|
117
|
+
end
|
118
|
+
|
119
|
+
def test_passed_eh_teardown_good
|
120
|
+
test_class = Class.new FakeNamedTest do
|
121
|
+
def teardown; assert true; end
|
122
|
+
def test_omg; assert true; end
|
123
|
+
end
|
124
|
+
|
125
|
+
test = test_class.new :test_omg
|
126
|
+
test.run
|
127
|
+
|
128
|
+
refute_predicate test, :error?
|
129
|
+
assert_predicate test, :passed?
|
130
|
+
refute_predicate test, :skipped?
|
131
|
+
end
|
132
|
+
|
133
|
+
def test_passed_eh_teardown_skipped
|
134
|
+
test_class = Class.new FakeNamedTest do
|
135
|
+
def teardown; assert true; end
|
136
|
+
def test_omg; skip "bork"; end
|
137
|
+
end
|
138
|
+
|
139
|
+
test = test_class.new :test_omg
|
140
|
+
test.run
|
141
|
+
|
142
|
+
refute_predicate test, :error?
|
143
|
+
refute_predicate test, :passed?
|
144
|
+
assert_predicate test, :skipped?
|
145
|
+
end
|
146
|
+
|
147
|
+
def test_passed_eh_teardown_flunked
|
148
|
+
test_class = Class.new FakeNamedTest do
|
149
|
+
def teardown; flunk; end
|
150
|
+
def test_omg; assert true; end
|
151
|
+
end
|
152
|
+
|
153
|
+
test = test_class.new :test_omg
|
154
|
+
test.run
|
155
|
+
|
156
|
+
refute_predicate test, :error?
|
157
|
+
refute_predicate test, :passed?
|
158
|
+
refute_predicate test, :skipped?
|
159
|
+
end
|
160
|
+
|
161
|
+
def util_expand_bt bt
|
162
|
+
if RUBY_VERSION >= "1.9.0" then
|
163
|
+
bt.map { |f| (f =~ /^\./) ? File.expand_path(f) : f }
|
164
|
+
else
|
165
|
+
bt
|
166
|
+
end
|
167
|
+
end
|
168
|
+
end
|
169
|
+
|
170
|
+
class TestMinitestUnitInherited < MetaMetaMetaTestCase
|
171
|
+
def with_overridden_include
|
172
|
+
Class.class_eval do
|
173
|
+
def inherited_with_hacks _klass
|
174
|
+
throw :inherited_hook
|
175
|
+
end
|
176
|
+
|
177
|
+
alias inherited_without_hacks inherited
|
178
|
+
alias inherited inherited_with_hacks
|
179
|
+
alias IGNORE_ME! inherited # 1.8 bug. god I love venture bros
|
180
|
+
end
|
181
|
+
|
182
|
+
yield
|
183
|
+
ensure
|
184
|
+
Class.class_eval do
|
185
|
+
alias inherited inherited_without_hacks
|
186
|
+
|
187
|
+
undef_method :inherited_with_hacks
|
188
|
+
undef_method :inherited_without_hacks
|
189
|
+
end
|
190
|
+
|
191
|
+
refute_respond_to Class, :inherited_with_hacks
|
192
|
+
refute_respond_to Class, :inherited_without_hacks
|
193
|
+
end
|
194
|
+
|
195
|
+
def test_inherited_hook_plays_nice_with_others
|
196
|
+
with_overridden_include do
|
197
|
+
assert_throws :inherited_hook do
|
198
|
+
Class.new FakeNamedTest
|
199
|
+
end
|
200
|
+
end
|
201
|
+
end
|
202
|
+
end
|
203
|
+
|
204
|
+
class TestMinitestRunner < MetaMetaMetaTestCase
|
205
|
+
# do not parallelize this suite... it just can't handle it.
|
206
|
+
|
207
|
+
def test_class_runnables
|
208
|
+
@assertion_count = 0
|
209
|
+
|
210
|
+
tc = Class.new(Minitest::Test)
|
211
|
+
|
212
|
+
assert_equal 1, Minitest::Test.runnables.size
|
213
|
+
assert_equal [tc], Minitest::Test.runnables
|
214
|
+
end
|
215
|
+
|
216
|
+
def test_run_test
|
217
|
+
@tu =
|
218
|
+
Class.new FakeNamedTest do
|
219
|
+
attr_reader :foo
|
220
|
+
|
221
|
+
def run
|
222
|
+
@foo = "hi mom!"
|
223
|
+
r = super
|
224
|
+
@foo = "okay"
|
225
|
+
|
226
|
+
r
|
227
|
+
end
|
228
|
+
|
229
|
+
def test_something
|
230
|
+
assert_equal "hi mom!", foo
|
231
|
+
end
|
232
|
+
end
|
233
|
+
|
234
|
+
expected = clean <<-EOM
|
235
|
+
.
|
236
|
+
|
237
|
+
Finished in 0.00
|
238
|
+
|
239
|
+
1 runs, 1 assertions, 0 failures, 0 errors, 0 skips
|
240
|
+
EOM
|
241
|
+
|
242
|
+
assert_report expected
|
243
|
+
end
|
244
|
+
|
245
|
+
def test_run_error
|
246
|
+
@tu =
|
247
|
+
Class.new FakeNamedTest do
|
248
|
+
def test_something
|
249
|
+
assert true
|
250
|
+
end
|
251
|
+
|
252
|
+
def test_error
|
253
|
+
raise "unhandled exception"
|
254
|
+
end
|
255
|
+
end
|
256
|
+
|
257
|
+
expected = clean <<-EOM
|
258
|
+
E.
|
259
|
+
|
260
|
+
Finished in 0.00
|
261
|
+
|
262
|
+
1) Error:
|
263
|
+
FakeNamedTestXX#test_error:
|
264
|
+
RuntimeError: unhandled exception
|
265
|
+
FILE:LINE:in \`test_error\'
|
266
|
+
|
267
|
+
2 runs, 1 assertions, 0 failures, 1 errors, 0 skips
|
268
|
+
EOM
|
269
|
+
|
270
|
+
assert_report expected
|
271
|
+
end
|
272
|
+
|
273
|
+
def test_run_error_teardown
|
274
|
+
@tu =
|
275
|
+
Class.new FakeNamedTest do
|
276
|
+
def test_something
|
277
|
+
assert true
|
278
|
+
end
|
279
|
+
|
280
|
+
def teardown
|
281
|
+
raise "unhandled exception"
|
282
|
+
end
|
283
|
+
end
|
284
|
+
|
285
|
+
expected = clean <<-EOM
|
286
|
+
E
|
287
|
+
|
288
|
+
Finished in 0.00
|
289
|
+
|
290
|
+
1) Error:
|
291
|
+
FakeNamedTestXX#test_something:
|
292
|
+
RuntimeError: unhandled exception
|
293
|
+
FILE:LINE:in \`teardown\'
|
294
|
+
|
295
|
+
1 runs, 1 assertions, 0 failures, 1 errors, 0 skips
|
296
|
+
EOM
|
297
|
+
|
298
|
+
assert_report expected
|
299
|
+
end
|
300
|
+
|
301
|
+
def test_run_failing
|
302
|
+
setup_basic_tu
|
303
|
+
|
304
|
+
expected = clean <<-EOM
|
305
|
+
F.
|
306
|
+
|
307
|
+
Finished in 0.00
|
308
|
+
|
309
|
+
1) Failure:
|
310
|
+
FakeNamedTestXX#test_failure [FILE:LINE]:
|
311
|
+
Expected false to be truthy.
|
312
|
+
|
313
|
+
2 runs, 2 assertions, 1 failures, 0 errors, 0 skips
|
314
|
+
EOM
|
315
|
+
|
316
|
+
assert_report expected
|
317
|
+
end
|
318
|
+
|
319
|
+
def setup_basic_tu
|
320
|
+
@tu =
|
321
|
+
Class.new FakeNamedTest do
|
322
|
+
def test_something
|
323
|
+
assert true
|
324
|
+
end
|
325
|
+
|
326
|
+
def test_failure
|
327
|
+
assert false
|
328
|
+
end
|
329
|
+
end
|
330
|
+
end
|
331
|
+
|
332
|
+
def test_run_failing_filtered
|
333
|
+
setup_basic_tu
|
334
|
+
|
335
|
+
expected = clean <<-EOM
|
336
|
+
.
|
337
|
+
|
338
|
+
Finished in 0.00
|
339
|
+
|
340
|
+
1 runs, 1 assertions, 0 failures, 0 errors, 0 skips
|
341
|
+
EOM
|
342
|
+
|
343
|
+
assert_report expected, %w[--name /some|thing/ --seed 42]
|
344
|
+
end
|
345
|
+
|
346
|
+
def assert_filtering filter, name, expected, a = false
|
347
|
+
args = %W[--#{filter} #{name} --seed 42]
|
348
|
+
|
349
|
+
alpha = Class.new FakeNamedTest do
|
350
|
+
define_method :test_something do
|
351
|
+
assert a
|
352
|
+
end
|
353
|
+
end
|
354
|
+
Object.const_set(:Alpha, alpha)
|
355
|
+
|
356
|
+
beta = Class.new FakeNamedTest do
|
357
|
+
define_method :test_something do
|
358
|
+
assert true
|
359
|
+
end
|
360
|
+
end
|
361
|
+
Object.const_set(:Beta, beta)
|
362
|
+
|
363
|
+
@tus = [alpha, beta]
|
364
|
+
|
365
|
+
assert_report expected, args
|
366
|
+
ensure
|
367
|
+
Object.send :remove_const, :Alpha
|
368
|
+
Object.send :remove_const, :Beta
|
369
|
+
end
|
370
|
+
|
371
|
+
def test_run_filtered_including_suite_name
|
372
|
+
expected = clean <<-EOM
|
373
|
+
.
|
374
|
+
|
375
|
+
Finished in 0.00
|
376
|
+
|
377
|
+
1 runs, 1 assertions, 0 failures, 0 errors, 0 skips
|
378
|
+
EOM
|
379
|
+
|
380
|
+
assert_filtering "name", "/Beta#test_something/", expected
|
381
|
+
end
|
382
|
+
|
383
|
+
def test_run_filtered_including_suite_name_string
|
384
|
+
expected = clean <<-EOM
|
385
|
+
.
|
386
|
+
|
387
|
+
Finished in 0.00
|
388
|
+
|
389
|
+
1 runs, 1 assertions, 0 failures, 0 errors, 0 skips
|
390
|
+
EOM
|
391
|
+
|
392
|
+
assert_filtering "name", "Beta#test_something", expected
|
393
|
+
end
|
394
|
+
|
395
|
+
def test_run_filtered_string_method_only
|
396
|
+
expected = clean <<-EOM
|
397
|
+
..
|
398
|
+
|
399
|
+
Finished in 0.00
|
400
|
+
|
401
|
+
2 runs, 2 assertions, 0 failures, 0 errors, 0 skips
|
402
|
+
EOM
|
403
|
+
|
404
|
+
assert_filtering "name", "test_something", expected, :pass
|
405
|
+
end
|
406
|
+
|
407
|
+
def test_run_failing_excluded
|
408
|
+
setup_basic_tu
|
409
|
+
|
410
|
+
expected = clean <<-EOM
|
411
|
+
.
|
412
|
+
|
413
|
+
Finished in 0.00
|
414
|
+
|
415
|
+
1 runs, 1 assertions, 0 failures, 0 errors, 0 skips
|
416
|
+
EOM
|
417
|
+
|
418
|
+
assert_report expected, %w[--exclude /failure/ --seed 42]
|
419
|
+
end
|
420
|
+
|
421
|
+
def test_run_filtered_excluding_suite_name
|
422
|
+
expected = clean <<-EOM
|
423
|
+
.
|
424
|
+
|
425
|
+
Finished in 0.00
|
426
|
+
|
427
|
+
1 runs, 1 assertions, 0 failures, 0 errors, 0 skips
|
428
|
+
EOM
|
429
|
+
|
430
|
+
assert_filtering "exclude", "/Alpha#test_something/", expected
|
431
|
+
end
|
432
|
+
|
433
|
+
def test_run_filtered_excluding_suite_name_string
|
434
|
+
expected = clean <<-EOM
|
435
|
+
.
|
436
|
+
|
437
|
+
Finished in 0.00
|
438
|
+
|
439
|
+
1 runs, 1 assertions, 0 failures, 0 errors, 0 skips
|
440
|
+
EOM
|
441
|
+
|
442
|
+
assert_filtering "exclude", "Alpha#test_something", expected
|
443
|
+
end
|
444
|
+
|
445
|
+
def test_run_filtered_excluding_string_method_only
|
446
|
+
expected = clean <<-EOM
|
447
|
+
|
448
|
+
|
449
|
+
Finished in 0.00
|
450
|
+
|
451
|
+
0 runs, 0 assertions, 0 failures, 0 errors, 0 skips
|
452
|
+
EOM
|
453
|
+
|
454
|
+
assert_filtering "exclude", "test_something", expected, :pass
|
455
|
+
end
|
456
|
+
|
457
|
+
def test_run_passing
|
458
|
+
@tu =
|
459
|
+
Class.new FakeNamedTest do
|
460
|
+
def test_something
|
461
|
+
assert true
|
462
|
+
end
|
463
|
+
end
|
464
|
+
|
465
|
+
expected = clean <<-EOM
|
466
|
+
.
|
467
|
+
|
468
|
+
Finished in 0.00
|
469
|
+
|
470
|
+
1 runs, 1 assertions, 0 failures, 0 errors, 0 skips
|
471
|
+
EOM
|
472
|
+
|
473
|
+
assert_report expected
|
474
|
+
end
|
475
|
+
|
476
|
+
def test_run_skip
|
477
|
+
@tu =
|
478
|
+
Class.new FakeNamedTest do
|
479
|
+
def test_something
|
480
|
+
assert true
|
481
|
+
end
|
482
|
+
|
483
|
+
def test_skip
|
484
|
+
skip "not yet"
|
485
|
+
end
|
486
|
+
end
|
487
|
+
|
488
|
+
expected = clean <<-EOM
|
489
|
+
S.
|
490
|
+
|
491
|
+
Finished in 0.00
|
492
|
+
|
493
|
+
2 runs, 1 assertions, 0 failures, 0 errors, 1 skips
|
494
|
+
|
495
|
+
You have skipped tests. Run with --verbose for details.
|
496
|
+
EOM
|
497
|
+
|
498
|
+
restore_env do
|
499
|
+
assert_report expected
|
500
|
+
end
|
501
|
+
end
|
502
|
+
|
503
|
+
def test_run_skip_verbose
|
504
|
+
@tu =
|
505
|
+
Class.new FakeNamedTest do
|
506
|
+
def test_something
|
507
|
+
assert true
|
508
|
+
end
|
509
|
+
|
510
|
+
def test_skip
|
511
|
+
skip "not yet"
|
512
|
+
end
|
513
|
+
end
|
514
|
+
|
515
|
+
expected = clean <<-EOM
|
516
|
+
FakeNamedTestXX#test_skip = 0.00 s = S
|
517
|
+
FakeNamedTestXX#test_something = 0.00 s = .
|
518
|
+
|
519
|
+
Finished in 0.00
|
520
|
+
|
521
|
+
1) Skipped:
|
522
|
+
FakeNamedTestXX#test_skip [FILE:LINE]:
|
523
|
+
not yet
|
524
|
+
|
525
|
+
2 runs, 1 assertions, 0 failures, 0 errors, 1 skips
|
526
|
+
EOM
|
527
|
+
|
528
|
+
assert_report expected, %w[--seed 42 --verbose]
|
529
|
+
end
|
530
|
+
|
531
|
+
def test_run_with_other_runner
|
532
|
+
@tu =
|
533
|
+
Class.new FakeNamedTest do
|
534
|
+
def self.run reporter, options = {}
|
535
|
+
@reporter = reporter
|
536
|
+
before_my_suite
|
537
|
+
super
|
538
|
+
end
|
539
|
+
|
540
|
+
def self.name; "wacky!" end
|
541
|
+
|
542
|
+
def self.before_my_suite
|
543
|
+
@reporter.io.puts "Running #{self.name} tests"
|
544
|
+
@@foo = 1
|
545
|
+
end
|
546
|
+
|
547
|
+
def test_something
|
548
|
+
assert_equal 1, @@foo
|
549
|
+
end
|
550
|
+
|
551
|
+
def test_something_else
|
552
|
+
assert_equal 1, @@foo
|
553
|
+
end
|
554
|
+
end
|
555
|
+
|
556
|
+
expected = clean <<-EOM
|
557
|
+
Running wacky! tests
|
558
|
+
..
|
559
|
+
|
560
|
+
Finished in 0.00
|
561
|
+
|
562
|
+
2 runs, 2 assertions, 0 failures, 0 errors, 0 skips
|
563
|
+
EOM
|
564
|
+
|
565
|
+
assert_report expected
|
566
|
+
end
|
567
|
+
|
568
|
+
require "monitor"
|
569
|
+
|
570
|
+
class Latch
|
571
|
+
def initialize count = 1
|
572
|
+
@count = count
|
573
|
+
@lock = Monitor.new
|
574
|
+
@cv = @lock.new_cond
|
575
|
+
end
|
576
|
+
|
577
|
+
def release
|
578
|
+
@lock.synchronize do
|
579
|
+
@count -= 1 if @count > 0
|
580
|
+
@cv.broadcast if @count == 0
|
581
|
+
end
|
582
|
+
end
|
583
|
+
|
584
|
+
def await
|
585
|
+
@lock.synchronize { @cv.wait_while { @count > 0 } }
|
586
|
+
end
|
587
|
+
end
|
588
|
+
|
589
|
+
def test_run_parallel
|
590
|
+
skip "I don't have ParallelEach debugged yet" if maglev?
|
591
|
+
|
592
|
+
test_count = 2
|
593
|
+
test_latch = Latch.new test_count
|
594
|
+
wait_latch = Latch.new test_count
|
595
|
+
main_latch = Latch.new
|
596
|
+
|
597
|
+
thread = Thread.new {
|
598
|
+
Thread.current.abort_on_exception = true
|
599
|
+
|
600
|
+
# This latch waits until both test latches have been released. Both
|
601
|
+
# latches can't be released unless done in separate threads because
|
602
|
+
# `main_latch` keeps the test method from finishing.
|
603
|
+
test_latch.await
|
604
|
+
main_latch.release
|
605
|
+
}
|
606
|
+
|
607
|
+
@tu =
|
608
|
+
Class.new FakeNamedTest do
|
609
|
+
parallelize_me!
|
610
|
+
|
611
|
+
test_count.times do |i|
|
612
|
+
define_method :"test_wait_on_main_thread_#{i}" do
|
613
|
+
test_latch.release
|
614
|
+
|
615
|
+
# This latch blocks until the "main thread" releases it. The main
|
616
|
+
# thread can't release this latch until both test latches have
|
617
|
+
# been released. This forces the latches to be released in separate
|
618
|
+
# threads.
|
619
|
+
main_latch.await
|
620
|
+
assert true
|
621
|
+
end
|
622
|
+
end
|
623
|
+
end
|
624
|
+
|
625
|
+
expected = clean <<-EOM
|
626
|
+
..
|
627
|
+
|
628
|
+
Finished in 0.00
|
629
|
+
|
630
|
+
2 runs, 2 assertions, 0 failures, 0 errors, 0 skips
|
631
|
+
EOM
|
632
|
+
|
633
|
+
assert_report(expected) do |reporter|
|
634
|
+
reporter.extend(Module.new {
|
635
|
+
define_method("record") do |result|
|
636
|
+
super(result)
|
637
|
+
wait_latch.release
|
638
|
+
end
|
639
|
+
|
640
|
+
define_method("report") do
|
641
|
+
wait_latch.await
|
642
|
+
super()
|
643
|
+
end
|
644
|
+
})
|
645
|
+
end
|
646
|
+
assert thread.join
|
647
|
+
end
|
648
|
+
end
|
649
|
+
|
650
|
+
class TestMinitestUnitOrder < MetaMetaMetaTestCase
|
651
|
+
# do not parallelize this suite... it just can't handle it.
|
652
|
+
|
653
|
+
def test_before_setup
|
654
|
+
call_order = []
|
655
|
+
@tu =
|
656
|
+
Class.new FakeNamedTest do
|
657
|
+
define_method :setup do
|
658
|
+
super()
|
659
|
+
call_order << :setup
|
660
|
+
end
|
661
|
+
|
662
|
+
define_method :before_setup do
|
663
|
+
call_order << :before_setup
|
664
|
+
end
|
665
|
+
|
666
|
+
def test_omg; assert true; end
|
667
|
+
end
|
668
|
+
|
669
|
+
run_tu_with_fresh_reporter
|
670
|
+
|
671
|
+
expected = [:before_setup, :setup]
|
672
|
+
assert_equal expected, call_order
|
673
|
+
end
|
674
|
+
|
675
|
+
def test_after_teardown
|
676
|
+
call_order = []
|
677
|
+
@tu =
|
678
|
+
Class.new FakeNamedTest do
|
679
|
+
define_method :teardown do
|
680
|
+
super()
|
681
|
+
call_order << :teardown
|
682
|
+
end
|
683
|
+
|
684
|
+
define_method :after_teardown do
|
685
|
+
call_order << :after_teardown
|
686
|
+
end
|
687
|
+
|
688
|
+
def test_omg; assert true; end
|
689
|
+
end
|
690
|
+
|
691
|
+
run_tu_with_fresh_reporter
|
692
|
+
|
693
|
+
expected = [:teardown, :after_teardown]
|
694
|
+
assert_equal expected, call_order
|
695
|
+
end
|
696
|
+
|
697
|
+
def test_all_teardowns_are_guaranteed_to_run
|
698
|
+
call_order = []
|
699
|
+
@tu =
|
700
|
+
Class.new FakeNamedTest do
|
701
|
+
define_method :after_teardown do
|
702
|
+
super()
|
703
|
+
call_order << :after_teardown
|
704
|
+
raise
|
705
|
+
end
|
706
|
+
|
707
|
+
define_method :teardown do
|
708
|
+
super()
|
709
|
+
call_order << :teardown
|
710
|
+
raise
|
711
|
+
end
|
712
|
+
|
713
|
+
define_method :before_teardown do
|
714
|
+
super()
|
715
|
+
call_order << :before_teardown
|
716
|
+
raise
|
717
|
+
end
|
718
|
+
|
719
|
+
def test_omg; assert true; end
|
720
|
+
end
|
721
|
+
|
722
|
+
run_tu_with_fresh_reporter
|
723
|
+
|
724
|
+
expected = [:before_teardown, :teardown, :after_teardown]
|
725
|
+
assert_equal expected, call_order
|
726
|
+
end
|
727
|
+
|
728
|
+
def test_setup_and_teardown_survive_inheritance
|
729
|
+
call_order = []
|
730
|
+
|
731
|
+
@tu = Class.new FakeNamedTest do
|
732
|
+
define_method :setup do
|
733
|
+
call_order << :setup_method
|
734
|
+
end
|
735
|
+
|
736
|
+
define_method :teardown do
|
737
|
+
call_order << :teardown_method
|
738
|
+
end
|
739
|
+
|
740
|
+
define_method :test_something do
|
741
|
+
call_order << :test
|
742
|
+
end
|
743
|
+
end
|
744
|
+
|
745
|
+
run_tu_with_fresh_reporter
|
746
|
+
|
747
|
+
@tu = Class.new @tu
|
748
|
+
run_tu_with_fresh_reporter
|
749
|
+
|
750
|
+
# Once for the parent class, once for the child
|
751
|
+
expected = [:setup_method, :test, :teardown_method] * 2
|
752
|
+
|
753
|
+
assert_equal expected, call_order
|
754
|
+
end
|
755
|
+
end
|
756
|
+
|
757
|
+
class TestMinitestRunnable < Minitest::Test
|
758
|
+
def setup_marshal klass
|
759
|
+
tc = klass.new "whatever"
|
760
|
+
tc.assertions = 42
|
761
|
+
tc.failures << "a failure"
|
762
|
+
|
763
|
+
yield tc if block_given?
|
764
|
+
|
765
|
+
def tc.setup
|
766
|
+
@blah = "blah"
|
767
|
+
end
|
768
|
+
tc.setup
|
769
|
+
|
770
|
+
@tc = Minitest::Result.from tc
|
771
|
+
end
|
772
|
+
|
773
|
+
def assert_marshal expected_ivars
|
774
|
+
new_tc = Marshal.load Marshal.dump @tc
|
775
|
+
|
776
|
+
ivars = new_tc.instance_variables.map(&:to_s).sort
|
777
|
+
assert_equal expected_ivars, ivars
|
778
|
+
assert_equal "whatever", new_tc.name
|
779
|
+
assert_equal 42, new_tc.assertions
|
780
|
+
assert_equal ["a failure"], new_tc.failures
|
781
|
+
|
782
|
+
yield new_tc if block_given?
|
783
|
+
end
|
784
|
+
|
785
|
+
def test_marshal
|
786
|
+
setup_marshal Minitest::Runnable
|
787
|
+
|
788
|
+
assert_marshal %w[@NAME @assertions @failures @klass @source_location @time]
|
789
|
+
end
|
790
|
+
|
791
|
+
def test_spec_marshal
|
792
|
+
klass = describe("whatever") { it("passes") { assert true } }
|
793
|
+
rm = klass.runnable_methods.first
|
794
|
+
|
795
|
+
# Run the test
|
796
|
+
@tc = klass.new(rm).run
|
797
|
+
|
798
|
+
assert_kind_of Minitest::Result, @tc
|
799
|
+
|
800
|
+
# Pass it over the wire
|
801
|
+
over_the_wire = Marshal.load Marshal.dump @tc
|
802
|
+
|
803
|
+
assert_equal @tc.time, over_the_wire.time
|
804
|
+
assert_equal @tc.name, over_the_wire.name
|
805
|
+
assert_equal @tc.assertions, over_the_wire.assertions
|
806
|
+
assert_equal @tc.failures, over_the_wire.failures
|
807
|
+
assert_equal @tc.klass, over_the_wire.klass
|
808
|
+
end
|
809
|
+
end
|
810
|
+
|
811
|
+
class TestMinitestTest < TestMinitestRunnable
|
812
|
+
def test_dup
|
813
|
+
setup_marshal Minitest::Test do |tc|
|
814
|
+
tc.time = 3.14
|
815
|
+
end
|
816
|
+
|
817
|
+
assert_marshal %w[@NAME @assertions @failures @klass @source_location @time] do |new_tc|
|
818
|
+
assert_in_epsilon 3.14, new_tc.time
|
819
|
+
end
|
820
|
+
end
|
821
|
+
end
|
822
|
+
|
823
|
+
class TestMinitestUnitTestCase < Minitest::Test
|
824
|
+
# do not call parallelize_me! - teardown accesses @tc._assertions
|
825
|
+
# which is not threadsafe. Nearly every method in here is an
|
826
|
+
# assertion test so it isn't worth splitting it out further.
|
827
|
+
|
828
|
+
RUBY18 = !defined? Encoding
|
829
|
+
|
830
|
+
def setup
|
831
|
+
super
|
832
|
+
|
833
|
+
Minitest::Test.reset
|
834
|
+
|
835
|
+
@tc = Minitest::Test.new "fake tc"
|
836
|
+
@zomg = "zomg ponies!"
|
837
|
+
@assertion_count = 1
|
838
|
+
end
|
839
|
+
|
840
|
+
def teardown
|
841
|
+
assert_equal(@assertion_count, @tc.assertions,
|
842
|
+
"expected #{@assertion_count} assertions to be fired during the test, not #{@tc.assertions}") if @tc.passed?
|
843
|
+
end
|
844
|
+
|
845
|
+
def non_verbose
|
846
|
+
orig_verbose = $VERBOSE
|
847
|
+
$VERBOSE = false
|
848
|
+
|
849
|
+
yield
|
850
|
+
ensure
|
851
|
+
$VERBOSE = orig_verbose
|
852
|
+
end
|
853
|
+
|
854
|
+
def test_assert
|
855
|
+
@assertion_count = 2
|
856
|
+
|
857
|
+
@tc.assert_equal true, @tc.assert(true), "returns true on success"
|
858
|
+
end
|
859
|
+
|
860
|
+
def test_assert__triggered
|
861
|
+
assert_triggered "Expected false to be truthy." do
|
862
|
+
@tc.assert false
|
863
|
+
end
|
864
|
+
end
|
865
|
+
|
866
|
+
def test_assert__triggered_message
|
867
|
+
assert_triggered @zomg do
|
868
|
+
@tc.assert false, @zomg
|
869
|
+
end
|
870
|
+
end
|
871
|
+
|
872
|
+
def test_assert_empty
|
873
|
+
@assertion_count = 2
|
874
|
+
|
875
|
+
@tc.assert_empty []
|
876
|
+
end
|
877
|
+
|
878
|
+
def test_assert_empty_triggered
|
879
|
+
@assertion_count = 2
|
880
|
+
|
881
|
+
assert_triggered "Expected [1] to be empty." do
|
882
|
+
@tc.assert_empty [1]
|
883
|
+
end
|
884
|
+
end
|
885
|
+
|
886
|
+
def test_assert_equal
|
887
|
+
@tc.assert_equal 1, 1
|
888
|
+
end
|
889
|
+
|
890
|
+
def test_assert_equal_different_collection_array_hex_invisible
|
891
|
+
object1 = Object.new
|
892
|
+
object2 = Object.new
|
893
|
+
msg = "No visible difference in the Array#inspect output.
|
894
|
+
You should look at the implementation of #== on Array or its members.
|
895
|
+
[#<Object:0xXXXXXX>]".gsub(/^ +/, "")
|
896
|
+
assert_triggered msg do
|
897
|
+
@tc.assert_equal [object1], [object2]
|
898
|
+
end
|
899
|
+
end
|
900
|
+
|
901
|
+
def test_assert_equal_different_collection_hash_hex_invisible
|
902
|
+
h1, h2 = {}, {}
|
903
|
+
h1[1] = Object.new
|
904
|
+
h2[1] = Object.new
|
905
|
+
msg = "No visible difference in the Hash#inspect output.
|
906
|
+
You should look at the implementation of #== on Hash or its members.
|
907
|
+
{1=>#<Object:0xXXXXXX>}".gsub(/^ +/, "")
|
908
|
+
|
909
|
+
assert_triggered msg do
|
910
|
+
@tc.assert_equal h1, h2
|
911
|
+
end
|
912
|
+
end
|
913
|
+
|
914
|
+
def test_assert_equal_string_encodings
|
915
|
+
msg = <<-EOM.gsub(/^ {10}/, "")
|
916
|
+
--- expected
|
917
|
+
+++ actual
|
918
|
+
@@ -1 +1,2 @@
|
919
|
+
+# encoding: ASCII-8BIT
|
920
|
+
"bad-utf8-\\xF1.txt"
|
921
|
+
EOM
|
922
|
+
|
923
|
+
assert_triggered msg do
|
924
|
+
x = "bad-utf8-\xF1.txt"
|
925
|
+
y = x.dup.force_encoding "binary" # TODO: switch to .b when 1.9 dropped
|
926
|
+
@tc.assert_equal x, y
|
927
|
+
end
|
928
|
+
end unless RUBY18
|
929
|
+
|
930
|
+
def test_assert_equal_string_encodings_both_different
|
931
|
+
msg = <<-EOM.gsub(/^ {10}/, "")
|
932
|
+
--- expected
|
933
|
+
+++ actual
|
934
|
+
@@ -1,2 +1,2 @@
|
935
|
+
-# encoding: US-ASCII
|
936
|
+
+# encoding: ASCII-8BIT
|
937
|
+
"bad-utf8-\\xF1.txt"
|
938
|
+
EOM
|
939
|
+
|
940
|
+
assert_triggered msg do
|
941
|
+
x = "bad-utf8-\xF1.txt".force_encoding "ASCII"
|
942
|
+
y = x.dup.force_encoding "binary" # TODO: switch to .b when 1.9 dropped
|
943
|
+
@tc.assert_equal x, y
|
944
|
+
end
|
945
|
+
end unless RUBY18
|
946
|
+
|
947
|
+
def test_assert_equal_different_diff_deactivated
|
948
|
+
skip "https://github.com/MagLev/maglev/issues/209" if maglev?
|
949
|
+
|
950
|
+
without_diff do
|
951
|
+
assert_triggered util_msg("haha" * 10, "blah" * 10) do
|
952
|
+
o1 = "haha" * 10
|
953
|
+
o2 = "blah" * 10
|
954
|
+
|
955
|
+
@tc.assert_equal o1, o2
|
956
|
+
end
|
957
|
+
end
|
958
|
+
end
|
959
|
+
|
960
|
+
def test_assert_equal_different_hex
|
961
|
+
c = Class.new do
|
962
|
+
def initialize s; @name = s; end
|
963
|
+
end
|
964
|
+
|
965
|
+
o1 = c.new "a"
|
966
|
+
o2 = c.new "b"
|
967
|
+
msg = "--- expected
|
968
|
+
+++ actual
|
969
|
+
@@ -1 +1 @@
|
970
|
+
-#<#<Class:0xXXXXXX>:0xXXXXXX @name=\"a\">
|
971
|
+
+#<#<Class:0xXXXXXX>:0xXXXXXX @name=\"b\">
|
972
|
+
".gsub(/^ +/, "")
|
973
|
+
|
974
|
+
assert_triggered msg do
|
975
|
+
@tc.assert_equal o1, o2
|
976
|
+
end
|
977
|
+
end
|
978
|
+
|
979
|
+
def test_assert_equal_different_hex_invisible
|
980
|
+
o1 = Object.new
|
981
|
+
o2 = Object.new
|
982
|
+
|
983
|
+
msg = "No visible difference in the Object#inspect output.
|
984
|
+
You should look at the implementation of #== on Object or its members.
|
985
|
+
#<Object:0xXXXXXX>".gsub(/^ +/, "")
|
986
|
+
|
987
|
+
assert_triggered msg do
|
988
|
+
@tc.assert_equal o1, o2
|
989
|
+
end
|
990
|
+
end
|
991
|
+
|
992
|
+
def test_assert_equal_different_long
|
993
|
+
msg = "--- expected
|
994
|
+
+++ actual
|
995
|
+
@@ -1 +1 @@
|
996
|
+
-\"hahahahahahahahahahahahahahahahahahahaha\"
|
997
|
+
+\"blahblahblahblahblahblahblahblahblahblah\"
|
998
|
+
".gsub(/^ +/, "")
|
999
|
+
|
1000
|
+
assert_triggered msg do
|
1001
|
+
o1 = "haha" * 10
|
1002
|
+
o2 = "blah" * 10
|
1003
|
+
|
1004
|
+
@tc.assert_equal o1, o2
|
1005
|
+
end
|
1006
|
+
end
|
1007
|
+
|
1008
|
+
def test_assert_equal_different_long_invisible
|
1009
|
+
msg = "No visible difference in the String#inspect output.
|
1010
|
+
You should look at the implementation of #== on String or its members.
|
1011
|
+
\"blahblahblahblahblahblahblahblahblahblah\"".gsub(/^ +/, "")
|
1012
|
+
|
1013
|
+
assert_triggered msg do
|
1014
|
+
o1 = "blah" * 10
|
1015
|
+
o2 = "blah" * 10
|
1016
|
+
def o1.== _
|
1017
|
+
false
|
1018
|
+
end
|
1019
|
+
@tc.assert_equal o1, o2
|
1020
|
+
end
|
1021
|
+
end
|
1022
|
+
|
1023
|
+
def test_assert_equal_different_long_msg
|
1024
|
+
msg = "message.
|
1025
|
+
--- expected
|
1026
|
+
+++ actual
|
1027
|
+
@@ -1 +1 @@
|
1028
|
+
-\"hahahahahahahahahahahahahahahahahahahaha\"
|
1029
|
+
+\"blahblahblahblahblahblahblahblahblahblah\"
|
1030
|
+
".gsub(/^ +/, "")
|
1031
|
+
|
1032
|
+
assert_triggered msg do
|
1033
|
+
o1 = "haha" * 10
|
1034
|
+
o2 = "blah" * 10
|
1035
|
+
@tc.assert_equal o1, o2, "message"
|
1036
|
+
end
|
1037
|
+
end
|
1038
|
+
|
1039
|
+
def test_assert_equal_different_short
|
1040
|
+
assert_triggered util_msg(1, 2) do
|
1041
|
+
@tc.assert_equal 1, 2
|
1042
|
+
end
|
1043
|
+
end
|
1044
|
+
|
1045
|
+
def test_assert_equal_different_short_msg
|
1046
|
+
assert_triggered util_msg(1, 2, "message") do
|
1047
|
+
@tc.assert_equal 1, 2, "message"
|
1048
|
+
end
|
1049
|
+
end
|
1050
|
+
|
1051
|
+
def test_assert_equal_different_short_multiline
|
1052
|
+
msg = "--- expected\n+++ actual\n@@ -1,2 +1,2 @@\n \"a\n-b\"\n+c\"\n"
|
1053
|
+
assert_triggered msg do
|
1054
|
+
@tc.assert_equal "a\nb", "a\nc"
|
1055
|
+
end
|
1056
|
+
end
|
1057
|
+
|
1058
|
+
def test_assert_equal_does_not_allow_lhs_nil
|
1059
|
+
if Minitest::VERSION =~ /^6/ then
|
1060
|
+
warn "Time to strip the MT5 test"
|
1061
|
+
|
1062
|
+
@assertion_count += 1
|
1063
|
+
assert_triggered(/Use assert_nil if expecting nil/) do
|
1064
|
+
@tc.assert_equal nil, nil
|
1065
|
+
end
|
1066
|
+
else
|
1067
|
+
err_re = /Use assert_nil if expecting nil from .*test_minitest_test.rb/
|
1068
|
+
err_re = "" if $-w.nil?
|
1069
|
+
|
1070
|
+
assert_output "", err_re do
|
1071
|
+
@tc.assert_equal nil, nil
|
1072
|
+
end
|
1073
|
+
end
|
1074
|
+
end
|
1075
|
+
|
1076
|
+
def test_assert_equal_does_not_allow_lhs_nil_triggered
|
1077
|
+
assert_triggered "Expected: nil\n Actual: false" do
|
1078
|
+
@tc.assert_equal nil, false
|
1079
|
+
end
|
1080
|
+
end
|
1081
|
+
|
1082
|
+
def test_assert_in_delta
|
1083
|
+
@tc.assert_in_delta 0.0, 1.0 / 1000, 0.1
|
1084
|
+
end
|
1085
|
+
|
1086
|
+
def test_delta_consistency
|
1087
|
+
@assertion_count = 2
|
1088
|
+
|
1089
|
+
@tc.assert_in_delta 0, 1, 1
|
1090
|
+
|
1091
|
+
assert_triggered "Expected |0 - 1| (1) to not be <= 1." do
|
1092
|
+
@tc.refute_in_delta 0, 1, 1
|
1093
|
+
end
|
1094
|
+
end
|
1095
|
+
|
1096
|
+
def test_assert_in_delta_triggered
|
1097
|
+
x = maglev? ? "9.999999xxxe-07" : "1.0e-06"
|
1098
|
+
assert_triggered "Expected |0.0 - 0.001| (0.001) to be <= #{x}." do
|
1099
|
+
@tc.assert_in_delta 0.0, 1.0 / 1000, 0.000001
|
1100
|
+
end
|
1101
|
+
end
|
1102
|
+
|
1103
|
+
def test_assert_in_epsilon
|
1104
|
+
@assertion_count = 10
|
1105
|
+
|
1106
|
+
@tc.assert_in_epsilon 10_000, 9991
|
1107
|
+
@tc.assert_in_epsilon 9991, 10_000
|
1108
|
+
@tc.assert_in_epsilon 1.0, 1.001
|
1109
|
+
@tc.assert_in_epsilon 1.001, 1.0
|
1110
|
+
|
1111
|
+
@tc.assert_in_epsilon 10_000, 9999.1, 0.0001
|
1112
|
+
@tc.assert_in_epsilon 9999.1, 10_000, 0.0001
|
1113
|
+
@tc.assert_in_epsilon 1.0, 1.0001, 0.0001
|
1114
|
+
@tc.assert_in_epsilon 1.0001, 1.0, 0.0001
|
1115
|
+
|
1116
|
+
@tc.assert_in_epsilon(-1, -1)
|
1117
|
+
@tc.assert_in_epsilon(-10_000, -9991)
|
1118
|
+
end
|
1119
|
+
|
1120
|
+
def test_epsilon_consistency
|
1121
|
+
@assertion_count = 2
|
1122
|
+
|
1123
|
+
@tc.assert_in_epsilon 1.0, 1.001
|
1124
|
+
|
1125
|
+
msg = "Expected |1.0 - 1.001| (0.000999xxx) to not be <= 0.001."
|
1126
|
+
assert_triggered msg do
|
1127
|
+
@tc.refute_in_epsilon 1.0, 1.001
|
1128
|
+
end
|
1129
|
+
end
|
1130
|
+
|
1131
|
+
def test_assert_in_epsilon_triggered
|
1132
|
+
assert_triggered "Expected |10000 - 9990| (10) to be <= 9.99." do
|
1133
|
+
@tc.assert_in_epsilon 10_000, 9990
|
1134
|
+
end
|
1135
|
+
end
|
1136
|
+
|
1137
|
+
def test_assert_in_epsilon_triggered_negative_case
|
1138
|
+
x = (RUBY18 and not maglev?) ? "0.1" : "0.100000xxx"
|
1139
|
+
y = maglev? ? "0.100000xxx" : "0.1"
|
1140
|
+
assert_triggered "Expected |-1.1 - -1| (#{x}) to be <= #{y}." do
|
1141
|
+
@tc.assert_in_epsilon(-1.1, -1, 0.1)
|
1142
|
+
end
|
1143
|
+
end
|
1144
|
+
|
1145
|
+
def test_assert_includes
|
1146
|
+
@assertion_count = 2
|
1147
|
+
|
1148
|
+
@tc.assert_includes [true], true
|
1149
|
+
end
|
1150
|
+
|
1151
|
+
def test_assert_includes_triggered
|
1152
|
+
@assertion_count = 3
|
1153
|
+
|
1154
|
+
e = @tc.assert_raises Minitest::Assertion do
|
1155
|
+
@tc.assert_includes [true], false
|
1156
|
+
end
|
1157
|
+
|
1158
|
+
expected = "Expected [true] to include false."
|
1159
|
+
assert_equal expected, e.message
|
1160
|
+
end
|
1161
|
+
|
1162
|
+
def test_assert_instance_of
|
1163
|
+
@tc.assert_instance_of String, "blah"
|
1164
|
+
end
|
1165
|
+
|
1166
|
+
def test_assert_instance_of_triggered
|
1167
|
+
assert_triggered 'Expected "blah" to be an instance of Array, not String.' do
|
1168
|
+
@tc.assert_instance_of Array, "blah"
|
1169
|
+
end
|
1170
|
+
end
|
1171
|
+
|
1172
|
+
def test_assert_kind_of
|
1173
|
+
@tc.assert_kind_of String, "blah"
|
1174
|
+
end
|
1175
|
+
|
1176
|
+
def test_assert_kind_of_triggered
|
1177
|
+
assert_triggered 'Expected "blah" to be a kind of Array, not String.' do
|
1178
|
+
@tc.assert_kind_of Array, "blah"
|
1179
|
+
end
|
1180
|
+
end
|
1181
|
+
|
1182
|
+
def test_assert_match
|
1183
|
+
@assertion_count = 2
|
1184
|
+
@tc.assert_match(/\w+/, "blah blah blah")
|
1185
|
+
end
|
1186
|
+
|
1187
|
+
def test_assert_match_matcher_object
|
1188
|
+
@assertion_count = 2
|
1189
|
+
|
1190
|
+
pattern = Object.new
|
1191
|
+
def pattern.=~ _; true end
|
1192
|
+
|
1193
|
+
@tc.assert_match pattern, 5
|
1194
|
+
end
|
1195
|
+
|
1196
|
+
def test_assert_match_matchee_to_str
|
1197
|
+
@assertion_count = 2
|
1198
|
+
|
1199
|
+
obj = Object.new
|
1200
|
+
def obj.to_str; "blah" end
|
1201
|
+
|
1202
|
+
@tc.assert_match "blah", obj
|
1203
|
+
end
|
1204
|
+
|
1205
|
+
def test_assert_match_object_triggered
|
1206
|
+
@assertion_count = 2
|
1207
|
+
|
1208
|
+
pattern = Object.new
|
1209
|
+
def pattern.=~ _; false end
|
1210
|
+
def pattern.inspect; "[Object]" end
|
1211
|
+
|
1212
|
+
assert_triggered "Expected [Object] to match 5." do
|
1213
|
+
@tc.assert_match pattern, 5
|
1214
|
+
end
|
1215
|
+
end
|
1216
|
+
|
1217
|
+
def test_assert_match_triggered
|
1218
|
+
@assertion_count = 2
|
1219
|
+
assert_triggered 'Expected /\d+/ to match "blah blah blah".' do
|
1220
|
+
@tc.assert_match(/\d+/, "blah blah blah")
|
1221
|
+
end
|
1222
|
+
end
|
1223
|
+
|
1224
|
+
def test_assert_nil
|
1225
|
+
@tc.assert_nil nil
|
1226
|
+
end
|
1227
|
+
|
1228
|
+
def test_assert_nil_triggered
|
1229
|
+
assert_triggered "Expected 42 to be nil." do
|
1230
|
+
@tc.assert_nil 42
|
1231
|
+
end
|
1232
|
+
end
|
1233
|
+
|
1234
|
+
def test_assert_operator
|
1235
|
+
@tc.assert_operator 2, :>, 1
|
1236
|
+
end
|
1237
|
+
|
1238
|
+
def test_assert_operator_bad_object
|
1239
|
+
bad = Object.new
|
1240
|
+
def bad.== _; true end
|
1241
|
+
|
1242
|
+
@tc.assert_operator bad, :equal?, bad
|
1243
|
+
end
|
1244
|
+
|
1245
|
+
def test_assert_operator_triggered
|
1246
|
+
assert_triggered "Expected 2 to be < 1." do
|
1247
|
+
@tc.assert_operator 2, :<, 1
|
1248
|
+
end
|
1249
|
+
end
|
1250
|
+
|
1251
|
+
def test_assert_output_both
|
1252
|
+
@assertion_count = 2
|
1253
|
+
|
1254
|
+
@tc.assert_output "yay", "blah" do
|
1255
|
+
print "yay"
|
1256
|
+
$stderr.print "blah"
|
1257
|
+
end
|
1258
|
+
end
|
1259
|
+
|
1260
|
+
def test_assert_output_both_regexps
|
1261
|
+
@assertion_count = 4
|
1262
|
+
|
1263
|
+
@tc.assert_output(/y.y/, /bl.h/) do
|
1264
|
+
print "yay"
|
1265
|
+
$stderr.print "blah"
|
1266
|
+
end
|
1267
|
+
end
|
1268
|
+
|
1269
|
+
def test_assert_output_err
|
1270
|
+
@tc.assert_output nil, "blah" do
|
1271
|
+
$stderr.print "blah"
|
1272
|
+
end
|
1273
|
+
end
|
1274
|
+
|
1275
|
+
def test_assert_output_neither
|
1276
|
+
@assertion_count = 0
|
1277
|
+
|
1278
|
+
@tc.assert_output do
|
1279
|
+
# do nothing
|
1280
|
+
end
|
1281
|
+
end
|
1282
|
+
|
1283
|
+
def test_assert_output_out
|
1284
|
+
@tc.assert_output "blah" do
|
1285
|
+
print "blah"
|
1286
|
+
end
|
1287
|
+
end
|
1288
|
+
|
1289
|
+
def test_assert_output_triggered_both
|
1290
|
+
assert_triggered util_msg("blah", "blah blah", "In stderr") do
|
1291
|
+
@tc.assert_output "yay", "blah" do
|
1292
|
+
print "boo"
|
1293
|
+
$stderr.print "blah blah"
|
1294
|
+
end
|
1295
|
+
end
|
1296
|
+
end
|
1297
|
+
|
1298
|
+
def test_assert_output_triggered_err
|
1299
|
+
assert_triggered util_msg("blah", "blah blah", "In stderr") do
|
1300
|
+
@tc.assert_output nil, "blah" do
|
1301
|
+
$stderr.print "blah blah"
|
1302
|
+
end
|
1303
|
+
end
|
1304
|
+
end
|
1305
|
+
|
1306
|
+
def test_assert_output_triggered_out
|
1307
|
+
assert_triggered util_msg("blah", "blah blah", "In stdout") do
|
1308
|
+
@tc.assert_output "blah" do
|
1309
|
+
print "blah blah"
|
1310
|
+
end
|
1311
|
+
end
|
1312
|
+
end
|
1313
|
+
|
1314
|
+
def test_assert_predicate
|
1315
|
+
@tc.assert_predicate "", :empty?
|
1316
|
+
end
|
1317
|
+
|
1318
|
+
def test_assert_predicate_triggered
|
1319
|
+
assert_triggered 'Expected "blah" to be empty?.' do
|
1320
|
+
@tc.assert_predicate "blah", :empty?
|
1321
|
+
end
|
1322
|
+
end
|
1323
|
+
|
1324
|
+
def test_assert_raises
|
1325
|
+
@tc.assert_raises RuntimeError do
|
1326
|
+
raise "blah"
|
1327
|
+
end
|
1328
|
+
end
|
1329
|
+
|
1330
|
+
def test_assert_raises_default
|
1331
|
+
@tc.assert_raises do
|
1332
|
+
raise StandardError, "blah"
|
1333
|
+
end
|
1334
|
+
end
|
1335
|
+
|
1336
|
+
def test_assert_raises_default_triggered
|
1337
|
+
e = assert_raises Minitest::Assertion do
|
1338
|
+
@tc.assert_raises do
|
1339
|
+
raise SomeError, "blah"
|
1340
|
+
end
|
1341
|
+
end
|
1342
|
+
|
1343
|
+
expected = clean <<-EOM.chomp
|
1344
|
+
[StandardError] exception expected, not
|
1345
|
+
Class: <SomeError>
|
1346
|
+
Message: <\"blah\">
|
1347
|
+
---Backtrace---
|
1348
|
+
FILE:LINE:in \`test_assert_raises_default_triggered\'
|
1349
|
+
---------------
|
1350
|
+
EOM
|
1351
|
+
|
1352
|
+
actual = e.message.gsub(/^.+:\d+/, "FILE:LINE")
|
1353
|
+
actual.gsub!(/block \(\d+ levels\) in /, "") if RUBY_VERSION >= "1.9.0"
|
1354
|
+
|
1355
|
+
assert_equal expected, actual
|
1356
|
+
end
|
1357
|
+
|
1358
|
+
def test_assert_raises_module
|
1359
|
+
@tc.assert_raises MyModule do
|
1360
|
+
raise AnError
|
1361
|
+
end
|
1362
|
+
end
|
1363
|
+
|
1364
|
+
##
|
1365
|
+
# *sigh* This is quite an odd scenario, but it is from real (albeit
|
1366
|
+
# ugly) test code in ruby-core:
|
1367
|
+
#
|
1368
|
+
# http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=29259
|
1369
|
+
|
1370
|
+
def test_assert_raises_skip
|
1371
|
+
@assertion_count = 0
|
1372
|
+
|
1373
|
+
assert_triggered "skipped", Minitest::Skip do
|
1374
|
+
@tc.assert_raises ArgumentError do
|
1375
|
+
begin
|
1376
|
+
raise "blah"
|
1377
|
+
rescue
|
1378
|
+
skip "skipped"
|
1379
|
+
end
|
1380
|
+
end
|
1381
|
+
end
|
1382
|
+
end
|
1383
|
+
|
1384
|
+
def test_assert_raises_triggered_different
|
1385
|
+
e = assert_raises Minitest::Assertion do
|
1386
|
+
@tc.assert_raises RuntimeError do
|
1387
|
+
raise SyntaxError, "icky"
|
1388
|
+
end
|
1389
|
+
end
|
1390
|
+
|
1391
|
+
expected = clean <<-EOM.chomp
|
1392
|
+
[RuntimeError] exception expected, not
|
1393
|
+
Class: <SyntaxError>
|
1394
|
+
Message: <\"icky\">
|
1395
|
+
---Backtrace---
|
1396
|
+
FILE:LINE:in \`test_assert_raises_triggered_different\'
|
1397
|
+
---------------
|
1398
|
+
EOM
|
1399
|
+
|
1400
|
+
actual = e.message.gsub(/^.+:\d+/, "FILE:LINE")
|
1401
|
+
actual.gsub!(/block \(\d+ levels\) in /, "") if RUBY_VERSION >= "1.9.0"
|
1402
|
+
|
1403
|
+
assert_equal expected, actual
|
1404
|
+
end
|
1405
|
+
|
1406
|
+
def test_assert_raises_triggered_different_msg
|
1407
|
+
e = assert_raises Minitest::Assertion do
|
1408
|
+
@tc.assert_raises RuntimeError, "XXX" do
|
1409
|
+
raise SyntaxError, "icky"
|
1410
|
+
end
|
1411
|
+
end
|
1412
|
+
|
1413
|
+
expected = clean <<-EOM
|
1414
|
+
XXX.
|
1415
|
+
[RuntimeError] exception expected, not
|
1416
|
+
Class: <SyntaxError>
|
1417
|
+
Message: <\"icky\">
|
1418
|
+
---Backtrace---
|
1419
|
+
FILE:LINE:in \`test_assert_raises_triggered_different_msg\'
|
1420
|
+
---------------
|
1421
|
+
EOM
|
1422
|
+
|
1423
|
+
actual = e.message.gsub(/^.+:\d+/, "FILE:LINE")
|
1424
|
+
actual.gsub!(/block \(\d+ levels\) in /, "") if RUBY_VERSION >= "1.9.0"
|
1425
|
+
|
1426
|
+
assert_equal expected.chomp, actual
|
1427
|
+
end
|
1428
|
+
|
1429
|
+
def test_assert_raises_triggered_none
|
1430
|
+
e = assert_raises Minitest::Assertion do
|
1431
|
+
@tc.assert_raises Minitest::Assertion do
|
1432
|
+
# do nothing
|
1433
|
+
end
|
1434
|
+
end
|
1435
|
+
|
1436
|
+
expected = "Minitest::Assertion expected but nothing was raised."
|
1437
|
+
|
1438
|
+
assert_equal expected, e.message
|
1439
|
+
end
|
1440
|
+
|
1441
|
+
def test_assert_raises_triggered_none_msg
|
1442
|
+
e = assert_raises Minitest::Assertion do
|
1443
|
+
@tc.assert_raises Minitest::Assertion, "XXX" do
|
1444
|
+
# do nothing
|
1445
|
+
end
|
1446
|
+
end
|
1447
|
+
|
1448
|
+
expected = "XXX.\nMinitest::Assertion expected but nothing was raised."
|
1449
|
+
|
1450
|
+
assert_equal expected, e.message
|
1451
|
+
end
|
1452
|
+
|
1453
|
+
def test_assert_raises_subclass
|
1454
|
+
@tc.assert_raises StandardError do
|
1455
|
+
raise AnError
|
1456
|
+
end
|
1457
|
+
end
|
1458
|
+
|
1459
|
+
def test_assert_raises_subclass_triggered
|
1460
|
+
e = assert_raises Minitest::Assertion do
|
1461
|
+
@tc.assert_raises SomeError do
|
1462
|
+
raise AnError, "some message"
|
1463
|
+
end
|
1464
|
+
end
|
1465
|
+
|
1466
|
+
expected = clean <<-EOM
|
1467
|
+
[SomeError] exception expected, not
|
1468
|
+
Class: <AnError>
|
1469
|
+
Message: <\"some message\">
|
1470
|
+
---Backtrace---
|
1471
|
+
FILE:LINE:in \`test_assert_raises_subclass_triggered\'
|
1472
|
+
---------------
|
1473
|
+
EOM
|
1474
|
+
|
1475
|
+
actual = e.message.gsub(/^.+:\d+/, "FILE:LINE")
|
1476
|
+
actual.gsub!(/block \(\d+ levels\) in /, "") if RUBY_VERSION >= "1.9.0"
|
1477
|
+
|
1478
|
+
assert_equal expected.chomp, actual
|
1479
|
+
end
|
1480
|
+
|
1481
|
+
def test_assert_raises_exit
|
1482
|
+
@tc.assert_raises SystemExit do
|
1483
|
+
exit 1
|
1484
|
+
end
|
1485
|
+
end
|
1486
|
+
|
1487
|
+
def test_assert_raises_signals
|
1488
|
+
@tc.assert_raises SignalException do
|
1489
|
+
raise SignalException, :INT
|
1490
|
+
end
|
1491
|
+
end
|
1492
|
+
|
1493
|
+
def test_assert_respond_to
|
1494
|
+
@tc.assert_respond_to "blah", :empty?
|
1495
|
+
end
|
1496
|
+
|
1497
|
+
def test_assert_respond_to_triggered
|
1498
|
+
assert_triggered 'Expected "blah" (String) to respond to #rawr!.' do
|
1499
|
+
@tc.assert_respond_to "blah", :rawr!
|
1500
|
+
end
|
1501
|
+
end
|
1502
|
+
|
1503
|
+
def test_assert_same
|
1504
|
+
@assertion_count = 3
|
1505
|
+
|
1506
|
+
o = "blah"
|
1507
|
+
@tc.assert_same 1, 1
|
1508
|
+
@tc.assert_same :blah, :blah
|
1509
|
+
@tc.assert_same o, o
|
1510
|
+
end
|
1511
|
+
|
1512
|
+
def test_assert_same_triggered
|
1513
|
+
@assertion_count = 2
|
1514
|
+
|
1515
|
+
assert_triggered "Expected 2 (oid=N) to be the same as 1 (oid=N)." do
|
1516
|
+
@tc.assert_same 1, 2
|
1517
|
+
end
|
1518
|
+
|
1519
|
+
s1 = "blah"
|
1520
|
+
s2 = "blah"
|
1521
|
+
|
1522
|
+
assert_triggered 'Expected "blah" (oid=N) to be the same as "blah" (oid=N).' do
|
1523
|
+
@tc.assert_same s1, s2
|
1524
|
+
end
|
1525
|
+
end
|
1526
|
+
|
1527
|
+
def assert_deprecated name
|
1528
|
+
dep = /DEPRECATED: #{name}. From #{__FILE__}:\d+(?::.*)?/
|
1529
|
+
dep = "" if $-w.nil?
|
1530
|
+
|
1531
|
+
assert_output nil, dep do
|
1532
|
+
yield
|
1533
|
+
end
|
1534
|
+
end
|
1535
|
+
|
1536
|
+
def test_assert_send
|
1537
|
+
assert_deprecated :assert_send do
|
1538
|
+
@tc.assert_send [1, :<, 2]
|
1539
|
+
end
|
1540
|
+
end
|
1541
|
+
|
1542
|
+
def test_assert_send_bad
|
1543
|
+
assert_deprecated :assert_send do
|
1544
|
+
assert_triggered "Expected 1.>(*[2]) to return true." do
|
1545
|
+
@tc.assert_send [1, :>, 2]
|
1546
|
+
end
|
1547
|
+
end
|
1548
|
+
end
|
1549
|
+
|
1550
|
+
def test_assert_silent
|
1551
|
+
@assertion_count = 2
|
1552
|
+
|
1553
|
+
@tc.assert_silent do
|
1554
|
+
# do nothing
|
1555
|
+
end
|
1556
|
+
end
|
1557
|
+
|
1558
|
+
def test_assert_silent_triggered_err
|
1559
|
+
assert_triggered util_msg("", "blah blah", "In stderr") do
|
1560
|
+
@tc.assert_silent do
|
1561
|
+
$stderr.print "blah blah"
|
1562
|
+
end
|
1563
|
+
end
|
1564
|
+
end
|
1565
|
+
|
1566
|
+
def test_assert_silent_triggered_out
|
1567
|
+
@assertion_count = 2
|
1568
|
+
|
1569
|
+
assert_triggered util_msg("", "blah blah", "In stdout") do
|
1570
|
+
@tc.assert_silent do
|
1571
|
+
print "blah blah"
|
1572
|
+
end
|
1573
|
+
end
|
1574
|
+
end
|
1575
|
+
|
1576
|
+
def test_assert_throws
|
1577
|
+
@tc.assert_throws :blah do
|
1578
|
+
throw :blah
|
1579
|
+
end
|
1580
|
+
end
|
1581
|
+
|
1582
|
+
def test_assert_throws_name_error
|
1583
|
+
@tc.assert_raises NameError do
|
1584
|
+
@tc.assert_throws :blah do
|
1585
|
+
raise NameError
|
1586
|
+
end
|
1587
|
+
end
|
1588
|
+
end
|
1589
|
+
|
1590
|
+
def test_assert_throws_argument_exception
|
1591
|
+
@tc.assert_raises ArgumentError do
|
1592
|
+
@tc.assert_throws :blah do
|
1593
|
+
raise ArgumentError
|
1594
|
+
end
|
1595
|
+
end
|
1596
|
+
end
|
1597
|
+
|
1598
|
+
def test_assert_throws_different
|
1599
|
+
assert_triggered "Expected :blah to have been thrown, not :not_blah." do
|
1600
|
+
@tc.assert_throws :blah do
|
1601
|
+
throw :not_blah
|
1602
|
+
end
|
1603
|
+
end
|
1604
|
+
end
|
1605
|
+
|
1606
|
+
def test_assert_throws_unthrown
|
1607
|
+
assert_triggered "Expected :blah to have been thrown." do
|
1608
|
+
@tc.assert_throws :blah do
|
1609
|
+
# do nothing
|
1610
|
+
end
|
1611
|
+
end
|
1612
|
+
end
|
1613
|
+
|
1614
|
+
def test_capture_io
|
1615
|
+
@assertion_count = 0
|
1616
|
+
|
1617
|
+
non_verbose do
|
1618
|
+
out, err = capture_io do
|
1619
|
+
puts "hi"
|
1620
|
+
$stderr.puts "bye!"
|
1621
|
+
end
|
1622
|
+
|
1623
|
+
assert_equal "hi\n", out
|
1624
|
+
assert_equal "bye!\n", err
|
1625
|
+
end
|
1626
|
+
end
|
1627
|
+
|
1628
|
+
def test_capture_subprocess_io
|
1629
|
+
@assertion_count = 0
|
1630
|
+
|
1631
|
+
non_verbose do
|
1632
|
+
out, err = capture_subprocess_io do
|
1633
|
+
system("echo hi")
|
1634
|
+
system("echo bye! 1>&2")
|
1635
|
+
end
|
1636
|
+
|
1637
|
+
assert_equal "hi\n", out
|
1638
|
+
assert_equal "bye!", err.strip
|
1639
|
+
end
|
1640
|
+
end
|
1641
|
+
|
1642
|
+
def test_class_asserts_match_refutes
|
1643
|
+
@assertion_count = 0
|
1644
|
+
|
1645
|
+
methods = Minitest::Assertions.public_instance_methods
|
1646
|
+
methods.map!(&:to_s) if Symbol === methods.first
|
1647
|
+
|
1648
|
+
# These don't have corresponding refutes _on purpose_. They're
|
1649
|
+
# useless and will never be added, so don't bother.
|
1650
|
+
ignores = %w[assert_output assert_raises assert_send
|
1651
|
+
assert_silent assert_throws assert_mock]
|
1652
|
+
|
1653
|
+
# These are test/unit methods. I'm not actually sure why they're still here
|
1654
|
+
ignores += %w[assert_no_match assert_not_equal assert_not_nil
|
1655
|
+
assert_not_same assert_nothing_raised
|
1656
|
+
assert_nothing_thrown assert_raise]
|
1657
|
+
|
1658
|
+
asserts = methods.grep(/^assert/).sort - ignores
|
1659
|
+
refutes = methods.grep(/^refute/).sort - ignores
|
1660
|
+
|
1661
|
+
assert_empty refutes.map { |n| n.sub(/^refute/, "assert") } - asserts
|
1662
|
+
assert_empty asserts.map { |n| n.sub(/^assert/, "refute") } - refutes
|
1663
|
+
end
|
1664
|
+
|
1665
|
+
def test_flunk
|
1666
|
+
assert_triggered "Epic Fail!" do
|
1667
|
+
@tc.flunk
|
1668
|
+
end
|
1669
|
+
end
|
1670
|
+
|
1671
|
+
def test_flunk_message
|
1672
|
+
assert_triggered @zomg do
|
1673
|
+
@tc.flunk @zomg
|
1674
|
+
end
|
1675
|
+
end
|
1676
|
+
|
1677
|
+
def test_message
|
1678
|
+
@assertion_count = 0
|
1679
|
+
|
1680
|
+
assert_equal "blah2.", @tc.message { "blah2" }.call
|
1681
|
+
assert_equal "blah2.", @tc.message("") { "blah2" }.call
|
1682
|
+
assert_equal "blah1.\nblah2.", @tc.message(:blah1) { "blah2" }.call
|
1683
|
+
assert_equal "blah1.\nblah2.", @tc.message("blah1") { "blah2" }.call
|
1684
|
+
|
1685
|
+
message = proc { "blah1" }
|
1686
|
+
assert_equal "blah1.\nblah2.", @tc.message(message) { "blah2" }.call
|
1687
|
+
|
1688
|
+
message = @tc.message { "blah1" }
|
1689
|
+
assert_equal "blah1.\nblah2.", @tc.message(message) { "blah2" }.call
|
1690
|
+
end
|
1691
|
+
|
1692
|
+
def test_message_message
|
1693
|
+
assert_triggered "whoops.\nExpected: 1\n Actual: 2" do
|
1694
|
+
@tc.assert_equal 1, 2, message { "whoops" }
|
1695
|
+
end
|
1696
|
+
end
|
1697
|
+
|
1698
|
+
def test_message_lambda
|
1699
|
+
assert_triggered "whoops.\nExpected: 1\n Actual: 2" do
|
1700
|
+
@tc.assert_equal 1, 2, lambda { "whoops" }
|
1701
|
+
end
|
1702
|
+
end
|
1703
|
+
|
1704
|
+
def test_message_deferred
|
1705
|
+
@assertion_count, var = 0, nil
|
1706
|
+
|
1707
|
+
msg = message { var = "blah" }
|
1708
|
+
|
1709
|
+
assert_nil var
|
1710
|
+
|
1711
|
+
msg.call
|
1712
|
+
|
1713
|
+
assert_equal "blah", var
|
1714
|
+
end
|
1715
|
+
|
1716
|
+
def test_pass
|
1717
|
+
@tc.pass
|
1718
|
+
end
|
1719
|
+
|
1720
|
+
def test_prints
|
1721
|
+
printer = Class.new { extend Minitest::Assertions }
|
1722
|
+
@tc.assert_equal '"test"', printer.mu_pp(ImmutableString.new "test")
|
1723
|
+
end
|
1724
|
+
|
1725
|
+
def test_refute
|
1726
|
+
@assertion_count = 2
|
1727
|
+
|
1728
|
+
@tc.assert_equal false, @tc.refute(false), "returns false on success"
|
1729
|
+
end
|
1730
|
+
|
1731
|
+
def test_refute_empty
|
1732
|
+
@assertion_count = 2
|
1733
|
+
|
1734
|
+
@tc.refute_empty [1]
|
1735
|
+
end
|
1736
|
+
|
1737
|
+
def test_refute_empty_triggered
|
1738
|
+
@assertion_count = 2
|
1739
|
+
|
1740
|
+
assert_triggered "Expected [] to not be empty." do
|
1741
|
+
@tc.refute_empty []
|
1742
|
+
end
|
1743
|
+
end
|
1744
|
+
|
1745
|
+
def test_refute_equal
|
1746
|
+
@tc.refute_equal "blah", "yay"
|
1747
|
+
end
|
1748
|
+
|
1749
|
+
def test_refute_equal_triggered
|
1750
|
+
assert_triggered 'Expected "blah" to not be equal to "blah".' do
|
1751
|
+
@tc.refute_equal "blah", "blah"
|
1752
|
+
end
|
1753
|
+
end
|
1754
|
+
|
1755
|
+
def test_refute_in_delta
|
1756
|
+
@tc.refute_in_delta 0.0, 1.0 / 1000, 0.000001
|
1757
|
+
end
|
1758
|
+
|
1759
|
+
def test_refute_in_delta_triggered
|
1760
|
+
x = maglev? ? "0.100000xxx" : "0.1"
|
1761
|
+
assert_triggered "Expected |0.0 - 0.001| (0.001) to not be <= #{x}." do
|
1762
|
+
@tc.refute_in_delta 0.0, 1.0 / 1000, 0.1
|
1763
|
+
end
|
1764
|
+
end
|
1765
|
+
|
1766
|
+
def test_refute_in_epsilon
|
1767
|
+
@tc.refute_in_epsilon 10_000, 9990-1
|
1768
|
+
end
|
1769
|
+
|
1770
|
+
def test_refute_in_epsilon_triggered
|
1771
|
+
assert_triggered "Expected |10000 - 9990| (10) to not be <= 10.0." do
|
1772
|
+
@tc.refute_in_epsilon 10_000, 9990
|
1773
|
+
flunk
|
1774
|
+
end
|
1775
|
+
end
|
1776
|
+
|
1777
|
+
def test_refute_includes
|
1778
|
+
@assertion_count = 2
|
1779
|
+
|
1780
|
+
@tc.refute_includes [true], false
|
1781
|
+
end
|
1782
|
+
|
1783
|
+
def test_refute_includes_triggered
|
1784
|
+
@assertion_count = 3
|
1785
|
+
|
1786
|
+
e = @tc.assert_raises Minitest::Assertion do
|
1787
|
+
@tc.refute_includes [true], true
|
1788
|
+
end
|
1789
|
+
|
1790
|
+
expected = "Expected [true] to not include true."
|
1791
|
+
assert_equal expected, e.message
|
1792
|
+
end
|
1793
|
+
|
1794
|
+
def test_refute_instance_of
|
1795
|
+
@tc.refute_instance_of Array, "blah"
|
1796
|
+
end
|
1797
|
+
|
1798
|
+
def test_refute_instance_of_triggered
|
1799
|
+
assert_triggered 'Expected "blah" to not be an instance of String.' do
|
1800
|
+
@tc.refute_instance_of String, "blah"
|
1801
|
+
end
|
1802
|
+
end
|
1803
|
+
|
1804
|
+
def test_refute_kind_of
|
1805
|
+
@tc.refute_kind_of Array, "blah"
|
1806
|
+
end
|
1807
|
+
|
1808
|
+
def test_refute_kind_of_triggered
|
1809
|
+
assert_triggered 'Expected "blah" to not be a kind of String.' do
|
1810
|
+
@tc.refute_kind_of String, "blah"
|
1811
|
+
end
|
1812
|
+
end
|
1813
|
+
|
1814
|
+
def test_refute_match
|
1815
|
+
@assertion_count = 2
|
1816
|
+
@tc.refute_match(/\d+/, "blah blah blah")
|
1817
|
+
end
|
1818
|
+
|
1819
|
+
def test_refute_match_matcher_object
|
1820
|
+
@assertion_count = 2
|
1821
|
+
@tc.refute_match Object.new, 5 # default #=~ returns false
|
1822
|
+
end
|
1823
|
+
|
1824
|
+
def test_refute_match_object_triggered
|
1825
|
+
@assertion_count = 2
|
1826
|
+
|
1827
|
+
pattern = Object.new
|
1828
|
+
def pattern.=~ _; true end
|
1829
|
+
def pattern.inspect; "[Object]" end
|
1830
|
+
|
1831
|
+
assert_triggered "Expected [Object] to not match 5." do
|
1832
|
+
@tc.refute_match pattern, 5
|
1833
|
+
end
|
1834
|
+
end
|
1835
|
+
|
1836
|
+
def test_refute_match_triggered
|
1837
|
+
@assertion_count = 2
|
1838
|
+
assert_triggered 'Expected /\w+/ to not match "blah blah blah".' do
|
1839
|
+
@tc.refute_match(/\w+/, "blah blah blah")
|
1840
|
+
end
|
1841
|
+
end
|
1842
|
+
|
1843
|
+
def test_refute_nil
|
1844
|
+
@tc.refute_nil 42
|
1845
|
+
end
|
1846
|
+
|
1847
|
+
def test_refute_nil_triggered
|
1848
|
+
assert_triggered "Expected nil to not be nil." do
|
1849
|
+
@tc.refute_nil nil
|
1850
|
+
end
|
1851
|
+
end
|
1852
|
+
|
1853
|
+
def test_refute_predicate
|
1854
|
+
@tc.refute_predicate "42", :empty?
|
1855
|
+
end
|
1856
|
+
|
1857
|
+
def test_refute_predicate_triggered
|
1858
|
+
assert_triggered 'Expected "" to not be empty?.' do
|
1859
|
+
@tc.refute_predicate "", :empty?
|
1860
|
+
end
|
1861
|
+
end
|
1862
|
+
|
1863
|
+
def test_refute_operator
|
1864
|
+
@tc.refute_operator 2, :<, 1
|
1865
|
+
end
|
1866
|
+
|
1867
|
+
def test_refute_operator_bad_object
|
1868
|
+
bad = Object.new
|
1869
|
+
def bad.== _; true end
|
1870
|
+
|
1871
|
+
@tc.refute_operator true, :equal?, bad
|
1872
|
+
end
|
1873
|
+
|
1874
|
+
def test_refute_operator_triggered
|
1875
|
+
assert_triggered "Expected 2 to not be > 1." do
|
1876
|
+
@tc.refute_operator 2, :>, 1
|
1877
|
+
end
|
1878
|
+
end
|
1879
|
+
|
1880
|
+
def test_refute_respond_to
|
1881
|
+
@tc.refute_respond_to "blah", :rawr!
|
1882
|
+
end
|
1883
|
+
|
1884
|
+
def test_refute_respond_to_triggered
|
1885
|
+
assert_triggered 'Expected "blah" to not respond to empty?.' do
|
1886
|
+
@tc.refute_respond_to "blah", :empty?
|
1887
|
+
end
|
1888
|
+
end
|
1889
|
+
|
1890
|
+
def test_refute_same
|
1891
|
+
@tc.refute_same 1, 2
|
1892
|
+
end
|
1893
|
+
|
1894
|
+
def test_refute_same_triggered
|
1895
|
+
assert_triggered "Expected 1 (oid=N) to not be the same as 1 (oid=N)." do
|
1896
|
+
@tc.refute_same 1, 1
|
1897
|
+
end
|
1898
|
+
end
|
1899
|
+
|
1900
|
+
def test_skip
|
1901
|
+
@assertion_count = 0
|
1902
|
+
|
1903
|
+
assert_triggered "haha!", Minitest::Skip do
|
1904
|
+
@tc.skip "haha!"
|
1905
|
+
end
|
1906
|
+
end
|
1907
|
+
|
1908
|
+
def test_runnable_methods_random
|
1909
|
+
@assertion_count = 0
|
1910
|
+
|
1911
|
+
sample_test_case = Class.new FakeNamedTest do
|
1912
|
+
def self.test_order; :random; end
|
1913
|
+
def test_test1; assert "does not matter" end
|
1914
|
+
def test_test2; assert "does not matter" end
|
1915
|
+
def test_test3; assert "does not matter" end
|
1916
|
+
end
|
1917
|
+
|
1918
|
+
srand 42
|
1919
|
+
expected = case
|
1920
|
+
when maglev? then
|
1921
|
+
%w[test_test2 test_test3 test_test1]
|
1922
|
+
else
|
1923
|
+
%w[test_test2 test_test1 test_test3]
|
1924
|
+
end
|
1925
|
+
assert_equal expected, sample_test_case.runnable_methods
|
1926
|
+
end
|
1927
|
+
|
1928
|
+
def test_runnable_methods_sorted
|
1929
|
+
@assertion_count = 0
|
1930
|
+
|
1931
|
+
sample_test_case = Class.new FakeNamedTest do
|
1932
|
+
def self.test_order; :sorted end
|
1933
|
+
def test_test3; assert "does not matter" end
|
1934
|
+
def test_test2; assert "does not matter" end
|
1935
|
+
def test_test1; assert "does not matter" end
|
1936
|
+
end
|
1937
|
+
|
1938
|
+
expected = %w[test_test1 test_test2 test_test3]
|
1939
|
+
assert_equal expected, sample_test_case.runnable_methods
|
1940
|
+
end
|
1941
|
+
|
1942
|
+
def test_i_suck_and_my_tests_are_order_dependent_bang_sets_test_order_alpha
|
1943
|
+
@assertion_count = 0
|
1944
|
+
|
1945
|
+
shitty_test_case = Class.new FakeNamedTest
|
1946
|
+
|
1947
|
+
shitty_test_case.i_suck_and_my_tests_are_order_dependent!
|
1948
|
+
|
1949
|
+
assert_equal :alpha, shitty_test_case.test_order
|
1950
|
+
end
|
1951
|
+
|
1952
|
+
def test_i_suck_and_my_tests_are_order_dependent_bang_does_not_warn
|
1953
|
+
@assertion_count = 0
|
1954
|
+
|
1955
|
+
shitty_test_case = Class.new FakeNamedTest
|
1956
|
+
|
1957
|
+
def shitty_test_case.test_order; :lol end
|
1958
|
+
|
1959
|
+
assert_silent do
|
1960
|
+
shitty_test_case.i_suck_and_my_tests_are_order_dependent!
|
1961
|
+
end
|
1962
|
+
end
|
1963
|
+
|
1964
|
+
def assert_triggered expected, klass = Minitest::Assertion
|
1965
|
+
e = assert_raises klass do
|
1966
|
+
yield
|
1967
|
+
end
|
1968
|
+
|
1969
|
+
msg = e.message.sub(/(---Backtrace---).*/m, '\1')
|
1970
|
+
msg.gsub!(/\(oid=[-0-9]+\)/, "(oid=N)")
|
1971
|
+
msg.gsub!(/(\d\.\d{6})\d+/, '\1xxx') # normalize: ruby version, impl, platform
|
1972
|
+
|
1973
|
+
assert_msg = Regexp === expected ? :assert_match : :assert_equal
|
1974
|
+
self.send assert_msg, expected, msg
|
1975
|
+
end
|
1976
|
+
|
1977
|
+
def util_msg exp, act, msg = nil
|
1978
|
+
s = "Expected: #{exp.inspect}\n Actual: #{act.inspect}"
|
1979
|
+
s = "#{msg}.\n#{s}" if msg
|
1980
|
+
s
|
1981
|
+
end
|
1982
|
+
|
1983
|
+
def without_diff
|
1984
|
+
old_diff = Minitest::Assertions.diff
|
1985
|
+
Minitest::Assertions.diff = nil
|
1986
|
+
|
1987
|
+
yield
|
1988
|
+
ensure
|
1989
|
+
Minitest::Assertions.diff = old_diff
|
1990
|
+
end
|
1991
|
+
end
|
1992
|
+
|
1993
|
+
class TestMinitestGuard < Minitest::Test
|
1994
|
+
parallelize_me!
|
1995
|
+
|
1996
|
+
def test_mri_eh
|
1997
|
+
assert self.class.mri? "ruby blah"
|
1998
|
+
assert self.mri? "ruby blah"
|
1999
|
+
end
|
2000
|
+
|
2001
|
+
def test_jruby_eh
|
2002
|
+
assert self.class.jruby? "java"
|
2003
|
+
assert self.jruby? "java"
|
2004
|
+
end
|
2005
|
+
|
2006
|
+
def test_rubinius_eh
|
2007
|
+
assert self.class.rubinius? "rbx"
|
2008
|
+
assert self.rubinius? "rbx"
|
2009
|
+
end
|
2010
|
+
|
2011
|
+
def test_windows_eh
|
2012
|
+
assert self.class.windows? "mswin"
|
2013
|
+
assert self.windows? "mswin"
|
2014
|
+
end
|
2015
|
+
end
|
2016
|
+
|
2017
|
+
class TestMinitestUnitRecording < MetaMetaMetaTestCase
|
2018
|
+
# do not parallelize this suite... it just can't handle it.
|
2019
|
+
|
2020
|
+
def assert_run_record *expected, &block
|
2021
|
+
@tu = Class.new FakeNamedTest, &block
|
2022
|
+
|
2023
|
+
run_tu_with_fresh_reporter
|
2024
|
+
|
2025
|
+
recorded = first_reporter.results.map(&:failures).flatten.map { |f| f.error.class }
|
2026
|
+
|
2027
|
+
assert_equal expected, recorded
|
2028
|
+
end
|
2029
|
+
|
2030
|
+
def test_run_with_bogus_reporter
|
2031
|
+
# https://github.com/seattlerb/minitest/issues/659
|
2032
|
+
# TODO: remove test for minitest 6
|
2033
|
+
@tu = Class.new FakeNamedTest do
|
2034
|
+
def test_method
|
2035
|
+
assert true
|
2036
|
+
end
|
2037
|
+
end
|
2038
|
+
|
2039
|
+
bogus_reporter = Class.new do # doesn't subclass AbstractReporter
|
2040
|
+
def start; @success = false; end
|
2041
|
+
# def prerecord klass, name; end # doesn't define full API
|
2042
|
+
def record result; @success = true; end
|
2043
|
+
def report; end
|
2044
|
+
def passed?; end
|
2045
|
+
def results; end
|
2046
|
+
def success?; @success; end
|
2047
|
+
end.new
|
2048
|
+
|
2049
|
+
self.reporter = Minitest::CompositeReporter.new
|
2050
|
+
reporter << bogus_reporter
|
2051
|
+
|
2052
|
+
Minitest::Runnable.runnables.delete @tu
|
2053
|
+
|
2054
|
+
@tu.run reporter, {}
|
2055
|
+
|
2056
|
+
assert_predicate bogus_reporter, :success?
|
2057
|
+
end
|
2058
|
+
|
2059
|
+
def test_record_passing
|
2060
|
+
assert_run_record do
|
2061
|
+
def test_method
|
2062
|
+
assert true
|
2063
|
+
end
|
2064
|
+
end
|
2065
|
+
end
|
2066
|
+
|
2067
|
+
def test_record_failing
|
2068
|
+
assert_run_record Minitest::Assertion do
|
2069
|
+
def test_method
|
2070
|
+
assert false
|
2071
|
+
end
|
2072
|
+
end
|
2073
|
+
end
|
2074
|
+
|
2075
|
+
def test_record_error
|
2076
|
+
assert_run_record RuntimeError do
|
2077
|
+
def test_method
|
2078
|
+
raise "unhandled exception"
|
2079
|
+
end
|
2080
|
+
end
|
2081
|
+
end
|
2082
|
+
|
2083
|
+
def test_record_error_teardown
|
2084
|
+
assert_run_record RuntimeError do
|
2085
|
+
def test_method
|
2086
|
+
assert true
|
2087
|
+
end
|
2088
|
+
|
2089
|
+
def teardown
|
2090
|
+
raise "unhandled exception"
|
2091
|
+
end
|
2092
|
+
end
|
2093
|
+
end
|
2094
|
+
|
2095
|
+
def test_record_error_in_test_and_teardown
|
2096
|
+
assert_run_record AnError, RuntimeError do
|
2097
|
+
def test_method
|
2098
|
+
raise AnError
|
2099
|
+
end
|
2100
|
+
|
2101
|
+
def teardown
|
2102
|
+
raise "unhandled exception"
|
2103
|
+
end
|
2104
|
+
end
|
2105
|
+
end
|
2106
|
+
|
2107
|
+
def test_to_s_error_in_test_and_teardown
|
2108
|
+
@tu = Class.new FakeNamedTest do
|
2109
|
+
def test_method
|
2110
|
+
raise AnError
|
2111
|
+
end
|
2112
|
+
|
2113
|
+
def teardown
|
2114
|
+
raise "unhandled exception"
|
2115
|
+
end
|
2116
|
+
end
|
2117
|
+
|
2118
|
+
run_tu_with_fresh_reporter
|
2119
|
+
|
2120
|
+
exp = clean "
|
2121
|
+
Error:
|
2122
|
+
FakeNamedTestXX#test_method:
|
2123
|
+
AnError: AnError
|
2124
|
+
FILE:LINE:in `test_method'
|
2125
|
+
|
2126
|
+
Error:
|
2127
|
+
FakeNamedTestXX#test_method:
|
2128
|
+
RuntimeError: unhandled exception
|
2129
|
+
FILE:LINE:in `teardown'
|
2130
|
+
"
|
2131
|
+
|
2132
|
+
assert_equal exp.strip, normalize_output(first_reporter.results.first.to_s).strip
|
2133
|
+
end
|
2134
|
+
|
2135
|
+
def test_record_skip
|
2136
|
+
assert_run_record Minitest::Skip do
|
2137
|
+
def test_method
|
2138
|
+
skip "not yet"
|
2139
|
+
end
|
2140
|
+
end
|
2141
|
+
end
|
2142
|
+
end
|