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,17 @@
|
|
1
|
+
module ThreadSafe
|
2
|
+
describe Hash do
|
3
|
+
let!(:hsh) { described_class.new }
|
4
|
+
|
5
|
+
it 'concurrency' do
|
6
|
+
(1..THREADS).map do |i|
|
7
|
+
Thread.new do
|
8
|
+
1000.times do |j|
|
9
|
+
hsh[i * 1000 + j] = i
|
10
|
+
hsh[i * 1000 + j]
|
11
|
+
hsh.delete(i * 1000 + j)
|
12
|
+
end
|
13
|
+
end
|
14
|
+
end.map(&:join)
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
@@ -0,0 +1,27 @@
|
|
1
|
+
if defined?(JRUBY_VERSION) && ENV['TEST_NO_UNSAFE']
|
2
|
+
# to be used like this: rake test TEST_NO_UNSAFE=true
|
3
|
+
load 'test/package.jar'
|
4
|
+
java_import 'thread_safe.SecurityManager'
|
5
|
+
manager = SecurityManager.new
|
6
|
+
|
7
|
+
# Prevent accessing internal classes
|
8
|
+
manager.deny(java.lang.RuntimePermission.new('accessClassInPackage.sun.misc'))
|
9
|
+
java.lang.System.setSecurityManager(manager)
|
10
|
+
|
11
|
+
module ThreadSafe
|
12
|
+
describe 'no_unsafe' do
|
13
|
+
it 'security_manager_is_used' do
|
14
|
+
begin
|
15
|
+
java_import 'sun.misc.Unsafe'
|
16
|
+
fail
|
17
|
+
rescue SecurityError
|
18
|
+
end
|
19
|
+
end
|
20
|
+
|
21
|
+
it 'no_unsafe_version_of_chmv8_is_used' do
|
22
|
+
require 'thread_safe/jruby_cache_backend' # make sure the jar has been loaded
|
23
|
+
expect(!Java::OrgJrubyExtThread_safe::JRubyCacheBackendLibrary::JRubyCacheBackend::CAN_USE_UNSAFE_CHM).to be_truthy
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
@@ -0,0 +1,85 @@
|
|
1
|
+
require 'thread_safe/synchronized_delegator.rb'
|
2
|
+
|
3
|
+
module ThreadSafe
|
4
|
+
describe SynchronizedDelegator do
|
5
|
+
it 'wraps array' do
|
6
|
+
array = ::Array.new
|
7
|
+
sync_array = described_class.new(array)
|
8
|
+
|
9
|
+
array << 1
|
10
|
+
expect(1).to eq sync_array[0]
|
11
|
+
|
12
|
+
sync_array << 2
|
13
|
+
expect(2).to eq array[1]
|
14
|
+
end
|
15
|
+
|
16
|
+
it 'synchronizes access' do
|
17
|
+
t1_continue, t2_continue = false, false
|
18
|
+
|
19
|
+
hash = ::Hash.new do |hash, key|
|
20
|
+
t2_continue = true
|
21
|
+
unless hash.find { |e| e[1] == key.to_s } # just to do something
|
22
|
+
hash[key] = key.to_s
|
23
|
+
Thread.pass until t1_continue
|
24
|
+
end
|
25
|
+
end
|
26
|
+
sync_hash = described_class.new(hash)
|
27
|
+
sync_hash[1] = 'egy'
|
28
|
+
|
29
|
+
t1 = Thread.new do
|
30
|
+
sync_hash[2] = 'dva'
|
31
|
+
sync_hash[3] # triggers t2_continue
|
32
|
+
end
|
33
|
+
|
34
|
+
t2 = Thread.new do
|
35
|
+
Thread.pass until t2_continue
|
36
|
+
sync_hash[4] = '42'
|
37
|
+
end
|
38
|
+
|
39
|
+
sleep(0.05) # sleep some to allow threads to boot
|
40
|
+
|
41
|
+
until t2.status == 'sleep' do
|
42
|
+
Thread.pass
|
43
|
+
end
|
44
|
+
|
45
|
+
expect(3).to eq hash.keys.size
|
46
|
+
|
47
|
+
t1_continue = true
|
48
|
+
t1.join; t2.join
|
49
|
+
|
50
|
+
expect(4).to eq sync_hash.size
|
51
|
+
end
|
52
|
+
|
53
|
+
it 'synchronizes access with block' do
|
54
|
+
t1_continue, t2_continue = false, false
|
55
|
+
|
56
|
+
array = ::Array.new
|
57
|
+
sync_array = described_class.new(array)
|
58
|
+
|
59
|
+
t1 = Thread.new do
|
60
|
+
sync_array << 1
|
61
|
+
sync_array.each do
|
62
|
+
t2_continue = true
|
63
|
+
Thread.pass until t1_continue
|
64
|
+
end
|
65
|
+
end
|
66
|
+
|
67
|
+
t2 = Thread.new do
|
68
|
+
# sleep(0.01)
|
69
|
+
Thread.pass until t2_continue
|
70
|
+
sync_array << 2
|
71
|
+
end
|
72
|
+
|
73
|
+
until t2.status == 'sleep' || t2.status == false
|
74
|
+
Thread.pass
|
75
|
+
end
|
76
|
+
|
77
|
+
expect(1).to eq array.size
|
78
|
+
|
79
|
+
t1_continue = true
|
80
|
+
t1.join; t2.join
|
81
|
+
|
82
|
+
expect([1, 2]).to eq array
|
83
|
+
end
|
84
|
+
end
|
85
|
+
end
|
@@ -0,0 +1,45 @@
|
|
1
|
+
require 'yard'
|
2
|
+
YARD::Rake::YardocTask.new
|
3
|
+
|
4
|
+
root = File.expand_path File.join(File.dirname(__FILE__), '..')
|
5
|
+
|
6
|
+
namespace :yard do
|
7
|
+
|
8
|
+
cmd = lambda do |command|
|
9
|
+
puts ">> executing: #{command}"
|
10
|
+
system command or raise "#{command} failed"
|
11
|
+
end
|
12
|
+
|
13
|
+
desc 'Pushes generated documentation to github pages: http://ruby-concurrency.github.io/thread_safe/'
|
14
|
+
task :push => [:setup, :yard] do
|
15
|
+
|
16
|
+
message = Dir.chdir(root) do
|
17
|
+
`git log -n 1 --oneline`.strip
|
18
|
+
end
|
19
|
+
puts "Generating commit: #{message}"
|
20
|
+
|
21
|
+
Dir.chdir "#{root}/yardoc" do
|
22
|
+
cmd.call "git add -A"
|
23
|
+
cmd.call "git commit -m '#{message}'"
|
24
|
+
cmd.call 'git push origin gh-pages'
|
25
|
+
end
|
26
|
+
|
27
|
+
end
|
28
|
+
|
29
|
+
desc 'Setups second clone in ./yardoc dir for pushing doc to github'
|
30
|
+
task :setup do
|
31
|
+
|
32
|
+
unless File.exist? "#{root}/yardoc/.git"
|
33
|
+
cmd.call "rm -rf #{root}/yardoc" if File.exist?("#{root}/yardoc")
|
34
|
+
Dir.chdir "#{root}" do
|
35
|
+
cmd.call 'git clone --single-branch --branch gh-pages git@github.com:ruby-concurrency/thread_safe.git ./yardoc'
|
36
|
+
end
|
37
|
+
end
|
38
|
+
Dir.chdir "#{root}/yardoc" do
|
39
|
+
cmd.call 'git fetch origin'
|
40
|
+
cmd.call 'git reset --hard origin/gh-pages'
|
41
|
+
end
|
42
|
+
|
43
|
+
end
|
44
|
+
|
45
|
+
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
2
|
+
$:.push File.expand_path('../lib', __FILE__) unless $:.include?('lib')
|
3
|
+
require 'thread_safe/version'
|
4
|
+
|
5
|
+
Gem::Specification.new do |gem|
|
6
|
+
gem.authors = ["Charles Oliver Nutter", "thedarkone"]
|
7
|
+
gem.email = ["headius@headius.com", "thedarkone2@gmail.com"]
|
8
|
+
gem.summary = %q{Thread-safe collections and utilities for Ruby}
|
9
|
+
gem.description = %q{A collection of data structures and utilities to make thread-safe programming in Ruby easier}
|
10
|
+
gem.homepage = "https://github.com/ruby-concurrency/thread_safe"
|
11
|
+
|
12
|
+
gem.files = `git ls-files`.split($\)
|
13
|
+
gem.files += ['lib/thread_safe/jruby_cache_backend.jar'] if defined?(JRUBY_VERSION)
|
14
|
+
gem.files -= ['.gitignore'] # see https://github.com/headius/thread_safe/issues/40#issuecomment-42315441
|
15
|
+
gem.platform = 'java' if defined?(JRUBY_VERSION)
|
16
|
+
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
17
|
+
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
18
|
+
gem.name = "thread_safe"
|
19
|
+
gem.require_paths = ["lib"]
|
20
|
+
gem.version = ThreadSafe::VERSION
|
21
|
+
gem.license = "Apache-2.0"
|
22
|
+
|
23
|
+
gem.add_development_dependency 'atomic', '= 1.1.16'
|
24
|
+
gem.add_development_dependency 'rake', '< 12.0'
|
25
|
+
gem.add_development_dependency 'rspec', '~> 3.2'
|
26
|
+
end
|
@@ -0,0 +1,125 @@
|
|
1
|
+
/* Override this file with custom rules */
|
2
|
+
|
3
|
+
body {
|
4
|
+
line-height: 18px;
|
5
|
+
}
|
6
|
+
|
7
|
+
.docstring code, .docstring .object_link a, #filecontents code {
|
8
|
+
padding: 0px 3px 1px 3px;
|
9
|
+
border: 1px solid #eef;
|
10
|
+
background: #f5f5ff;
|
11
|
+
}
|
12
|
+
|
13
|
+
#filecontents pre code, .docstring pre code {
|
14
|
+
border: none;
|
15
|
+
background: none;
|
16
|
+
padding: 0;
|
17
|
+
}
|
18
|
+
|
19
|
+
#filecontents pre.code, .docstring pre.code, .tags pre.example, .docstring code, .docstring .object_link a,
|
20
|
+
#filecontents code {
|
21
|
+
-moz-border-radius: 2px;
|
22
|
+
-webkit-border-radius: 2px;
|
23
|
+
}
|
24
|
+
|
25
|
+
/* syntax highlighting */
|
26
|
+
.source_code {
|
27
|
+
display: none;
|
28
|
+
padding: 3px 8px;
|
29
|
+
border-left: 8px solid #ddd;
|
30
|
+
margin-top: 5px;
|
31
|
+
}
|
32
|
+
|
33
|
+
#filecontents pre.code, .docstring pre.code, .source_code pre {
|
34
|
+
font-family: monospace;
|
35
|
+
}
|
36
|
+
|
37
|
+
#filecontents pre.code, .docstring pre.code {
|
38
|
+
display: block;
|
39
|
+
}
|
40
|
+
|
41
|
+
.source_code .lines {
|
42
|
+
padding-right: 12px;
|
43
|
+
color: #555;
|
44
|
+
text-align: right;
|
45
|
+
}
|
46
|
+
|
47
|
+
#filecontents pre.code, .docstring pre.code,
|
48
|
+
.tags pre.example {
|
49
|
+
padding: 5px 12px;
|
50
|
+
margin-top: 4px;
|
51
|
+
border: 1px solid #eef;
|
52
|
+
background: #f5f5ff;
|
53
|
+
}
|
54
|
+
|
55
|
+
pre.code {
|
56
|
+
color: #000;
|
57
|
+
}
|
58
|
+
|
59
|
+
pre.code .info.file {
|
60
|
+
color: #555;
|
61
|
+
}
|
62
|
+
|
63
|
+
pre.code .val {
|
64
|
+
color: #036A07;
|
65
|
+
}
|
66
|
+
|
67
|
+
pre.code .tstring_content,
|
68
|
+
pre.code .heredoc_beg, pre.code .heredoc_end,
|
69
|
+
pre.code .qwords_beg, pre.code .qwords_end,
|
70
|
+
pre.code .tstring, pre.code .dstring {
|
71
|
+
color: #036A07;
|
72
|
+
}
|
73
|
+
|
74
|
+
pre.code .fid,
|
75
|
+
pre.code .rubyid_new,
|
76
|
+
pre.code .rubyid_to_s,
|
77
|
+
pre.code .rubyid_to_sym,
|
78
|
+
pre.code .rubyid_to_f,
|
79
|
+
pre.code .rubyid_to_i,
|
80
|
+
pre.code .rubyid_each {
|
81
|
+
color: inherit;
|
82
|
+
}
|
83
|
+
|
84
|
+
pre.code .comment {
|
85
|
+
color: #777;
|
86
|
+
font-style: italic;
|
87
|
+
}
|
88
|
+
|
89
|
+
pre.code .const, pre.code .constant {
|
90
|
+
color: inherit;
|
91
|
+
font-weight: bold;
|
92
|
+
font-style: italic;
|
93
|
+
}
|
94
|
+
|
95
|
+
pre.code .label,
|
96
|
+
pre.code .symbol {
|
97
|
+
color: #C5060B;
|
98
|
+
}
|
99
|
+
|
100
|
+
pre.code .kw,
|
101
|
+
pre.code .rubyid_require,
|
102
|
+
pre.code .rubyid_extend,
|
103
|
+
pre.code .rubyid_include,
|
104
|
+
pre.code .int {
|
105
|
+
color: #0000FF;
|
106
|
+
}
|
107
|
+
|
108
|
+
pre.code .ivar {
|
109
|
+
color: #660E7A;
|
110
|
+
}
|
111
|
+
|
112
|
+
pre.code .gvar,
|
113
|
+
pre.code .rubyid_backref,
|
114
|
+
pre.code .rubyid_nth_ref {
|
115
|
+
color: #6D79DE;
|
116
|
+
}
|
117
|
+
|
118
|
+
pre.code .regexp, .dregexp {
|
119
|
+
color: #036A07;
|
120
|
+
}
|
121
|
+
|
122
|
+
pre.code a {
|
123
|
+
border-bottom: 1px dotted #bbf;
|
124
|
+
}
|
125
|
+
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<div id="footer">
|
2
|
+
Generated on <%= Time.now.strftime("%c") %> by
|
3
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
4
|
+
<%= YARD::VERSION %> (ruby-<%= RUBY_VERSION %>).
|
5
|
+
</div>
|
6
|
+
|
7
|
+
<script>
|
8
|
+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
9
|
+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
10
|
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
11
|
+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
12
|
+
|
13
|
+
ga('create', 'UA-57940973-1', 'auto');
|
14
|
+
ga('send', 'pageview');
|
15
|
+
|
16
|
+
</script>
|
@@ -0,0 +1,786 @@
|
|
1
|
+
Version 1.2.5 - 4-Feb-2018
|
2
|
+
--------------------------
|
3
|
+
|
4
|
+
* Support recursively (deep) freezing Country and Timezone instances. #80.
|
5
|
+
* Allow negative daylight savings time offsets to be derived when reading from
|
6
|
+
zoneinfo files. The utc_offset and std_offset are now derived correctly for
|
7
|
+
Europe/Dublin in the 2018a and 2018b releases of the Time Zone Database.
|
8
|
+
|
9
|
+
|
10
|
+
Version 1.2.4 - 26-Oct-2017
|
11
|
+
---------------------------
|
12
|
+
|
13
|
+
* Ignore the leapseconds file that is included in zoneinfo directories installed
|
14
|
+
with version 2017c and later of the Time Zone Database.
|
15
|
+
|
16
|
+
|
17
|
+
Version 1.2.3 - 25-Mar-2017
|
18
|
+
---------------------------
|
19
|
+
|
20
|
+
* Reduce the number of String objects allocated when loading zoneinfo files.
|
21
|
+
#54.
|
22
|
+
* Make Timezone#friendly_identifier compatible with frozen string literals.
|
23
|
+
* Improve the algorithm for deriving the utc_offset from zoneinfo files. This
|
24
|
+
now correctly handles Pacific/Apia switching from one side of the
|
25
|
+
International Date Line to the other whilst observing daylight savings time.
|
26
|
+
#66.
|
27
|
+
* Fix an UnknownTimezone exception when calling transitions_up_to or
|
28
|
+
offsets_up_to on a TimezoneProxy instance obtained from Timezone.get_proxy.
|
29
|
+
* Allow the Factory zone to be obtained from the Zoneinfo data source.
|
30
|
+
* Ignore the /usr/share/zoneinfo/timeconfig symlink included in Slackware
|
31
|
+
distributions. #64.
|
32
|
+
* Fix Timezone#strftime handling of %Z expansion when %Z is prefixed with more
|
33
|
+
than one percent. #31.
|
34
|
+
* Support expansion of %z, %:z, %::z and %:::z to the UTC offset of the time
|
35
|
+
zone in Timezone#strftime. #31 and #67.
|
36
|
+
|
37
|
+
|
38
|
+
Version 1.2.2 - 8-Aug-2014
|
39
|
+
--------------------------
|
40
|
+
|
41
|
+
* Fix an error with duplicates being returned by Timezone#all_country_zones
|
42
|
+
and Timezone#all_country_zone_identifiers when used with tzinfo-data
|
43
|
+
v1.2014.6 or later.
|
44
|
+
* Use the zone1970.tab file for country timezone data if it is found in the
|
45
|
+
zoneinfo directory (and fallback to zone.tab if not). zone1970.tab was added
|
46
|
+
in tzdata 2014f. zone.tab is now deprecated.
|
47
|
+
|
48
|
+
|
49
|
+
Version 1.2.1 - 1-Jun-2014
|
50
|
+
--------------------------
|
51
|
+
|
52
|
+
* Support zoneinfo files generated with zic version 2014c and later.
|
53
|
+
* On platforms that only support positive 32-bit timestamps, ensure that
|
54
|
+
conversions are accurate from the epoch instead of just from the first
|
55
|
+
transition after the epoch.
|
56
|
+
* Minor documentation improvements.
|
57
|
+
|
58
|
+
|
59
|
+
Version 1.2.0 - 26-May-2014
|
60
|
+
---------------------------
|
61
|
+
|
62
|
+
* Raise the minimum supported Ruby version to 1.8.7.
|
63
|
+
* Support loading system zoneinfo data on FreeBSD, OpenBSD and Solaris.
|
64
|
+
Resolves #15.
|
65
|
+
* Add canonical_identifier and canonical_zone methods to Timezone. Resolves #16.
|
66
|
+
* Add a link to a DataSourceNotFound help page in the TZInfo::DataSourceNotFound
|
67
|
+
exception message.
|
68
|
+
* Load iso3166.tab and zone.tab files as UTF-8.
|
69
|
+
* Fix Timezone#local_to_utc returning local Time instances on systems using UTC
|
70
|
+
as the local time zone. Resolves #13.
|
71
|
+
* Fix == methods raising an exception when passed an instance of a different
|
72
|
+
class by making <=> return nil if passed a non-comparable argument.
|
73
|
+
* Eliminate "require 'rational'" warnings. Resolves #10.
|
74
|
+
* Eliminate "assigned but unused variable - info" warnings. Resolves #11.
|
75
|
+
* Switch to minitest v5 for unit tests. Resolves #18.
|
76
|
+
|
77
|
+
|
78
|
+
Version 1.1.0 - 25-Sep-2013
|
79
|
+
---------------------------
|
80
|
+
|
81
|
+
* TZInfo is now thread safe. ThreadSafe::Cache is now used instead of Hash
|
82
|
+
to cache Timezone and Country instances returned by Timezone.get and
|
83
|
+
Country.get. The tzinfo gem now depends on thread_safe ~> 0.1.
|
84
|
+
* Added a transitions_up_to method to Timezone that returns a list of the times
|
85
|
+
where the UTC offset of the timezone changes.
|
86
|
+
* Added an offsets_up_to method to Timezone that returns the set of offsets
|
87
|
+
that have been observed in a defined timezone.
|
88
|
+
* Fixed a "can't modify frozen String" error when loading a Timezone from a
|
89
|
+
zoneinfo file using an identifier String that is both tainted and frozen.
|
90
|
+
Resolves #3.
|
91
|
+
* Support TZif3 format zoneinfo files (now produced by zic from tzcode version
|
92
|
+
2013e onwards).
|
93
|
+
* Support using YARD to generate documentation (added a .yardopts file).
|
94
|
+
* Ignore the +VERSION file included in the zoneinfo directory on Mac OS X.
|
95
|
+
* Added a note to the documentation concerning 32-bit zoneinfo files (as
|
96
|
+
included with Mac OS X).
|
97
|
+
|
98
|
+
|
99
|
+
Version 1.0.1 - 22-Jun-2013
|
100
|
+
---------------------------
|
101
|
+
|
102
|
+
* Fix a test case failure when tests are run from a directory that contains a
|
103
|
+
dot in the path (issue #29751).
|
104
|
+
|
105
|
+
|
106
|
+
Version 1.0.0 - 2-Jun-2013
|
107
|
+
--------------------------
|
108
|
+
|
109
|
+
* Allow TZInfo to be used with different data sources instead of just the
|
110
|
+
built-in Ruby module data files.
|
111
|
+
* Include a data source that allows TZInfo to load data from the binary
|
112
|
+
zoneinfo files produced by zic and included with many Linux and Unix-like
|
113
|
+
distributions.
|
114
|
+
* Remove the definition and index Ruby modules from TZInfo and move them into
|
115
|
+
a separate TZInfo::Data library (available as the tzinfo-data gem).
|
116
|
+
* Default to using the TZInfo::Data library as the data source if it is
|
117
|
+
installed, otherwise use zoneinfo files instead.
|
118
|
+
* Preserve the nanoseconds of local timezone Time objects when performing
|
119
|
+
conversions (issue #29705).
|
120
|
+
* Don't add the tzinfo lib directory to the search path when requiring 'tzinfo'.
|
121
|
+
The tzinfo lib directory must now be in the search path before 'tzinfo' is
|
122
|
+
required.
|
123
|
+
* Add utc_start_time, utc_end_time, local_start_time and local_end_time instance
|
124
|
+
methods to TimezonePeriod. These return an identical value as the existing
|
125
|
+
utc_start, utc_end, local_start and local_end methods, but return Time
|
126
|
+
instances instead of DateTime.
|
127
|
+
* Make the start_transition, end_transition and offset properties of
|
128
|
+
TimezonePeriod protected. To access properties of the period, callers should
|
129
|
+
use other TimezonePeriod instance methods instead (issue #7655).
|
130
|
+
|
131
|
+
|
132
|
+
Version 0.3.53 (tzdata v2017b) - 23-Mar-2017
|
133
|
+
--------------------------------------------
|
134
|
+
|
135
|
+
* Updated to tzdata version 2017b
|
136
|
+
(https://mm.icann.org/pipermail/tz-announce/2017-March/000046.html).
|
137
|
+
|
138
|
+
|
139
|
+
Version 0.3.52 (tzdata v2016h) - 28-Oct-2016
|
140
|
+
--------------------------------------------
|
141
|
+
|
142
|
+
* Updated to tzdata version 2016h
|
143
|
+
(https://mm.icann.org/pipermail/tz-announce/2016-October/000042.html).
|
144
|
+
|
145
|
+
|
146
|
+
Version 0.3.51 (tzdata v2016f) - 5-Jul-2016
|
147
|
+
-------------------------------------------
|
148
|
+
|
149
|
+
* Updated to tzdata version 2016f
|
150
|
+
(https://mm.icann.org/pipermail/tz-announce/2016-July/000040.html).
|
151
|
+
|
152
|
+
|
153
|
+
Version 0.3.50 (tzdata v2016e) - 14-Jun-2016
|
154
|
+
--------------------------------------------
|
155
|
+
|
156
|
+
* Updated to tzdata version 2016e
|
157
|
+
(https://mm.icann.org/pipermail/tz-announce/2016-June/000039.html).
|
158
|
+
|
159
|
+
|
160
|
+
Version 0.3.49 (tzdata v2016d) - 18-Apr-2016
|
161
|
+
--------------------------------------------
|
162
|
+
|
163
|
+
* Updated to tzdata version 2016d
|
164
|
+
(https://mm.icann.org/pipermail/tz-announce/2016-April/000038.html).
|
165
|
+
|
166
|
+
|
167
|
+
Version 0.3.48 (tzdata v2016c) - 23-Mar-2016
|
168
|
+
--------------------------------------------
|
169
|
+
|
170
|
+
* Updated to tzdata version 2016c
|
171
|
+
(https://mm.icann.org/pipermail/tz-announce/2016-March/000037.html).
|
172
|
+
|
173
|
+
|
174
|
+
Version 0.3.47 (tzdata v2016b) - 15-Mar-2016
|
175
|
+
--------------------------------------------
|
176
|
+
|
177
|
+
* Updated to tzdata version 2016b
|
178
|
+
(https://mm.icann.org/pipermail/tz-announce/2016-March/000036.html).
|
179
|
+
|
180
|
+
|
181
|
+
Version 0.3.46 (tzdata v2015g) - 2-Dec-2015
|
182
|
+
-------------------------------------------
|
183
|
+
|
184
|
+
* From version 2015e, the IANA time zone database uses non-ASCII characters in
|
185
|
+
country names. Backport the encoding handling from TZInfo::Data to allow
|
186
|
+
TZInfo 0.3.x to support Ruby 1.9 (which would otherwise fail with an invalid
|
187
|
+
byte sequence error when loading the countries index). Resolves #41.
|
188
|
+
|
189
|
+
|
190
|
+
Version 0.3.45 (tzdata v2015g) - 3-Oct-2015
|
191
|
+
-------------------------------------------
|
192
|
+
|
193
|
+
* Updated to tzdata version 2015g
|
194
|
+
(http://mm.icann.org/pipermail/tz-announce/2015-October/000034.html).
|
195
|
+
|
196
|
+
|
197
|
+
Version 0.3.44 (tzdata v2015d) - 24-Apr-2015
|
198
|
+
--------------------------------------------
|
199
|
+
|
200
|
+
* Updated to tzdata version 2015d
|
201
|
+
(http://mm.icann.org/pipermail/tz-announce/2015-April/000031.html).
|
202
|
+
|
203
|
+
|
204
|
+
Version 0.3.43 (tzdata v2015a) - 31-Jan-2015
|
205
|
+
--------------------------------------------
|
206
|
+
|
207
|
+
* Updated to tzdata version 2015a
|
208
|
+
(http://mm.icann.org/pipermail/tz-announce/2015-January/000028.html).
|
209
|
+
|
210
|
+
|
211
|
+
Version 0.3.42 (tzdata v2014i) - 23-Oct-2014
|
212
|
+
--------------------------------------------
|
213
|
+
|
214
|
+
* Updated to tzdata version 2014i
|
215
|
+
(http://mm.icann.org/pipermail/tz-announce/2014-October/000026.html).
|
216
|
+
|
217
|
+
|
218
|
+
Version 0.3.41 (tzdata v2014f) - 8-Aug-2014
|
219
|
+
-------------------------------------------
|
220
|
+
|
221
|
+
* Updated to tzdata version 2014f
|
222
|
+
(http://mm.icann.org/pipermail/tz-announce/2014-August/000023.html).
|
223
|
+
|
224
|
+
|
225
|
+
Version 0.3.40 (tzdata v2014e) - 10-Jul-2014
|
226
|
+
--------------------------------------------
|
227
|
+
|
228
|
+
* Updated to tzdata version 2014e
|
229
|
+
(http://mm.icann.org/pipermail/tz-announce/2014-June/000022.html).
|
230
|
+
|
231
|
+
|
232
|
+
Version 0.3.39 (tzdata v2014a) - 9-Mar-2014
|
233
|
+
-------------------------------------------
|
234
|
+
|
235
|
+
* Updated to tzdata version 2014a
|
236
|
+
(http://mm.icann.org/pipermail/tz-announce/2014-March/000018.html).
|
237
|
+
|
238
|
+
|
239
|
+
Version 0.3.38 (tzdata v2013g) - 8-Oct-2013
|
240
|
+
-------------------------------------------
|
241
|
+
|
242
|
+
* Updated to tzdata version 2013g
|
243
|
+
(http://mm.icann.org/pipermail/tz-announce/2013-October/000015.html).
|
244
|
+
|
245
|
+
|
246
|
+
Version 0.3.37 (tzdata v2013b) - 11-Mar-2013
|
247
|
+
--------------------------------------------
|
248
|
+
|
249
|
+
* Updated to tzdata version 2013b
|
250
|
+
(http://mm.icann.org/pipermail/tz-announce/2013-March/000010.html).
|
251
|
+
|
252
|
+
|
253
|
+
Version 0.3.36 (tzdata v2013a) - 3-Mar-2013
|
254
|
+
-------------------------------------------
|
255
|
+
|
256
|
+
* Updated to tzdata version 2013a
|
257
|
+
(http://mm.icann.org/pipermail/tz-announce/2013-March/000009.html).
|
258
|
+
* Fix TimezoneTransitionInfo#eql? incorrectly returning false when running on
|
259
|
+
Ruby 2.0.
|
260
|
+
* Change eql? and == implementations to test the class of the passed in object
|
261
|
+
instead of checking individual properties with 'respond_to?'.
|
262
|
+
|
263
|
+
|
264
|
+
Version 0.3.35 (tzdata v2012i) - 4-Nov-2012
|
265
|
+
-------------------------------------------
|
266
|
+
|
267
|
+
* Updated to tzdata version 2012i
|
268
|
+
(http://mm.icann.org/pipermail/tz-announce/2012-November/000007.html).
|
269
|
+
|
270
|
+
|
271
|
+
Version 0.3.34 (tzdata v2012h) - 27-Oct-2012
|
272
|
+
--------------------------------------------
|
273
|
+
|
274
|
+
* Updated to tzdata version 2012h
|
275
|
+
(http://mm.icann.org/pipermail/tz-announce/2012-October/000006.html).
|
276
|
+
|
277
|
+
|
278
|
+
Version 0.3.33 (tzdata v2012c) - 8-Apr-2012
|
279
|
+
-------------------------------------------
|
280
|
+
|
281
|
+
* Updated to tzdata version 2012c
|
282
|
+
(http://article.gmane.org/gmane.comp.time.tz/4859).
|
283
|
+
|
284
|
+
|
285
|
+
Version 0.3.32 (tzdata v2012b) - 4-Mar-2012
|
286
|
+
-------------------------------------------
|
287
|
+
|
288
|
+
* Updated to tzdata version 2012b
|
289
|
+
(http://article.gmane.org/gmane.comp.time.tz/4756).
|
290
|
+
|
291
|
+
|
292
|
+
Version 0.3.31 (tzdata v2011n) - 6-Nov-2011
|
293
|
+
-------------------------------------------
|
294
|
+
|
295
|
+
* Updated to tzdata version 2011n
|
296
|
+
(http://article.gmane.org/gmane.comp.time.tz/4434).
|
297
|
+
|
298
|
+
|
299
|
+
Version 0.3.30 (tzdata v2011k) - 29-Sep-2011
|
300
|
+
--------------------------------------------
|
301
|
+
|
302
|
+
* Updated to tzdata version 2011k
|
303
|
+
(http://article.gmane.org/gmane.comp.time.tz/4084).
|
304
|
+
|
305
|
+
|
306
|
+
Version 0.3.29 (tzdata v2011h) - 27-Jun-2011
|
307
|
+
--------------------------------------------
|
308
|
+
|
309
|
+
* Updated to tzdata version 2011h
|
310
|
+
(http://article.gmane.org/gmane.comp.time.tz/3814).
|
311
|
+
* Allow the default value of the local_to_utc and period_for_local dst
|
312
|
+
parameter to be specified globally with a Timezone.default_dst attribute.
|
313
|
+
Thanks to Kurt Werle for the suggestion and patch.
|
314
|
+
|
315
|
+
|
316
|
+
Version 0.3.28 (tzdata v2011g) - 13-Jun-2011
|
317
|
+
---------------------------------------------
|
318
|
+
|
319
|
+
* Add support for Ruby 1.9.3 (trunk revision 31668 and later). Thanks to
|
320
|
+
Aaron Patterson for reporting the problems running on the new version.
|
321
|
+
Closes #29233.
|
322
|
+
|
323
|
+
|
324
|
+
Version 0.3.27 (tzdata v2011g) - 26-Apr-2011
|
325
|
+
--------------------------------------------
|
326
|
+
|
327
|
+
* Updated to tzdata version 2011g
|
328
|
+
(http://article.gmane.org/gmane.comp.time.tz/3758).
|
329
|
+
|
330
|
+
|
331
|
+
Version 0.3.26 (tzdata v2011e) - 2-Apr-2011
|
332
|
+
-------------------------------------------
|
333
|
+
|
334
|
+
* Updated to tzdata version 2011e
|
335
|
+
(http://article.gmane.org/gmane.comp.time.tz/3707).
|
336
|
+
|
337
|
+
|
338
|
+
Version 0.3.25 (tzdata v2011d) - 14-Mar-2011
|
339
|
+
--------------------------------------------
|
340
|
+
|
341
|
+
* Updated to tzdata version 2011d
|
342
|
+
(http://article.gmane.org/gmane.comp.time.tz/3662).
|
343
|
+
|
344
|
+
|
345
|
+
Version 0.3.24 (tzdata v2010o) - 15-Jan-2011
|
346
|
+
--------------------------------------------
|
347
|
+
|
348
|
+
* Updated to tzdata version 2010o
|
349
|
+
(http://article.gmane.org/gmane.comp.time.tz/3473).
|
350
|
+
|
351
|
+
|
352
|
+
Version 0.3.23 (tzdata v2010l) - 19-Aug-2010
|
353
|
+
--------------------------------------------
|
354
|
+
|
355
|
+
* Updated to tzdata version 2010l
|
356
|
+
(http://article.gmane.org/gmane.comp.time.tz/3354).
|
357
|
+
|
358
|
+
|
359
|
+
Version 0.3.22 (tzdata v2010j) - 29-May-2010
|
360
|
+
--------------------------------------------
|
361
|
+
|
362
|
+
* Corrected file permissions issue with 0.3.21 release.
|
363
|
+
|
364
|
+
|
365
|
+
Version 0.3.21 (tzdata v2010j) - 28-May-2010
|
366
|
+
--------------------------------------------
|
367
|
+
|
368
|
+
* Updated to tzdata version 2010j
|
369
|
+
(http://article.gmane.org/gmane.comp.time.tz/3225).
|
370
|
+
* Change invalid timezone check to exclude characters not used in timezone
|
371
|
+
identifiers and avoid 'character class has duplicated range' warnings with
|
372
|
+
Ruby 1.9.2.
|
373
|
+
* Ruby 1.9.2 has deprecated "require 'rational'", but older versions of
|
374
|
+
Ruby need rational to be required. Require rational only when the Rational
|
375
|
+
module has not already been loaded.
|
376
|
+
* Remove circular requires (now a warning in Ruby 1.9.2). Instead of using
|
377
|
+
requires in each file for dependencies, tzinfo.rb now requires all tzinfo
|
378
|
+
files. If you were previously requiring files within the tzinfo directory
|
379
|
+
(e.g. require 'tzinfo/timezone'), then you will now have to
|
380
|
+
require 'tzinfo' instead.
|
381
|
+
|
382
|
+
|
383
|
+
Version 0.3.20 (tzdata v2010i) - 19-Apr-2010
|
384
|
+
--------------------------------------------
|
385
|
+
|
386
|
+
* Updated to tzdata version 2010i
|
387
|
+
(http://article.gmane.org/gmane.comp.time.tz/3202).
|
388
|
+
|
389
|
+
|
390
|
+
Version 0.3.19 (tzdata v2010h) - 5-Apr-2010
|
391
|
+
-------------------------------------------
|
392
|
+
|
393
|
+
* Updated to tzdata version 2010h
|
394
|
+
(http://article.gmane.org/gmane.comp.time.tz/3188).
|
395
|
+
|
396
|
+
|
397
|
+
Version 0.3.18 (tzdata v2010g) - 29-Mar-2010
|
398
|
+
--------------------------------------------
|
399
|
+
|
400
|
+
* Updated to tzdata version 2010g
|
401
|
+
(http://article.gmane.org/gmane.comp.time.tz/3172).
|
402
|
+
|
403
|
+
|
404
|
+
Version 0.3.17 (tzdata v2010e) - 8-Mar-2010
|
405
|
+
-------------------------------------------
|
406
|
+
|
407
|
+
* Updated to tzdata version 2010e
|
408
|
+
(http://article.gmane.org/gmane.comp.time.tz/3128).
|
409
|
+
|
410
|
+
|
411
|
+
Version 0.3.16 (tzdata v2009u) - 5-Jan-2010
|
412
|
+
-------------------------------------------
|
413
|
+
|
414
|
+
* Support the use of '-' to denote '0' as an offset in the tz data files.
|
415
|
+
Used for the first time in the SAVE field in tzdata v2009u.
|
416
|
+
* Updated to tzdata version 2009u
|
417
|
+
(http://article.gmane.org/gmane.comp.time.tz/3053).
|
418
|
+
|
419
|
+
|
420
|
+
Version 0.3.15 (tzdata v2009p) - 26-Oct-2009
|
421
|
+
--------------------------------------------
|
422
|
+
|
423
|
+
* Updated to tzdata version 2009p
|
424
|
+
(http://article.gmane.org/gmane.comp.time.tz/2953).
|
425
|
+
* Added a description to the gem spec.
|
426
|
+
* List test files in test_files instead of files in the gem spec.
|
427
|
+
|
428
|
+
|
429
|
+
Version 0.3.14 (tzdata v2009l) - 19-Aug-2009
|
430
|
+
--------------------------------------------
|
431
|
+
|
432
|
+
* Updated to tzdata version 2009l
|
433
|
+
(http://article.gmane.org/gmane.comp.time.tz/2818).
|
434
|
+
* Include current directory in load path to allow running tests on
|
435
|
+
Ruby 1.9.2, which doesn't include it by default any more.
|
436
|
+
|
437
|
+
|
438
|
+
Version 0.3.13 (tzdata v2009f) - 15-Apr-2009
|
439
|
+
--------------------------------------------
|
440
|
+
|
441
|
+
* Updated to tzdata version 2009f
|
442
|
+
(http://article.gmane.org/gmane.comp.time.tz/2668).
|
443
|
+
* Untaint the timezone module filename after validation to allow use
|
444
|
+
with $SAFE == 1 (e.g. under mod_ruby). Thanks to Dmitry Borodaenko for
|
445
|
+
the suggestion. Closes #25349.
|
446
|
+
|
447
|
+
|
448
|
+
Version 0.3.12 (tzdata v2008i) - 12-Nov-2008
|
449
|
+
--------------------------------------------
|
450
|
+
|
451
|
+
* Updated to tzdata version 2008i
|
452
|
+
(http://article.gmane.org/gmane.comp.time.tz/2440).
|
453
|
+
|
454
|
+
|
455
|
+
Version 0.3.11 (tzdata v2008g) - 7-Oct-2008
|
456
|
+
-------------------------------------------
|
457
|
+
|
458
|
+
* Updated to tzdata version 2008g
|
459
|
+
(http://article.gmane.org/gmane.comp.time.tz/2335).
|
460
|
+
* Support Ruby 1.9.0-5. Rational.new! has now been removed in Ruby 1.9.
|
461
|
+
Only use Rational.new! if it is available (it is preferable in Ruby 1.8
|
462
|
+
for performance reasons). Thanks to Jeremy Kemper and Pratik Naik for
|
463
|
+
reporting this. Closes #22312.
|
464
|
+
* Apply a patch from Pratik Naik to replace assert calls that have been
|
465
|
+
deprecated in the Ruby svn trunk. Closes #22308.
|
466
|
+
|
467
|
+
|
468
|
+
Version 0.3.10 (tzdata v2008f) - 16-Sep-2008
|
469
|
+
--------------------------------------------
|
470
|
+
|
471
|
+
* Updated to tzdata version 2008f
|
472
|
+
(http://article.gmane.org/gmane.comp.time.tz/2293).
|
473
|
+
|
474
|
+
|
475
|
+
Version 0.3.9 (tzdata v2008c) - 27-May-2008
|
476
|
+
-------------------------------------------
|
477
|
+
|
478
|
+
* Updated to tzdata version 2008c
|
479
|
+
(http://article.gmane.org/gmane.comp.time.tz/2183).
|
480
|
+
* Support loading timezone data in the latest trunk versions of Ruby 1.9.
|
481
|
+
Rational.new! is now private, so call it using Rational.send :new! instead.
|
482
|
+
Thanks to Jeremy Kemper and Pratik Naik for spotting this. Closes #19184.
|
483
|
+
* Prevent warnings from being output when running Ruby with the -v or -w
|
484
|
+
command line options. Thanks to Paul McMahon for the patch. Closes #19719.
|
485
|
+
|
486
|
+
|
487
|
+
Version 0.3.8 (tzdata v2008b) - 24-Mar-2008
|
488
|
+
-------------------------------------------
|
489
|
+
|
490
|
+
* Updated to tzdata version 2008b
|
491
|
+
(http://article.gmane.org/gmane.comp.time.tz/2149).
|
492
|
+
* Support loading timezone data in Ruby 1.9.0. Use DateTime.new! if it is
|
493
|
+
available instead of DateTime.new0 when constructing transition times.
|
494
|
+
DateTime.new! was added in Ruby 1.8.6. DateTime.new0 was removed in
|
495
|
+
Ruby 1.9.0. Thanks to Joshua Peek for reporting this. Closes #17606.
|
496
|
+
* Modify some of the equality test cases to cope with the differences
|
497
|
+
between Ruby 1.8.6 and Ruby 1.9.0.
|
498
|
+
|
499
|
+
|
500
|
+
Version 0.3.7 (tzdata v2008a) - 10-Mar-2008
|
501
|
+
-------------------------------------------
|
502
|
+
|
503
|
+
* Updated to tzdata version 2008a
|
504
|
+
(http://article.gmane.org/gmane.comp.time.tz/2071).
|
505
|
+
|
506
|
+
|
507
|
+
Version 0.3.6 (tzdata v2007k) - 1-Jan-2008
|
508
|
+
------------------------------------------
|
509
|
+
|
510
|
+
* Updated to tzdata version 2007k
|
511
|
+
(http://article.gmane.org/gmane.comp.time.tz/2029).
|
512
|
+
* Removed deprecated RubyGems autorequire option.
|
513
|
+
|
514
|
+
|
515
|
+
Version 0.3.5 (tzdata v2007h) - 1-Oct-2007
|
516
|
+
------------------------------------------
|
517
|
+
|
518
|
+
* Updated to tzdata version 2007h
|
519
|
+
(http://article.gmane.org/gmane.comp.time.tz/1878).
|
520
|
+
|
521
|
+
|
522
|
+
Version 0.3.4 (tzdata v2007g) - 21-Aug-2007
|
523
|
+
-------------------------------------------
|
524
|
+
|
525
|
+
* Updated to tzdata version 2007g
|
526
|
+
(http://article.gmane.org/gmane.comp.time.tz/1810).
|
527
|
+
|
528
|
+
|
529
|
+
Version 0.3.3 (tzdata v2006p) - 27-Nov-2006
|
530
|
+
-------------------------------------------
|
531
|
+
|
532
|
+
* Updated to tzdata version 2006p
|
533
|
+
(http://article.gmane.org/gmane.comp.time.tz/1358).
|
534
|
+
|
535
|
+
|
536
|
+
Version 0.3.2 (tzdata v2006n) - 11-Oct-2006
|
537
|
+
-------------------------------------------
|
538
|
+
|
539
|
+
* Updated to tzdata version 2006n
|
540
|
+
(http://article.gmane.org/gmane.comp.time.tz/1288). Note that this release of
|
541
|
+
tzdata removes the country Serbia and Montenegro (CS) and replaces it with
|
542
|
+
separate Serbia (RS) and Montenegro (ME) entries.
|
543
|
+
|
544
|
+
|
545
|
+
Version 0.3.1 (tzdata v2006j) - 21-Aug-2006
|
546
|
+
-------------------------------------------
|
547
|
+
|
548
|
+
* Remove colon from case statements to avoid warning in Ruby 1.8.5. #5198.
|
549
|
+
* Use temporary variable to avoid dynamic string warning from rdoc.
|
550
|
+
* Updated to tzdata version 2006j
|
551
|
+
(http://article.gmane.org/gmane.comp.time.tz/1175).
|
552
|
+
|
553
|
+
|
554
|
+
Version 0.3.0 (tzdata v2006g) - 17-Jul-2006
|
555
|
+
-------------------------------------------
|
556
|
+
|
557
|
+
* New timezone data format. Timezone data now occupies less space on disk and
|
558
|
+
takes less memory once loaded. #4142, #4144.
|
559
|
+
* Timezone data is defined in modules rather than classes. Timezone instances
|
560
|
+
returned by Timezone.get are no longer instances of data classes, but are
|
561
|
+
instead instances of new DataTimezone and LinkedTimezone classes.
|
562
|
+
* Timezone instances can now be used with Marshal.dump and Marshal.load. #4240.
|
563
|
+
* Added a Timezone.get_proxy method that returns a TimezoneProxy object for a
|
564
|
+
given identifier.
|
565
|
+
* Country index data is now defined in a single module that is independent
|
566
|
+
of the Country class implementation.
|
567
|
+
* Country instances can now be used with Marshal.dump and Marshal.load. #4240.
|
568
|
+
* Country has a new zone_info method that returns CountryTimezone objects
|
569
|
+
containing additional information (latitude, longitude and a description)
|
570
|
+
relating to each Timezone. #4140.
|
571
|
+
* Timezones within a Country are now returned in an order that makes
|
572
|
+
geographic sense.
|
573
|
+
* The zdumptest utility now checks local to utc conversions in addition to
|
574
|
+
utc to local conversions.
|
575
|
+
* eql? method defined on Country and Timezone that is equivalent to ==.
|
576
|
+
* The == method of Timezone no longer raises an exception when passed an object
|
577
|
+
with no identifier method.
|
578
|
+
* The == method of Country no longer raises an exception when passed an object
|
579
|
+
with no code method.
|
580
|
+
* hash method defined on Country that returns the hash of the code.
|
581
|
+
* hash method defined on Timezone that returns the hash of the identifier.
|
582
|
+
* Miscellaneous API documentation corrections and improvements.
|
583
|
+
* Timezone definition and indexes are now excluded from rdoc (the contents were
|
584
|
+
previously ignored with #:nodoc: anyway).
|
585
|
+
* Removed no longer needed #:nodoc: directives from timezone data files (which
|
586
|
+
are now excluded from the rdoc build).
|
587
|
+
* Installation of the gem now causes rdoc API documentation to be generated.
|
588
|
+
#4905.
|
589
|
+
* When optimizing transitions to generate zone definitions, check the
|
590
|
+
UTC and standard offsets separately rather than just the total offset to UTC.
|
591
|
+
Fixes an incorrect abbreviation issue with Europe/London, Europe/Dublin and
|
592
|
+
Pacific/Auckland.
|
593
|
+
* Eliminated unnecessary .nil? calls to give a minor performance gain.
|
594
|
+
* Timezone.all and Timezone.all_identifiers now return all the
|
595
|
+
Timezones/identifiers rather than just those associated with countries. #4146.
|
596
|
+
* Added all_data_zones, all_data_zone_identifiers, all_linked_zones and
|
597
|
+
all_linked_zone_identifiers class methods to Timezone.
|
598
|
+
* Added a strftime method to Timezone that converts a time in UTC to local
|
599
|
+
time and then returns it formatted. %Z is replaced with the Timezone
|
600
|
+
abbreviation for the given time (for example, EST or EDT). #4143.
|
601
|
+
* Fix escaping of quotes in TZDataParser. This affected country names and
|
602
|
+
descriptions of timezones within countries.
|
603
|
+
|
604
|
+
|
605
|
+
Version 0.2.2 (tzdata v2006g) - 17-May-2006
|
606
|
+
-------------------------------------------
|
607
|
+
|
608
|
+
* Use class-scoped instance variables to store the Timezone identifier and
|
609
|
+
singleton instance. Loading a linked zone no longer causes the parent
|
610
|
+
zone's identifier to be changed. The instance method of a linked zone class
|
611
|
+
also now returns an instance of the linked zone class rather than the parent
|
612
|
+
class. #4502.
|
613
|
+
* The zdumptest utility now compares the TZInfo zone identifier with the zdump
|
614
|
+
zone identifier.
|
615
|
+
* The zdumptestall utility now exits if not supplied with enough parameters.
|
616
|
+
* Updated to tzdata version 2006g
|
617
|
+
(http://article.gmane.org/gmane.comp.time.tz/1008).
|
618
|
+
|
619
|
+
|
620
|
+
Version 0.2.1 (tzdata v2006d) - 17-Apr-2006
|
621
|
+
-------------------------------------------
|
622
|
+
|
623
|
+
* Fix a performance issue caused in 0.2.0 with Timezone.local_to_utc.
|
624
|
+
Conversions performed on TimeOrDateTime instances passed to <=> are now
|
625
|
+
cached as originally intended. Thanks to Michael Smedberg for spotting this.
|
626
|
+
* Fix a performance issue with the local_to_utc period search algorithm
|
627
|
+
originally implemented in 0.1.0. The condition that was supposed to cause
|
628
|
+
the search to terminate when enough periods had been found was only being
|
629
|
+
evaluated in a small subset of cases. Thanks to Michael Smedberg and
|
630
|
+
Jamis Buck for reporting this.
|
631
|
+
* Added abbreviation as an alias for TimezonePeriod.zone_identifier.
|
632
|
+
* Updated to tzdata version 2006d
|
633
|
+
(http://article.gmane.org/gmane.comp.time.tz/936).
|
634
|
+
* Ignore any offset in DateTimes passed in (as is already done for Times).
|
635
|
+
All of the following now refer to the same UTC time (15:40 on 17 April 2006).
|
636
|
+
Previously, the DateTime in the second line would have been interpreted
|
637
|
+
as 20:40.
|
638
|
+
|
639
|
+
tz.utc_to_local(DateTime.new(2006, 4, 17, 15, 40, 0))
|
640
|
+
tz.utc_to_local(DateTime.new(2006, 4, 17, 15, 40, 0).new_offset(Rational(5, 24)))
|
641
|
+
tz.utc_to_local(Time.utc(2006, 4, 17, 15, 40, 0))
|
642
|
+
tz.utc_to_local(Time.local(2006, 4, 17, 15, 40, 0))
|
643
|
+
|
644
|
+
|
645
|
+
Version 0.2.0 (tzdata v2006c) - 3-Apr-2006
|
646
|
+
------------------------------------------
|
647
|
+
|
648
|
+
* Use timestamps rather than DateTime objects in zone files for times between
|
649
|
+
1970 and 2037 (the range of Time).
|
650
|
+
* Don't convert passed in Time objects to DateTime in most cases (provides
|
651
|
+
a substantial performance improvement).
|
652
|
+
* Allow integer timestamps (time in seconds since 1970-1-1) to be used as well
|
653
|
+
as Time and DateTime objects in all public methods that take times as
|
654
|
+
parameters.
|
655
|
+
* Tool to compare TZInfo conversions with output from zdump.
|
656
|
+
* TZDataParser zone generation algorithm rewritten. Now based on the zic code.
|
657
|
+
TZInfo is now 100% compatible with zic/zdump output.
|
658
|
+
* Riyadh Solar Time zones now included again (generation time has been reduced
|
659
|
+
with TZDataParser changes).
|
660
|
+
* Use binary mode when writing zone and country files to get Unix (\n) new
|
661
|
+
lines.
|
662
|
+
* Omit unnecessary quotes in zone identifier symbols.
|
663
|
+
* Omit the final transition to DST if there is a prior transition in the last
|
664
|
+
year processed to standard time.
|
665
|
+
* Updated to tzdata version 2006c
|
666
|
+
(http://article.gmane.org/gmane.comp.time.tz/920).
|
667
|
+
|
668
|
+
|
669
|
+
Version 0.1.2 (tzdata v2006a) - 5-Feb-2006
|
670
|
+
------------------------------------------
|
671
|
+
|
672
|
+
* Add lib directory to the load path when tzinfo is required. Makes it easier
|
673
|
+
to use tzinfo gem when unpacked to vendor directory in rails.
|
674
|
+
* Updated to tzdata version 2006a
|
675
|
+
(http://article.gmane.org/gmane.comp.time.tz/738).
|
676
|
+
* build_tz_classes rake task now handles running svn add and svn delete as new
|
677
|
+
timezones and countries are added and old ones are removed.
|
678
|
+
* Return a better error when attempting to use a Timezone instance that was
|
679
|
+
constructed with Timezone.new(nil). This will occur when using Rails'
|
680
|
+
composed_of. When the timezone identifier in the database is null, attempting
|
681
|
+
to use the Timezone will now result in an UnknownTimezone exception rather
|
682
|
+
than a NameError.
|
683
|
+
|
684
|
+
|
685
|
+
Version 0.1.1 (tzdata v2005q) - 18-Dec-2005
|
686
|
+
-------------------------------------------
|
687
|
+
|
688
|
+
* Timezones that are defined by a single unbounded period (e.g. UTC) now
|
689
|
+
work again.
|
690
|
+
* Updated to tzdata version 2005q.
|
691
|
+
|
692
|
+
|
693
|
+
Version 0.1.0 (tzdata v2005n) - 27-Nov-2005
|
694
|
+
-------------------------------------------
|
695
|
+
|
696
|
+
* period_for_local and local_to_utc now allow resolution of ambiguous
|
697
|
+
times (e.g. when switching from daylight savings to standard time).
|
698
|
+
The behaviour of these methods when faced with an ambiguous local time
|
699
|
+
has now changed. If you are using these methods you should check
|
700
|
+
the documentation. Thanks to Cliff Matthews for suggesting this change.
|
701
|
+
* Added require 'date' to timezone.rb (date isn't loaded by default in all
|
702
|
+
environments).
|
703
|
+
* Use rake to build packages and documentation.
|
704
|
+
* License file is now included in gem distribution.
|
705
|
+
* Dates in definitions stored as Astronomical Julian Day numbers rather than
|
706
|
+
as civil dates (improves performance creating DateTime instances).
|
707
|
+
* Added options to TZDataParser to allow generation of specific zones and
|
708
|
+
countries.
|
709
|
+
* Moved TimezonePeriod class to timezone_period.rb.
|
710
|
+
* New TimezonePeriodList class to store TimezonePeriods for a timezone and
|
711
|
+
perform searches for periods.
|
712
|
+
* Timezones now defined using blocks. TimezonePeriods are only instantiated
|
713
|
+
when they are needed. Thanks to Jamis Buck for the suggestion.
|
714
|
+
* Add options to TZDataParser to allow exclusion of specific zones and
|
715
|
+
countries.
|
716
|
+
* Exclude the Riyadh Solar Time zones. The rules are only for 1987 to 1989 and
|
717
|
+
take a long time to generate and process. Riyadh Solar Time is no longer
|
718
|
+
observed.
|
719
|
+
* The last TimezonePeriod for each Timezone is now written out with an
|
720
|
+
unbounded rather than arbitrary end time.
|
721
|
+
* Construct the Rational offset in TimezonePeriod once when the TimezonePeriod
|
722
|
+
is constructed rather than each time it is needed.
|
723
|
+
* Timezone and Country now keep a cache of loaded instances to avoid running
|
724
|
+
require which can be slow on some platforms.
|
725
|
+
* Updated to tzdata version 2005n.
|
726
|
+
|
727
|
+
|
728
|
+
Version 0.0.4 (tzdata v2005m) - 18-Sep-2005
|
729
|
+
-------------------------------------------
|
730
|
+
|
731
|
+
* Removed debug output accidentally included in the previous release.
|
732
|
+
* Fixed a bug in the generation of friendly zone identifiers (was inserting
|
733
|
+
apostrophes into UTC, GMT, etc).
|
734
|
+
* Fixed Country <=> operator (was comparing non-existent attribute)
|
735
|
+
* Fixed Timezone.period_for_local error when period not found.
|
736
|
+
* Added testcases for Timezone, TimezoneProxy, TimezonePeriod, Country and
|
737
|
+
some selected timezones.
|
738
|
+
|
739
|
+
|
740
|
+
Version 0.0.3 (tzdata v2005m) - 17-Sep-2005
|
741
|
+
-------------------------------------------
|
742
|
+
|
743
|
+
* Reduced visibility of some methods added in Timezone#setup and Country#setup.
|
744
|
+
* Added name method to Timezone (returns the identifier).
|
745
|
+
* Added friendly_identifier method to Timezone. Returns a more friendly version
|
746
|
+
of the identifier.
|
747
|
+
* Added to_s method to Timezone. Returns the friendly identifier.
|
748
|
+
* Added == and <=> operators to Timezone (compares identifiers).
|
749
|
+
* Timezone now includes Comparable.
|
750
|
+
* Added to_s method to Country.
|
751
|
+
* Added == and <=> operators to Country (compares ISO 3166 country codes).
|
752
|
+
* Country now includes Comparable.
|
753
|
+
* New TimezoneProxy class that behaves the same as a Timezone but doesn't
|
754
|
+
actually load in its definition until it is actually required.
|
755
|
+
* Modified Timezone and Country methods that return Timezones to return
|
756
|
+
TimezoneProxy instances instead. This makes these methods much quicker.
|
757
|
+
|
758
|
+
In Ruby on Rails, you can now show a drop-down list of all timezones using the
|
759
|
+
Rails time_zone_select helper method:
|
760
|
+
|
761
|
+
<%= time_zone_select 'user', 'time_zone', TZInfo::Timezone.all.sort, :model => TZInfo::Timezone %>
|
762
|
+
|
763
|
+
|
764
|
+
Version 0.0.2 (tzdata v2005m) - 13-Sep-2005
|
765
|
+
-------------------------------------------
|
766
|
+
|
767
|
+
* Country and Timezone data is now loaded into class rather than instance
|
768
|
+
variables. This makes Timezone links more efficient and saves memory if
|
769
|
+
creating specific Timezone and Country classes directly.
|
770
|
+
* TimezonePeriod zone_identifier is now defined as a symbol to save memory
|
771
|
+
(was previously a string).
|
772
|
+
* TimezonePeriod zone_identifiers that were previously '' are now :Unknown.
|
773
|
+
* Timezones and Countries can now be returned using Timezone.new(identifier)
|
774
|
+
and Country.new(identifier). When passed an identifier, the new method
|
775
|
+
calls get to return an instance of the specified timezone or country.
|
776
|
+
* Added new class methods to Timezone to return sets of zones and identifiers.
|
777
|
+
|
778
|
+
Thanks to Scott Barron of Lunchbox Software for the suggestions in his
|
779
|
+
article about using TZInfo with Rails
|
780
|
+
(http://lunchroom.lunchboxsoftware.com/pages/tzinfo_rails)
|
781
|
+
|
782
|
+
|
783
|
+
Version 0.0.1 (tzdata v2005m) - 29-Aug-2005
|
784
|
+
-------------------------------------------
|
785
|
+
|
786
|
+
* First release.
|