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,199 @@
|
|
1
|
+
/*
|
2
|
+
* Written by Doug Lea with assistance from members of JCP JSR-166
|
3
|
+
* Expert Group and released to the public domain, as explained at
|
4
|
+
* http://creativecommons.org/publicdomain/zero/1.0/
|
5
|
+
*/
|
6
|
+
|
7
|
+
// This is based on 1.16 version
|
8
|
+
|
9
|
+
package com.concurrent_ruby.ext.jsr166y;
|
10
|
+
|
11
|
+
import java.util.Random;
|
12
|
+
|
13
|
+
/**
|
14
|
+
* A random number generator isolated to the current thread. Like the
|
15
|
+
* global {@link java.util.Random} generator used by the {@link
|
16
|
+
* java.lang.Math} class, a {@code ThreadLocalRandom} is initialized
|
17
|
+
* with an internally generated seed that may not otherwise be
|
18
|
+
* modified. When applicable, use of {@code ThreadLocalRandom} rather
|
19
|
+
* than shared {@code Random} objects in concurrent programs will
|
20
|
+
* typically encounter much less overhead and contention. Use of
|
21
|
+
* {@code ThreadLocalRandom} is particularly appropriate when multiple
|
22
|
+
* tasks (for example, each a {@link ForkJoinTask}) use random numbers
|
23
|
+
* in parallel in thread pools.
|
24
|
+
*
|
25
|
+
* <p>Usages of this class should typically be of the form:
|
26
|
+
* {@code ThreadLocalRandom.current().nextX(...)} (where
|
27
|
+
* {@code X} is {@code Int}, {@code Long}, etc).
|
28
|
+
* When all usages are of this form, it is never possible to
|
29
|
+
* accidently share a {@code ThreadLocalRandom} across multiple threads.
|
30
|
+
*
|
31
|
+
* <p>This class also provides additional commonly used bounded random
|
32
|
+
* generation methods.
|
33
|
+
*
|
34
|
+
* @since 1.7
|
35
|
+
* @author Doug Lea
|
36
|
+
*/
|
37
|
+
public class ThreadLocalRandom extends Random {
|
38
|
+
// same constants as Random, but must be redeclared because private
|
39
|
+
private static final long multiplier = 0x5DEECE66DL;
|
40
|
+
private static final long addend = 0xBL;
|
41
|
+
private static final long mask = (1L << 48) - 1;
|
42
|
+
|
43
|
+
/**
|
44
|
+
* The random seed. We can't use super.seed.
|
45
|
+
*/
|
46
|
+
private long rnd;
|
47
|
+
|
48
|
+
/**
|
49
|
+
* Initialization flag to permit calls to setSeed to succeed only
|
50
|
+
* while executing the Random constructor. We can't allow others
|
51
|
+
* since it would cause setting seed in one part of a program to
|
52
|
+
* unintentionally impact other usages by the thread.
|
53
|
+
*/
|
54
|
+
boolean initialized;
|
55
|
+
|
56
|
+
// Padding to help avoid memory contention among seed updates in
|
57
|
+
// different TLRs in the common case that they are located near
|
58
|
+
// each other.
|
59
|
+
private long pad0, pad1, pad2, pad3, pad4, pad5, pad6, pad7;
|
60
|
+
|
61
|
+
/**
|
62
|
+
* The actual ThreadLocal
|
63
|
+
*/
|
64
|
+
private static final ThreadLocal<ThreadLocalRandom> localRandom =
|
65
|
+
new ThreadLocal<ThreadLocalRandom>() {
|
66
|
+
protected ThreadLocalRandom initialValue() {
|
67
|
+
return new ThreadLocalRandom();
|
68
|
+
}
|
69
|
+
};
|
70
|
+
|
71
|
+
|
72
|
+
/**
|
73
|
+
* Constructor called only by localRandom.initialValue.
|
74
|
+
*/
|
75
|
+
ThreadLocalRandom() {
|
76
|
+
super();
|
77
|
+
initialized = true;
|
78
|
+
}
|
79
|
+
|
80
|
+
/**
|
81
|
+
* Returns the current thread's {@code ThreadLocalRandom}.
|
82
|
+
*
|
83
|
+
* @return the current thread's {@code ThreadLocalRandom}
|
84
|
+
*/
|
85
|
+
public static ThreadLocalRandom current() {
|
86
|
+
return localRandom.get();
|
87
|
+
}
|
88
|
+
|
89
|
+
/**
|
90
|
+
* Throws {@code UnsupportedOperationException}. Setting seeds in
|
91
|
+
* this generator is not supported.
|
92
|
+
*
|
93
|
+
* @throws UnsupportedOperationException always
|
94
|
+
*/
|
95
|
+
public void setSeed(long seed) {
|
96
|
+
if (initialized)
|
97
|
+
throw new UnsupportedOperationException();
|
98
|
+
rnd = (seed ^ multiplier) & mask;
|
99
|
+
}
|
100
|
+
|
101
|
+
protected int next(int bits) {
|
102
|
+
rnd = (rnd * multiplier + addend) & mask;
|
103
|
+
return (int) (rnd >>> (48-bits));
|
104
|
+
}
|
105
|
+
|
106
|
+
/**
|
107
|
+
* Returns a pseudorandom, uniformly distributed value between the
|
108
|
+
* given least value (inclusive) and bound (exclusive).
|
109
|
+
*
|
110
|
+
* @param least the least value returned
|
111
|
+
* @param bound the upper bound (exclusive)
|
112
|
+
* @throws IllegalArgumentException if least greater than or equal
|
113
|
+
* to bound
|
114
|
+
* @return the next value
|
115
|
+
*/
|
116
|
+
public int nextInt(int least, int bound) {
|
117
|
+
if (least >= bound)
|
118
|
+
throw new IllegalArgumentException();
|
119
|
+
return nextInt(bound - least) + least;
|
120
|
+
}
|
121
|
+
|
122
|
+
/**
|
123
|
+
* Returns a pseudorandom, uniformly distributed value
|
124
|
+
* between 0 (inclusive) and the specified value (exclusive).
|
125
|
+
*
|
126
|
+
* @param n the bound on the random number to be returned. Must be
|
127
|
+
* positive.
|
128
|
+
* @return the next value
|
129
|
+
* @throws IllegalArgumentException if n is not positive
|
130
|
+
*/
|
131
|
+
public long nextLong(long n) {
|
132
|
+
if (n <= 0)
|
133
|
+
throw new IllegalArgumentException("n must be positive");
|
134
|
+
// Divide n by two until small enough for nextInt. On each
|
135
|
+
// iteration (at most 31 of them but usually much less),
|
136
|
+
// randomly choose both whether to include high bit in result
|
137
|
+
// (offset) and whether to continue with the lower vs upper
|
138
|
+
// half (which makes a difference only if odd).
|
139
|
+
long offset = 0;
|
140
|
+
while (n >= Integer.MAX_VALUE) {
|
141
|
+
int bits = next(2);
|
142
|
+
long half = n >>> 1;
|
143
|
+
long nextn = ((bits & 2) == 0) ? half : n - half;
|
144
|
+
if ((bits & 1) == 0)
|
145
|
+
offset += n - nextn;
|
146
|
+
n = nextn;
|
147
|
+
}
|
148
|
+
return offset + nextInt((int) n);
|
149
|
+
}
|
150
|
+
|
151
|
+
/**
|
152
|
+
* Returns a pseudorandom, uniformly distributed value between the
|
153
|
+
* given least value (inclusive) and bound (exclusive).
|
154
|
+
*
|
155
|
+
* @param least the least value returned
|
156
|
+
* @param bound the upper bound (exclusive)
|
157
|
+
* @return the next value
|
158
|
+
* @throws IllegalArgumentException if least greater than or equal
|
159
|
+
* to bound
|
160
|
+
*/
|
161
|
+
public long nextLong(long least, long bound) {
|
162
|
+
if (least >= bound)
|
163
|
+
throw new IllegalArgumentException();
|
164
|
+
return nextLong(bound - least) + least;
|
165
|
+
}
|
166
|
+
|
167
|
+
/**
|
168
|
+
* Returns a pseudorandom, uniformly distributed {@code double} value
|
169
|
+
* between 0 (inclusive) and the specified value (exclusive).
|
170
|
+
*
|
171
|
+
* @param n the bound on the random number to be returned. Must be
|
172
|
+
* positive.
|
173
|
+
* @return the next value
|
174
|
+
* @throws IllegalArgumentException if n is not positive
|
175
|
+
*/
|
176
|
+
public double nextDouble(double n) {
|
177
|
+
if (n <= 0)
|
178
|
+
throw new IllegalArgumentException("n must be positive");
|
179
|
+
return nextDouble() * n;
|
180
|
+
}
|
181
|
+
|
182
|
+
/**
|
183
|
+
* Returns a pseudorandom, uniformly distributed value between the
|
184
|
+
* given least value (inclusive) and bound (exclusive).
|
185
|
+
*
|
186
|
+
* @param least the least value returned
|
187
|
+
* @param bound the upper bound (exclusive)
|
188
|
+
* @return the next value
|
189
|
+
* @throws IllegalArgumentException if least greater than or equal
|
190
|
+
* to bound
|
191
|
+
*/
|
192
|
+
public double nextDouble(double least, double bound) {
|
193
|
+
if (least >= bound)
|
194
|
+
throw new IllegalArgumentException();
|
195
|
+
return nextDouble() * (bound - least) + least;
|
196
|
+
}
|
197
|
+
|
198
|
+
private static final long serialVersionUID = -5851777807851030925L;
|
199
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
require_relative "./concurrent"
|
@@ -0,0 +1,134 @@
|
|
1
|
+
require 'concurrent/version'
|
2
|
+
require 'concurrent/constants'
|
3
|
+
require 'concurrent/errors'
|
4
|
+
require 'concurrent/configuration'
|
5
|
+
|
6
|
+
require 'concurrent/atomics'
|
7
|
+
require 'concurrent/executors'
|
8
|
+
require 'concurrent/synchronization'
|
9
|
+
|
10
|
+
require 'concurrent/atomic/atomic_markable_reference'
|
11
|
+
require 'concurrent/atomic/atomic_reference'
|
12
|
+
require 'concurrent/agent'
|
13
|
+
require 'concurrent/atom'
|
14
|
+
require 'concurrent/array'
|
15
|
+
require 'concurrent/hash'
|
16
|
+
require 'concurrent/set'
|
17
|
+
require 'concurrent/map'
|
18
|
+
require 'concurrent/tuple'
|
19
|
+
require 'concurrent/async'
|
20
|
+
require 'concurrent/dataflow'
|
21
|
+
require 'concurrent/delay'
|
22
|
+
require 'concurrent/exchanger'
|
23
|
+
require 'concurrent/future'
|
24
|
+
require 'concurrent/immutable_struct'
|
25
|
+
require 'concurrent/ivar'
|
26
|
+
require 'concurrent/maybe'
|
27
|
+
require 'concurrent/mutable_struct'
|
28
|
+
require 'concurrent/mvar'
|
29
|
+
require 'concurrent/promise'
|
30
|
+
require 'concurrent/scheduled_task'
|
31
|
+
require 'concurrent/settable_struct'
|
32
|
+
require 'concurrent/timer_task'
|
33
|
+
require 'concurrent/tvar'
|
34
|
+
require 'concurrent/promises'
|
35
|
+
|
36
|
+
require 'concurrent/thread_safe/synchronized_delegator'
|
37
|
+
require 'concurrent/thread_safe/util'
|
38
|
+
|
39
|
+
require 'concurrent/options'
|
40
|
+
|
41
|
+
# @!macro internal_implementation_note
|
42
|
+
#
|
43
|
+
# @note **Private Implementation:** This abstraction is a private, internal
|
44
|
+
# implementation detail. It should never be used directly.
|
45
|
+
|
46
|
+
# @!macro monotonic_clock_warning
|
47
|
+
#
|
48
|
+
# @note Time calculations on all platforms and languages are sensitive to
|
49
|
+
# changes to the system clock. To alleviate the potential problems
|
50
|
+
# associated with changing the system clock while an application is running,
|
51
|
+
# most modern operating systems provide a monotonic clock that operates
|
52
|
+
# independently of the system clock. A monotonic clock cannot be used to
|
53
|
+
# determine human-friendly clock times. A monotonic clock is used exclusively
|
54
|
+
# for calculating time intervals. Not all Ruby platforms provide access to an
|
55
|
+
# operating system monotonic clock. On these platforms a pure-Ruby monotonic
|
56
|
+
# clock will be used as a fallback. An operating system monotonic clock is both
|
57
|
+
# faster and more reliable than the pure-Ruby implementation. The pure-Ruby
|
58
|
+
# implementation should be fast and reliable enough for most non-realtime
|
59
|
+
# operations. At this time the common Ruby platforms that provide access to an
|
60
|
+
# operating system monotonic clock are MRI 2.1 and above and JRuby (all versions).
|
61
|
+
#
|
62
|
+
# @see http://linux.die.net/man/3/clock_gettime Linux clock_gettime(3)
|
63
|
+
|
64
|
+
# @!macro copy_options
|
65
|
+
#
|
66
|
+
# ## Copy Options
|
67
|
+
#
|
68
|
+
# Object references in Ruby are mutable. This can lead to serious
|
69
|
+
# problems when the {#value} of an object is a mutable reference. Which
|
70
|
+
# is always the case unless the value is a `Fixnum`, `Symbol`, or similar
|
71
|
+
# "primitive" data type. Each instance can be configured with a few
|
72
|
+
# options that can help protect the program from potentially dangerous
|
73
|
+
# operations. Each of these options can be optionally set when the object
|
74
|
+
# instance is created:
|
75
|
+
#
|
76
|
+
# * `:dup_on_deref` When true the object will call the `#dup` method on
|
77
|
+
# the `value` object every time the `#value` method is called
|
78
|
+
# (default: false)
|
79
|
+
# * `:freeze_on_deref` When true the object will call the `#freeze`
|
80
|
+
# method on the `value` object every time the `#value` method is called
|
81
|
+
# (default: false)
|
82
|
+
# * `:copy_on_deref` When given a `Proc` object the `Proc` will be run
|
83
|
+
# every time the `#value` method is called. The `Proc` will be given
|
84
|
+
# the current `value` as its only argument and the result returned by
|
85
|
+
# the block will be the return value of the `#value` call. When `nil`
|
86
|
+
# this option will be ignored (default: nil)
|
87
|
+
#
|
88
|
+
# When multiple deref options are set the order of operations is strictly defined.
|
89
|
+
# The order of deref operations is:
|
90
|
+
# * `:copy_on_deref`
|
91
|
+
# * `:dup_on_deref`
|
92
|
+
# * `:freeze_on_deref`
|
93
|
+
#
|
94
|
+
# Because of this ordering there is no need to `#freeze` an object created by a
|
95
|
+
# provided `:copy_on_deref` block. Simply set `:freeze_on_deref` to `true`.
|
96
|
+
# Setting both `:dup_on_deref` to `true` and `:freeze_on_deref` to `true` is
|
97
|
+
# as close to the behavior of a "pure" functional language (like Erlang, Clojure,
|
98
|
+
# or Haskell) as we are likely to get in Ruby.
|
99
|
+
|
100
|
+
# @!macro deref_options
|
101
|
+
#
|
102
|
+
# @option opts [Boolean] :dup_on_deref (false) Call `#dup` before
|
103
|
+
# returning the data from {#value}
|
104
|
+
# @option opts [Boolean] :freeze_on_deref (false) Call `#freeze` before
|
105
|
+
# returning the data from {#value}
|
106
|
+
# @option opts [Proc] :copy_on_deref (nil) When calling the {#value}
|
107
|
+
# method, call the given proc passing the internal value as the sole
|
108
|
+
# argument then return the new value returned from the proc.
|
109
|
+
|
110
|
+
# @!macro executor_and_deref_options
|
111
|
+
#
|
112
|
+
# @param [Hash] opts the options used to define the behavior at update and deref
|
113
|
+
# and to specify the executor on which to perform actions
|
114
|
+
# @option opts [Executor] :executor when set use the given `Executor` instance.
|
115
|
+
# Three special values are also supported: `:io` returns the global pool for
|
116
|
+
# long, blocking (IO) tasks, `:fast` returns the global pool for short, fast
|
117
|
+
# operations, and `:immediate` returns the global `ImmediateExecutor` object.
|
118
|
+
# @!macro deref_options
|
119
|
+
|
120
|
+
# @!macro warn.edge
|
121
|
+
# @api Edge
|
122
|
+
# @note **Edge Features** are under active development and may change frequently.
|
123
|
+
#
|
124
|
+
# - Deprecations are not added before incompatible changes.
|
125
|
+
# - Edge version: _major_ is always 0, _minor_ bump means incompatible change,
|
126
|
+
# _patch_ bump means compatible change.
|
127
|
+
# - Edge features may also lack tests and documentation.
|
128
|
+
# - Features developed in `concurrent-ruby-edge` are expected to move
|
129
|
+
# to `concurrent-ruby` when finalised.
|
130
|
+
|
131
|
+
|
132
|
+
# {include:file:README.md}
|
133
|
+
module Concurrent
|
134
|
+
end
|
@@ -0,0 +1,587 @@
|
|
1
|
+
require 'concurrent/configuration'
|
2
|
+
require 'concurrent/atomic/atomic_reference'
|
3
|
+
require 'concurrent/atomic/thread_local_var'
|
4
|
+
require 'concurrent/collection/copy_on_write_observer_set'
|
5
|
+
require 'concurrent/concern/observable'
|
6
|
+
require 'concurrent/synchronization'
|
7
|
+
|
8
|
+
module Concurrent
|
9
|
+
|
10
|
+
# `Agent` is inspired by Clojure's [agent](http://clojure.org/agents)
|
11
|
+
# function. An agent is a shared, mutable variable providing independent,
|
12
|
+
# uncoordinated, *asynchronous* change of individual values. Best used when
|
13
|
+
# the value will undergo frequent, complex updates. Suitable when the result
|
14
|
+
# of an update does not need to be known immediately. `Agent` is (mostly)
|
15
|
+
# functionally equivalent to Clojure's agent, except where the runtime
|
16
|
+
# prevents parity.
|
17
|
+
#
|
18
|
+
# Agents are reactive, not autonomous - there is no imperative message loop
|
19
|
+
# and no blocking receive. The state of an Agent should be itself immutable
|
20
|
+
# and the `#value` of an Agent is always immediately available for reading by
|
21
|
+
# any thread without any messages, i.e. observation does not require
|
22
|
+
# cooperation or coordination.
|
23
|
+
#
|
24
|
+
# Agent action dispatches are made using the various `#send` methods. These
|
25
|
+
# methods always return immediately. At some point later, in another thread,
|
26
|
+
# the following will happen:
|
27
|
+
#
|
28
|
+
# 1. The given `action` will be applied to the state of the Agent and the
|
29
|
+
# `args`, if any were supplied.
|
30
|
+
# 2. The return value of `action` will be passed to the validator lambda,
|
31
|
+
# if one has been set on the Agent.
|
32
|
+
# 3. If the validator succeeds or if no validator was given, the return value
|
33
|
+
# of the given `action` will become the new `#value` of the Agent. See
|
34
|
+
# `#initialize` for details.
|
35
|
+
# 4. If any observers were added to the Agent, they will be notified. See
|
36
|
+
# `#add_observer` for details.
|
37
|
+
# 5. If during the `action` execution any other dispatches are made (directly
|
38
|
+
# or indirectly), they will be held until after the `#value` of the Agent
|
39
|
+
# has been changed.
|
40
|
+
#
|
41
|
+
# If any exceptions are thrown by an action function, no nested dispatches
|
42
|
+
# will occur, and the exception will be cached in the Agent itself. When an
|
43
|
+
# Agent has errors cached, any subsequent interactions will immediately throw
|
44
|
+
# an exception, until the agent's errors are cleared. Agent errors can be
|
45
|
+
# examined with `#error` and the agent restarted with `#restart`.
|
46
|
+
#
|
47
|
+
# The actions of all Agents get interleaved amongst threads in a thread pool.
|
48
|
+
# At any point in time, at most one action for each Agent is being executed.
|
49
|
+
# Actions dispatched to an agent from another single agent or thread will
|
50
|
+
# occur in the order they were sent, potentially interleaved with actions
|
51
|
+
# dispatched to the same agent from other sources. The `#send` method should
|
52
|
+
# be used for actions that are CPU limited, while the `#send_off` method is
|
53
|
+
# appropriate for actions that may block on IO.
|
54
|
+
#
|
55
|
+
# Unlike in Clojure, `Agent` cannot participate in `Concurrent::TVar` transactions.
|
56
|
+
#
|
57
|
+
# ## Example
|
58
|
+
#
|
59
|
+
# ```
|
60
|
+
# def next_fibonacci(set = nil)
|
61
|
+
# return [0, 1] if set.nil?
|
62
|
+
# set + [set[-2..-1].reduce{|sum,x| sum + x }]
|
63
|
+
# end
|
64
|
+
#
|
65
|
+
# # create an agent with an initial value
|
66
|
+
# agent = Concurrent::Agent.new(next_fibonacci)
|
67
|
+
#
|
68
|
+
# # send a few update requests
|
69
|
+
# 5.times do
|
70
|
+
# agent.send{|set| next_fibonacci(set) }
|
71
|
+
# end
|
72
|
+
#
|
73
|
+
# # wait for them to complete
|
74
|
+
# agent.await
|
75
|
+
#
|
76
|
+
# # get the current value
|
77
|
+
# agent.value #=> [0, 1, 1, 2, 3, 5, 8]
|
78
|
+
# ```
|
79
|
+
#
|
80
|
+
# ## Observation
|
81
|
+
#
|
82
|
+
# Agents support observers through the {Concurrent::Observable} mixin module.
|
83
|
+
# Notification of observers occurs every time an action dispatch returns and
|
84
|
+
# the new value is successfully validated. Observation will *not* occur if the
|
85
|
+
# action raises an exception, if validation fails, or when a {#restart} occurs.
|
86
|
+
#
|
87
|
+
# When notified the observer will receive three arguments: `time`, `old_value`,
|
88
|
+
# and `new_value`. The `time` argument is the time at which the value change
|
89
|
+
# occurred. The `old_value` is the value of the Agent when the action began
|
90
|
+
# processing. The `new_value` is the value to which the Agent was set when the
|
91
|
+
# action completed. Note that `old_value` and `new_value` may be the same.
|
92
|
+
# This is not an error. It simply means that the action returned the same
|
93
|
+
# value.
|
94
|
+
#
|
95
|
+
# ## Nested Actions
|
96
|
+
#
|
97
|
+
# It is possible for an Agent action to post further actions back to itself.
|
98
|
+
# The nested actions will be enqueued normally then processed *after* the
|
99
|
+
# outer action completes, in the order they were sent, possibly interleaved
|
100
|
+
# with action dispatches from other threads. Nested actions never deadlock
|
101
|
+
# with one another and a failure in a nested action will never affect the
|
102
|
+
# outer action.
|
103
|
+
#
|
104
|
+
# Nested actions can be called using the Agent reference from the enclosing
|
105
|
+
# scope or by passing the reference in as a "send" argument. Nested actions
|
106
|
+
# cannot be post using `self` from within the action block/proc/lambda; `self`
|
107
|
+
# in this context will not reference the Agent. The preferred method for
|
108
|
+
# dispatching nested actions is to pass the Agent as an argument. This allows
|
109
|
+
# Ruby to more effectively manage the closing scope.
|
110
|
+
#
|
111
|
+
# Prefer this:
|
112
|
+
#
|
113
|
+
# ```
|
114
|
+
# agent = Concurrent::Agent.new(0)
|
115
|
+
# agent.send(agent) do |value, this|
|
116
|
+
# this.send {|v| v + 42 }
|
117
|
+
# 3.14
|
118
|
+
# end
|
119
|
+
# agent.value #=> 45.14
|
120
|
+
# ```
|
121
|
+
#
|
122
|
+
# Over this:
|
123
|
+
#
|
124
|
+
# ```
|
125
|
+
# agent = Concurrent::Agent.new(0)
|
126
|
+
# agent.send do |value|
|
127
|
+
# agent.send {|v| v + 42 }
|
128
|
+
# 3.14
|
129
|
+
# end
|
130
|
+
# ```
|
131
|
+
#
|
132
|
+
# @!macro agent_await_warning
|
133
|
+
#
|
134
|
+
# **NOTE** Never, *under any circumstances*, call any of the "await" methods
|
135
|
+
# ({#await}, {#await_for}, {#await_for!}, and {#wait}) from within an action
|
136
|
+
# block/proc/lambda. The call will block the Agent and will always fail.
|
137
|
+
# Calling either {#await} or {#wait} (with a timeout of `nil`) will
|
138
|
+
# hopelessly deadlock the Agent with no possibility of recovery.
|
139
|
+
#
|
140
|
+
# @!macro thread_safe_variable_comparison
|
141
|
+
#
|
142
|
+
# @see http://clojure.org/Agents Clojure Agents
|
143
|
+
# @see http://clojure.org/state Values and Change - Clojure's approach to Identity and State
|
144
|
+
class Agent < Synchronization::LockableObject
|
145
|
+
include Concern::Observable
|
146
|
+
|
147
|
+
ERROR_MODES = [:continue, :fail].freeze
|
148
|
+
private_constant :ERROR_MODES
|
149
|
+
|
150
|
+
AWAIT_FLAG = ::Object.new
|
151
|
+
private_constant :AWAIT_FLAG
|
152
|
+
|
153
|
+
AWAIT_ACTION = ->(value, latch) { latch.count_down; AWAIT_FLAG }
|
154
|
+
private_constant :AWAIT_ACTION
|
155
|
+
|
156
|
+
DEFAULT_ERROR_HANDLER = ->(agent, error) { nil }
|
157
|
+
private_constant :DEFAULT_ERROR_HANDLER
|
158
|
+
|
159
|
+
DEFAULT_VALIDATOR = ->(value) { true }
|
160
|
+
private_constant :DEFAULT_VALIDATOR
|
161
|
+
|
162
|
+
Job = Struct.new(:action, :args, :executor, :caller)
|
163
|
+
private_constant :Job
|
164
|
+
|
165
|
+
# Raised during action processing or any other time in an Agent's lifecycle.
|
166
|
+
class Error < StandardError
|
167
|
+
def initialize(message = nil)
|
168
|
+
message ||= 'agent must be restarted before jobs can post'
|
169
|
+
super(message)
|
170
|
+
end
|
171
|
+
end
|
172
|
+
|
173
|
+
# Raised when a new value obtained during action processing or at `#restart`
|
174
|
+
# fails validation.
|
175
|
+
class ValidationError < Error
|
176
|
+
def initialize(message = nil)
|
177
|
+
message ||= 'invalid value'
|
178
|
+
super(message)
|
179
|
+
end
|
180
|
+
end
|
181
|
+
|
182
|
+
# The error mode this Agent is operating in. See {#initialize} for details.
|
183
|
+
attr_reader :error_mode
|
184
|
+
|
185
|
+
# Create a new `Agent` with the given initial value and options.
|
186
|
+
#
|
187
|
+
# The `:validator` option must be `nil` or a side-effect free proc/lambda
|
188
|
+
# which takes one argument. On any intended value change the validator, if
|
189
|
+
# provided, will be called. If the new value is invalid the validator should
|
190
|
+
# return `false` or raise an error.
|
191
|
+
#
|
192
|
+
# The `:error_handler` option must be `nil` or a proc/lambda which takes two
|
193
|
+
# arguments. When an action raises an error or validation fails, either by
|
194
|
+
# returning false or raising an error, the error handler will be called. The
|
195
|
+
# arguments to the error handler will be a reference to the agent itself and
|
196
|
+
# the error object which was raised.
|
197
|
+
#
|
198
|
+
# The `:error_mode` may be either `:continue` (the default if an error
|
199
|
+
# handler is given) or `:fail` (the default if error handler nil or not
|
200
|
+
# given).
|
201
|
+
#
|
202
|
+
# If an action being run by the agent throws an error or doesn't pass
|
203
|
+
# validation the error handler, if present, will be called. After the
|
204
|
+
# handler executes if the error mode is `:continue` the Agent will continue
|
205
|
+
# as if neither the action that caused the error nor the error itself ever
|
206
|
+
# happened.
|
207
|
+
#
|
208
|
+
# If the mode is `:fail` the Agent will become {#failed?} and will stop
|
209
|
+
# accepting new action dispatches. Any previously queued actions will be
|
210
|
+
# held until {#restart} is called. The {#value} method will still work,
|
211
|
+
# returning the value of the Agent before the error.
|
212
|
+
#
|
213
|
+
# @param [Object] initial the initial value
|
214
|
+
# @param [Hash] opts the configuration options
|
215
|
+
#
|
216
|
+
# @option opts [Symbol] :error_mode either `:continue` or `:fail`
|
217
|
+
# @option opts [nil, Proc] :error_handler the (optional) error handler
|
218
|
+
# @option opts [nil, Proc] :validator the (optional) validation procedure
|
219
|
+
def initialize(initial, opts = {})
|
220
|
+
super()
|
221
|
+
synchronize { ns_initialize(initial, opts) }
|
222
|
+
end
|
223
|
+
|
224
|
+
# The current value (state) of the Agent, irrespective of any pending or
|
225
|
+
# in-progress actions. The value is always available and is non-blocking.
|
226
|
+
#
|
227
|
+
# @return [Object] the current value
|
228
|
+
def value
|
229
|
+
@current.value # TODO (pitr 12-Sep-2015): broken unsafe read?
|
230
|
+
end
|
231
|
+
|
232
|
+
alias_method :deref, :value
|
233
|
+
|
234
|
+
# When {#failed?} and {#error_mode} is `:fail`, returns the error object
|
235
|
+
# which caused the failure, else `nil`. When {#error_mode} is `:continue`
|
236
|
+
# will *always* return `nil`.
|
237
|
+
#
|
238
|
+
# @return [nil, Error] the error which caused the failure when {#failed?}
|
239
|
+
def error
|
240
|
+
@error.value
|
241
|
+
end
|
242
|
+
|
243
|
+
alias_method :reason, :error
|
244
|
+
|
245
|
+
# @!macro agent_send
|
246
|
+
#
|
247
|
+
# Dispatches an action to the Agent and returns immediately. Subsequently,
|
248
|
+
# in a thread from a thread pool, the {#value} will be set to the return
|
249
|
+
# value of the action. Action dispatches are only allowed when the Agent
|
250
|
+
# is not {#failed?}.
|
251
|
+
#
|
252
|
+
# The action must be a block/proc/lambda which takes 1 or more arguments.
|
253
|
+
# The first argument is the current {#value} of the Agent. Any arguments
|
254
|
+
# passed to the send method via the `args` parameter will be passed to the
|
255
|
+
# action as the remaining arguments. The action must return the new value
|
256
|
+
# of the Agent.
|
257
|
+
#
|
258
|
+
# * {#send} and {#send!} should be used for actions that are CPU limited
|
259
|
+
# * {#send_off}, {#send_off!}, and {#<<} are appropriate for actions that
|
260
|
+
# may block on IO
|
261
|
+
# * {#send_via} and {#send_via!} are used when a specific executor is to
|
262
|
+
# be used for the action
|
263
|
+
#
|
264
|
+
# @param [Array<Object>] args zero or more arguments to be passed to
|
265
|
+
# the action
|
266
|
+
# @param [Proc] action the action dispatch to be enqueued
|
267
|
+
#
|
268
|
+
# @yield [agent, value, *args] process the old value and return the new
|
269
|
+
# @yieldparam [Object] value the current {#value} of the Agent
|
270
|
+
# @yieldparam [Array<Object>] args zero or more arguments to pass to the
|
271
|
+
# action
|
272
|
+
# @yieldreturn [Object] the new value of the Agent
|
273
|
+
#
|
274
|
+
# @!macro send_return
|
275
|
+
# @return [Boolean] true if the action is successfully enqueued, false if
|
276
|
+
# the Agent is {#failed?}
|
277
|
+
def send(*args, &action)
|
278
|
+
enqueue_action_job(action, args, Concurrent.global_fast_executor)
|
279
|
+
end
|
280
|
+
|
281
|
+
# @!macro agent_send
|
282
|
+
#
|
283
|
+
# @!macro send_bang_return_and_raise
|
284
|
+
# @return [Boolean] true if the action is successfully enqueued
|
285
|
+
# @raise [Concurrent::Agent::Error] if the Agent is {#failed?}
|
286
|
+
def send!(*args, &action)
|
287
|
+
raise Error.new unless send(*args, &action)
|
288
|
+
true
|
289
|
+
end
|
290
|
+
|
291
|
+
# @!macro agent_send
|
292
|
+
# @!macro send_return
|
293
|
+
def send_off(*args, &action)
|
294
|
+
enqueue_action_job(action, args, Concurrent.global_io_executor)
|
295
|
+
end
|
296
|
+
|
297
|
+
alias_method :post, :send_off
|
298
|
+
|
299
|
+
# @!macro agent_send
|
300
|
+
# @!macro send_bang_return_and_raise
|
301
|
+
def send_off!(*args, &action)
|
302
|
+
raise Error.new unless send_off(*args, &action)
|
303
|
+
true
|
304
|
+
end
|
305
|
+
|
306
|
+
# @!macro agent_send
|
307
|
+
# @!macro send_return
|
308
|
+
# @param [Concurrent::ExecutorService] executor the executor on which the
|
309
|
+
# action is to be dispatched
|
310
|
+
def send_via(executor, *args, &action)
|
311
|
+
enqueue_action_job(action, args, executor)
|
312
|
+
end
|
313
|
+
|
314
|
+
# @!macro agent_send
|
315
|
+
# @!macro send_bang_return_and_raise
|
316
|
+
# @param [Concurrent::ExecutorService] executor the executor on which the
|
317
|
+
# action is to be dispatched
|
318
|
+
def send_via!(executor, *args, &action)
|
319
|
+
raise Error.new unless send_via(executor, *args, &action)
|
320
|
+
true
|
321
|
+
end
|
322
|
+
|
323
|
+
# Dispatches an action to the Agent and returns immediately. Subsequently,
|
324
|
+
# in a thread from a thread pool, the {#value} will be set to the return
|
325
|
+
# value of the action. Appropriate for actions that may block on IO.
|
326
|
+
#
|
327
|
+
# @param [Proc] action the action dispatch to be enqueued
|
328
|
+
# @return [Concurrent::Agent] self
|
329
|
+
# @see #send_off
|
330
|
+
def <<(action)
|
331
|
+
send_off(&action)
|
332
|
+
self
|
333
|
+
end
|
334
|
+
|
335
|
+
# Blocks the current thread (indefinitely!) until all actions dispatched
|
336
|
+
# thus far, from this thread or nested by the Agent, have occurred. Will
|
337
|
+
# block when {#failed?}. Will never return if a failed Agent is {#restart}
|
338
|
+
# with `:clear_actions` true.
|
339
|
+
#
|
340
|
+
# Returns a reference to `self` to support method chaining:
|
341
|
+
#
|
342
|
+
# ```
|
343
|
+
# current_value = agent.await.value
|
344
|
+
# ```
|
345
|
+
#
|
346
|
+
# @return [Boolean] self
|
347
|
+
#
|
348
|
+
# @!macro agent_await_warning
|
349
|
+
def await
|
350
|
+
wait(nil)
|
351
|
+
self
|
352
|
+
end
|
353
|
+
|
354
|
+
# Blocks the current thread until all actions dispatched thus far, from this
|
355
|
+
# thread or nested by the Agent, have occurred, or the timeout (in seconds)
|
356
|
+
# has elapsed.
|
357
|
+
#
|
358
|
+
# @param [Float] timeout the maximum number of seconds to wait
|
359
|
+
# @return [Boolean] true if all actions complete before timeout else false
|
360
|
+
#
|
361
|
+
# @!macro agent_await_warning
|
362
|
+
def await_for(timeout)
|
363
|
+
wait(timeout.to_f)
|
364
|
+
end
|
365
|
+
|
366
|
+
# Blocks the current thread until all actions dispatched thus far, from this
|
367
|
+
# thread or nested by the Agent, have occurred, or the timeout (in seconds)
|
368
|
+
# has elapsed.
|
369
|
+
#
|
370
|
+
# @param [Float] timeout the maximum number of seconds to wait
|
371
|
+
# @return [Boolean] true if all actions complete before timeout
|
372
|
+
#
|
373
|
+
# @raise [Concurrent::TimeoutError] when timout is reached
|
374
|
+
#
|
375
|
+
# @!macro agent_await_warning
|
376
|
+
def await_for!(timeout)
|
377
|
+
raise Concurrent::TimeoutError unless wait(timeout.to_f)
|
378
|
+
true
|
379
|
+
end
|
380
|
+
|
381
|
+
# Blocks the current thread until all actions dispatched thus far, from this
|
382
|
+
# thread or nested by the Agent, have occurred, or the timeout (in seconds)
|
383
|
+
# has elapsed. Will block indefinitely when timeout is nil or not given.
|
384
|
+
#
|
385
|
+
# Provided mainly for consistency with other classes in this library. Prefer
|
386
|
+
# the various `await` methods instead.
|
387
|
+
#
|
388
|
+
# @param [Float] timeout the maximum number of seconds to wait
|
389
|
+
# @return [Boolean] true if all actions complete before timeout else false
|
390
|
+
#
|
391
|
+
# @!macro agent_await_warning
|
392
|
+
def wait(timeout = nil)
|
393
|
+
latch = Concurrent::CountDownLatch.new(1)
|
394
|
+
enqueue_await_job(latch)
|
395
|
+
latch.wait(timeout)
|
396
|
+
end
|
397
|
+
|
398
|
+
# Is the Agent in a failed state?
|
399
|
+
#
|
400
|
+
# @see #restart
|
401
|
+
def failed?
|
402
|
+
!@error.value.nil?
|
403
|
+
end
|
404
|
+
|
405
|
+
alias_method :stopped?, :failed?
|
406
|
+
|
407
|
+
# When an Agent is {#failed?}, changes the Agent {#value} to `new_value`
|
408
|
+
# then un-fails the Agent so that action dispatches are allowed again. If
|
409
|
+
# the `:clear_actions` option is give and true, any actions queued on the
|
410
|
+
# Agent that were being held while it was failed will be discarded,
|
411
|
+
# otherwise those held actions will proceed. The `new_value` must pass the
|
412
|
+
# validator if any, or `restart` will raise an exception and the Agent will
|
413
|
+
# remain failed with its old {#value} and {#error}. Observers, if any, will
|
414
|
+
# not be notified of the new state.
|
415
|
+
#
|
416
|
+
# @param [Object] new_value the new value for the Agent once restarted
|
417
|
+
# @param [Hash] opts the configuration options
|
418
|
+
# @option opts [Symbol] :clear_actions true if all enqueued but unprocessed
|
419
|
+
# actions should be discarded on restart, else false (default: false)
|
420
|
+
# @return [Boolean] true
|
421
|
+
#
|
422
|
+
# @raise [Concurrent:AgentError] when not failed
|
423
|
+
def restart(new_value, opts = {})
|
424
|
+
clear_actions = opts.fetch(:clear_actions, false)
|
425
|
+
synchronize do
|
426
|
+
raise Error.new('agent is not failed') unless failed?
|
427
|
+
raise ValidationError unless ns_validate(new_value)
|
428
|
+
@current.value = new_value
|
429
|
+
@error.value = nil
|
430
|
+
@queue.clear if clear_actions
|
431
|
+
ns_post_next_job unless @queue.empty?
|
432
|
+
end
|
433
|
+
true
|
434
|
+
end
|
435
|
+
|
436
|
+
class << self
|
437
|
+
|
438
|
+
# Blocks the current thread (indefinitely!) until all actions dispatched
|
439
|
+
# thus far to all the given Agents, from this thread or nested by the
|
440
|
+
# given Agents, have occurred. Will block when any of the agents are
|
441
|
+
# failed. Will never return if a failed Agent is restart with
|
442
|
+
# `:clear_actions` true.
|
443
|
+
#
|
444
|
+
# @param [Array<Concurrent::Agent>] agents the Agents on which to wait
|
445
|
+
# @return [Boolean] true
|
446
|
+
#
|
447
|
+
# @!macro agent_await_warning
|
448
|
+
def await(*agents)
|
449
|
+
agents.each { |agent| agent.await }
|
450
|
+
true
|
451
|
+
end
|
452
|
+
|
453
|
+
# Blocks the current thread until all actions dispatched thus far to all
|
454
|
+
# the given Agents, from this thread or nested by the given Agents, have
|
455
|
+
# occurred, or the timeout (in seconds) has elapsed.
|
456
|
+
#
|
457
|
+
# @param [Float] timeout the maximum number of seconds to wait
|
458
|
+
# @param [Array<Concurrent::Agent>] agents the Agents on which to wait
|
459
|
+
# @return [Boolean] true if all actions complete before timeout else false
|
460
|
+
#
|
461
|
+
# @!macro agent_await_warning
|
462
|
+
def await_for(timeout, *agents)
|
463
|
+
end_at = Concurrent.monotonic_time + timeout.to_f
|
464
|
+
ok = agents.length.times do |i|
|
465
|
+
break false if (delay = end_at - Concurrent.monotonic_time) < 0
|
466
|
+
break false unless agents[i].await_for(delay)
|
467
|
+
end
|
468
|
+
!!ok
|
469
|
+
end
|
470
|
+
|
471
|
+
# Blocks the current thread until all actions dispatched thus far to all
|
472
|
+
# the given Agents, from this thread or nested by the given Agents, have
|
473
|
+
# occurred, or the timeout (in seconds) has elapsed.
|
474
|
+
#
|
475
|
+
# @param [Float] timeout the maximum number of seconds to wait
|
476
|
+
# @param [Array<Concurrent::Agent>] agents the Agents on which to wait
|
477
|
+
# @return [Boolean] true if all actions complete before timeout
|
478
|
+
#
|
479
|
+
# @raise [Concurrent::TimeoutError] when timout is reached
|
480
|
+
# @!macro agent_await_warning
|
481
|
+
def await_for!(timeout, *agents)
|
482
|
+
raise Concurrent::TimeoutError unless await_for(timeout, *agents)
|
483
|
+
true
|
484
|
+
end
|
485
|
+
end
|
486
|
+
|
487
|
+
private
|
488
|
+
|
489
|
+
def ns_initialize(initial, opts)
|
490
|
+
@error_mode = opts[:error_mode]
|
491
|
+
@error_handler = opts[:error_handler]
|
492
|
+
|
493
|
+
if @error_mode && !ERROR_MODES.include?(@error_mode)
|
494
|
+
raise ArgumentError.new('unrecognized error mode')
|
495
|
+
elsif @error_mode.nil?
|
496
|
+
@error_mode = @error_handler ? :continue : :fail
|
497
|
+
end
|
498
|
+
|
499
|
+
@error_handler ||= DEFAULT_ERROR_HANDLER
|
500
|
+
@validator = opts.fetch(:validator, DEFAULT_VALIDATOR)
|
501
|
+
@current = Concurrent::AtomicReference.new(initial)
|
502
|
+
@error = Concurrent::AtomicReference.new(nil)
|
503
|
+
@caller = Concurrent::ThreadLocalVar.new(nil)
|
504
|
+
@queue = []
|
505
|
+
|
506
|
+
self.observers = Collection::CopyOnNotifyObserverSet.new
|
507
|
+
end
|
508
|
+
|
509
|
+
def enqueue_action_job(action, args, executor)
|
510
|
+
raise ArgumentError.new('no action given') unless action
|
511
|
+
job = Job.new(action, args, executor, @caller.value || Thread.current.object_id)
|
512
|
+
synchronize { ns_enqueue_job(job) }
|
513
|
+
end
|
514
|
+
|
515
|
+
def enqueue_await_job(latch)
|
516
|
+
synchronize do
|
517
|
+
if (index = ns_find_last_job_for_thread)
|
518
|
+
job = Job.new(AWAIT_ACTION, [latch], Concurrent.global_immediate_executor,
|
519
|
+
Thread.current.object_id)
|
520
|
+
ns_enqueue_job(job, index+1)
|
521
|
+
else
|
522
|
+
latch.count_down
|
523
|
+
true
|
524
|
+
end
|
525
|
+
end
|
526
|
+
end
|
527
|
+
|
528
|
+
def ns_enqueue_job(job, index = nil)
|
529
|
+
# a non-nil index means this is an await job
|
530
|
+
return false if index.nil? && failed?
|
531
|
+
index ||= @queue.length
|
532
|
+
@queue.insert(index, job)
|
533
|
+
# if this is the only job, post to executor
|
534
|
+
ns_post_next_job if @queue.length == 1
|
535
|
+
true
|
536
|
+
end
|
537
|
+
|
538
|
+
def ns_post_next_job
|
539
|
+
@queue.first.executor.post { execute_next_job }
|
540
|
+
end
|
541
|
+
|
542
|
+
def execute_next_job
|
543
|
+
job = synchronize { @queue.first }
|
544
|
+
old_value = @current.value
|
545
|
+
|
546
|
+
@caller.value = job.caller # for nested actions
|
547
|
+
new_value = job.action.call(old_value, *job.args)
|
548
|
+
@caller.value = nil
|
549
|
+
|
550
|
+
return if new_value == AWAIT_FLAG
|
551
|
+
|
552
|
+
if ns_validate(new_value)
|
553
|
+
@current.value = new_value
|
554
|
+
observers.notify_observers(Time.now, old_value, new_value)
|
555
|
+
else
|
556
|
+
handle_error(ValidationError.new)
|
557
|
+
end
|
558
|
+
rescue => error
|
559
|
+
handle_error(error)
|
560
|
+
ensure
|
561
|
+
synchronize do
|
562
|
+
@queue.shift
|
563
|
+
unless failed? || @queue.empty?
|
564
|
+
ns_post_next_job
|
565
|
+
end
|
566
|
+
end
|
567
|
+
end
|
568
|
+
|
569
|
+
def ns_validate(value)
|
570
|
+
@validator.call(value)
|
571
|
+
rescue
|
572
|
+
false
|
573
|
+
end
|
574
|
+
|
575
|
+
def handle_error(error)
|
576
|
+
# stop new jobs from posting
|
577
|
+
@error.value = error if @error_mode == :fail
|
578
|
+
@error_handler.call(self, error)
|
579
|
+
rescue
|
580
|
+
# do nothing
|
581
|
+
end
|
582
|
+
|
583
|
+
def ns_find_last_job_for_thread
|
584
|
+
@queue.rindex { |job| job.caller == Thread.current.object_id }
|
585
|
+
end
|
586
|
+
end
|
587
|
+
end
|