fragrant 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile +0 -1
- data/Gemfile.lock +23 -25
- data/vendor/bundle/ruby/1.9.1/bin/autospec +23 -0
- data/vendor/bundle/ruby/1.9.1/bin/edit_json.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/bin/erubis +23 -0
- data/vendor/bundle/ruby/1.9.1/bin/fragrant +23 -0
- data/vendor/bundle/ruby/1.9.1/bin/htmldiff +25 -0
- data/vendor/bundle/ruby/1.9.1/bin/ldiff +25 -0
- data/vendor/bundle/ruby/1.9.1/bin/minitar +23 -0
- data/vendor/bundle/ruby/1.9.1/bin/prettify_json.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/bin/puma +23 -0
- data/vendor/bundle/ruby/1.9.1/bin/pumactl +23 -0
- data/vendor/bundle/ruby/1.9.1/bin/rackup +23 -0
- data/vendor/bundle/ruby/1.9.1/bin/rake +23 -0
- data/vendor/bundle/ruby/1.9.1/bin/rspec +23 -0
- data/vendor/bundle/ruby/1.9.1/bin/uuid +23 -0
- data/vendor/bundle/ruby/1.9.1/bin/vagrant +23 -0
- data/vendor/bundle/ruby/1.9.1/cache/activesupport-3.2.8.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/archive-tar-minitar-0.5.2.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/backports-2.6.4.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/childprocess-0.3.6.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/diff-lcs-1.1.3.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/erubis-2.7.0.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/ffi-1.1.5.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/grape-0.2.2.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/hashie-1.2.0.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/i18n-0.6.1.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/json-1.5.4.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/log4r-1.1.10.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/macaddr-1.6.1.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/multi_json-1.3.6.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/multi_xml-0.5.1.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/net-scp-1.0.4.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/net-ssh-2.2.2.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/puma-1.6.3.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/rack-1.4.1.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/rack-accept-0.4.5.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/rack-mount-0.8.3.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/rack-test-0.6.2.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/rake-0.9.2.2.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/rspec-2.11.0.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/rspec-core-2.11.1.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/rspec-expectations-2.11.3.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/rspec-mocks-2.11.3.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/systemu-2.5.2.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/uuid-2.3.5.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/vagrant-1.0.5.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/vegas-0.1.11.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/cache/virtus-0.5.2.gem +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/CHANGELOG.md +1718 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/README.rdoc +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/all.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/backtrace_cleaner.rb +99 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/base64.rb +54 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/basic_object.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/benchmarkable.rb +55 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/buffered_logger.rb +125 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/builder.rb +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/cache/file_store.rb +178 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/cache/mem_cache_store.rb +206 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/cache/memory_store.rb +159 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/cache/null_store.rb +44 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb +169 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/cache.rb +638 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/callbacks.rb +626 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/concern.rb +131 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/configurable.rb +90 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/array/access.rb +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/array/conversions.rb +164 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/array/extract_options.rb +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/array/grouping.rb +100 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/array/prepend_and_append.rb +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/array/random_access.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/array/uniq_by.rb +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/array/wrap.rb +48 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/array.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/big_decimal/conversions.rb +45 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/big_decimal.rb +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/class/attribute.rb +115 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/class/attribute_accessors.rb +168 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/class/delegating_attributes.rb +44 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/class/subclasses.rb +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/class.rb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/date/acts_like.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/date/calculations.rb +276 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/date/conversions.rb +106 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/date/freeze.rb +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/date/zones.rb +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/date_time/acts_like.rb +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/date_time/calculations.rb +143 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/date_time/conversions.rb +103 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/date_time/zones.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/enumerable.rb +127 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/exception.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/file/atomic.rb +42 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/file/path.rb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/file.rb +2 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/float/rounding.rb +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/float.rb +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/hash/conversions.rb +157 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/hash/deep_dup.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/hash/deep_merge.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/hash/diff.rb +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/hash/except.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/hash/indifferent_access.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/hash/keys.rb +54 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/hash/reverse_merge.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/hash/slice.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/hash.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/integer/inflections.rb +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/integer/multiple.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/integer/time.rb +39 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/integer.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/io.rb +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/kernel/agnostics.rb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/kernel/debugger.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/kernel/reporting.rb +93 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/kernel/singleton_class.rb +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/kernel.rb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/load_error.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/logger.rb +83 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module/aliasing.rb +70 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module/anonymous.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module/attr_internal.rb +39 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module/attribute_accessors.rb +64 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module/delegation.rb +153 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module/deprecation.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module/introspection.rb +88 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module/method_names.rb +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module/qualified_const.rb +64 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module/reachable.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module/remove_method.rb +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module/synchronization.rb +45 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/name_error.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/numeric/bytes.rb +44 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/numeric/time.rb +79 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/numeric.rb +2 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/object/acts_like.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/object/blank.rb +121 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/object/conversions.rb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/object/duplicable.rb +119 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/object/inclusion.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/object/instance_variables.rb +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/object/to_json.rb +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/object/to_param.rb +55 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/object/to_query.rb +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/object/try.rb +57 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/object/with_options.rb +43 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/object.rb +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/proc.rb +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/process/daemon.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/process.rb +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/range/blockless_step.rb +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/range/conversions.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/range/cover.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/range/include_range.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/range/overlaps.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/range.rb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/regexp.rb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/rexml.rb +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/access.rb +99 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/behavior.rb +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/conversions.rb +66 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/encoding.rb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/exclude.rb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/filters.rb +49 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/inflections.rb +202 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/inquiry.rb +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/interpolation.rb +2 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/multibyte.rb +72 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/output_safety.rb +186 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/starts_ends_with.rb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/strip.rb +26 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/xchar.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string.rb +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/time/acts_like.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/time/calculations.rb +360 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/time/conversions.rb +85 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/time/marshal.rb +57 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/time/publicize_conversion_methods.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/time/zones.rb +86 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/uri.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies/autoload.rb +50 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb +703 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/deprecation/behaviors.rb +49 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/deprecation/method_wrappers.rb +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/deprecation/proxy_wrappers.rb +81 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/deprecation/reporting.rb +65 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/deprecation.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/descendants_tracker.rb +45 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/duration.rb +110 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/file_update_checker.rb +121 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/file_watcher.rb +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/gzip.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/hash_with_indifferent_access.rb +178 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/i18n.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/i18n_railtie.rb +102 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/inflections.rb +63 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/inflector/inflections.rb +174 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/inflector/methods.rb +321 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/inflector/transliterate.rb +98 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/inflector.rb +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/json/decoding.rb +79 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/json/encoding.rb +284 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/json/variable.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/json.rb +2 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/lazy_load_hooks.rb +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/locale/en.yml +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/log_subscriber/test_helper.rb +101 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/log_subscriber.rb +122 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/memoizable.rb +116 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/message_encryptor.rb +103 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/message_verifier.rb +74 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/multibyte/chars.rb +476 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/multibyte/exceptions.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/multibyte/unicode.rb +393 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/multibyte/utils.rb +60 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/multibyte.rb +44 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications/fanout.rb +61 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications.rb +154 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/option_merger.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/ordered_hash.rb +222 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/ordered_options.rb +61 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/railtie.rb +59 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/rescuable.rb +115 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/ruby/shim.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/string_inquirer.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/tagged_logging.rb +70 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/test_case.rb +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/assertions.rb +97 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/declarative.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/deprecation.rb +55 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/isolation.rb +157 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/mochaing.rb +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/pending.rb +52 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/performance/jruby.rb +115 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/performance/rubinius.rb +113 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/performance/ruby/mri.rb +57 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/performance/ruby/yarv.rb +57 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/performance/ruby.rb +152 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/performance.rb +317 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/setup_and_teardown.rb +118 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/time/autoload.rb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/time.rb +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/time_with_zone.rb +354 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/values/time_zone.rb +397 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/values/unicode_tables.dat +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/version.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/whiny_nil.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/xml_mini/jdom.rb +175 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/xml_mini/libxml.rb +80 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/xml_mini/libxmlsax.rb +86 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/xml_mini/nokogiri.rb +84 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/xml_mini/nokogirisax.rb +88 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/xml_mini/rexml.rb +130 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/xml_mini.rb +168 -0
- data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support.rb +82 -0
- data/vendor/bundle/ruby/1.9.1/gems/archive-tar-minitar-0.5.2/ChangeLog +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/archive-tar-minitar-0.5.2/Install +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/archive-tar-minitar-0.5.2/README +66 -0
- data/vendor/bundle/ruby/1.9.1/gems/archive-tar-minitar-0.5.2/Rakefile +113 -0
- data/vendor/bundle/ruby/1.9.1/gems/archive-tar-minitar-0.5.2/bin/minitar +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar/command.rb +814 -0
- data/vendor/bundle/ruby/1.9.1/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar.rb +979 -0
- data/vendor/bundle/ruby/1.9.1/gems/archive-tar-minitar-0.5.2/tests/tc_tar.rb +614 -0
- data/vendor/bundle/ruby/1.9.1/gems/archive-tar-minitar-0.5.2/tests/testall.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/CHANGELOG.rdoc +325 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/LICENSE.txt +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/README.rdoc +272 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/Rakefile +64 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/VERSION.yml +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/backports.gemspec +134 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/argf.rb +44 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/array.rb +208 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/binding.rb +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/dir.rb +58 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/enumerable.rb +254 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/enumerator.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/env.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/fixnum.rb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/float.rb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/gc.rb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/hash.rb +43 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/integer.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/io.rb +43 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/kernel.rb +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/method.rb +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/module.rb +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/numeric.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/object_space.rb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/proc.rb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/process.rb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/range.rb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/regexp.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/string.rb +92 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/struct.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/symbol.rb +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7.rb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.8.rb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.rb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/array.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/dir.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/enumerable.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/enumerator.rb +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/env.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/file.rb +44 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/float.rb +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/hash.rb +31 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/integer.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/io.rb +32 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/kernel.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/math.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/numeric.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/proc.rb +54 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/range.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/regexp.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/stdlib/prime.rb +495 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/stdlib.rb +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/string.rb +45 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/symbol.rb +32 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1.rb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/array.rb +110 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/complex.rb +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/dir.rb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/enumerable.rb +74 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/float.rb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/hash.rb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/kernel.rb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/match_data.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/random/MT19937.rb +76 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/random/bits_and_bytes.rb +91 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/random/implementation.rb +93 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/random/load.rb +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/random.rb +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/stdlib/matrix/eigenvalue_decomposition.rb +886 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/stdlib/matrix/lup_decomposition.rb +218 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/stdlib/matrix.rb +1870 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/stdlib/set.rb +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/stdlib.rb +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2.rb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.3/file.rb +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.3/io.rb +32 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.3/string.rb +39 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.3.rb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.rb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/basic_object.rb +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/force/array_map.rb +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/force/enumerable_map.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/force/hash_select.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/force/string_length.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/force/string_size.rb +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/rails/array.rb +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/rails/enumerable.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/rails/hash.rb +31 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/rails/kernel.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/rails/module.rb +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/rails/string.rb +42 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/rails.rb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/tools.rb +329 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/test/README +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/Gemfile +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/LICENSE +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/README.md +71 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/Rakefile +62 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/childprocess.gemspec +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/abstract_io.rb +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/abstract_process.rb +168 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/errors.rb +26 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/jruby/io.rb +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/jruby/process.rb +125 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/jruby/pump.rb +52 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/jruby.rb +56 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/tools/generator.rb +146 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/unix/fork_exec_process.rb +64 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/unix/io.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/unix/lib.rb +181 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/unix/platform/i386-linux.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/unix/platform/i386-solaris.rb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/unix/platform/x86_64-linux.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/unix/platform/x86_64-macosx.rb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/unix/posix_spawn_process.rb +140 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/unix/process.rb +70 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/unix.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/version.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/windows/handle.rb +89 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/windows/io.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/windows/lib.rb +363 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/windows/process.rb +76 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/windows/process_builder.rb +179 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/windows/structs.rb +83 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/windows.rb +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess.rb +177 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/spec/abstract_io_spec.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/spec/childprocess_spec.rb +192 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/spec/io_spec.rb +206 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/spec/jruby_spec.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/spec/pid_behavior.rb +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/spec/spec_helper.rb +185 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/spec/unix_spec.rb +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/spec/windows_spec.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/History.rdoc +54 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/License.rdoc +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/Manifest.txt +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/README.rdoc +72 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/Rakefile +26 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/bin/htmldiff +32 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/bin/ldiff +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/diff-lcs.gemspec +51 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/docs/COPYING.txt +340 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/docs/artistic.html +289 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/lib/diff/lcs/array.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/lib/diff/lcs/block.rb +51 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/lib/diff/lcs/callbacks.rb +322 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/lib/diff/lcs/change.rb +169 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/lib/diff/lcs/htmldiff.rb +151 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/lib/diff/lcs/hunk.rb +242 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/lib/diff/lcs/ldiff.rb +210 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/lib/diff/lcs/string.rb +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/lib/diff/lcs.rb +1105 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/lib/diff-lcs.rb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/spec/diff_spec.rb +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/spec/lcs_spec.rb +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/spec/patch_spec.rb +390 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/spec/sdiff_spec.rb +204 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/spec/spec_helper.rb +284 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/spec/traverse_balanced_spec.rb +286 -0
- data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/spec/traverse_sequences_spec.rb +83 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/CHANGES.txt +828 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/README.txt +102 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/benchmark/Makefile +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/benchmark/bench.rb +313 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/benchmark/bench_context.yaml +141 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/benchmark/templates/_footer.html +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/benchmark/templates/_header.html +52 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/benchmark/templates/bench_erb.rhtml +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/benchmark/templates/bench_erubis.rhtml +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/benchmark/templates/bench_eruby.rhtml +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/bin/erubis +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/contrib/erubis +3468 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/contrib/erubis-run.rb +132 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/contrib/inline-require +179 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc/docstyle.css +209 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc/users-guide.html +3551 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/ActionView/TemplateHandlers/ErubisHandler.html +209 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/ActionView.html +105 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/ERB.html +101 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayBufferEnhancer.html +175 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayBufferEruby.html +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayEnhancer.html +174 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayEruby.html +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic/Converter.html +327 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic/Engine.html +130 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic.html +112 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/BiPatternEnhancer.html +215 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/BiPatternEruby.html +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/CGenerator.html +386 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/CommandOptionError.html +113 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Context.html +344 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Converter.html +283 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/CppGenerator.html +382 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/DeleteIndentEnhancer.html +150 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/DeleteIndentEruby.html +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Ec.html +126 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Ecpp.html +126 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Ejava.html +126 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Ejavascript.html +126 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Engine.html +305 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Eperl.html +126 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Ephp.html +126 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/ErboutEnhancer.html +175 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/ErboutEruby.html +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/ErubisError.html +117 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Eruby.html +132 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapeEnhancer.html +165 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEc.html +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEcpp.html +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEjava.html +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEjavascript.html +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEperl.html +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEphp.html +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEruby.html +127 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEscheme.html +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Escheme.html +126 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Evaluator.html +212 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/FastEruby.html +131 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Generator.html +416 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/HeaderFooterEnhancer.html +267 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/HeaderFooterEruby.html +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsFormHelper.html +787 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsHelper/TemplateConverter.html +213 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsHelper.html +349 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers.html +116 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/InterpolationEnhancer.html +305 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/InterpolationEruby.html +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/JavaGenerator.html +359 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/JavascriptGenerator.html +386 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Main.html +341 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/NoCodeEnhancer.html +249 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/NoCodeEruby.html +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/NoTextEnhancer.html +159 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/NoTextEruby.html +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/NotSupportedError.html +119 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedEruby.html +163 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedGenerator.html +439 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedXmlEruby.html +163 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Converter.html +266 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ec.html +166 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ecpp.html +166 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ejava.html +166 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ejavascript.html +166 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Engine.html +122 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Eperl.html +166 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ephp.html +166 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Eruby.html +155 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Escheme.html +166 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/TinyEruby.html +293 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PI.html +125 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PercentLineEnhancer.html +163 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PercentLineEruby.html +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PerlGenerator.html +344 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PhpGenerator.html +350 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PrefixedLineEnhancer.html +210 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PrefixedLineEruby.html +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PreprocessingEruby.html +183 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PreprocessingHelper.html +212 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintEnabledEnhancer.html +212 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintEnabledEruby.html +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutEnhancer.html +244 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutEruby.html +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutSimplifiedEruby.html +121 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/RubyEvaluator.html +227 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/RubyGenerator.html +328 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/SchemeGenerator.html +382 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/SimplifiedEruby.html +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/SimplifyEnhancer.html +191 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutEnhancer.html +173 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutEruby.html +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutSimplifiedEruby.html +121 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/StringBufferEnhancer.html +174 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/StringBufferEruby.html +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/StringIOEruby.html +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/TinyEruby.html +298 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/XmlEruby.html +130 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/XmlHelper.html +255 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis.html +362 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Kernel.html +155 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/created.rid +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/README_txt.html +247 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/context_rb.html +107 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/converter_rb.html +114 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/engine/ec_rb.html +115 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/engine/ecpp_rb.html +115 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/engine/ejava_rb.html +115 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/engine/ejavascript_rb.html +115 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/engine/enhanced_rb.html +115 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/engine/eperl_rb.html +115 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/engine/ephp_rb.html +115 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/engine/eruby_rb.html +115 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/engine/escheme_rb.html +115 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/engine/optimized_rb.html +114 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/engine_rb.html +117 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/enhancer_rb.html +107 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/error_rb.html +107 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/evaluator_rb.html +115 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/generator_rb.html +114 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/helper_rb.html +107 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/helpers/rails_form_helper_rb.html +107 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/helpers/rails_helper_rb.html +116 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/local-setting_rb.html +107 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/main_rb.html +129 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/preprocessing_rb.html +114 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/tiny_rb.html +107 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/util_rb.html +107 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis_rb.html +118 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/fr_class_index.html +129 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/fr_file_index.html +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/fr_method_index.html +265 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/index.html +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/rdoc-style.css +208 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/basic/Makefile +58 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/basic/example.ec +42 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/basic/example.ecpp +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/basic/example.ejava +45 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/basic/example.ejs +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/basic/example.eperl +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/basic/example.ephp +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/basic/example.eruby +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/basic/example.escheme +26 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/pi/Makefile +54 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/pi/example.ec +42 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/pi/example.ejava +45 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/pi/example.ejs +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/pi/example.eperl +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/pi/example.ephp +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/pi/example.eruby +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/pi/example.escheme +26 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/context.rb +83 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/converter.rb +357 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/engine/ec.rb +117 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/engine/ecpp.rb +113 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/engine/ejava.rb +110 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/engine/ejavascript.rb +119 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/engine/enhanced.rb +126 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/engine/eperl.rb +95 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/engine/ephp.rb +99 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/engine/eruby.rb +125 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/engine/escheme.rb +114 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/engine/optimized.rb +127 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/engine.rb +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/enhancer.rb +723 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/error.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/evaluator.rb +88 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/generator.rb +85 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/helper.rb +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/helpers/rails_form_helper.rb +197 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/helpers/rails_helper.rb +353 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/local-setting.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/main.rb +516 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/preprocessing.rb +58 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/tiny.rb +144 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/util.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis.rb +73 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/setup.rb +1331 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/assert-text-equal.rb +44 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/Example.ejava +55 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/array_example.result +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/arraybuffer_example.result +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/bipattern-example.rhtml +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/bipattern_example.result +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/bufvar-example.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/bufvar-example.result +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/context.rb +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/context.yaml +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/def_method.rb +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/def_method.result +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/escape_example.result +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example.ec +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example.ecpp +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example.ejs +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example.eperl +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example.ephp +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example.eruby +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example.escheme +28 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example1.eruby +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example1.rb +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example1.result +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example10.rb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example10.result +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example10.xhtml +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example10_x.result +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example11.php +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example11.result +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example11.rhtml +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example11_C.result +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example11_N.result +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example11_U.result +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example11_php.result +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example1_x.result +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example2.eruby +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example2.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example2.result +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example2_trim.result +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example2_x.result +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example3.eruby +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example3.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example31.result +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example32.result +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example3_e.result +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example4.eruby +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example4.rb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example4.result +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example4_x.result +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example5.eruby +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example5.rb +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example5.result +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example6.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example6.result +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example7.eruby +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example71.result +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example72.result +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example8.eruby +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example8_ruby.result +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example8_yaml.result +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example9.eruby +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example9.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example9.result +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example91.result +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example92.result +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example_c.result +32 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example_java.result +56 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example_js.result +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example_perl.result +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example_php.result +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example_scheme.result +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example_scheme_display.result +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/fasteruby-example.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/fasteruby-example.result +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/fasteruby.rb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/fasteruby.result +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/fasteruby.rhtml +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example.eruby +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example2.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example2.rhtml +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/headerfooter_example.result +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/headerfooter_example2.result +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/interpolation_example.result +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/main_program1.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/main_program1.result +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/main_program2.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/main_program2.result +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/nocode-example.eruby +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/nocode-php.result +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/nocode_example.result +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/normal-eruby-test.eruby +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/normal_eruby_test.result +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/notext-example.eruby +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/notext-example.php +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/notext-php.result +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/notext_example.result +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/percentline-example.rhtml +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/percentline_example.result +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/prefixedline-example.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/prefixedline-example.rhtml +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/prefixedline_example.result +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/printenable_example.result +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/printenabled-example.eruby +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/printenabled-example.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/printstatement_example.result +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/simplify_example.result +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/stderr.log +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/stdout_exmple.result +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/stringbuffer_example.result +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/tail_260.result +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/tailnewline.rhtml +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/template1.rhtml +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/template2.rhtml +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/test-engines.rb +425 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/test-enhancers.rb +646 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/test-erubis.rb +887 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/test-index-cgi.rb +191 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/test-main.rb +752 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/test-users-guide.rb +73 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/test.rb +45 -0
- data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/testutil.rb +111 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/History.txt +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/LICENSE +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/README.rdoc +102 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/Rakefile +196 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/AbstractMemory.c +1028 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/AbstractMemory.h +166 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/AbstractMemory.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/ArrayType.c +149 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/ArrayType.h +50 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/ArrayType.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Buffer.c +356 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Buffer.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Call.c +458 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Call.h +84 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Call.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/ClosurePool.c +275 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/ClosurePool.h +48 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/ClosurePool.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/DataConverter.c +91 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/DataConverter.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/DynamicLibrary.c +315 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/DynamicLibrary.h +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/DynamicLibrary.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Ffi_c.iml +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Function.c +965 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Function.h +79 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Function.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/FunctionInfo.c +236 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/FunctionInfo.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/LastError.c +176 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/LastError.h +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/LastError.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/LongDouble.c +59 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/LongDouble.h +42 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/LongDouble.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Makefile +213 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/MappedType.c +161 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/MappedType.h +50 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/MappedType.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/MemoryPointer.c +167 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/MemoryPointer.h +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/MemoryPointer.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/MethodHandle.c +349 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/MethodHandle.h +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/MethodHandle.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Platform.c +112 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Platform.h +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Platform.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Pointer.c +490 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Pointer.h +56 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Pointer.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Struct.c +704 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Struct.h +97 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Struct.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/StructByReference.c +158 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/StructByReference.h +50 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/StructByReference.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/StructByValue.c +142 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/StructByValue.h +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/StructByValue.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/StructLayout.c +555 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/StructLayout.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Thread.c +326 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Thread.h +79 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Thread.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Type.c +385 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Type.h +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Type.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Types.c +130 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Types.h +79 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Types.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Variadic.c +264 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Variadic.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/compat.h +74 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/extconf.h +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/extconf.rb +61 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/ffi.c +86 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/ffi.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/ffi_c.bundle +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/ChangeLog +4600 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/ChangeLog.libffi +584 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/ChangeLog.libgcj +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/ChangeLog.v1 +764 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/LICENSE +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/Makefile.am +196 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/Makefile.in +1820 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/Makefile.vc +141 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/Makefile.vc64 +141 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/README +342 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/acinclude.m4 +92 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/aclocal.m4 +1873 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/build-ios.sh +67 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/compile +143 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/config.guess +1501 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/config.sub +1705 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/configure +17191 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/configure.ac +496 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/configure.host +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/depcomp +630 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/doc/libffi.info +593 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/doc/libffi.texi +600 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/doc/stamp-vti +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/doc/version.texi +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/fficonfig.h.in +199 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/fficonfig.hw +57 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/include/Makefile.am +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/include/Makefile.in +487 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/include/ffi.h.in +427 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/include/ffi.h.vc +427 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/include/ffi.h.vc64 +427 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/include/ffi_common.h +126 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/install-sh +520 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/libffi.pc.in +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/libtool-version +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/ltmain.sh +9636 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +176 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +195 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/ax_check_compiler_flags.m4 +76 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +63 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/ax_configure_args.m4 +70 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +300 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +215 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +79 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/libtool.m4 +7831 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/ltoptions.m4 +369 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/ltsugar.m4 +123 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/ltversion.m4 +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/lt~obsolete.m4 +98 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/man/Makefile.am +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/man/Makefile.in +466 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/man/ffi.3 +31 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/man/ffi_call.3 +103 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/man/ffi_prep_cif.3 +66 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/mdate-sh +201 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/missing +376 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/msvcc.sh +197 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/alpha/ffi.c +284 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/alpha/ffitarget.h +48 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/alpha/osf.S +387 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/arm/ffi.c +728 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/arm/ffitarget.h +65 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/arm/gentramp.sh +118 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/arm/sysv.S +497 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/arm/trampoline.S +4450 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/avr32/ffi.c +423 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/avr32/ffitarget.h +50 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/avr32/sysv.S +208 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/closures.c +615 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/cris/ffi.c +383 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/cris/ffitarget.h +51 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/cris/sysv.S +215 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/debug.c +59 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/dlmalloc.c +5161 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/frv/eabi.S +128 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/frv/ffi.c +292 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/frv/ffitarget.h +57 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/ia64/ffi.c +582 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/ia64/ffitarget.h +50 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/ia64/ia64_flags.h +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/ia64/unix.S +560 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/java_raw_api.c +356 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/m32r/ffi.c +232 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/m32r/ffitarget.h +48 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/m32r/sysv.S +121 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/m68k/ffi.c +288 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/m68k/ffitarget.h +49 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/m68k/sysv.S +270 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/mips/ffi.c +1036 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/mips/ffitarget.h +242 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/mips/n32.S +591 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/mips/o32.S +381 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/moxie/eabi.S +128 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/moxie/ffi.c +276 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/pa/ffi.c +719 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/pa/ffitarget.h +78 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/pa/hpux32.S +368 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/pa/linux.S +357 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/powerpc/aix.S +328 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/powerpc/aix_closure.S +445 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/powerpc/asm.h +125 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/powerpc/darwin.S +383 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +575 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/powerpc/ffi.c +1448 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +1359 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/powerpc/ffitarget.h +139 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/powerpc/linux64.S +187 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +236 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +327 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/powerpc/sysv.S +219 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/prep_cif.c +177 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/raw_api.c +254 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/s390/ffi.c +780 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/s390/ffitarget.h +62 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/s390/sysv.S +434 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/sh/ffi.c +716 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/sh/ffitarget.h +49 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/sh/sysv.S +850 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/sh64/ffi.c +468 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/sh64/ffitarget.h +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/sh64/sysv.S +539 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/sparc/ffi.c +669 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/sparc/ffitarget.h +68 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/sparc/v8.S +313 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/sparc/v9.S +307 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/types.c +77 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/x86/darwin.S +444 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/x86/darwin64.S +416 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/x86/ffi.c +644 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/x86/ffi64.c +635 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/x86/ffitarget.h +121 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/x86/freebsd.S +458 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/x86/sysv.S +468 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/x86/unix64.S +426 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/x86/win32.S +1065 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/x86/win64.S +468 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/Makefile.am +80 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/Makefile.in +500 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/config/default.exp +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/lib/libffi-dg.exp +300 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/lib/libffi.exp +350 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +263 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +45 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +32 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn0.c +89 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn1.c +81 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn2.c +81 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn3.c +82 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn4.c +89 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn5.c +92 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn6.c +90 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/closure_loc_fn0.c +95 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/closure_stdcall.c +64 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_12byte.c +94 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_16byte.c +95 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_18byte.c +96 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_19byte.c +102 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_1_1byte.c +89 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte.c +91 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte1.c +93 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_24byte.c +113 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_2byte.c +90 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_3_1byte.c +95 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte1.c +90 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte2.c +90 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_4_1byte.c +98 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_4byte.c +90 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_5_1_byte.c +109 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_5byte.c +98 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_64byte.c +124 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_6_1_byte.c +113 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_6byte.c +99 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_7_1_byte.c +117 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_7byte.c +97 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_8byte.c +88 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte1.c +90 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte2.c +91 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_double.c +93 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_float.c +91 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble.c +92 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split.c +134 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c +117 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_pointer.c +95 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint16.c +91 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint32.c +91 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint64.c +92 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint16.c +91 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint32.c +91 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint64.c +93 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_dbls_struct.c +66 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_double.c +43 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_double_va.c +60 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_float.c +42 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble.c +105 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble_va.c +60 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_schar.c +74 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshort.c +74 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshortchar.c +86 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_uchar.c +91 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushort.c +74 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushortchar.c +86 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer.c +74 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer_stack.c +140 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_schar.c +44 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_sint.c +42 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_sshort.c +42 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_uchar.c +42 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_uint.c +43 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_ulonglong.c +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_ushort.c +43 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_abi.c +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +26 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +153 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/float.c +59 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +58 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +58 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +72 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +62 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/huge_struct.c +342 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/many.c +69 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/many_win32.c +63 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct.c +152 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct1.c +161 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct10.c +133 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct2.c +110 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct3.c +111 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct4.c +111 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct5.c +112 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct6.c +131 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct7.c +111 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct8.c +131 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct9.c +131 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/problem1.c +90 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +59 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc-tc.c +114 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +43 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +42 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +49 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +42 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +41 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +43 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/stret_large.c +145 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/stret_large2.c +148 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium.c +124 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium2.c +125 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +44 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/strlen_win32.c +44 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +65 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +67 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +59 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +63 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +65 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +64 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +74 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +80 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +67 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/testclosure.c +70 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.special/ffitestcxx.h +96 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.special/special.exp +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.special/unwindtest.cc +124 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.special/unwindtest_ffi_call.cc +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/texinfo.tex +7210 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi.bsd.mk +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi.darwin.mk +93 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi.gnu.mk +31 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi.mk +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi.vc.mk +26 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi.vc64.mk +26 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/mkmf.log +203 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/rbffi.h +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/rbffi_endian.h +50 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/win32/stdint.h +199 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/gen/Rakefile +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/gen/log +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/Lib.iml +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/autopointer.rb +183 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/buffer.rb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/callback.rb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/enum.rb +161 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/errno.rb +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/ffi.rb +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/io.rb +52 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/library.rb +485 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/managedstruct.rb +55 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/memorypointer.rb +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/arm-linux/types.conf +104 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/i386-darwin/types.conf +100 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/i386-freebsd/types.conf +152 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/i386-linux/types.conf +103 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/i386-netbsd/types.conf +126 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/i386-openbsd/types.conf +126 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/i386-solaris/types.conf +122 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/i386-windows/types.conf +105 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/i486-gnu/types.conf +107 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/ia64-linux/types.conf +104 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/mips-linux/types.conf +102 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/mipsel-linux/types.conf +102 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/powerpc-aix/types.conf +180 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/powerpc-darwin/types.conf +100 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/powerpc-linux/types.conf +100 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/s390-linux/types.conf +102 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/s390x-linux/types.conf +102 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/sparc-linux/types.conf +102 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/sparc-solaris/types.conf +128 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/sparcv9-solaris/types.conf +128 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/x86_64-darwin/types.conf +100 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/x86_64-freebsd/types.conf +126 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/x86_64-linux/types.conf +102 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/x86_64-netbsd/types.conf +126 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/x86_64-openbsd/types.conf +126 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/x86_64-solaris/types.conf +122 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform.rb +130 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/pointer.rb +122 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/struct.rb +283 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/struct_layout_builder.rb +162 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/tools/const_generator.rb +229 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/tools/generator.rb +58 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/tools/generator_task.rb +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/tools/struct_generator.rb +194 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/tools/types_generator.rb +133 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/types.rb +177 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/union.rb +32 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/variadic.rb +65 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi.rb +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi_c.bundle +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/Ffi.iml +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/async_callback_spec.rb +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/bool_spec.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/buffer_spec.rb +215 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/callback_spec.rb +668 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/custom_param_type.rb +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/custom_type_spec.rb +85 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/dup_spec.rb +65 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/enum_spec.rb +227 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/errno_spec.rb +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/ffi_spec.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/function_spec.rb +87 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/library_spec.rb +208 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/long_double.rb +41 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/managed_struct_spec.rb +72 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/number_spec.rb +247 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/pointer_spec.rb +214 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/rbx/attach_function_spec.rb +28 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/rbx/memory_pointer_spec.rb +115 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/rbx/spec_helper.rb +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/rbx/struct_spec.rb +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/spec_helper.rb +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/string_spec.rb +119 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/strptr_spec.rb +61 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/struct_callback_spec.rb +80 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/struct_initialize_spec.rb +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/struct_packed_spec.rb +62 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/struct_spec.rb +719 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/typedef_spec.rb +89 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/union_spec.rb +76 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/variadic_spec.rb +103 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/spec.opts +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/ann.rake +80 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/extension.rake +32 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/gem.rake +199 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/git.rake +41 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/notes.rake +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/post_load.rake +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/rdoc.rake +50 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/rubyforge.rake +55 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/setup.rb +301 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/spec.rake +54 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/svn.rake +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/test.rake +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/yard.rake +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/CHANGELOG.markdown +93 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/Gemfile +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/Guardfile +15 -0
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/LICENSE +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/README.markdown +932 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/Rakefile +50 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/grape.gemspec +38 -0
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/api.rb +50 -4
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/cookies.rb +0 -0
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/endpoint.rb +27 -1
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/entity.rb +4 -1
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/exceptions/base.rb +0 -0
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/exceptions/validation_error.rb +0 -0
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/middleware/auth/basic.rb +0 -0
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/middleware/auth/digest.rb +0 -0
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/middleware/auth/oauth2.rb +0 -0
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/middleware/base.rb +9 -8
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/middleware/error.rb +0 -0
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/middleware/filter.rb +0 -0
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/middleware/formatter.rb +6 -1
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/middleware/prefixer.rb +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/lib/grape/middleware/versioner/header.rb +118 -0
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/middleware/versioner/param.rb +0 -0
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/middleware/versioner/path.rb +0 -0
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/middleware/versioner.rb +0 -0
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/route.rb +0 -0
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/util/deep_merge.rb +0 -0
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/util/hash_stack.rb +12 -3
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/validations/coerce.rb +0 -0
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/validations/presence.rb +0 -0
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/validations/regexp.rb +0 -0
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/validations.rb +14 -4
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/lib/grape/version.rb +3 -0
- data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape.rb +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/api_spec.rb +1341 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/endpoint_spec.rb +482 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/entity_spec.rb +579 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/middleware/auth/basic_spec.rb +31 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/middleware/auth/digest_spec.rb +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/middleware/auth/oauth2_spec.rb +90 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/middleware/base_spec.rb +63 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/middleware/error_spec.rb +49 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/middleware/exception_spec.rb +142 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/middleware/formatter_spec.rb +199 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/middleware/prefixer_spec.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/middleware/versioner/header_spec.rb +219 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/middleware/versioner/param_spec.rb +58 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/middleware/versioner/path_spec.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/middleware/versioner_spec.rb +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/util/hash_stack_spec.rb +133 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/validations/coerce_spec.rb +129 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/validations/presence_spec.rb +138 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/validations/regexp_spec.rb +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/validations_spec.rb +185 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/shared/versioning_examples.rb +77 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/spec_helper.rb +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/support/basic_auth_encode_helpers.rb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/support/versioned_helpers.rb +42 -0
- data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/Gemfile +2 -0
- data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/Gemfile.lock +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/Guardfile +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/LICENSE +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/README.rdoc +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/Rakefile +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/hashie.gemspec +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/lib/hashie/clash.rb +86 -0
- data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/lib/hashie/dash.rb +150 -0
- data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/lib/hashie/hash.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/lib/hashie/hash_extensions.rb +49 -0
- data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/lib/hashie/mash.rb +197 -0
- data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/lib/hashie/trash.rb +55 -0
- data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/lib/hashie/version.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/lib/hashie.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/spec/hashie/clash_spec.rb +42 -0
- data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/spec/hashie/dash_spec.rb +215 -0
- data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/spec/hashie/hash_spec.rb +32 -0
- data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/spec/hashie/mash_spec.rb +281 -0
- data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/spec/hashie/trash_spec.rb +70 -0
- data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/spec/spec.opts +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/spec/spec_helper.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/CHANGELOG.textile +152 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/README.textile +105 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/ci/Gemfile.no-rails +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/ci/Gemfile.no-rails.lock +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/ci/Gemfile.rails-2.3.x +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/ci/Gemfile.rails-2.3.x.lock +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/ci/Gemfile.rails-3.x +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/ci/Gemfile.rails-3.x.lock +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/base.rb +181 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/cache.rb +96 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/cascade.rb +54 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/chain.rb +78 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/fallbacks.rb +65 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/flatten.rb +113 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/gettext.rb +72 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/interpolation_compiler.rb +121 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/key_value.rb +101 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/memoize.rb +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/metadata.rb +65 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/pluralization.rb +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/simple.rb +87 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/transliterator.rb +98 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/config.rb +86 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/core_ext/hash.rb +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/core_ext/kernel/surpress_warnings.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/core_ext/string/interpolate.rb +105 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/exceptions.rb +106 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/gettext/helpers.rb +64 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/gettext/po_parser.rb +329 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/gettext.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/interpolate/ruby.rb +31 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/locale/fallbacks.rb +96 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/locale/tag/parents.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/locale/tag/rfc4646.rb +74 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/locale/tag/simple.rb +39 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/locale/tag.rb +28 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/locale.rb +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests/basics.rb +54 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests/defaults.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests/interpolation.rb +133 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests/link.rb +56 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests/localization/date.rb +84 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests/localization/date_time.rb +77 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests/localization/procs.rb +116 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests/localization/time.rb +76 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests/localization.rb +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests/lookup.rb +74 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests/pluralization.rb +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests/procs.rb +55 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/version.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n.rb +332 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/all.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/api/all_features_test.rb +58 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/api/cascade_test.rb +28 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/api/chain_test.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/api/fallbacks_test.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/api/key_value_test.rb +28 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/api/memoize_test.rb +60 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/api/override_test.rb +48 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/api/pluralization_test.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/api/simple_test.rb +28 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/backend/cache_test.rb +85 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/backend/cascade_test.rb +85 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/backend/chain_test.rb +72 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/backend/exceptions_test.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/backend/fallbacks_test.rb +125 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/backend/interpolation_compiler_test.rb +102 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/backend/key_value_test.rb +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/backend/memoize_test.rb +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/backend/metadata_test.rb +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/backend/pluralization_test.rb +44 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/backend/simple_test.rb +83 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/backend/transliterator_test.rb +81 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/core_ext/hash_test.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/core_ext/string/interpolate_test.rb +99 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/gettext/api_test.rb +206 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/gettext/backend_test.rb +101 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/i18n/exceptions_test.rb +116 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/i18n/interpolate_test.rb +61 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/i18n/load_path_test.rb +26 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/i18n_test.rb +254 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/locale/fallbacks_test.rb +136 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/locale/tag/rfc4646_test.rb +142 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/locale/tag/simple_test.rb +32 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/run_all.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/test_data/locales/de.po +82 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/test_data/locales/en.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/test_data/locales/en.yml +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/test_data/locales/invalid/empty.yml +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/test_data/locales/plurals.rb +113 -0
- data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/test_helper.rb +56 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/CHANGES +205 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/COPYING +58 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/COPYING-json-jruby +57 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/GPL +340 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/Gemfile +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/README-json-jruby.markdown +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/README.rdoc +358 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/Rakefile +416 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/TODO +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/VERSION +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkComparison.log +52 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_fast-autocorrelation.dat +1000 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_fast.dat +1001 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_pretty-autocorrelation.dat +900 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_pretty.dat +901 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_safe-autocorrelation.dat +1000 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_safe.dat +1001 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt.log +261 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_fast-autocorrelation.dat +1000 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_fast.dat +1001 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_pretty-autocorrelation.dat +1000 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_pretty.dat +1001 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_safe-autocorrelation.dat +1000 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_safe.dat +1001 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure.log +262 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkRails#generator-autocorrelation.dat +1000 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkRails#generator.dat +1001 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkRails.log +82 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkComparison.log +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkExt#parser-autocorrelation.dat +900 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkExt#parser.dat +901 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkExt.log +81 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkPure#parser-autocorrelation.dat +1000 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkPure#parser.dat +1001 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkPure.log +82 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkRails#parser-autocorrelation.dat +1000 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkRails#parser.dat +1001 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkRails.log +82 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML#parser-autocorrelation.dat +1000 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML#parser.dat +1001 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML.log +82 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/generator2_benchmark.rb +222 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/generator_benchmark.rb +224 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/ohai.json +1216 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/ohai.ruby +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/parser2_benchmark.rb +251 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/parser_benchmark.rb +259 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/bin/edit_json.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/bin/prettify_json.rb +48 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/data/example.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/data/index.html +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/data/prototype.js +4184 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/generator/Makefile +213 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/generator/extconf.rb +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/generator/generator.bundle +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/generator/generator.c +1459 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/generator/generator.h +200 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/generator/generator.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/generator/mkmf.log +32 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/json/ext/generator.bundle +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/json/ext/parser.bundle +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/parser/Makefile +213 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/parser/extconf.rb +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/parser/mkmf.log +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/parser/parser.bundle +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/parser/parser.c +2190 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/parser/parser.h +82 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/parser/parser.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/parser/parser.rl +910 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/install.rb +26 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/lib/bytelist-1.0.6.jar +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/lib/jcodings.jar +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/ByteListTranscoder.java +167 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/Generator.java +437 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/GeneratorMethods.java +232 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/GeneratorService.java +43 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/GeneratorState.java +501 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/OptionsReader.java +119 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/Parser.java +2585 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/Parser.rl +913 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/ParserService.java +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/RuntimeInfo.java +121 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/StringDecoder.java +166 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/StringEncoder.java +106 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/Utils.java +89 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/json-java.gemspec +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/json.gemspec +41 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/json_pure.gemspec +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/Array.xpm +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/FalseClass.xpm +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/Hash.xpm +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/Key.xpm +73 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/NilClass.xpm +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/Numeric.xpm +28 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/String.xpm +96 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/TrueClass.xpm +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/add/complex.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/add/core.rb +243 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/add/rational.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/common.rb +435 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/editor.rb +1369 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/ext.rb +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/json.xpm +1499 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/pure/generator.rb +457 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/pure/parser.rb +354 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/pure.rb +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/version.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json.rb +62 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail1.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail10.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail11.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail12.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail13.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail14.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail18.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail19.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail2.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail20.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail21.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail22.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail23.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail24.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail25.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail27.json +2 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail28.json +2 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail3.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail4.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail5.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail6.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail7.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail8.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail9.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/pass1.json +56 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/pass15.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/pass16.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/pass17.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/pass2.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/pass26.json +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/pass3.json +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/setup_variant.rb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/test_json.rb +460 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/test_json_addition.rb +174 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/test_json_encoding.rb +65 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/test_json_fixtures.rb +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/test_json_generate.rb +213 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/test_json_string_matching.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/test_json_unicode.rb +72 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tools/fuzz.rb +139 -0
- data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tools/server.rb +61 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/content/contact.html +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/content/contribute.html +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/content/index.html +90 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/content/license.html +56 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/content/manual.html +449 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/dev/README.developers +55 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/dev/checklist +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/dev/things-to-do +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/images/log4r-logo.png +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/images/logo2.png +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/log4r.css +111 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/rdoc-log4r.css +696 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/templates/main.html +147 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/README +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/ancestors.rb +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/chainsaw_settings.xml +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/customlevels.rb +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/filelog.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/fileroll.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/gmail.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/gmail.yaml +95 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/log4r_yaml.yaml +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/logclient.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/logserver.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/moderate.xml +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/moderateconfig.rb +66 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/myformatter.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/outofthebox.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/rdoc-gen +2 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/rrconfig.xml +63 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/rrsetup.rb +42 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/simpleconfig.rb +39 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/syslogcustom.rb +52 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/xmlconfig.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/yaml.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/GDC.rb +41 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/MDC.rb +59 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/NDC.rb +86 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/base.rb +74 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/config.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/configurator.rb +224 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/formatter/formatter.rb +105 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/formatter/log4jxmlformatter.rb +65 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/formatter/patternformatter.rb +145 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/lib/drbloader.rb +52 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/lib/xmlloader.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/logevent.rb +28 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/logger.rb +199 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/loggerfactory.rb +89 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/logserver.rb +28 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/consoleoutputters.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/datefileoutputter.rb +117 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/emailoutputter.rb +143 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/fileoutputter.rb +56 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/iooutputter.rb +55 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/outputter.rb +134 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/outputterfactory.rb +61 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/remoteoutputter.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/rollingfileoutputter.rb +234 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/scribeoutputter.rb +37 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/staticoutputter.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/syslogoutputter.rb +130 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/udpoutputter.rb +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/GDC +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/MDC +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/NDC +41 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/configurator +243 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/emailoutputter +103 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/formatter +39 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/log4jxmlformatter +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/log4r +89 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/logger +175 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/logserver +85 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/outputter +108 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/patternformatter +128 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/scribeoutputter +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/syslogoutputter +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/win32eventoutputter +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/yamlconfigurator +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/repository.rb +88 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/staticlogger.rb +49 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/version.rb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/yamlconfigurator.rb +198 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r.rb +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/README +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testGDC.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testMDC.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testNDC.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/test_helper.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testall.rb +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testbase.rb +48 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testchainsaw.rb +42 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testconf.xml +37 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testcustom.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testformatter.rb +31 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testlogger.rb +200 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testoutputter.rb +143 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testpatternformatter.rb +76 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testthreads.rb +31 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testxmlconf.rb +48 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testyaml.rb +39 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testyaml_arrays.yaml +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testyaml_injection.yaml +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/macaddr-1.6.1/Gemfile +2 -0
- data/vendor/bundle/ruby/1.9.1/gems/macaddr-1.6.1/LICENSE +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/macaddr-1.6.1/README +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/macaddr-1.6.1/Rakefile +390 -0
- data/vendor/bundle/ruby/1.9.1/gems/macaddr-1.6.1/lib/macaddr.rb +96 -0
- data/vendor/bundle/ruby/1.9.1/gems/macaddr-1.6.1/macaddr.gemspec +43 -0
- data/vendor/bundle/ruby/1.9.1/gems/macaddr-1.6.1/rvmrc.example +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/macaddr-1.6.1/test/data/noifconfig +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/macaddr-1.6.1/test/data/osx +39 -0
- data/vendor/bundle/ruby/1.9.1/gems/macaddr-1.6.1/test/mac_test.rb +41 -0
- data/vendor/bundle/ruby/1.9.1/gems/macaddr-1.6.1/test/testing.rb +146 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/Gemfile +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/LICENSE.md +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/README.md +119 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/Rakefile +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/lib/multi_json/adapters/json_common.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/lib/multi_json/adapters/json_gem.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/lib/multi_json/adapters/json_pure.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/lib/multi_json/adapters/nsjsonserialization.rb +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/lib/multi_json/adapters/oj.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/lib/multi_json/adapters/ok_json.rb +48 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/lib/multi_json/adapters/yajl.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/lib/multi_json/vendor/okjson.rb +602 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/lib/multi_json/version.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/lib/multi_json.rb +118 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/multi_json.gemspec +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/spec/adapter_shared_example.rb +115 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/spec/helper.rb +32 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/spec/multi_json_spec.rb +87 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/Gemfile +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/LICENSE.md +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/README.md +126 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/Rakefile +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/lib/multi_xml/parsers/libxml.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/lib/multi_xml/parsers/libxml2_parser.rb +66 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/lib/multi_xml/parsers/nokogiri.rb +32 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/lib/multi_xml/parsers/ox.rb +97 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/lib/multi_xml/parsers/rexml.rb +113 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/lib/multi_xml/version.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/lib/multi_xml.rb +274 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/multi_xml.gemspec +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/spec/helper.rb +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/spec/multi_xml_spec.rb +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/spec/parser_shared_example.rb +677 -0
- data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/spec/speed.rb +63 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/CHANGELOG.rdoc +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/Manifest +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/README.rdoc +98 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/Rakefile +83 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/lib/net/scp/download.rb +150 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/lib/net/scp/errors.rb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/lib/net/scp/upload.rb +142 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/lib/net/scp/version.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/lib/net/scp.rb +432 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/lib/uri/open-scp.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/lib/uri/scp.rb +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/net-scp.gemspec +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/setup.rb +1331 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/test/common.rb +153 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/test/test_all.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/test/test_download.rb +170 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/test/test_scp.rb +60 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/test/test_upload.rb +269 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/CHANGELOG.rdoc +258 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/Manifest +110 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/README.rdoc +184 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/Rakefile +86 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/Rudyfile +96 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/THANKS.rdoc +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/authentication/agent.rb +179 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/authentication/constants.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/authentication/key_manager.rb +253 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/authentication/methods/abstract.rb +60 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/authentication/methods/hostbased.rb +75 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/authentication/methods/keyboard_interactive.rb +70 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/authentication/methods/password.rb +43 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/authentication/methods/publickey.rb +96 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/authentication/pageant.rb +183 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/authentication/session.rb +146 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/buffer.rb +340 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/buffered_io.rb +198 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/config.rb +207 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/connection/channel.rb +630 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/connection/constants.rb +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/connection/session.rb +597 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/connection/term.rb +178 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/errors.rb +88 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/key_factory.rb +102 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/known_hosts.rb +129 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/loggable.rb +61 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/packet.rb +102 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/prompt.rb +93 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/proxy/command.rb +75 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/proxy/errors.rb +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/proxy/http.rb +94 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/proxy/socks4.rb +70 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/proxy/socks5.rb +142 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/ruby_compat.rb +43 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/service/forward.rb +298 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/test/channel.rb +129 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/test/extensions.rb +152 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/test/kex.rb +44 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/test/local_packet.rb +51 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/test/packet.rb +81 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/test/remote_packet.rb +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/test/script.rb +157 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/test/socket.rb +64 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/test.rb +89 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/algorithms.rb +384 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/cipher_factory.rb +97 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/constants.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/hmac/abstract.rb +79 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/hmac/md5.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/hmac/md5_96.rb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/hmac/none.rb +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/hmac/sha1.rb +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/hmac/sha1_96.rb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/hmac.rb +31 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/identity_cipher.rb +55 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb +208 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb +77 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/kex.rb +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/openssl.rb +127 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/packet_stream.rb +235 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/server_version.rb +71 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/session.rb +278 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/state.rb +206 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/verifiers/lenient.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/verifiers/null.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/verifiers/strict.rb +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/version.rb +62 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh.rb +223 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/net-ssh.gemspec +138 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/setup.rb +1585 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/support/arcfour_check.rb +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/support/ssh_tunnel_bug.rb +65 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/README.txt +43 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/authentication/methods/common.rb +28 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/authentication/methods/test_abstract.rb +51 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/authentication/methods/test_hostbased.rb +114 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/authentication/methods/test_keyboard_interactive.rb +100 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/authentication/methods/test_password.rb +52 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/authentication/methods/test_publickey.rb +148 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/authentication/test_agent.rb +205 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/authentication/test_key_manager.rb +164 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/authentication/test_session.rb +106 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/common.rb +107 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/configs/eqsign +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/configs/exact_match +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/configs/host_plus +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/configs/multihost +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/configs/nohost +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/configs/numeric_host +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/configs/wild_cards +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/connection/test_channel.rb +467 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/connection/test_session.rb +488 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/manual/test_forward.rb +223 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/test_all.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/test_buffer.rb +336 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/test_buffered_io.rb +63 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/test_config.rb +119 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/test_key_factory.rb +75 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/hmac/test_md5.rb +39 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/hmac/test_md5_96.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/hmac/test_none.rb +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/hmac/test_sha1.rb +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/hmac/test_sha1_96.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/kex/test_diffie_hellman_group1_sha1.rb +146 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/kex/test_diffie_hellman_group_exchange_sha1.rb +92 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/test_algorithms.rb +302 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/test_cipher_factory.rb +213 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/test_hmac.rb +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/test_identity_cipher.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/test_packet_stream.rb +448 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/test_server_version.rb +78 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/test_session.rb +315 -0
- data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/test_state.rb +179 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/COPYING +55 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/Gemfile +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/Gemfile.lock +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/History.txt +135 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/LICENSE +26 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/Manifest.txt +73 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/README.md +131 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/Rakefile +100 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/TODO +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/bin/puma +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/bin/pumactl +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/examples/CA/cacert.pem +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/examples/CA/newcerts/cert_1.pem +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/examples/CA/newcerts/cert_2.pem +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/examples/CA/private/cakeypair.pem +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/examples/CA/serial +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/examples/config.rb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/examples/puma/cert_puma.pem +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/examples/puma/csr_puma.pem +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/examples/puma/puma_keypair.pem +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/examples/qc_config.rb +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/Makefile +213 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/PumaHttp11Service.java +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/ext_help.h +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/extconf.rb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/http11_parser.c +1225 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/http11_parser.h +63 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/http11_parser.java.rl +161 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/http11_parser.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/http11_parser.rl +146 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/http11_parser_common.rl +54 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/org/jruby/puma/Http11.java +225 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/org/jruby/puma/Http11Parser.java +488 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/puma_http11.bundle +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/puma_http11.c +485 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/puma_http11.o +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/app/status.rb +56 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/cli.rb +473 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/client.rb +233 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/compat.rb +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/configuration.rb +218 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/const.rb +140 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/control_cli.rb +127 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/detect.rb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/events.rb +70 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/jruby_restart.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/null_io.rb +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/puma_http11.bundle +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/rack_patch.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/reactor.rb +143 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/server.rb +641 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/thread_pool.rb +187 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma.rb +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/rack/handler/puma.rb +60 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/puma.gemspec +45 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/ab_rs.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/config/app.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/hello-post.ru +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/hello.ru +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/lobster.ru +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/mime.yaml +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/slow.ru +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_app_status.rb +84 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_cli.rb +171 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_config.rb +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_http10.rb +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_http11.rb +126 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_integration.rb +97 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_null_io.rb +31 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_persistent.rb +238 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_puma_server.rb +100 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_rack_handler.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_rack_server.rb +141 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_thread_pool.rb +146 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_unix_socket.rb +39 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_ws.rb +89 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/testhelp.rb +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/tools/trickletest.rb +45 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/COPYING +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/KNOWN-ISSUES +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/README.rdoc +498 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/Rakefile +115 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/SPEC +171 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/bin/rackup +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/contrib/rack_logo.svg +111 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/example/lobster.ru +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/example/protectedlobster.rb +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/example/protectedlobster.ru +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/auth/abstract/handler.rb +37 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/auth/abstract/request.rb +43 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/auth/basic.rb +58 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/auth/digest/md5.rb +129 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/auth/digest/nonce.rb +51 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/auth/digest/params.rb +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/auth/digest/request.rb +41 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/backports/uri/common_18.rb +70 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/backports/uri/common_192.rb +55 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/body_proxy.rb +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb +145 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/cascade.rb +41 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/chunked.rb +58 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/commonlogger.rb +51 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/conditionalget.rb +67 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/config.rb +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/content_length.rb +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/content_type.rb +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/deflater.rb +99 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/directory.rb +161 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/etag.rb +61 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/file.rb +142 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/cgi.rb +61 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/evented_mongrel.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/fastcgi.rb +98 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/lsws.rb +61 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/mongrel.rb +100 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/scgi.rb +67 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/swiftiplied_mongrel.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/thin.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/webrick.rb +80 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler.rb +94 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/head.rb +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/lint.rb +567 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/lobster.rb +65 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/lock.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/logger.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/mime.rb +648 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/mock.rb +189 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/multipart/generator.rb +93 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/multipart/parser.rb +167 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/multipart/uploaded_file.rb +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/multipart.rb +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/nulllogger.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/recursive.rb +61 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/reloader.rb +109 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/request.rb +341 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/response.rb +155 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/rewindable_input.rb +104 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/runtime.rb +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/sendfile.rb +141 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/server.rb +323 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb +372 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/session/cookie.rb +161 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/session/memcache.rb +93 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/session/pool.rb +79 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/showexceptions.rb +378 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/showstatus.rb +113 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/static.rb +71 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/urlmap.rb +75 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/utils.rb +547 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack.rb +83 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/rack.gemspec +37 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/builder/anything.rb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/builder/comment.ru +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/builder/end.ru +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/builder/options.ru +2 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/cgi/lighttpd.conf +26 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/cgi/rackup_stub.rb +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/cgi/sample_rackup.ru +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/cgi/test +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/cgi/test+directory/test+file +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/cgi/test.fcgi +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/cgi/test.ru +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/gemloader.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/bad_robots +259 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/binary +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/content_type_and_no_filename +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/empty +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/fail_16384_nofile +814 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/file1.txt +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/filename_and_modification_param +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/filename_with_escaped_quotes +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/filename_with_escaped_quotes_and_modification_param +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/filename_with_percent_escaped_quotes +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/filename_with_unescaped_percentages +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/filename_with_unescaped_percentages2 +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/filename_with_unescaped_percentages3 +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/filename_with_unescaped_quotes +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/ie +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/mixed_files +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/nested +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/none +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/semicolon +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/text +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/webkit +32 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/rackup/config.ru +31 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/registering_handler/rack/handler/registering_myself.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_auth_basic.rb +73 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_auth_digest.rb +245 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_body_proxy.rb +65 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_builder.rb +201 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_cascade.rb +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_cgi.rb +102 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_chunked.rb +87 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_commonlogger.rb +57 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_conditionalget.rb +102 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_config.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_content_length.rb +73 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_content_type.rb +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_deflater.rb +169 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_directory.rb +69 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_etag.rb +82 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_fastcgi.rb +107 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_file.rb +183 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_handler.rb +59 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_head.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_lint.rb +515 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_lobster.rb +43 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_lock.rb +142 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_logger.rb +28 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_methodoverride.rb +73 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_mock.rb +264 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_mongrel.rb +182 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_multipart.rb +363 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_nulllogger.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_recursive.rb +69 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_request.rb +938 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_response.rb +283 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_rewindable_input.rb +118 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_runtime.rb +39 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_sendfile.rb +86 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_server.rb +74 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_session_abstract_id.rb +43 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_session_cookie.rb +294 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_session_memcache.rb +319 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_session_pool.rb +206 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_showexceptions.rb +87 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_showstatus.rb +79 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_static.rb +69 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_thin.rb +86 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_urlmap.rb +213 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_utils.rb +524 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_webrick.rb +143 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/static/index.html +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/testrequest.rb +78 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/unregistered_handler/rack/handler/unregistered.rb +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/unregistered_handler/rack/handler/unregistered_long_one.rb +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/CHANGES +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/README.md +144 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/Rakefile +69 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/lib/rack/accept/charset.rb +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/lib/rack/accept/context.rb +67 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/lib/rack/accept/encoding.rb +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/lib/rack/accept/header.rb +147 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/lib/rack/accept/language.rb +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/lib/rack/accept/media_type.rb +60 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/lib/rack/accept/request.rb +90 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/lib/rack/accept/response.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/lib/rack/accept/version.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/lib/rack/accept.rb +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/rack-accept.gemspec +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/test/charset_test.rb +43 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/test/context_test.rb +57 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/test/encoding_test.rb +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/test/header_test.rb +63 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/test/helper.rb +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/test/language_test.rb +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/test/media_type_test.rb +62 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/test/request_test.rb +60 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/LICENSE +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/README.rdoc +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/analysis/histogram.rb +74 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/analysis/splitting.rb +159 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/generatable_regexp.rb +210 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/multimap.rb +137 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/prefix.rb +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/regexp_with_named_groups.rb +69 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/route.rb +126 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb +395 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/strexp/parser.rb +160 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/strexp/tokenizer.rb +83 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/strexp.rb +68 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/utils.rb +162 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin/alternation.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin/anchor.rb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin/atom.rb +54 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin/character.rb +51 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin/character_class.rb +50 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin/collection.rb +77 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin/expression.rb +126 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin/group.rb +90 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin/options.rb +55 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin/parser.rb +546 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin/tokenizer.rb +255 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin/version.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin.rb +75 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/version.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount.rb +31 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/Gemfile +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/Gemfile.lock +31 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/History.txt +166 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/MIT-LICENSE.txt +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/README.rdoc +85 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/Rakefile +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/Thorfile +114 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/lib/rack/mock_session.rb +66 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/lib/rack/test/cookie_jar.rb +182 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/lib/rack/test/methods.rb +82 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/lib/rack/test/mock_digest_request.rb +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/lib/rack/test/uploaded_file.rb +50 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/lib/rack/test/utils.rb +136 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/lib/rack/test.rb +304 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/rack-test.gemspec +77 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/fixtures/bar.txt +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/fixtures/config.ru +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/fixtures/fake_app.rb +143 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/fixtures/foo.txt +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/rack/test/cookie_spec.rb +219 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/rack/test/digest_auth_spec.rb +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/rack/test/multipart_spec.rb +145 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/rack/test/uploaded_file_spec.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/rack/test/utils_spec.rb +122 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/rack/test_spec.rb +510 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/spec_helper.rb +66 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/support/matchers/body.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/support/matchers/challenge.rb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/CHANGES +522 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/README.rdoc +197 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/Rakefile +369 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/TODO +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/bin/rake +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/command_line_usage.rdoc +114 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/example/Rakefile1 +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/example/Rakefile2 +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/example/a.c +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/example/b.c +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/example/main.c +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/glossary.rdoc +51 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/jamis.rb +591 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/proto_rake.rdoc +127 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/rake.1.gz +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/rakefile.rdoc +557 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/rational.rdoc +151 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.4.14.rdoc +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.4.15.rdoc +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.5.0.rdoc +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.5.3.rdoc +78 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.5.4.rdoc +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.6.0.rdoc +141 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.7.0.rdoc +119 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.7.1.rdoc +59 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.7.2.rdoc +121 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.7.3.rdoc +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.0.rdoc +114 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.2.rdoc +165 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.3.rdoc +112 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.4.rdoc +147 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.5.rdoc +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.6.rdoc +55 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.7.rdoc +55 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.9.0.rdoc +112 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.9.1.rdoc +52 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.9.2.rdoc +49 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/install.rb +90 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/alt_system.rb +109 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb +595 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/classic_namespace.rb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/clean.rb +32 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/cloneable.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/contrib/compositepublisher.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/contrib/ftptools.rb +150 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/contrib/publisher.rb +73 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/contrib/rubyforgepublisher.rb +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/contrib/sshpublisher.rb +50 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/contrib/sys.rb +191 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/default_loader.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/dsl_definition.rb +176 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/early_time.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/ext/core.rb +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/ext/module.rb +39 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/ext/string.rb +167 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/ext/time.rb +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/file_creation_task.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/file_list.rb +403 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/file_task.rb +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/file_utils.rb +114 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/file_utils_ext.rb +145 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/gempackagetask.rb +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/invocation_chain.rb +51 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/invocation_exception_mixin.rb +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/loaders/makefile.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/multi_task.rb +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/name_space.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/packagetask.rb +185 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/pathmap.rb +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/pseudo_status.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/rake_module.rb +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/rdoctask.rb +234 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/ruby182_test_unit_fix.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/rule_recursion_overflow_error.rb +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/runtest.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb +327 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task_argument_error.rb +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task_arguments.rb +78 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task_manager.rb +307 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/tasklib.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/testtask.rb +191 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/version.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/win32.rb +55 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake.rb +69 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/file_creation.rb +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/helper.rb +492 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_application.rb +489 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_application_options.rb +335 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_clean.rb +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_definitions.rb +80 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_directory_task.rb +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_dsl.rb +77 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_early_time.rb +31 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_extension.rb +59 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_file_creation_task.rb +56 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_file_list.rb +628 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_file_list_path_map.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_file_task.rb +102 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_file_utils.rb +305 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_ftp_file.rb +59 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_functional.rb +450 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_invocation_chain.rb +52 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_makefile_loader.rb +44 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_multi_task.rb +51 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_name_space.rb +43 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_package_task.rb +79 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_path_map.rb +157 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_path_map_explode.rb +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_path_map_partial.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_pseudo_status.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_rake_test_loader.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_rdoc_task.rb +83 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_require.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_rules.rb +327 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_task.rb +267 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_task_argument_parsing.rb +103 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_task_arguments.rb +88 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_task_lib.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_task_manager.rb +157 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_task_manager_argument_resolution.rb +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_task_with_arguments.rb +173 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_test_task.rb +120 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_top_level_functions.rb +111 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_win32.rb +72 -0
- data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_sys.rb +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-2.11.0/License.txt +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-2.11.0/README.md +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-2.11.0/lib/rspec/version.rb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-2.11.0/lib/rspec.rb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/Changelog.md +570 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/License.txt +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/README.md +235 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/exe/autospec +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/exe/rspec +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/Autotest.md +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/README.md +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/Upgrade.md +364 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/command_line/README.md +28 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/command_line/example_name_option.feature +101 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/command_line/exit_status.feature +83 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/command_line/format_option.feature +81 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/command_line/init.feature +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/command_line/line_number_appended_to_path.feature +140 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/command_line/line_number_option.feature +58 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/command_line/order.feature +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/command_line/pattern_option.feature +31 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/command_line/rake_task.feature +68 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/command_line/ruby.feature +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/command_line/tag.feature +91 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/configuration/alias_example_to.feature +48 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/configuration/custom_settings.feature +84 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/configuration/default_path.feature +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/configuration/fail_fast.feature +77 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/configuration/read_options_from_file.feature +87 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/example_groups/basic_structure.feature +55 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/example_groups/shared_context.feature +74 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/example_groups/shared_examples.feature +204 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/expectation_framework_integration/configure_expectation_framework.feature +102 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/filtering/exclusion_filters.feature +139 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/filtering/if_and_unless.feature +168 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/filtering/inclusion_filters.feature +105 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/filtering/run_all_when_everything_filtered.feature +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/formatters/custom_formatter.feature +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/formatters/text_formatter.feature +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/helper_methods/arbitrary_methods.feature +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/helper_methods/let.feature +50 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/helper_methods/modules.feature +149 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/hooks/around_hooks.feature +343 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/hooks/before_and_after_hooks.feature +423 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/hooks/filtering.feature +234 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/metadata/current_example.feature +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/metadata/described_class.feature +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/metadata/user_defined.feature +113 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/mock_framework_integration/use_any_framework.feature +106 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/mock_framework_integration/use_flexmock.feature +96 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/mock_framework_integration/use_mocha.feature +97 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/mock_framework_integration/use_rr.feature +98 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/mock_framework_integration/use_rspec.feature +97 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/pending/pending_examples.feature +229 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/spec_files/arbitrary_file_suffix.feature +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/step_definitions/additional_cli_steps.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/subject/attribute_of_subject.feature +124 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/subject/explicit_subject.feature +82 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/subject/implicit_receiver.feature +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/subject/implicit_subject.feature +63 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/support/env.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/autotest/discover.rb +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/autotest/rspec2.rb +73 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/autorun.rb +2 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/backward_compatibility.rb +65 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb +944 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/configuration_options.rb +129 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/deprecation.rb +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/drb_command_line.rb +26 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/drb_options.rb +87 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/dsl.rb +26 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/example.rb +330 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb +466 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/extensions/instance_eval_with_args.rb +44 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/extensions/kernel.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/extensions/module_eval_with_args.rb +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/extensions/ordered.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/extensions.rb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/filter_manager.rb +203 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/formatters/base_formatter.rb +168 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/formatters/base_text_formatter.rb +203 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/formatters/documentation_formatter.rb +67 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/formatters/helpers.rb +39 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/formatters/html_formatter.rb +464 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/formatters/progress_formatter.rb +32 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/formatters/snippet_extractor.rb +58 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/formatters/text_mate_formatter.rb +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/hooks.rb +495 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/let.rb +110 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/load_path.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/metadata.rb +276 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/metadata_hash_builder.rb +97 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/mocking/with_absolutely_nothing.rb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/mocking/with_flexmock.rb +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/mocking/with_mocha.rb +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/mocking/with_rr.rb +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/mocking/with_rspec.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/option_parser.rb +181 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/pending.rb +101 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/project_initializer.rb +87 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/rake_task.rb +179 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/reporter.rb +102 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/ruby_project.rb +44 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb +76 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/shared_context.rb +49 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/shared_example_group.rb +96 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/subject.rb +219 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/version.rb +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/world.rb +128 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core.rb +126 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/autotest/discover_spec.rb +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/autotest/failed_results_re_spec.rb +45 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/autotest/rspec_spec.rb +123 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/command_line/order_spec.rb +137 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/command_line_spec.rb +108 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/command_line_spec_output.txt +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/configuration_options_spec.rb +377 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/configuration_spec.rb +1196 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/deprecations_spec.rb +66 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/drb_command_line_spec.rb +108 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/drb_options_spec.rb +180 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/dsl_spec.rb +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/example_group_spec.rb +1098 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/example_spec.rb +370 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/filter_manager_spec.rb +256 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/base_formatter_spec.rb +80 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/base_text_formatter_spec.rb +363 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/documentation_formatter_spec.rb +88 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/helpers_spec.rb +66 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/html_formatted-1.8.7-jruby.html +410 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/html_formatted-1.8.7.html +409 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/html_formatted-1.9.2.html +416 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/html_formatted-1.9.3.html +416 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/html_formatter_spec.rb +82 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/progress_formatter_spec.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/snippet_extractor_spec.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/text_mate_formatted-1.8.7-jruby.html +410 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/text_mate_formatted-1.8.7.html +409 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/text_mate_formatted-1.9.2.html +416 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/text_mate_formatted-1.9.3.html +416 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/text_mate_formatter_spec.rb +83 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/hooks_filtering_spec.rb +227 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/hooks_spec.rb +250 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/kernel_extensions_spec.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/let_spec.rb +55 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/metadata_spec.rb +447 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/option_parser_spec.rb +166 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/pending_example_spec.rb +220 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/project_initializer_spec.rb +130 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/rake_task_spec.rb +138 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/reporter_spec.rb +103 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/resources/a_bar.rb +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/resources/a_foo.rb +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/resources/a_spec.rb +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/resources/custom_example_group_runner.rb +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/resources/formatter_specs.rb +60 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/resources/utf8_encoded.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/rspec_matchers_spec.rb +45 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/ruby_project_spec.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/runner_spec.rb +81 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/shared_context_spec.rb +67 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/shared_example_group_spec.rb +84 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/subject_spec.rb +244 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/world_spec.rb +144 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core_spec.rb +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/spec_helper.rb +98 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/support/config_options_helper.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/support/helper_methods.rb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/support/matchers.rb +65 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/support/shared_example_groups.rb +41 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/support/spec_files.rb +44 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/Changelog.md +262 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/License.txt +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/README.md +224 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/README.md +49 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/Upgrade.md +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/README.md +90 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/be.feature +173 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/be_within.feature +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/cover.feature +45 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/end_with.feature +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/equality.feature +145 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/exist.feature +43 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/expect_change.feature +59 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/expect_error.feature +138 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/have.feature +103 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/include.feature +121 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/match.feature +50 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/operators.feature +221 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/predicates.feature +128 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/respond_to.feature +78 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/satisfy.feature +31 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/start_with.feature +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/throw_symbol.feature +85 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/types.feature +114 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/yield.feature +146 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/custom_matchers/access_running_example.feature +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/custom_matchers/define_diffable_matcher.feature +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/custom_matchers/define_matcher.feature +340 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/custom_matchers/define_matcher_outside_rspec.feature +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/custom_matchers/define_matcher_with_fluent_interface.feature +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/customized_message.feature +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/diffing.feature +85 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/implicit_docstrings.feature +52 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/step_definitions/additional_cli_steps.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/support/env.rb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/syntax_configuration.feature +68 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/test_frameworks/test_unit.feature +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/expectations/deprecation.rb +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/expectations/differ.rb +81 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/expectations/errors.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/expectations/expectation_target.rb +88 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/expectations/extensions/array.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/expectations/extensions/object.rb +39 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/expectations/extensions.rb +2 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/expectations/fail_with.rb +55 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/expectations/handler.rb +48 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/expectations/syntax.rb +118 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/expectations/version.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/expectations.rb +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/be_close.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/base_matcher.rb +68 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/be.rb +185 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/be_instance_of.rb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/be_kind_of.rb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/be_within.rb +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/change.rb +133 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/cover.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/eq.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/eql.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/equal.rb +44 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/exist.rb +26 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/has.rb +48 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/have.rb +108 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/include.rb +51 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/match.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/match_array.rb +45 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/raise_error.rb +97 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/respond_to.rb +74 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/satisfy.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/start_and_end_with.rb +48 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/throw_symbol.rb +94 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/yield.rb +221 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in.rb +39 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/compatibility.rb +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/configuration.rb +66 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/dsl.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/extensions/instance_eval_with_args.rb +39 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/generated_descriptions.rb +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/matcher.rb +299 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/method_missing.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/operator_matcher.rb +84 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/pretty.rb +60 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers.rb +689 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec-expectations.rb +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/expectations/differ_spec.rb +153 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/expectations/expectation_target_spec.rb +65 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/expectations/extensions/kernel_spec.rb +67 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/expectations/fail_with_spec.rb +70 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/expectations/handler_spec.rb +206 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/base_matcher_spec.rb +60 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/be_close_spec.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/be_instance_of_spec.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/be_kind_of_spec.rb +37 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/be_spec.rb +452 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/be_within_spec.rb +80 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/change_spec.rb +528 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/configuration_spec.rb +202 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/cover_spec.rb +69 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/description_generation_spec.rb +176 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/dsl_spec.rb +57 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/eq_spec.rb +54 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/eql_spec.rb +41 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/equal_spec.rb +60 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/exist_spec.rb +110 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/has_spec.rb +118 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/have_spec.rb +461 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/include_spec.rb +367 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/match_array_spec.rb +124 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/match_spec.rb +61 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/matcher_spec.rb +434 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/matchers_spec.rb +31 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/method_missing_spec.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/operator_matcher_spec.rb +221 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/raise_error_spec.rb +344 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/respond_to_spec.rb +295 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/satisfy_spec.rb +44 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/start_with_end_with_spec.rb +182 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/throw_symbol_spec.rb +116 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/yield_spec.rb +402 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/spec_helper.rb +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/support/classes.rb +56 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/support/in_sub_process.rb +31 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/support/matchers.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/support/ruby_version.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/support/shared_examples.rb +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/Changelog.md +225 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/License.txt +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/README.md +276 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/README.md +67 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/Scope.md +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/Upgrade.md +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/argument_matchers/README.md +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/argument_matchers/explicit.feature +60 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/argument_matchers/general_matchers.feature +85 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/argument_matchers/type_matchers.feature +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/message_expectations/README.md +69 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/message_expectations/any_instance.feature +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/message_expectations/block_local_expectations.feature.pending +55 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/message_expectations/expect_message.feature +94 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/message_expectations/receive_counts.feature +209 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/message_expectations/warn_when_expectation_is_set_on_nil.feature +50 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/method_stubs/README.md +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/method_stubs/any_instance.feature +133 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/method_stubs/as_null_object.feature +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/method_stubs/simple_return_value.feature +64 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/method_stubs/stub_chain.feature +51 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/method_stubs/stub_implementation.feature +26 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/method_stubs/to_ary.feature +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/outside_rspec/configuration.feature +82 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/outside_rspec/standalone.feature +32 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/step_definitions/additional_cli_steps.rb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/stubbing_constants/README.md +62 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/stubbing_constants/stub_defined_constant.feature +79 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/stubbing_constants/stub_undefined_constant.feature +50 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/support/env.rb +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/any_instance/chain.rb +77 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/any_instance/expectation_chain.rb +57 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/any_instance/message_chains.rb +60 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/any_instance/recorder.rb +199 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/any_instance/stub_chain.rb +37 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/any_instance/stub_chain_chain.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/any_instance.rb +81 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/argument_list_matcher.rb +93 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/argument_matchers.rb +238 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/error_generator.rb +114 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/errors.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/example_methods.rb +95 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/extensions/instance_exec.rb +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/extensions/marshal.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/extensions/psych.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/framework.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/message_expectation.rb +488 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/method_double.rb +164 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/methods.rb +155 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/mock.rb +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/order_group.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/proxy.rb +194 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/serialization.rb +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/space.rb +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/standalone.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/stashed_instance_method.rb +60 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/stub_const.rb +332 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/test_double.rb +103 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/version.rb +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks.rb +39 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/spec/mocks.rb +2 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/and_yield_spec.rb +114 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/any_instance/message_chains_spec.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/any_instance_spec.rb +877 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/any_number_of_times_spec.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/argument_expectation_spec.rb +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/at_least_spec.rb +142 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/at_most_spec.rb +90 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/block_return_value_spec.rb +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/bug_report_10260_spec.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/bug_report_10263_spec.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/bug_report_11545_spec.rb +32 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/bug_report_496_spec.rb +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/bug_report_600_spec.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/bug_report_7611_spec.rb +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/bug_report_8165_spec.rb +31 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/bug_report_830_spec.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/bug_report_957_spec.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/double_spec.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/failing_argument_matchers_spec.rb +95 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/hash_excluding_matcher_spec.rb +67 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/hash_including_matcher_spec.rb +90 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/mock_ordering_spec.rb +103 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/mock_space_spec.rb +58 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/mock_spec.rb +730 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/multiple_return_value_spec.rb +119 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/nil_expectation_warning_spec.rb +62 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/null_object_mock_spec.rb +106 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/once_counts_spec.rb +52 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/options_hash_spec.rb +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/partial_mock_spec.rb +171 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/partial_mock_using_mocks_directly_spec.rb +95 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/passing_argument_matchers_spec.rb +142 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/precise_counts_spec.rb +68 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/record_messages_spec.rb +26 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/serialization_spec.rb +111 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/stash_spec.rb +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/stashed_instance_method_spec.rb +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/stub_chain_spec.rb +154 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/stub_const_spec.rb +334 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/stub_implementation_spec.rb +81 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/stub_spec.rb +247 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/stubbed_message_expectations_spec.rb +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/test_double_spec.rb +57 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/to_ary_spec.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/twice_counts_spec.rb +66 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks_spec.rb +51 -0
- data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/spec_helper.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/LICENSE +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/README +170 -0
- data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/README.erb +37 -0
- data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/Rakefile +374 -0
- data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/lib/systemu.rb +360 -0
- data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/samples/a.rb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/samples/b.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/samples/c.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/samples/d.rb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/samples/e.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/samples/f.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/systemu.gemspec +45 -0
- data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/test/systemu_test.rb +64 -0
- data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/test/testing.rb +195 -0
- data/vendor/bundle/ruby/1.9.1/gems/uuid-2.3.5/CHANGELOG +78 -0
- data/vendor/bundle/ruby/1.9.1/gems/uuid-2.3.5/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/uuid-2.3.5/README.rdoc +121 -0
- data/vendor/bundle/ruby/1.9.1/gems/uuid-2.3.5/Rakefile +41 -0
- data/vendor/bundle/ruby/1.9.1/gems/uuid-2.3.5/bin/rake +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/uuid-2.3.5/bin/uuid +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/uuid-2.3.5/bin/yard +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/uuid-2.3.5/bin/yardoc +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/uuid-2.3.5/bin/yri +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/uuid-2.3.5/lib/uuid.rb +497 -0
- data/vendor/bundle/ruby/1.9.1/gems/uuid-2.3.5/test/test-uuid.rb +142 -0
- data/vendor/bundle/ruby/1.9.1/gems/uuid-2.3.5/uuid.gemspec +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/CHANGELOG.md +696 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/Gemfile +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/LICENSE +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/README.md +91 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/Rakefile +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/bin/vagrant +60 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/config/default.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/contrib/README.md +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/contrib/emacs/vagrant.el +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/contrib/vim/vagrantfile.vim +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/keys/README.md +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/keys/vagrant +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/keys/vagrant.pub +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/box/destroy.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/box/download.rb +84 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/box/package.rb +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/box/unpackage.rb +61 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/box/verify.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/builder.rb +128 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/builtin.rb +171 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/env/set.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/environment.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/general/check_virtualbox.rb +28 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/general/package.rb +101 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/general/validate.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/runner.rb +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/boot.rb +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/check_accessible.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/check_box.rb +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/check_guest_additions.rb +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/check_port_collisions.rb +89 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/clean_machine_folder.rb +43 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/clear_forwarded_ports.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/clear_network_interfaces.rb +31 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/clear_shared_folders.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/customize.rb +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/default_name.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/destroy.rb +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/destroy_unused_network_interfaces.rb +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/discard_state.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/export.rb +57 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/forward_ports.rb +92 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/halt.rb +32 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/host_name.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/import.rb +48 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/match_mac_address.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/network.rb +403 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/nfs.rb +196 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/package.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/package_vagrantfile.rb +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/provision.rb +61 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/provisioner_cleanup.rb +26 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/prune_nfs_exports.rb +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/resume.rb +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/sane_defaults.rb +78 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/setup_package_files.rb +54 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/share_folders.rb +114 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/suspend.rb +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/warden.rb +92 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action.rb +63 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/box.rb +44 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/box_collection.rb +58 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/cli.rb +76 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/base.rb +167 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/box.rb +58 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/box_add.rb +37 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/box_list.rb +28 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/box_remove.rb +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/box_repackage.rb +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/destroy.rb +64 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/gem.rb +39 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/halt.rb +39 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/init.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/package.rb +75 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/provision.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/reload.rb +39 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/resume.rb +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/ssh.rb +90 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/ssh_config.rb +51 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/start_mixins.rb +26 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/status.rb +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/suspend.rb +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/up.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/communication/base.rb +56 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/communication/ssh.rb +229 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/communication.rb +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config/base.rb +82 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config/container.rb +37 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config/error_recorder.rb +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config/loader.rb +127 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config/nfs.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config/package.rb +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config/ssh.rb +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config/top.rb +72 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config/vagrant.rb +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config/vm/provisioner.rb +52 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config/vm/sub_vm.rb +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config/vm.rb +168 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config.rb +49 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/data_store.rb +92 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/downloaders/base.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/downloaders/file.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/downloaders/http.rb +97 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/downloaders.rb +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/driver/virtualbox.rb +134 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/driver/virtualbox_4_0.rb +459 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/driver/virtualbox_4_1.rb +459 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/driver/virtualbox_4_2.rb +606 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/driver/virtualbox_base.rb +309 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/driver.rb +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/environment.rb +517 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/errors.rb +441 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/arch.rb +56 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/base.rb +99 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/debian.rb +64 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/fedora.rb +66 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/freebsd.rb +86 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/gentoo.rb +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/linux/config.rb +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/linux/error.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/linux.rb +118 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/openbsd.rb +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/redhat.rb +67 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/solaris.rb +118 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/suse.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/ubuntu.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/hosts/arch.rb +55 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/hosts/base.rb +66 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/hosts/bsd.rb +97 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/hosts/fedora.rb +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/hosts/freebsd.rb +41 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/hosts/gentoo.rb +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/hosts/linux.rb +94 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/hosts/opensuse.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/hosts/windows.rb +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/hosts.rb +37 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/plugin.rb +81 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/provisioners/base.rb +44 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/provisioners/chef.rb +168 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/provisioners/chef_client.rb +132 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/provisioners/chef_solo.rb +234 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/provisioners/puppet.rb +175 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/provisioners/puppet_server.rb +78 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/provisioners/shell.rb +96 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/provisioners.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/registry.rb +52 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/ssh.rb +126 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/test_helpers.rb +154 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/ui.rb +168 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/ansi_escape_code_remover.rb +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/busy.rb +59 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/counter.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/file_checksum.rb +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/file_mode.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/hash_with_indifferent_access.rb +63 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/is_port_open.rb +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/line_ending_helpers.rb +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/network_ip.rb +28 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/platform.rb +68 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/retryable.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/safe_exec.rb +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/safe_puts.rb +31 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/stacked_proc_runner.rb +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/subprocess.rb +247 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/template_renderer.rb +83 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/version.rb +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/vm.rb +195 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant.rb +197 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/tasks/acceptance.rake +113 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/tasks/bundler.rake +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/tasks/test.rake +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/commands/init/Vagrantfile.erb +99 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/commands/ssh_config/config.erb +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/config/validation_failed.erb +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/guests/arch/network_dhcp.erb +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/guests/arch/network_static.erb +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/guests/debian/network_dhcp.erb +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/guests/debian/network_static.erb +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/guests/fedora/network_dhcp.erb +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/guests/fedora/network_static.erb +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/guests/freebsd/network_dhcp.erb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/guests/freebsd/network_static.erb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/guests/gentoo/network_dhcp.erb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/guests/gentoo/network_static.erb +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/guests/redhat/network_dhcp.erb +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/guests/redhat/network_static.erb +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/locales/en.yml +747 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/nfs/exports.erb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/nfs/exports_freebsd.erb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/nfs/exports_linux.erb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/package_Vagrantfile.erb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/provisioners/chef_client/client.erb +32 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/provisioners/chef_solo/solo.erb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/base.rb +48 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/box_test.rb +99 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/destroy_test.rb +37 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/halt_test.rb +72 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/init_test.rb +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/networking/host_only_test.rb +37 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/networking/port_forward_test.rb +125 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/package_test.rb +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/provisioning/basic_test.rb +61 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/provisioning/chef_solo_test.rb +37 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/provisioning/shell_test.rb +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/resume_test.rb +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/shared_folders_test.rb +84 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/skeletons/chef_solo_basic/README.md +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/skeletons/chef_solo_basic/cookbooks/basic/recipes/default.rb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/skeletons/chef_solo_json/README.md +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/skeletons/chef_solo_json/cookbooks/basic/recipes/default.rb +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/skeletons/provisioner_multi/README.md +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/skeletons/provisioner_multi/cookbooks/basic/recipes/default.rb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/ssh_test.rb +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/support/config.rb +42 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/support/isolated_environment.rb +117 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/support/matchers/have_color.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/support/matchers/match_output.rb +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/support/matchers/succeed.rb +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/support/network_tests.rb +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/support/output.rb +95 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/support/shared/base_context.rb +72 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/support/shared/command_examples.rb +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/support/virtualbox.rb +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/suspend_test.rb +56 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/up_basic_test.rb +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/up_with_box_url.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/vagrant_test.rb +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/version_test.rb +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/README.md +72 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/buildbot_config/__init__.py +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/buildbot_config/config/__init__.py +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/buildbot_config/config/loader.py +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/buildbot_config/config/master.py +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/buildbot_config/config/slave.py +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/buildbot_config/master/__init__.py +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/buildbot_config/master/builders.py +78 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/buildbot_config/master/buildsteps.py +100 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/buildbot_config/master/change_sources.py +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/buildbot_config/master/schedulers.py +32 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/buildbot_config/master/slaves.py +60 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/buildbot_config/master/status.py +52 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/Makefile.sample +28 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/buildbot.tac +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/master.cfg +67 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/bg_gradient.jpg +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/default.css +545 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/favicon.ico +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/robots.txt +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/css/bootstrap-1.4.0.min.css +356 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/css/prettify.css +97 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/css/syntax.css +60 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/css/vagrant.base.css +205 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/base_box_mac.jpg +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/getting-started/success.jpg +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/icons/error.png +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/vagrant_chilling.png +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/vagrant_holding.png +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/vagrant_looking.png +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/windows/alter_path.jpg +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/windows/edit_path.jpg +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/windows/environment_variables_button.jpg +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/windows/port_and_ppk_path.jpg +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/windows/ppk_selection.jpg +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/windows/putty_first_screen.jpg +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/windows/save_result.jpg +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/windows/vbox_manage_default_location.jpg +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/js/bootstrap-tabs.js +80 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/js/jquery-1.7.min.js +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/authfail.html +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/build.html +205 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/builder.html +118 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/builders.html +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/buildslave.html +72 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/buildslaves.html +70 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/change.html +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/layouts/base.html +58 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/macros/box.html +37 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/macros/build_line.html +50 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/macros/change.html +81 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/macros/forms.html +300 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/root.html +42 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/waterfall.html +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/requirements.txt +4 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/scripts/deploy.sh +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/scripts/setup.sh +107 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/slave/buildbot.tac +43 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/slave/info/admin +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/slave/info/host +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/tests/__init__.py +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/tests/master/__init__.py +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/tests/master/test_slaves.py +41 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/vendor/choices-0.4.0.tar.gz +0 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/config/acceptance_boxes.yml +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/support/isolated_environment.rb +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/support/tempdir.rb +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/base.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/support/isolated_environment.rb +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/support/shared/base_context.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/action/builder_test.rb +156 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/action/environment_test.rb +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/action/runner_test.rb +65 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/action/warden_test.rb +92 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/box_collection_test.rb +56 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/box_test.rb +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/command/base_test.rb +150 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/config/base_test.rb +48 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/config/loader_test.rb +79 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/config/ssh_test.rb +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/config/top_test.rb +69 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/config/vm_test.rb +71 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/config_test.rb +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/data_store_test.rb +79 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/downloaders/base_test.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/downloaders/file_test.rb +75 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/downloaders/http_test.rb +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/environment_test.rb +212 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/hosts_test.rb +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/registry_test.rb +74 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/util/ansi_escape_code_remover_test.rb +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/util/file_checksum_test.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/util/hash_with_indifferent_access_test.rb +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/util/is_port_open_test.rb +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/util/line_endings_helper_test.rb +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/util/network_ip_test.rb +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/util/retryable_test.rb +106 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant_test.rb +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/locales/en.yml +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/test_helper.rb +32 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/box/destroy_test.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/box/download_test.rb +125 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/box/package_test.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/box/unpackage_test.rb +84 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/box/verify_test.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/env/set_test.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/general/package_test.rb +268 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/general/validate_test.rb +31 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/boot_test.rb +66 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/check_accessible_test.rb +61 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/check_box_test.rb +61 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/check_guest_additions_test.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/clean_machine_folder_test.rb +84 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/clear_forwarded_ports_test.rb +52 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/clear_nfs_exports_test.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/clear_shared_folders_test.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/customize_test.rb +37 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/destroy_test.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/destroy_unused_network_interfaces_test.rb +49 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/discard_state_test.rb +45 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/export_test.rb +107 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/forward_ports_helpers_test.rb +77 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/forward_ports_test.rb +197 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/halt_test.rb +79 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/host_name_test.rb +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/import_test.rb +66 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/match_mac_address_test.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/modify_test.rb +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/network_test.rb +286 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/nfs_helpers_test.rb +26 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/nfs_test.rb +260 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/package_test.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/package_vagrantfile_test.rb +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/provision_test.rb +65 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/provisioner_cleanup_test.rb +56 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/resume_test.rb +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/share_folders_test.rb +144 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/suspend_test.rb +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action_test.rb +89 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/box_collection_test.rb +45 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/box_test.rb +74 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/cli_test.rb +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/command/base_test.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/command/group_base_test.rb +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/command/helpers_test.rb +88 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/command/init_test.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/command/package_test.rb +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/config/base_test.rb +52 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/config/error_recorder_test.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/config/ssh_test.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/config/vagrant_test.rb +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/config/vm/provisioner_test.rb +92 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/config/vm_test.rb +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/config_test.rb +148 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/downloaders/http_test.rb +93 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/environment_test.rb +539 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/errors_test.rb +42 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/hosts/base_test.rb +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/hosts/bsd_test.rb +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/hosts/linux_test.rb +54 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/plugin_test.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/provisioners/base_test.rb +63 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/provisioners/chef_client_test.rb +190 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/provisioners/chef_solo_test.rb +115 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/provisioners/chef_test.rb +209 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/provisioners/puppet_server_test.rb +68 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/provisioners/puppet_test.rb +182 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/provisioners/shell_test.rb +79 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/ssh/session_test.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/ssh_test.rb +304 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/systems/base_test.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/systems/linux_test.rb +104 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/util/busy_test.rb +106 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/util/counter_test.rb +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/util/platform_test.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/util/stacked_proc_runner_test.rb +43 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/util/template_renderer_test.rb +145 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/vm_test.rb +300 -0
- data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/vagrant.gemspec +39 -0
- data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/History.txt +69 -0
- data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/LICENSE +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/README.rdoc +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/Rakefile +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/lib/vegas/runner.rb +404 -0
- data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/lib/vegas.rb +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/test/apps.rb +26 -0
- data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/test/test_app/bin/test_app +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/test/test_app/bin/test_rack_app +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/test/test_app/test_app.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/test/test_helper.rb +57 -0
- data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/test/test_vegas_runner.rb +191 -0
- data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/vegas.gemspec +61 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/Changelog.md +163 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/Gemfile +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/Guardfile +8 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/LICENSE +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/README.md +354 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/Rakefile +6 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/TODO +1 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/config/flay.yml +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/config/flog.yml +2 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/config/roodi.yml +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/config/site.reek +105 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/config/yardstick.yml +2 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/array.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/boolean.rb +52 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/class.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/collection.rb +116 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/date.rb +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/date_time.rb +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/decimal.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/default_value/from_callable.rb +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/default_value/from_clonable.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/default_value/from_symbol.rb +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/default_value.rb +49 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/embedded_value/from_open_struct.rb +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/embedded_value/from_struct.rb +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/embedded_value.rb +69 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/float.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/hash.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/integer.rb +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/numeric.rb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/object.rb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/set.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/string.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/symbol.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/time.rb +36 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute.rb +309 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute_set.rb +171 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/class_inclusions.rb +41 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/class_methods.rb +112 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/array.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/date.rb +26 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/date_time.rb +26 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/decimal.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/false_class.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/float.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/hash.rb +71 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/integer.rb +60 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/numeric.rb +66 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/object.rb +125 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/string.rb +214 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/symbol.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/time.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/time_coercions.rb +86 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/true_class.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion.rb +32 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/extensions.rb +92 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/instance_methods.rb +231 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/module_extensions.rb +70 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/support/descendants_tracker.rb +44 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/support/equalizer.rb +129 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/support/options.rb +112 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/support/type_lookup.rb +109 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/value_object.rb +141 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/version.rb +3 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus.rb +107 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/collection_member_coercion_spec.rb +75 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/custom_attributes_spec.rb +49 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/default_values_spec.rb +60 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/defining_attributes_spec.rb +79 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/embedded_value_spec.rb +50 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/extending_objects_spec.rb +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/mass_assignment_with_accessors_spec.rb +44 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/overriding_virtus_spec.rb +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/struct_as_embedded_value_spec.rb +28 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/using_modules_spec.rb +53 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/value_object_with_custom_constructor_spec.rb +42 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/virtus/instance_level_attributes_spec.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/virtus/value_object_spec.rb +99 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/rcov.opts +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/shared/constants_helpers.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/shared/freeze_method_behavior.rb +37 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/shared/idempotent_method_behaviour.rb +5 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/shared/options_class_method.rb +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/spec_helper.rb +44 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/array/coerce_spec.rb +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/boolean/coerce_spec.rb +85 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/boolean/define_reader_method_spec.rb +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/boolean/value_coerced_spec.rb +97 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/boolean_spec.rb +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/class/coerce_spec.rb +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/class_methods/accessor_spec.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/class_methods/build_spec.rb +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/class_methods/coercion_method_spec.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/class_methods/default_spec.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/class_methods/determine_type_spec.rb +75 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/class_methods/merge_options_spec.rb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/class_methods/primitive_spec.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/class_methods/reader_spec.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/class_methods/writer_spec.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/coerce_spec.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/coercion_method_spec.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/collection/class_methods/merge_options_spec.rb +40 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/collection/coerce_and_append_member_spec.rb +16 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/collection/coerce_spec.rb +39 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/collection/member_coercion/coerce_and_append_member_spec.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/collection/member_type_spec.rb +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/collection/new_collection_spec.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/date/coerce_spec.rb +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/date/value_coerced_spec.rb +46 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/date_time/coerce_spec.rb +68 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/decimal/coerce_spec.rb +117 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/default_spec.rb +28 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/default_value/call_spec.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/default_value/class_methods/build_spec.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/default_value/class_methods/new_spec.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/default_value/from_callable/call_spec.rb +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/default_value/from_callable/class_methods/handle_spec.rb +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/default_value/from_clonable/call_spec.rb +20 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/default_value/from_clonable/class_methods/handle_spec.rb +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/default_value/from_symbol/call_spec.rb +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/default_value/from_symbol/class_methods/handle_spec.rb +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/default_value/value_spec.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/define_accessor_methods_spec.rb +26 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/define_reader_method_spec.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/define_writer_method_spec.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/embedded_value/class_methods/determine_type_spec.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/embedded_value/class_methods/merge_options_spec.rb +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/embedded_value/coerce_spec.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/embedded_value/from_open_struct/coerce_spec.rb +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/embedded_value/from_struct/coerce_spec.rb +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/float/coerce_spec.rb +117 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/get_spec.rb +80 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/inspect_spec.rb +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/integer/coerce_spec.rb +111 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/name_spec.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/numeric/class_methods/descendants_spec.rb +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/numeric/class_methods/max_spec.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/numeric/class_methods/min_spec.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/object/class_methods/descendants_spec.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/options_spec.rb +14 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/public_reader_spec.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/public_writer_spec.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/set/coerce_spec.rb +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/set_spec.rb +49 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/string/coerce_spec.rb +11 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/symbol/coerce_spec.rb +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/time/coerce_spec.rb +67 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/value_coerced_spec.rb +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute_set/append_spec.rb +49 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute_set/define_reader_method_spec.rb +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute_set/define_writer_method_spec.rb +35 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute_set/each_spec.rb +60 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute_set/element_reference_spec.rb +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute_set/element_set_spec.rb +56 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute_set/inspect_spec.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute_set/merge_spec.rb +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute_set/reset_spec.rb +64 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/class_methods/attribute_set_spec.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/class_methods/attribute_spec.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/class_methods/attributes_spec.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/class_methods/const_missing_spec.rb +27 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/class_methods/inherited_spec.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/array/class_methods/to_set_spec.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/class_methods/element_reference_spec.rb +17 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/class_methods/primitive_spec.rb +13 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/date/class_methods/to_date_spec.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/date/class_methods/to_datetime_spec.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/date/class_methods/to_string_spec.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/date/class_methods/to_time_spec.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/date_time/class_methods/to_date_spec.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/date_time/class_methods/to_datetime_spec.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/date_time/class_methods/to_string_spec.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/date_time/class_methods/to_time_spec.rb +30 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/decimal/class_methods/to_decimal_spec.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/decimal/class_methods/to_float_spec.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/decimal/class_methods/to_integer_spec.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/decimal/class_methods/to_string_spec.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/false_class/class_methods/to_string_spec.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/float/class_methods/to_decimal_spec.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/float/class_methods/to_float_spec.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/float/class_methods/to_integer_spec.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/float/class_methods/to_string_spec.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/hash/class_methods/to_date_spec.rb +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/hash/class_methods/to_datetime_spec.rb +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/hash/class_methods/to_time_spec.rb +38 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/integer/class_methods/to_boolean_spec.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/integer/class_methods/to_decimal_spec.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/integer/class_methods/to_float_spec.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/integer/class_methods/to_integer_spec.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/integer/class_methods/to_string_spec.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/numeric/class_methods/to_decimal_spec.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/numeric/class_methods/to_float_spec.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/numeric/class_methods/to_integer_spec.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/numeric/class_methods/to_string_spec.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/object/class_methods/method_missing_spec.rb +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/object/class_methods/to_array_spec.rb +51 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/object/class_methods/to_hash_spec.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/object/class_methods/to_integer_spec.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/object/class_methods/to_string_spec.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/string/class_methods/to_boolean_spec.rb +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/string/class_methods/to_constant_spec.rb +49 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/string/class_methods/to_date_spec.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/string/class_methods/to_datetime_spec.rb +50 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/string/class_methods/to_decimal_spec.rb +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/string/class_methods/to_float_spec.rb +45 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/string/class_methods/to_integer_spec.rb +56 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/string/class_methods/to_symbol_spec.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/string/class_methods/to_time_spec.rb +50 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/symbol/class_methods/to_string_spec.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/time/class_methods/to_integer_spec.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/time/class_methods/to_time_spec.rb +10 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/time_coercions/to_date_spec.rb +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/time_coercions/to_datetime_spec.rb +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/time_coercions/to_string_spec.rb +18 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/time_coercions/to_time_spec.rb +33 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/true_class/class_methods/to_string_spec.rb +12 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/descendants_tracker/add_descendant_spec.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/descendants_tracker/descendants_spec.rb +22 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/equalizer/append_spec.rb +82 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/equalizer/class_method/new_spec.rb +111 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/equalizer/methods/eql_spec.rb +47 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/equalizer/methods/equal_value_spec.rb +57 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/extensions/allowed_writer_methods_spec.rb +25 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/instance_methods/attributes_spec.rb +138 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/instance_methods/element_reference_spec.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/instance_methods/element_set_spec.rb +28 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/instance_methods/freeze_spec.rb +64 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/instance_methods/initialize_spec.rb +42 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/instance_methods/to_hash_spec.rb +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/module_extensions/attribute_spec.rb +31 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/options/accept_options_spec.rb +37 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/options/accepted_options_spec.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/options/options_spec.rb +34 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/type_lookup/class_methods/extended_spec.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/type_lookup/determine_type_spec.rb +81 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/type_lookup/primitive_spec.rb +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/value_object/class_methods/allowed_writer_methods_spec.rb +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/value_object/class_methods/attribute_spec.rb +50 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/value_object/class_methods/equalizer_spec.rb +24 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/value_object/initialize_spec.rb +19 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/value_object/instance_methods/clone_spec.rb +21 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/value_object/instance_methods/with_spec.rb +31 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/tasks/metrics/ci.rake +7 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/tasks/metrics/flay.rake +41 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/tasks/metrics/flog.rake +43 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/tasks/metrics/heckle.rake +208 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/tasks/metrics/metric_fu.rake +29 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/tasks/metrics/reek.rake +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/tasks/metrics/roodi.rake +15 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/tasks/metrics/yardstick.rake +23 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/tasks/spec.rake +45 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/tasks/yard.rake +9 -0
- data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/virtus.gemspec +24 -0
- data/vendor/bundle/ruby/1.9.1/specifications/activesupport-3.2.8.gemspec +33 -0
- data/vendor/bundle/ruby/1.9.1/specifications/archive-tar-minitar-0.5.2.gemspec +31 -0
- data/vendor/bundle/ruby/1.9.1/specifications/backports-2.6.4.gemspec +29 -0
- data/vendor/bundle/ruby/1.9.1/specifications/childprocess-0.3.6.gemspec +38 -0
- data/vendor/bundle/ruby/1.9.1/specifications/diff-lcs-1.1.3.gemspec +35 -0
- data/vendor/bundle/ruby/1.9.1/specifications/erubis-2.7.0.gemspec +28 -0
- data/vendor/bundle/ruby/1.9.1/specifications/ffi-1.1.5.gemspec +30 -0
- data/vendor/bundle/ruby/1.9.1/specifications/grape-0.2.2.gemspec +69 -0
- data/vendor/bundle/ruby/1.9.1/specifications/hashie-1.2.0.gemspec +37 -0
- data/vendor/bundle/ruby/1.9.1/specifications/i18n-0.6.1.gemspec +38 -0
- data/vendor/bundle/ruby/1.9.1/specifications/json-1.5.4.gemspec +40 -0
- data/vendor/bundle/ruby/1.9.1/specifications/log4r-1.1.10.gemspec +31 -0
- data/vendor/bundle/ruby/1.9.1/specifications/macaddr-1.6.1.gemspec +29 -0
- data/vendor/bundle/ruby/1.9.1/specifications/multi_json-1.3.6.gemspec +40 -0
- data/vendor/bundle/ruby/1.9.1/specifications/multi_xml-0.5.1.gemspec +40 -0
- data/vendor/bundle/ruby/1.9.1/specifications/net-scp-1.0.4.gemspec +32 -0
- data/vendor/bundle/ruby/1.9.1/specifications/net-ssh-2.2.2.gemspec +29 -0
- data/vendor/bundle/ruby/1.9.1/specifications/puma-1.6.3.gemspec +44 -0
- data/vendor/bundle/ruby/1.9.1/specifications/rack-1.4.1.gemspec +47 -0
- data/vendor/bundle/ruby/1.9.1/specifications/rack-accept-0.4.5.gemspec +34 -0
- data/vendor/bundle/ruby/1.9.1/specifications/rack-mount-0.8.3.gemspec +37 -0
- data/vendor/bundle/ruby/1.9.1/specifications/rack-test-0.6.2.gemspec +31 -0
- data/vendor/bundle/ruby/1.9.1/specifications/rake-0.9.2.2.gemspec +34 -0
- data/vendor/bundle/ruby/1.9.1/specifications/rspec-2.11.0.gemspec +39 -0
- data/vendor/bundle/ruby/1.9.1/specifications/rspec-core-2.11.1.gemspec +61 -0
- data/vendor/bundle/ruby/1.9.1/specifications/rspec-expectations-2.11.3.gemspec +40 -0
- data/vendor/bundle/ruby/1.9.1/specifications/rspec-mocks-2.11.3.gemspec +37 -0
- data/vendor/bundle/ruby/1.9.1/specifications/systemu-2.5.2.gemspec +26 -0
- data/vendor/bundle/ruby/1.9.1/specifications/uuid-2.3.5.gemspec +32 -0
- data/vendor/bundle/ruby/1.9.1/specifications/vagrant-1.0.5.gemspec +73 -0
- data/vendor/bundle/ruby/1.9.1/specifications/vegas-0.1.11.gemspec +40 -0
- data/vendor/bundle/ruby/1.9.1/specifications/virtus-0.5.2.gemspec +39 -0
- metadata +3398 -48
- data/vendor/grape/lib/grape/middleware/versioner/header.rb +0 -59
- data/vendor/grape/lib/grape/version.rb +0 -3
@@ -0,0 +1,1705 @@
|
|
1
|
+
#! /bin/sh
|
2
|
+
# Configuration validation subroutine script.
|
3
|
+
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
4
|
+
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
5
|
+
# Free Software Foundation, Inc.
|
6
|
+
|
7
|
+
timestamp='2009-11-20'
|
8
|
+
|
9
|
+
# This file is (in principle) common to ALL GNU software.
|
10
|
+
# The presence of a machine in this file suggests that SOME GNU software
|
11
|
+
# can handle that machine. It does not imply ALL GNU software can.
|
12
|
+
#
|
13
|
+
# This file is free software; you can redistribute it and/or modify
|
14
|
+
# it under the terms of the GNU General Public License as published by
|
15
|
+
# the Free Software Foundation; either version 2 of the License, or
|
16
|
+
# (at your option) any later version.
|
17
|
+
#
|
18
|
+
# This program is distributed in the hope that it will be useful,
|
19
|
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
20
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
21
|
+
# GNU General Public License for more details.
|
22
|
+
#
|
23
|
+
# You should have received a copy of the GNU General Public License
|
24
|
+
# along with this program; if not, write to the Free Software
|
25
|
+
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
|
26
|
+
# 02110-1301, USA.
|
27
|
+
#
|
28
|
+
# As a special exception to the GNU General Public License, if you
|
29
|
+
# distribute this file as part of a program that contains a
|
30
|
+
# configuration script generated by Autoconf, you may include it under
|
31
|
+
# the same distribution terms that you use for the rest of that program.
|
32
|
+
|
33
|
+
|
34
|
+
# Please send patches to <config-patches@gnu.org>. Submit a context
|
35
|
+
# diff and a properly formatted GNU ChangeLog entry.
|
36
|
+
#
|
37
|
+
# Configuration subroutine to validate and canonicalize a configuration type.
|
38
|
+
# Supply the specified configuration type as an argument.
|
39
|
+
# If it is invalid, we print an error message on stderr and exit with code 1.
|
40
|
+
# Otherwise, we print the canonical config type on stdout and succeed.
|
41
|
+
|
42
|
+
# You can get the latest version of this script from:
|
43
|
+
# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
|
44
|
+
|
45
|
+
# This file is supposed to be the same for all GNU packages
|
46
|
+
# and recognize all the CPU types, system types and aliases
|
47
|
+
# that are meaningful with *any* GNU software.
|
48
|
+
# Each package is responsible for reporting which valid configurations
|
49
|
+
# it does not support. The user should be able to distinguish
|
50
|
+
# a failure to support a valid configuration from a meaningless
|
51
|
+
# configuration.
|
52
|
+
|
53
|
+
# The goal of this file is to map all the various variations of a given
|
54
|
+
# machine specification into a single specification in the form:
|
55
|
+
# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
|
56
|
+
# or in some cases, the newer four-part form:
|
57
|
+
# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
|
58
|
+
# It is wrong to echo any other type of specification.
|
59
|
+
|
60
|
+
me=`echo "$0" | sed -e 's,.*/,,'`
|
61
|
+
|
62
|
+
usage="\
|
63
|
+
Usage: $0 [OPTION] CPU-MFR-OPSYS
|
64
|
+
$0 [OPTION] ALIAS
|
65
|
+
|
66
|
+
Canonicalize a configuration name.
|
67
|
+
|
68
|
+
Operation modes:
|
69
|
+
-h, --help print this help, then exit
|
70
|
+
-t, --time-stamp print date of last modification, then exit
|
71
|
+
-v, --version print version number, then exit
|
72
|
+
|
73
|
+
Report bugs and patches to <config-patches@gnu.org>."
|
74
|
+
|
75
|
+
version="\
|
76
|
+
GNU config.sub ($timestamp)
|
77
|
+
|
78
|
+
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
|
79
|
+
2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
80
|
+
|
81
|
+
This is free software; see the source for copying conditions. There is NO
|
82
|
+
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
83
|
+
|
84
|
+
help="
|
85
|
+
Try \`$me --help' for more information."
|
86
|
+
|
87
|
+
# Parse command line
|
88
|
+
while test $# -gt 0 ; do
|
89
|
+
case $1 in
|
90
|
+
--time-stamp | --time* | -t )
|
91
|
+
echo "$timestamp" ; exit ;;
|
92
|
+
--version | -v )
|
93
|
+
echo "$version" ; exit ;;
|
94
|
+
--help | --h* | -h )
|
95
|
+
echo "$usage"; exit ;;
|
96
|
+
-- ) # Stop option processing
|
97
|
+
shift; break ;;
|
98
|
+
- ) # Use stdin as input.
|
99
|
+
break ;;
|
100
|
+
-* )
|
101
|
+
echo "$me: invalid option $1$help"
|
102
|
+
exit 1 ;;
|
103
|
+
|
104
|
+
*local*)
|
105
|
+
# First pass through any local machine types.
|
106
|
+
echo $1
|
107
|
+
exit ;;
|
108
|
+
|
109
|
+
* )
|
110
|
+
break ;;
|
111
|
+
esac
|
112
|
+
done
|
113
|
+
|
114
|
+
case $# in
|
115
|
+
0) echo "$me: missing argument$help" >&2
|
116
|
+
exit 1;;
|
117
|
+
1) ;;
|
118
|
+
*) echo "$me: too many arguments$help" >&2
|
119
|
+
exit 1;;
|
120
|
+
esac
|
121
|
+
|
122
|
+
# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
|
123
|
+
# Here we must recognize all the valid KERNEL-OS combinations.
|
124
|
+
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
|
125
|
+
case $maybe_os in
|
126
|
+
nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
|
127
|
+
uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
|
128
|
+
kopensolaris*-gnu* | \
|
129
|
+
storm-chaos* | os2-emx* | rtmk-nova*)
|
130
|
+
os=-$maybe_os
|
131
|
+
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
|
132
|
+
;;
|
133
|
+
*)
|
134
|
+
basic_machine=`echo $1 | sed 's/-[^-]*$//'`
|
135
|
+
if [ $basic_machine != $1 ]
|
136
|
+
then os=`echo $1 | sed 's/.*-/-/'`
|
137
|
+
else os=; fi
|
138
|
+
;;
|
139
|
+
esac
|
140
|
+
|
141
|
+
### Let's recognize common machines as not being operating systems so
|
142
|
+
### that things like config.sub decstation-3100 work. We also
|
143
|
+
### recognize some manufacturers as not being operating systems, so we
|
144
|
+
### can provide default operating systems below.
|
145
|
+
case $os in
|
146
|
+
-sun*os*)
|
147
|
+
# Prevent following clause from handling this invalid input.
|
148
|
+
;;
|
149
|
+
-dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
|
150
|
+
-att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
|
151
|
+
-unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
|
152
|
+
-convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
|
153
|
+
-c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
|
154
|
+
-harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
|
155
|
+
-apple | -axis | -knuth | -cray | -microblaze)
|
156
|
+
os=
|
157
|
+
basic_machine=$1
|
158
|
+
;;
|
159
|
+
-bluegene*)
|
160
|
+
os=-cnk
|
161
|
+
;;
|
162
|
+
-sim | -cisco | -oki | -wec | -winbond)
|
163
|
+
os=
|
164
|
+
basic_machine=$1
|
165
|
+
;;
|
166
|
+
-scout)
|
167
|
+
;;
|
168
|
+
-wrs)
|
169
|
+
os=-vxworks
|
170
|
+
basic_machine=$1
|
171
|
+
;;
|
172
|
+
-chorusos*)
|
173
|
+
os=-chorusos
|
174
|
+
basic_machine=$1
|
175
|
+
;;
|
176
|
+
-chorusrdb)
|
177
|
+
os=-chorusrdb
|
178
|
+
basic_machine=$1
|
179
|
+
;;
|
180
|
+
-hiux*)
|
181
|
+
os=-hiuxwe2
|
182
|
+
;;
|
183
|
+
-sco6)
|
184
|
+
os=-sco5v6
|
185
|
+
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
186
|
+
;;
|
187
|
+
-sco5)
|
188
|
+
os=-sco3.2v5
|
189
|
+
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
190
|
+
;;
|
191
|
+
-sco4)
|
192
|
+
os=-sco3.2v4
|
193
|
+
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
194
|
+
;;
|
195
|
+
-sco3.2.[4-9]*)
|
196
|
+
os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
|
197
|
+
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
198
|
+
;;
|
199
|
+
-sco3.2v[4-9]*)
|
200
|
+
# Don't forget version if it is 3.2v4 or newer.
|
201
|
+
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
202
|
+
;;
|
203
|
+
-sco5v6*)
|
204
|
+
# Don't forget version if it is 3.2v4 or newer.
|
205
|
+
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
206
|
+
;;
|
207
|
+
-sco*)
|
208
|
+
os=-sco3.2v2
|
209
|
+
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
210
|
+
;;
|
211
|
+
-udk*)
|
212
|
+
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
213
|
+
;;
|
214
|
+
-isc)
|
215
|
+
os=-isc2.2
|
216
|
+
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
217
|
+
;;
|
218
|
+
-clix*)
|
219
|
+
basic_machine=clipper-intergraph
|
220
|
+
;;
|
221
|
+
-isc*)
|
222
|
+
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
223
|
+
;;
|
224
|
+
-lynx*)
|
225
|
+
os=-lynxos
|
226
|
+
;;
|
227
|
+
-ptx*)
|
228
|
+
basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
|
229
|
+
;;
|
230
|
+
-windowsnt*)
|
231
|
+
os=`echo $os | sed -e 's/windowsnt/winnt/'`
|
232
|
+
;;
|
233
|
+
-psos*)
|
234
|
+
os=-psos
|
235
|
+
;;
|
236
|
+
-mint | -mint[0-9]*)
|
237
|
+
basic_machine=m68k-atari
|
238
|
+
os=-mint
|
239
|
+
;;
|
240
|
+
esac
|
241
|
+
|
242
|
+
# Decode aliases for certain CPU-COMPANY combinations.
|
243
|
+
case $basic_machine in
|
244
|
+
# Recognize the basic CPU types without company name.
|
245
|
+
# Some are omitted here because they have special meanings below.
|
246
|
+
1750a | 580 \
|
247
|
+
| a29k \
|
248
|
+
| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
|
249
|
+
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
|
250
|
+
| am33_2.0 \
|
251
|
+
| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
|
252
|
+
| bfin \
|
253
|
+
| c4x | clipper \
|
254
|
+
| d10v | d30v | dlx | dsp16xx \
|
255
|
+
| fido | fr30 | frv \
|
256
|
+
| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
|
257
|
+
| i370 | i860 | i960 | ia64 \
|
258
|
+
| ip2k | iq2000 \
|
259
|
+
| lm32 \
|
260
|
+
| m32c | m32r | m32rle | m68000 | m68k | m88k \
|
261
|
+
| maxq | mb | microblaze | mcore | mep | metag \
|
262
|
+
| mips | mipsbe | mipseb | mipsel | mipsle \
|
263
|
+
| mips16 \
|
264
|
+
| mips64 | mips64el \
|
265
|
+
| mips64octeon | mips64octeonel \
|
266
|
+
| mips64orion | mips64orionel \
|
267
|
+
| mips64r5900 | mips64r5900el \
|
268
|
+
| mips64vr | mips64vrel \
|
269
|
+
| mips64vr4100 | mips64vr4100el \
|
270
|
+
| mips64vr4300 | mips64vr4300el \
|
271
|
+
| mips64vr5000 | mips64vr5000el \
|
272
|
+
| mips64vr5900 | mips64vr5900el \
|
273
|
+
| mipsisa32 | mipsisa32el \
|
274
|
+
| mipsisa32r2 | mipsisa32r2el \
|
275
|
+
| mipsisa64 | mipsisa64el \
|
276
|
+
| mipsisa64r2 | mipsisa64r2el \
|
277
|
+
| mipsisa64sb1 | mipsisa64sb1el \
|
278
|
+
| mipsisa64sr71k | mipsisa64sr71kel \
|
279
|
+
| mipstx39 | mipstx39el \
|
280
|
+
| mn10200 | mn10300 \
|
281
|
+
| moxie \
|
282
|
+
| mt \
|
283
|
+
| msp430 \
|
284
|
+
| nios | nios2 \
|
285
|
+
| ns16k | ns32k \
|
286
|
+
| or32 \
|
287
|
+
| pdp10 | pdp11 | pj | pjl \
|
288
|
+
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
|
289
|
+
| pyramid \
|
290
|
+
| rx \
|
291
|
+
| score \
|
292
|
+
| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
|
293
|
+
| sh64 | sh64le \
|
294
|
+
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
|
295
|
+
| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
|
296
|
+
| spu | strongarm \
|
297
|
+
| tahoe | thumb | tic4x | tic80 | tron \
|
298
|
+
| ubicom32 \
|
299
|
+
| v850 | v850e \
|
300
|
+
| we32k \
|
301
|
+
| x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
|
302
|
+
| z8k | z80)
|
303
|
+
basic_machine=$basic_machine-unknown
|
304
|
+
;;
|
305
|
+
m6811 | m68hc11 | m6812 | m68hc12 | picochip)
|
306
|
+
# Motorola 68HC11/12.
|
307
|
+
basic_machine=$basic_machine-unknown
|
308
|
+
os=-none
|
309
|
+
;;
|
310
|
+
m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
|
311
|
+
;;
|
312
|
+
ms1)
|
313
|
+
basic_machine=mt-unknown
|
314
|
+
;;
|
315
|
+
|
316
|
+
# We use `pc' rather than `unknown'
|
317
|
+
# because (1) that's what they normally are, and
|
318
|
+
# (2) the word "unknown" tends to confuse beginning users.
|
319
|
+
i*86 | x86_64)
|
320
|
+
basic_machine=$basic_machine-pc
|
321
|
+
;;
|
322
|
+
# Object if more than one company name word.
|
323
|
+
*-*-*)
|
324
|
+
echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
|
325
|
+
exit 1
|
326
|
+
;;
|
327
|
+
# Recognize the basic CPU types with company name.
|
328
|
+
580-* \
|
329
|
+
| a29k-* \
|
330
|
+
| alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
|
331
|
+
| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
|
332
|
+
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
|
333
|
+
| arm-* | armbe-* | armle-* | armeb-* | armv*-* \
|
334
|
+
| avr-* | avr32-* \
|
335
|
+
| bfin-* | bs2000-* \
|
336
|
+
| c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
|
337
|
+
| clipper-* | craynv-* | cydra-* \
|
338
|
+
| d10v-* | d30v-* | dlx-* \
|
339
|
+
| elxsi-* \
|
340
|
+
| f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
|
341
|
+
| h8300-* | h8500-* \
|
342
|
+
| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
|
343
|
+
| i*86-* | i860-* | i960-* | ia64-* \
|
344
|
+
| ip2k-* | iq2000-* \
|
345
|
+
| lm32-* \
|
346
|
+
| m32c-* | m32r-* | m32rle-* \
|
347
|
+
| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
|
348
|
+
| m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
|
349
|
+
| mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
|
350
|
+
| mips16-* \
|
351
|
+
| mips64-* | mips64el-* \
|
352
|
+
| mips64octeon-* | mips64octeonel-* \
|
353
|
+
| mips64orion-* | mips64orionel-* \
|
354
|
+
| mips64r5900-* | mips64r5900el-* \
|
355
|
+
| mips64vr-* | mips64vrel-* \
|
356
|
+
| mips64vr4100-* | mips64vr4100el-* \
|
357
|
+
| mips64vr4300-* | mips64vr4300el-* \
|
358
|
+
| mips64vr5000-* | mips64vr5000el-* \
|
359
|
+
| mips64vr5900-* | mips64vr5900el-* \
|
360
|
+
| mipsisa32-* | mipsisa32el-* \
|
361
|
+
| mipsisa32r2-* | mipsisa32r2el-* \
|
362
|
+
| mipsisa64-* | mipsisa64el-* \
|
363
|
+
| mipsisa64r2-* | mipsisa64r2el-* \
|
364
|
+
| mipsisa64sb1-* | mipsisa64sb1el-* \
|
365
|
+
| mipsisa64sr71k-* | mipsisa64sr71kel-* \
|
366
|
+
| mipstx39-* | mipstx39el-* \
|
367
|
+
| mmix-* \
|
368
|
+
| mt-* \
|
369
|
+
| msp430-* \
|
370
|
+
| nios-* | nios2-* \
|
371
|
+
| none-* | np1-* | ns16k-* | ns32k-* \
|
372
|
+
| orion-* \
|
373
|
+
| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
|
374
|
+
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
|
375
|
+
| pyramid-* \
|
376
|
+
| romp-* | rs6000-* | rx-* \
|
377
|
+
| sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
|
378
|
+
| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
|
379
|
+
| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
|
380
|
+
| sparclite-* \
|
381
|
+
| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
|
382
|
+
| tahoe-* | thumb-* \
|
383
|
+
| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \
|
384
|
+
| tron-* \
|
385
|
+
| ubicom32-* \
|
386
|
+
| v850-* | v850e-* | vax-* \
|
387
|
+
| we32k-* \
|
388
|
+
| x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
|
389
|
+
| xstormy16-* | xtensa*-* \
|
390
|
+
| ymp-* \
|
391
|
+
| z8k-* | z80-*)
|
392
|
+
;;
|
393
|
+
# Recognize the basic CPU types without company name, with glob match.
|
394
|
+
xtensa*)
|
395
|
+
basic_machine=$basic_machine-unknown
|
396
|
+
;;
|
397
|
+
# Recognize the various machine names and aliases which stand
|
398
|
+
# for a CPU type and a company and sometimes even an OS.
|
399
|
+
386bsd)
|
400
|
+
basic_machine=i386-unknown
|
401
|
+
os=-bsd
|
402
|
+
;;
|
403
|
+
3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
|
404
|
+
basic_machine=m68000-att
|
405
|
+
;;
|
406
|
+
3b*)
|
407
|
+
basic_machine=we32k-att
|
408
|
+
;;
|
409
|
+
a29khif)
|
410
|
+
basic_machine=a29k-amd
|
411
|
+
os=-udi
|
412
|
+
;;
|
413
|
+
abacus)
|
414
|
+
basic_machine=abacus-unknown
|
415
|
+
;;
|
416
|
+
adobe68k)
|
417
|
+
basic_machine=m68010-adobe
|
418
|
+
os=-scout
|
419
|
+
;;
|
420
|
+
alliant | fx80)
|
421
|
+
basic_machine=fx80-alliant
|
422
|
+
;;
|
423
|
+
altos | altos3068)
|
424
|
+
basic_machine=m68k-altos
|
425
|
+
;;
|
426
|
+
am29k)
|
427
|
+
basic_machine=a29k-none
|
428
|
+
os=-bsd
|
429
|
+
;;
|
430
|
+
amd64)
|
431
|
+
basic_machine=x86_64-pc
|
432
|
+
;;
|
433
|
+
amd64-*)
|
434
|
+
basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
|
435
|
+
;;
|
436
|
+
amdahl)
|
437
|
+
basic_machine=580-amdahl
|
438
|
+
os=-sysv
|
439
|
+
;;
|
440
|
+
amiga | amiga-*)
|
441
|
+
basic_machine=m68k-unknown
|
442
|
+
;;
|
443
|
+
amigaos | amigados)
|
444
|
+
basic_machine=m68k-unknown
|
445
|
+
os=-amigaos
|
446
|
+
;;
|
447
|
+
amigaunix | amix)
|
448
|
+
basic_machine=m68k-unknown
|
449
|
+
os=-sysv4
|
450
|
+
;;
|
451
|
+
apollo68)
|
452
|
+
basic_machine=m68k-apollo
|
453
|
+
os=-sysv
|
454
|
+
;;
|
455
|
+
apollo68bsd)
|
456
|
+
basic_machine=m68k-apollo
|
457
|
+
os=-bsd
|
458
|
+
;;
|
459
|
+
aros)
|
460
|
+
basic_machine=i386-pc
|
461
|
+
os=-aros
|
462
|
+
;;
|
463
|
+
aux)
|
464
|
+
basic_machine=m68k-apple
|
465
|
+
os=-aux
|
466
|
+
;;
|
467
|
+
balance)
|
468
|
+
basic_machine=ns32k-sequent
|
469
|
+
os=-dynix
|
470
|
+
;;
|
471
|
+
blackfin)
|
472
|
+
basic_machine=bfin-unknown
|
473
|
+
os=-linux
|
474
|
+
;;
|
475
|
+
blackfin-*)
|
476
|
+
basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
|
477
|
+
os=-linux
|
478
|
+
;;
|
479
|
+
bluegene*)
|
480
|
+
basic_machine=powerpc-ibm
|
481
|
+
os=-cnk
|
482
|
+
;;
|
483
|
+
c90)
|
484
|
+
basic_machine=c90-cray
|
485
|
+
os=-unicos
|
486
|
+
;;
|
487
|
+
cegcc)
|
488
|
+
basic_machine=arm-unknown
|
489
|
+
os=-cegcc
|
490
|
+
;;
|
491
|
+
convex-c1)
|
492
|
+
basic_machine=c1-convex
|
493
|
+
os=-bsd
|
494
|
+
;;
|
495
|
+
convex-c2)
|
496
|
+
basic_machine=c2-convex
|
497
|
+
os=-bsd
|
498
|
+
;;
|
499
|
+
convex-c32)
|
500
|
+
basic_machine=c32-convex
|
501
|
+
os=-bsd
|
502
|
+
;;
|
503
|
+
convex-c34)
|
504
|
+
basic_machine=c34-convex
|
505
|
+
os=-bsd
|
506
|
+
;;
|
507
|
+
convex-c38)
|
508
|
+
basic_machine=c38-convex
|
509
|
+
os=-bsd
|
510
|
+
;;
|
511
|
+
cray | j90)
|
512
|
+
basic_machine=j90-cray
|
513
|
+
os=-unicos
|
514
|
+
;;
|
515
|
+
craynv)
|
516
|
+
basic_machine=craynv-cray
|
517
|
+
os=-unicosmp
|
518
|
+
;;
|
519
|
+
cr16)
|
520
|
+
basic_machine=cr16-unknown
|
521
|
+
os=-elf
|
522
|
+
;;
|
523
|
+
crds | unos)
|
524
|
+
basic_machine=m68k-crds
|
525
|
+
;;
|
526
|
+
crisv32 | crisv32-* | etraxfs*)
|
527
|
+
basic_machine=crisv32-axis
|
528
|
+
;;
|
529
|
+
cris | cris-* | etrax*)
|
530
|
+
basic_machine=cris-axis
|
531
|
+
;;
|
532
|
+
crx)
|
533
|
+
basic_machine=crx-unknown
|
534
|
+
os=-elf
|
535
|
+
;;
|
536
|
+
da30 | da30-*)
|
537
|
+
basic_machine=m68k-da30
|
538
|
+
;;
|
539
|
+
decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
|
540
|
+
basic_machine=mips-dec
|
541
|
+
;;
|
542
|
+
decsystem10* | dec10*)
|
543
|
+
basic_machine=pdp10-dec
|
544
|
+
os=-tops10
|
545
|
+
;;
|
546
|
+
decsystem20* | dec20*)
|
547
|
+
basic_machine=pdp10-dec
|
548
|
+
os=-tops20
|
549
|
+
;;
|
550
|
+
delta | 3300 | motorola-3300 | motorola-delta \
|
551
|
+
| 3300-motorola | delta-motorola)
|
552
|
+
basic_machine=m68k-motorola
|
553
|
+
;;
|
554
|
+
delta88)
|
555
|
+
basic_machine=m88k-motorola
|
556
|
+
os=-sysv3
|
557
|
+
;;
|
558
|
+
dicos)
|
559
|
+
basic_machine=i686-pc
|
560
|
+
os=-dicos
|
561
|
+
;;
|
562
|
+
djgpp)
|
563
|
+
basic_machine=i586-pc
|
564
|
+
os=-msdosdjgpp
|
565
|
+
;;
|
566
|
+
dpx20 | dpx20-*)
|
567
|
+
basic_machine=rs6000-bull
|
568
|
+
os=-bosx
|
569
|
+
;;
|
570
|
+
dpx2* | dpx2*-bull)
|
571
|
+
basic_machine=m68k-bull
|
572
|
+
os=-sysv3
|
573
|
+
;;
|
574
|
+
ebmon29k)
|
575
|
+
basic_machine=a29k-amd
|
576
|
+
os=-ebmon
|
577
|
+
;;
|
578
|
+
elxsi)
|
579
|
+
basic_machine=elxsi-elxsi
|
580
|
+
os=-bsd
|
581
|
+
;;
|
582
|
+
encore | umax | mmax)
|
583
|
+
basic_machine=ns32k-encore
|
584
|
+
;;
|
585
|
+
es1800 | OSE68k | ose68k | ose | OSE)
|
586
|
+
basic_machine=m68k-ericsson
|
587
|
+
os=-ose
|
588
|
+
;;
|
589
|
+
fx2800)
|
590
|
+
basic_machine=i860-alliant
|
591
|
+
;;
|
592
|
+
genix)
|
593
|
+
basic_machine=ns32k-ns
|
594
|
+
;;
|
595
|
+
gmicro)
|
596
|
+
basic_machine=tron-gmicro
|
597
|
+
os=-sysv
|
598
|
+
;;
|
599
|
+
go32)
|
600
|
+
basic_machine=i386-pc
|
601
|
+
os=-go32
|
602
|
+
;;
|
603
|
+
h3050r* | hiux*)
|
604
|
+
basic_machine=hppa1.1-hitachi
|
605
|
+
os=-hiuxwe2
|
606
|
+
;;
|
607
|
+
h8300hms)
|
608
|
+
basic_machine=h8300-hitachi
|
609
|
+
os=-hms
|
610
|
+
;;
|
611
|
+
h8300xray)
|
612
|
+
basic_machine=h8300-hitachi
|
613
|
+
os=-xray
|
614
|
+
;;
|
615
|
+
h8500hms)
|
616
|
+
basic_machine=h8500-hitachi
|
617
|
+
os=-hms
|
618
|
+
;;
|
619
|
+
harris)
|
620
|
+
basic_machine=m88k-harris
|
621
|
+
os=-sysv3
|
622
|
+
;;
|
623
|
+
hp300-*)
|
624
|
+
basic_machine=m68k-hp
|
625
|
+
;;
|
626
|
+
hp300bsd)
|
627
|
+
basic_machine=m68k-hp
|
628
|
+
os=-bsd
|
629
|
+
;;
|
630
|
+
hp300hpux)
|
631
|
+
basic_machine=m68k-hp
|
632
|
+
os=-hpux
|
633
|
+
;;
|
634
|
+
hp3k9[0-9][0-9] | hp9[0-9][0-9])
|
635
|
+
basic_machine=hppa1.0-hp
|
636
|
+
;;
|
637
|
+
hp9k2[0-9][0-9] | hp9k31[0-9])
|
638
|
+
basic_machine=m68000-hp
|
639
|
+
;;
|
640
|
+
hp9k3[2-9][0-9])
|
641
|
+
basic_machine=m68k-hp
|
642
|
+
;;
|
643
|
+
hp9k6[0-9][0-9] | hp6[0-9][0-9])
|
644
|
+
basic_machine=hppa1.0-hp
|
645
|
+
;;
|
646
|
+
hp9k7[0-79][0-9] | hp7[0-79][0-9])
|
647
|
+
basic_machine=hppa1.1-hp
|
648
|
+
;;
|
649
|
+
hp9k78[0-9] | hp78[0-9])
|
650
|
+
# FIXME: really hppa2.0-hp
|
651
|
+
basic_machine=hppa1.1-hp
|
652
|
+
;;
|
653
|
+
hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
|
654
|
+
# FIXME: really hppa2.0-hp
|
655
|
+
basic_machine=hppa1.1-hp
|
656
|
+
;;
|
657
|
+
hp9k8[0-9][13679] | hp8[0-9][13679])
|
658
|
+
basic_machine=hppa1.1-hp
|
659
|
+
;;
|
660
|
+
hp9k8[0-9][0-9] | hp8[0-9][0-9])
|
661
|
+
basic_machine=hppa1.0-hp
|
662
|
+
;;
|
663
|
+
hppa-next)
|
664
|
+
os=-nextstep3
|
665
|
+
;;
|
666
|
+
hppaosf)
|
667
|
+
basic_machine=hppa1.1-hp
|
668
|
+
os=-osf
|
669
|
+
;;
|
670
|
+
hppro)
|
671
|
+
basic_machine=hppa1.1-hp
|
672
|
+
os=-proelf
|
673
|
+
;;
|
674
|
+
i370-ibm* | ibm*)
|
675
|
+
basic_machine=i370-ibm
|
676
|
+
;;
|
677
|
+
# I'm not sure what "Sysv32" means. Should this be sysv3.2?
|
678
|
+
i*86v32)
|
679
|
+
basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
|
680
|
+
os=-sysv32
|
681
|
+
;;
|
682
|
+
i*86v4*)
|
683
|
+
basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
|
684
|
+
os=-sysv4
|
685
|
+
;;
|
686
|
+
i*86v)
|
687
|
+
basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
|
688
|
+
os=-sysv
|
689
|
+
;;
|
690
|
+
i*86sol2)
|
691
|
+
basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
|
692
|
+
os=-solaris2
|
693
|
+
;;
|
694
|
+
i386mach)
|
695
|
+
basic_machine=i386-mach
|
696
|
+
os=-mach
|
697
|
+
;;
|
698
|
+
i386-vsta | vsta)
|
699
|
+
basic_machine=i386-unknown
|
700
|
+
os=-vsta
|
701
|
+
;;
|
702
|
+
iris | iris4d)
|
703
|
+
basic_machine=mips-sgi
|
704
|
+
case $os in
|
705
|
+
-irix*)
|
706
|
+
;;
|
707
|
+
*)
|
708
|
+
os=-irix4
|
709
|
+
;;
|
710
|
+
esac
|
711
|
+
;;
|
712
|
+
isi68 | isi)
|
713
|
+
basic_machine=m68k-isi
|
714
|
+
os=-sysv
|
715
|
+
;;
|
716
|
+
m68knommu)
|
717
|
+
basic_machine=m68k-unknown
|
718
|
+
os=-linux
|
719
|
+
;;
|
720
|
+
m68knommu-*)
|
721
|
+
basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
|
722
|
+
os=-linux
|
723
|
+
;;
|
724
|
+
m88k-omron*)
|
725
|
+
basic_machine=m88k-omron
|
726
|
+
;;
|
727
|
+
magnum | m3230)
|
728
|
+
basic_machine=mips-mips
|
729
|
+
os=-sysv
|
730
|
+
;;
|
731
|
+
merlin)
|
732
|
+
basic_machine=ns32k-utek
|
733
|
+
os=-sysv
|
734
|
+
;;
|
735
|
+
microblaze)
|
736
|
+
basic_machine=microblaze-xilinx
|
737
|
+
;;
|
738
|
+
mingw32)
|
739
|
+
basic_machine=i386-pc
|
740
|
+
os=-mingw32
|
741
|
+
;;
|
742
|
+
mingw32ce)
|
743
|
+
basic_machine=arm-unknown
|
744
|
+
os=-mingw32ce
|
745
|
+
;;
|
746
|
+
miniframe)
|
747
|
+
basic_machine=m68000-convergent
|
748
|
+
;;
|
749
|
+
*mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*)
|
750
|
+
basic_machine=m68k-atari
|
751
|
+
os=-mint
|
752
|
+
;;
|
753
|
+
mips3*-*)
|
754
|
+
basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
|
755
|
+
;;
|
756
|
+
mips3*)
|
757
|
+
basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
|
758
|
+
;;
|
759
|
+
monitor)
|
760
|
+
basic_machine=m68k-rom68k
|
761
|
+
os=-coff
|
762
|
+
;;
|
763
|
+
morphos)
|
764
|
+
basic_machine=powerpc-unknown
|
765
|
+
os=-morphos
|
766
|
+
;;
|
767
|
+
msdos)
|
768
|
+
basic_machine=i386-pc
|
769
|
+
os=-msdos
|
770
|
+
;;
|
771
|
+
ms1-*)
|
772
|
+
basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
|
773
|
+
;;
|
774
|
+
mvs)
|
775
|
+
basic_machine=i370-ibm
|
776
|
+
os=-mvs
|
777
|
+
;;
|
778
|
+
ncr3000)
|
779
|
+
basic_machine=i486-ncr
|
780
|
+
os=-sysv4
|
781
|
+
;;
|
782
|
+
netbsd386)
|
783
|
+
basic_machine=i386-unknown
|
784
|
+
os=-netbsd
|
785
|
+
;;
|
786
|
+
netwinder)
|
787
|
+
basic_machine=armv4l-rebel
|
788
|
+
os=-linux
|
789
|
+
;;
|
790
|
+
news | news700 | news800 | news900)
|
791
|
+
basic_machine=m68k-sony
|
792
|
+
os=-newsos
|
793
|
+
;;
|
794
|
+
news1000)
|
795
|
+
basic_machine=m68030-sony
|
796
|
+
os=-newsos
|
797
|
+
;;
|
798
|
+
news-3600 | risc-news)
|
799
|
+
basic_machine=mips-sony
|
800
|
+
os=-newsos
|
801
|
+
;;
|
802
|
+
necv70)
|
803
|
+
basic_machine=v70-nec
|
804
|
+
os=-sysv
|
805
|
+
;;
|
806
|
+
next | m*-next )
|
807
|
+
basic_machine=m68k-next
|
808
|
+
case $os in
|
809
|
+
-nextstep* )
|
810
|
+
;;
|
811
|
+
-ns2*)
|
812
|
+
os=-nextstep2
|
813
|
+
;;
|
814
|
+
*)
|
815
|
+
os=-nextstep3
|
816
|
+
;;
|
817
|
+
esac
|
818
|
+
;;
|
819
|
+
nh3000)
|
820
|
+
basic_machine=m68k-harris
|
821
|
+
os=-cxux
|
822
|
+
;;
|
823
|
+
nh[45]000)
|
824
|
+
basic_machine=m88k-harris
|
825
|
+
os=-cxux
|
826
|
+
;;
|
827
|
+
nindy960)
|
828
|
+
basic_machine=i960-intel
|
829
|
+
os=-nindy
|
830
|
+
;;
|
831
|
+
mon960)
|
832
|
+
basic_machine=i960-intel
|
833
|
+
os=-mon960
|
834
|
+
;;
|
835
|
+
nonstopux)
|
836
|
+
basic_machine=mips-compaq
|
837
|
+
os=-nonstopux
|
838
|
+
;;
|
839
|
+
np1)
|
840
|
+
basic_machine=np1-gould
|
841
|
+
;;
|
842
|
+
nsr-tandem)
|
843
|
+
basic_machine=nsr-tandem
|
844
|
+
;;
|
845
|
+
op50n-* | op60c-*)
|
846
|
+
basic_machine=hppa1.1-oki
|
847
|
+
os=-proelf
|
848
|
+
;;
|
849
|
+
openrisc | openrisc-*)
|
850
|
+
basic_machine=or32-unknown
|
851
|
+
;;
|
852
|
+
os400)
|
853
|
+
basic_machine=powerpc-ibm
|
854
|
+
os=-os400
|
855
|
+
;;
|
856
|
+
OSE68000 | ose68000)
|
857
|
+
basic_machine=m68000-ericsson
|
858
|
+
os=-ose
|
859
|
+
;;
|
860
|
+
os68k)
|
861
|
+
basic_machine=m68k-none
|
862
|
+
os=-os68k
|
863
|
+
;;
|
864
|
+
pa-hitachi)
|
865
|
+
basic_machine=hppa1.1-hitachi
|
866
|
+
os=-hiuxwe2
|
867
|
+
;;
|
868
|
+
paragon)
|
869
|
+
basic_machine=i860-intel
|
870
|
+
os=-osf
|
871
|
+
;;
|
872
|
+
parisc)
|
873
|
+
basic_machine=hppa-unknown
|
874
|
+
os=-linux
|
875
|
+
;;
|
876
|
+
parisc-*)
|
877
|
+
basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
|
878
|
+
os=-linux
|
879
|
+
;;
|
880
|
+
pbd)
|
881
|
+
basic_machine=sparc-tti
|
882
|
+
;;
|
883
|
+
pbb)
|
884
|
+
basic_machine=m68k-tti
|
885
|
+
;;
|
886
|
+
pc532 | pc532-*)
|
887
|
+
basic_machine=ns32k-pc532
|
888
|
+
;;
|
889
|
+
pc98)
|
890
|
+
basic_machine=i386-pc
|
891
|
+
;;
|
892
|
+
pc98-*)
|
893
|
+
basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
|
894
|
+
;;
|
895
|
+
pentium | p5 | k5 | k6 | nexgen | viac3)
|
896
|
+
basic_machine=i586-pc
|
897
|
+
;;
|
898
|
+
pentiumpro | p6 | 6x86 | athlon | athlon_*)
|
899
|
+
basic_machine=i686-pc
|
900
|
+
;;
|
901
|
+
pentiumii | pentium2 | pentiumiii | pentium3)
|
902
|
+
basic_machine=i686-pc
|
903
|
+
;;
|
904
|
+
pentium4)
|
905
|
+
basic_machine=i786-pc
|
906
|
+
;;
|
907
|
+
pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
|
908
|
+
basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
|
909
|
+
;;
|
910
|
+
pentiumpro-* | p6-* | 6x86-* | athlon-*)
|
911
|
+
basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
|
912
|
+
;;
|
913
|
+
pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
|
914
|
+
basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
|
915
|
+
;;
|
916
|
+
pentium4-*)
|
917
|
+
basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
|
918
|
+
;;
|
919
|
+
pn)
|
920
|
+
basic_machine=pn-gould
|
921
|
+
;;
|
922
|
+
power) basic_machine=power-ibm
|
923
|
+
;;
|
924
|
+
ppc) basic_machine=powerpc-unknown
|
925
|
+
;;
|
926
|
+
ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
|
927
|
+
;;
|
928
|
+
ppcle | powerpclittle | ppc-le | powerpc-little)
|
929
|
+
basic_machine=powerpcle-unknown
|
930
|
+
;;
|
931
|
+
ppcle-* | powerpclittle-*)
|
932
|
+
basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
|
933
|
+
;;
|
934
|
+
ppc64) basic_machine=powerpc64-unknown
|
935
|
+
;;
|
936
|
+
ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
|
937
|
+
;;
|
938
|
+
ppc64le | powerpc64little | ppc64-le | powerpc64-little)
|
939
|
+
basic_machine=powerpc64le-unknown
|
940
|
+
;;
|
941
|
+
ppc64le-* | powerpc64little-*)
|
942
|
+
basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
|
943
|
+
;;
|
944
|
+
ps2)
|
945
|
+
basic_machine=i386-ibm
|
946
|
+
;;
|
947
|
+
pw32)
|
948
|
+
basic_machine=i586-unknown
|
949
|
+
os=-pw32
|
950
|
+
;;
|
951
|
+
rdos)
|
952
|
+
basic_machine=i386-pc
|
953
|
+
os=-rdos
|
954
|
+
;;
|
955
|
+
rom68k)
|
956
|
+
basic_machine=m68k-rom68k
|
957
|
+
os=-coff
|
958
|
+
;;
|
959
|
+
rm[46]00)
|
960
|
+
basic_machine=mips-siemens
|
961
|
+
;;
|
962
|
+
rtpc | rtpc-*)
|
963
|
+
basic_machine=romp-ibm
|
964
|
+
;;
|
965
|
+
s390 | s390-*)
|
966
|
+
basic_machine=s390-ibm
|
967
|
+
;;
|
968
|
+
s390x | s390x-*)
|
969
|
+
basic_machine=s390x-ibm
|
970
|
+
;;
|
971
|
+
sa29200)
|
972
|
+
basic_machine=a29k-amd
|
973
|
+
os=-udi
|
974
|
+
;;
|
975
|
+
sb1)
|
976
|
+
basic_machine=mipsisa64sb1-unknown
|
977
|
+
;;
|
978
|
+
sb1el)
|
979
|
+
basic_machine=mipsisa64sb1el-unknown
|
980
|
+
;;
|
981
|
+
sde)
|
982
|
+
basic_machine=mipsisa32-sde
|
983
|
+
os=-elf
|
984
|
+
;;
|
985
|
+
sei)
|
986
|
+
basic_machine=mips-sei
|
987
|
+
os=-seiux
|
988
|
+
;;
|
989
|
+
sequent)
|
990
|
+
basic_machine=i386-sequent
|
991
|
+
;;
|
992
|
+
sh)
|
993
|
+
basic_machine=sh-hitachi
|
994
|
+
os=-hms
|
995
|
+
;;
|
996
|
+
sh5el)
|
997
|
+
basic_machine=sh5le-unknown
|
998
|
+
;;
|
999
|
+
sh64)
|
1000
|
+
basic_machine=sh64-unknown
|
1001
|
+
;;
|
1002
|
+
sparclite-wrs | simso-wrs)
|
1003
|
+
basic_machine=sparclite-wrs
|
1004
|
+
os=-vxworks
|
1005
|
+
;;
|
1006
|
+
sps7)
|
1007
|
+
basic_machine=m68k-bull
|
1008
|
+
os=-sysv2
|
1009
|
+
;;
|
1010
|
+
spur)
|
1011
|
+
basic_machine=spur-unknown
|
1012
|
+
;;
|
1013
|
+
st2000)
|
1014
|
+
basic_machine=m68k-tandem
|
1015
|
+
;;
|
1016
|
+
stratus)
|
1017
|
+
basic_machine=i860-stratus
|
1018
|
+
os=-sysv4
|
1019
|
+
;;
|
1020
|
+
sun2)
|
1021
|
+
basic_machine=m68000-sun
|
1022
|
+
;;
|
1023
|
+
sun2os3)
|
1024
|
+
basic_machine=m68000-sun
|
1025
|
+
os=-sunos3
|
1026
|
+
;;
|
1027
|
+
sun2os4)
|
1028
|
+
basic_machine=m68000-sun
|
1029
|
+
os=-sunos4
|
1030
|
+
;;
|
1031
|
+
sun3os3)
|
1032
|
+
basic_machine=m68k-sun
|
1033
|
+
os=-sunos3
|
1034
|
+
;;
|
1035
|
+
sun3os4)
|
1036
|
+
basic_machine=m68k-sun
|
1037
|
+
os=-sunos4
|
1038
|
+
;;
|
1039
|
+
sun4os3)
|
1040
|
+
basic_machine=sparc-sun
|
1041
|
+
os=-sunos3
|
1042
|
+
;;
|
1043
|
+
sun4os4)
|
1044
|
+
basic_machine=sparc-sun
|
1045
|
+
os=-sunos4
|
1046
|
+
;;
|
1047
|
+
sun4sol2)
|
1048
|
+
basic_machine=sparc-sun
|
1049
|
+
os=-solaris2
|
1050
|
+
;;
|
1051
|
+
sun3 | sun3-*)
|
1052
|
+
basic_machine=m68k-sun
|
1053
|
+
;;
|
1054
|
+
sun4)
|
1055
|
+
basic_machine=sparc-sun
|
1056
|
+
;;
|
1057
|
+
sun386 | sun386i | roadrunner)
|
1058
|
+
basic_machine=i386-sun
|
1059
|
+
;;
|
1060
|
+
sv1)
|
1061
|
+
basic_machine=sv1-cray
|
1062
|
+
os=-unicos
|
1063
|
+
;;
|
1064
|
+
symmetry)
|
1065
|
+
basic_machine=i386-sequent
|
1066
|
+
os=-dynix
|
1067
|
+
;;
|
1068
|
+
t3e)
|
1069
|
+
basic_machine=alphaev5-cray
|
1070
|
+
os=-unicos
|
1071
|
+
;;
|
1072
|
+
t90)
|
1073
|
+
basic_machine=t90-cray
|
1074
|
+
os=-unicos
|
1075
|
+
;;
|
1076
|
+
tic54x | c54x*)
|
1077
|
+
basic_machine=tic54x-unknown
|
1078
|
+
os=-coff
|
1079
|
+
;;
|
1080
|
+
tic55x | c55x*)
|
1081
|
+
basic_machine=tic55x-unknown
|
1082
|
+
os=-coff
|
1083
|
+
;;
|
1084
|
+
tic6x | c6x*)
|
1085
|
+
basic_machine=tic6x-unknown
|
1086
|
+
os=-coff
|
1087
|
+
;;
|
1088
|
+
tile*)
|
1089
|
+
basic_machine=tile-unknown
|
1090
|
+
os=-linux-gnu
|
1091
|
+
;;
|
1092
|
+
tx39)
|
1093
|
+
basic_machine=mipstx39-unknown
|
1094
|
+
;;
|
1095
|
+
tx39el)
|
1096
|
+
basic_machine=mipstx39el-unknown
|
1097
|
+
;;
|
1098
|
+
toad1)
|
1099
|
+
basic_machine=pdp10-xkl
|
1100
|
+
os=-tops20
|
1101
|
+
;;
|
1102
|
+
tower | tower-32)
|
1103
|
+
basic_machine=m68k-ncr
|
1104
|
+
;;
|
1105
|
+
tpf)
|
1106
|
+
basic_machine=s390x-ibm
|
1107
|
+
os=-tpf
|
1108
|
+
;;
|
1109
|
+
udi29k)
|
1110
|
+
basic_machine=a29k-amd
|
1111
|
+
os=-udi
|
1112
|
+
;;
|
1113
|
+
ultra3)
|
1114
|
+
basic_machine=a29k-nyu
|
1115
|
+
os=-sym1
|
1116
|
+
;;
|
1117
|
+
v810 | necv810)
|
1118
|
+
basic_machine=v810-nec
|
1119
|
+
os=-none
|
1120
|
+
;;
|
1121
|
+
vaxv)
|
1122
|
+
basic_machine=vax-dec
|
1123
|
+
os=-sysv
|
1124
|
+
;;
|
1125
|
+
vms)
|
1126
|
+
basic_machine=vax-dec
|
1127
|
+
os=-vms
|
1128
|
+
;;
|
1129
|
+
vpp*|vx|vx-*)
|
1130
|
+
basic_machine=f301-fujitsu
|
1131
|
+
;;
|
1132
|
+
vxworks960)
|
1133
|
+
basic_machine=i960-wrs
|
1134
|
+
os=-vxworks
|
1135
|
+
;;
|
1136
|
+
vxworks68)
|
1137
|
+
basic_machine=m68k-wrs
|
1138
|
+
os=-vxworks
|
1139
|
+
;;
|
1140
|
+
vxworks29k)
|
1141
|
+
basic_machine=a29k-wrs
|
1142
|
+
os=-vxworks
|
1143
|
+
;;
|
1144
|
+
w65*)
|
1145
|
+
basic_machine=w65-wdc
|
1146
|
+
os=-none
|
1147
|
+
;;
|
1148
|
+
w89k-*)
|
1149
|
+
basic_machine=hppa1.1-winbond
|
1150
|
+
os=-proelf
|
1151
|
+
;;
|
1152
|
+
xbox)
|
1153
|
+
basic_machine=i686-pc
|
1154
|
+
os=-mingw32
|
1155
|
+
;;
|
1156
|
+
xps | xps100)
|
1157
|
+
basic_machine=xps100-honeywell
|
1158
|
+
;;
|
1159
|
+
ymp)
|
1160
|
+
basic_machine=ymp-cray
|
1161
|
+
os=-unicos
|
1162
|
+
;;
|
1163
|
+
z8k-*-coff)
|
1164
|
+
basic_machine=z8k-unknown
|
1165
|
+
os=-sim
|
1166
|
+
;;
|
1167
|
+
z80-*-coff)
|
1168
|
+
basic_machine=z80-unknown
|
1169
|
+
os=-sim
|
1170
|
+
;;
|
1171
|
+
none)
|
1172
|
+
basic_machine=none-none
|
1173
|
+
os=-none
|
1174
|
+
;;
|
1175
|
+
|
1176
|
+
# Here we handle the default manufacturer of certain CPU types. It is in
|
1177
|
+
# some cases the only manufacturer, in others, it is the most popular.
|
1178
|
+
w89k)
|
1179
|
+
basic_machine=hppa1.1-winbond
|
1180
|
+
;;
|
1181
|
+
op50n)
|
1182
|
+
basic_machine=hppa1.1-oki
|
1183
|
+
;;
|
1184
|
+
op60c)
|
1185
|
+
basic_machine=hppa1.1-oki
|
1186
|
+
;;
|
1187
|
+
romp)
|
1188
|
+
basic_machine=romp-ibm
|
1189
|
+
;;
|
1190
|
+
mmix)
|
1191
|
+
basic_machine=mmix-knuth
|
1192
|
+
;;
|
1193
|
+
rs6000)
|
1194
|
+
basic_machine=rs6000-ibm
|
1195
|
+
;;
|
1196
|
+
vax)
|
1197
|
+
basic_machine=vax-dec
|
1198
|
+
;;
|
1199
|
+
pdp10)
|
1200
|
+
# there are many clones, so DEC is not a safe bet
|
1201
|
+
basic_machine=pdp10-unknown
|
1202
|
+
;;
|
1203
|
+
pdp11)
|
1204
|
+
basic_machine=pdp11-dec
|
1205
|
+
;;
|
1206
|
+
we32k)
|
1207
|
+
basic_machine=we32k-att
|
1208
|
+
;;
|
1209
|
+
sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
|
1210
|
+
basic_machine=sh-unknown
|
1211
|
+
;;
|
1212
|
+
sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
|
1213
|
+
basic_machine=sparc-sun
|
1214
|
+
;;
|
1215
|
+
cydra)
|
1216
|
+
basic_machine=cydra-cydrome
|
1217
|
+
;;
|
1218
|
+
orion)
|
1219
|
+
basic_machine=orion-highlevel
|
1220
|
+
;;
|
1221
|
+
orion105)
|
1222
|
+
basic_machine=clipper-highlevel
|
1223
|
+
;;
|
1224
|
+
mac | mpw | mac-mpw)
|
1225
|
+
basic_machine=m68k-apple
|
1226
|
+
;;
|
1227
|
+
pmac | pmac-mpw)
|
1228
|
+
basic_machine=powerpc-apple
|
1229
|
+
;;
|
1230
|
+
*-unknown)
|
1231
|
+
# Make sure to match an already-canonicalized machine name.
|
1232
|
+
;;
|
1233
|
+
*)
|
1234
|
+
echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
|
1235
|
+
exit 1
|
1236
|
+
;;
|
1237
|
+
esac
|
1238
|
+
|
1239
|
+
# Here we canonicalize certain aliases for manufacturers.
|
1240
|
+
case $basic_machine in
|
1241
|
+
*-digital*)
|
1242
|
+
basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
|
1243
|
+
;;
|
1244
|
+
*-commodore*)
|
1245
|
+
basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
|
1246
|
+
;;
|
1247
|
+
*)
|
1248
|
+
;;
|
1249
|
+
esac
|
1250
|
+
|
1251
|
+
# Decode manufacturer-specific aliases for certain operating systems.
|
1252
|
+
|
1253
|
+
if [ x"$os" != x"" ]
|
1254
|
+
then
|
1255
|
+
case $os in
|
1256
|
+
# First match some system type aliases
|
1257
|
+
# that might get confused with valid system types.
|
1258
|
+
# -solaris* is a basic system type, with this one exception.
|
1259
|
+
-auroraux)
|
1260
|
+
os=-auroraux
|
1261
|
+
;;
|
1262
|
+
-solaris1 | -solaris1.*)
|
1263
|
+
os=`echo $os | sed -e 's|solaris1|sunos4|'`
|
1264
|
+
;;
|
1265
|
+
-solaris)
|
1266
|
+
os=-solaris2
|
1267
|
+
;;
|
1268
|
+
-svr4*)
|
1269
|
+
os=-sysv4
|
1270
|
+
;;
|
1271
|
+
-unixware*)
|
1272
|
+
os=-sysv4.2uw
|
1273
|
+
;;
|
1274
|
+
-gnu/linux*)
|
1275
|
+
os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
|
1276
|
+
;;
|
1277
|
+
# First accept the basic system types.
|
1278
|
+
# The portable systems comes first.
|
1279
|
+
# Each alternative MUST END IN A *, to match a version number.
|
1280
|
+
# -sysv* is not here because it comes later, after sysvr4.
|
1281
|
+
-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
|
1282
|
+
| -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
|
1283
|
+
| -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
|
1284
|
+
| -sym* | -kopensolaris* \
|
1285
|
+
| -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
|
1286
|
+
| -aos* | -aros* \
|
1287
|
+
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
|
1288
|
+
| -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
|
1289
|
+
| -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
|
1290
|
+
| -openbsd* | -solidbsd* \
|
1291
|
+
| -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
|
1292
|
+
| -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
|
1293
|
+
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
|
1294
|
+
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
|
1295
|
+
| -chorusos* | -chorusrdb* | -cegcc* \
|
1296
|
+
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
|
1297
|
+
| -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
|
1298
|
+
| -uxpv* | -beos* | -mpeix* | -udk* \
|
1299
|
+
| -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
|
1300
|
+
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
|
1301
|
+
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
|
1302
|
+
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
|
1303
|
+
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
|
1304
|
+
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
|
1305
|
+
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
|
1306
|
+
# Remember, each alternative MUST END IN *, to match a version number.
|
1307
|
+
;;
|
1308
|
+
-qnx*)
|
1309
|
+
case $basic_machine in
|
1310
|
+
x86-* | i*86-*)
|
1311
|
+
;;
|
1312
|
+
*)
|
1313
|
+
os=-nto$os
|
1314
|
+
;;
|
1315
|
+
esac
|
1316
|
+
;;
|
1317
|
+
-nto-qnx*)
|
1318
|
+
;;
|
1319
|
+
-nto*)
|
1320
|
+
os=`echo $os | sed -e 's|nto|nto-qnx|'`
|
1321
|
+
;;
|
1322
|
+
-sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
|
1323
|
+
| -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
|
1324
|
+
| -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
|
1325
|
+
;;
|
1326
|
+
-mac*)
|
1327
|
+
os=`echo $os | sed -e 's|mac|macos|'`
|
1328
|
+
;;
|
1329
|
+
-linux-dietlibc)
|
1330
|
+
os=-linux-dietlibc
|
1331
|
+
;;
|
1332
|
+
-linux*)
|
1333
|
+
os=`echo $os | sed -e 's|linux|linux-gnu|'`
|
1334
|
+
;;
|
1335
|
+
-sunos5*)
|
1336
|
+
os=`echo $os | sed -e 's|sunos5|solaris2|'`
|
1337
|
+
;;
|
1338
|
+
-sunos6*)
|
1339
|
+
os=`echo $os | sed -e 's|sunos6|solaris3|'`
|
1340
|
+
;;
|
1341
|
+
-opened*)
|
1342
|
+
os=-openedition
|
1343
|
+
;;
|
1344
|
+
-os400*)
|
1345
|
+
os=-os400
|
1346
|
+
;;
|
1347
|
+
-wince*)
|
1348
|
+
os=-wince
|
1349
|
+
;;
|
1350
|
+
-osfrose*)
|
1351
|
+
os=-osfrose
|
1352
|
+
;;
|
1353
|
+
-osf*)
|
1354
|
+
os=-osf
|
1355
|
+
;;
|
1356
|
+
-utek*)
|
1357
|
+
os=-bsd
|
1358
|
+
;;
|
1359
|
+
-dynix*)
|
1360
|
+
os=-bsd
|
1361
|
+
;;
|
1362
|
+
-acis*)
|
1363
|
+
os=-aos
|
1364
|
+
;;
|
1365
|
+
-atheos*)
|
1366
|
+
os=-atheos
|
1367
|
+
;;
|
1368
|
+
-syllable*)
|
1369
|
+
os=-syllable
|
1370
|
+
;;
|
1371
|
+
-386bsd)
|
1372
|
+
os=-bsd
|
1373
|
+
;;
|
1374
|
+
-ctix* | -uts*)
|
1375
|
+
os=-sysv
|
1376
|
+
;;
|
1377
|
+
-nova*)
|
1378
|
+
os=-rtmk-nova
|
1379
|
+
;;
|
1380
|
+
-ns2 )
|
1381
|
+
os=-nextstep2
|
1382
|
+
;;
|
1383
|
+
-nsk*)
|
1384
|
+
os=-nsk
|
1385
|
+
;;
|
1386
|
+
# Preserve the version number of sinix5.
|
1387
|
+
-sinix5.*)
|
1388
|
+
os=`echo $os | sed -e 's|sinix|sysv|'`
|
1389
|
+
;;
|
1390
|
+
-sinix*)
|
1391
|
+
os=-sysv4
|
1392
|
+
;;
|
1393
|
+
-tpf*)
|
1394
|
+
os=-tpf
|
1395
|
+
;;
|
1396
|
+
-triton*)
|
1397
|
+
os=-sysv3
|
1398
|
+
;;
|
1399
|
+
-oss*)
|
1400
|
+
os=-sysv3
|
1401
|
+
;;
|
1402
|
+
-svr4)
|
1403
|
+
os=-sysv4
|
1404
|
+
;;
|
1405
|
+
-svr3)
|
1406
|
+
os=-sysv3
|
1407
|
+
;;
|
1408
|
+
-sysvr4)
|
1409
|
+
os=-sysv4
|
1410
|
+
;;
|
1411
|
+
# This must come after -sysvr4.
|
1412
|
+
-sysv*)
|
1413
|
+
;;
|
1414
|
+
-ose*)
|
1415
|
+
os=-ose
|
1416
|
+
;;
|
1417
|
+
-es1800*)
|
1418
|
+
os=-ose
|
1419
|
+
;;
|
1420
|
+
-xenix)
|
1421
|
+
os=-xenix
|
1422
|
+
;;
|
1423
|
+
-*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
|
1424
|
+
os=-mint
|
1425
|
+
;;
|
1426
|
+
-aros*)
|
1427
|
+
os=-aros
|
1428
|
+
;;
|
1429
|
+
-kaos*)
|
1430
|
+
os=-kaos
|
1431
|
+
;;
|
1432
|
+
-zvmoe)
|
1433
|
+
os=-zvmoe
|
1434
|
+
;;
|
1435
|
+
-dicos*)
|
1436
|
+
os=-dicos
|
1437
|
+
;;
|
1438
|
+
-none)
|
1439
|
+
;;
|
1440
|
+
*)
|
1441
|
+
# Get rid of the `-' at the beginning of $os.
|
1442
|
+
os=`echo $os | sed 's/[^-]*-//'`
|
1443
|
+
echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
|
1444
|
+
exit 1
|
1445
|
+
;;
|
1446
|
+
esac
|
1447
|
+
else
|
1448
|
+
|
1449
|
+
# Here we handle the default operating systems that come with various machines.
|
1450
|
+
# The value should be what the vendor currently ships out the door with their
|
1451
|
+
# machine or put another way, the most popular os provided with the machine.
|
1452
|
+
|
1453
|
+
# Note that if you're going to try to match "-MANUFACTURER" here (say,
|
1454
|
+
# "-sun"), then you have to tell the case statement up towards the top
|
1455
|
+
# that MANUFACTURER isn't an operating system. Otherwise, code above
|
1456
|
+
# will signal an error saying that MANUFACTURER isn't an operating
|
1457
|
+
# system, and we'll never get to this point.
|
1458
|
+
|
1459
|
+
case $basic_machine in
|
1460
|
+
score-*)
|
1461
|
+
os=-elf
|
1462
|
+
;;
|
1463
|
+
spu-*)
|
1464
|
+
os=-elf
|
1465
|
+
;;
|
1466
|
+
*-acorn)
|
1467
|
+
os=-riscix1.2
|
1468
|
+
;;
|
1469
|
+
arm*-rebel)
|
1470
|
+
os=-linux
|
1471
|
+
;;
|
1472
|
+
arm*-semi)
|
1473
|
+
os=-aout
|
1474
|
+
;;
|
1475
|
+
c4x-* | tic4x-*)
|
1476
|
+
os=-coff
|
1477
|
+
;;
|
1478
|
+
# This must come before the *-dec entry.
|
1479
|
+
pdp10-*)
|
1480
|
+
os=-tops20
|
1481
|
+
;;
|
1482
|
+
pdp11-*)
|
1483
|
+
os=-none
|
1484
|
+
;;
|
1485
|
+
*-dec | vax-*)
|
1486
|
+
os=-ultrix4.2
|
1487
|
+
;;
|
1488
|
+
m68*-apollo)
|
1489
|
+
os=-domain
|
1490
|
+
;;
|
1491
|
+
i386-sun)
|
1492
|
+
os=-sunos4.0.2
|
1493
|
+
;;
|
1494
|
+
m68000-sun)
|
1495
|
+
os=-sunos3
|
1496
|
+
# This also exists in the configure program, but was not the
|
1497
|
+
# default.
|
1498
|
+
# os=-sunos4
|
1499
|
+
;;
|
1500
|
+
m68*-cisco)
|
1501
|
+
os=-aout
|
1502
|
+
;;
|
1503
|
+
mep-*)
|
1504
|
+
os=-elf
|
1505
|
+
;;
|
1506
|
+
mips*-cisco)
|
1507
|
+
os=-elf
|
1508
|
+
;;
|
1509
|
+
mips*-*)
|
1510
|
+
os=-elf
|
1511
|
+
;;
|
1512
|
+
or32-*)
|
1513
|
+
os=-coff
|
1514
|
+
;;
|
1515
|
+
*-tti) # must be before sparc entry or we get the wrong os.
|
1516
|
+
os=-sysv3
|
1517
|
+
;;
|
1518
|
+
sparc-* | *-sun)
|
1519
|
+
os=-sunos4.1.1
|
1520
|
+
;;
|
1521
|
+
*-be)
|
1522
|
+
os=-beos
|
1523
|
+
;;
|
1524
|
+
*-haiku)
|
1525
|
+
os=-haiku
|
1526
|
+
;;
|
1527
|
+
*-ibm)
|
1528
|
+
os=-aix
|
1529
|
+
;;
|
1530
|
+
*-knuth)
|
1531
|
+
os=-mmixware
|
1532
|
+
;;
|
1533
|
+
*-wec)
|
1534
|
+
os=-proelf
|
1535
|
+
;;
|
1536
|
+
*-winbond)
|
1537
|
+
os=-proelf
|
1538
|
+
;;
|
1539
|
+
*-oki)
|
1540
|
+
os=-proelf
|
1541
|
+
;;
|
1542
|
+
*-hp)
|
1543
|
+
os=-hpux
|
1544
|
+
;;
|
1545
|
+
*-hitachi)
|
1546
|
+
os=-hiux
|
1547
|
+
;;
|
1548
|
+
i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
|
1549
|
+
os=-sysv
|
1550
|
+
;;
|
1551
|
+
*-cbm)
|
1552
|
+
os=-amigaos
|
1553
|
+
;;
|
1554
|
+
*-dg)
|
1555
|
+
os=-dgux
|
1556
|
+
;;
|
1557
|
+
*-dolphin)
|
1558
|
+
os=-sysv3
|
1559
|
+
;;
|
1560
|
+
m68k-ccur)
|
1561
|
+
os=-rtu
|
1562
|
+
;;
|
1563
|
+
m88k-omron*)
|
1564
|
+
os=-luna
|
1565
|
+
;;
|
1566
|
+
*-next )
|
1567
|
+
os=-nextstep
|
1568
|
+
;;
|
1569
|
+
*-sequent)
|
1570
|
+
os=-ptx
|
1571
|
+
;;
|
1572
|
+
*-crds)
|
1573
|
+
os=-unos
|
1574
|
+
;;
|
1575
|
+
*-ns)
|
1576
|
+
os=-genix
|
1577
|
+
;;
|
1578
|
+
i370-*)
|
1579
|
+
os=-mvs
|
1580
|
+
;;
|
1581
|
+
*-next)
|
1582
|
+
os=-nextstep3
|
1583
|
+
;;
|
1584
|
+
*-gould)
|
1585
|
+
os=-sysv
|
1586
|
+
;;
|
1587
|
+
*-highlevel)
|
1588
|
+
os=-bsd
|
1589
|
+
;;
|
1590
|
+
*-encore)
|
1591
|
+
os=-bsd
|
1592
|
+
;;
|
1593
|
+
*-sgi)
|
1594
|
+
os=-irix
|
1595
|
+
;;
|
1596
|
+
*-siemens)
|
1597
|
+
os=-sysv4
|
1598
|
+
;;
|
1599
|
+
*-masscomp)
|
1600
|
+
os=-rtu
|
1601
|
+
;;
|
1602
|
+
f30[01]-fujitsu | f700-fujitsu)
|
1603
|
+
os=-uxpv
|
1604
|
+
;;
|
1605
|
+
*-rom68k)
|
1606
|
+
os=-coff
|
1607
|
+
;;
|
1608
|
+
*-*bug)
|
1609
|
+
os=-coff
|
1610
|
+
;;
|
1611
|
+
*-apple)
|
1612
|
+
os=-macos
|
1613
|
+
;;
|
1614
|
+
*-atari*)
|
1615
|
+
os=-mint
|
1616
|
+
;;
|
1617
|
+
*)
|
1618
|
+
os=-none
|
1619
|
+
;;
|
1620
|
+
esac
|
1621
|
+
fi
|
1622
|
+
|
1623
|
+
# Here we handle the case where we know the os, and the CPU type, but not the
|
1624
|
+
# manufacturer. We pick the logical manufacturer.
|
1625
|
+
vendor=unknown
|
1626
|
+
case $basic_machine in
|
1627
|
+
*-unknown)
|
1628
|
+
case $os in
|
1629
|
+
-riscix*)
|
1630
|
+
vendor=acorn
|
1631
|
+
;;
|
1632
|
+
-sunos*)
|
1633
|
+
vendor=sun
|
1634
|
+
;;
|
1635
|
+
-cnk*|-aix*)
|
1636
|
+
vendor=ibm
|
1637
|
+
;;
|
1638
|
+
-beos*)
|
1639
|
+
vendor=be
|
1640
|
+
;;
|
1641
|
+
-hpux*)
|
1642
|
+
vendor=hp
|
1643
|
+
;;
|
1644
|
+
-mpeix*)
|
1645
|
+
vendor=hp
|
1646
|
+
;;
|
1647
|
+
-hiux*)
|
1648
|
+
vendor=hitachi
|
1649
|
+
;;
|
1650
|
+
-unos*)
|
1651
|
+
vendor=crds
|
1652
|
+
;;
|
1653
|
+
-dgux*)
|
1654
|
+
vendor=dg
|
1655
|
+
;;
|
1656
|
+
-luna*)
|
1657
|
+
vendor=omron
|
1658
|
+
;;
|
1659
|
+
-genix*)
|
1660
|
+
vendor=ns
|
1661
|
+
;;
|
1662
|
+
-mvs* | -opened*)
|
1663
|
+
vendor=ibm
|
1664
|
+
;;
|
1665
|
+
-os400*)
|
1666
|
+
vendor=ibm
|
1667
|
+
;;
|
1668
|
+
-ptx*)
|
1669
|
+
vendor=sequent
|
1670
|
+
;;
|
1671
|
+
-tpf*)
|
1672
|
+
vendor=ibm
|
1673
|
+
;;
|
1674
|
+
-vxsim* | -vxworks* | -windiss*)
|
1675
|
+
vendor=wrs
|
1676
|
+
;;
|
1677
|
+
-aux*)
|
1678
|
+
vendor=apple
|
1679
|
+
;;
|
1680
|
+
-hms*)
|
1681
|
+
vendor=hitachi
|
1682
|
+
;;
|
1683
|
+
-mpw* | -macos*)
|
1684
|
+
vendor=apple
|
1685
|
+
;;
|
1686
|
+
-*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
|
1687
|
+
vendor=atari
|
1688
|
+
;;
|
1689
|
+
-vos*)
|
1690
|
+
vendor=stratus
|
1691
|
+
;;
|
1692
|
+
esac
|
1693
|
+
basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
|
1694
|
+
;;
|
1695
|
+
esac
|
1696
|
+
|
1697
|
+
echo $basic_machine$os
|
1698
|
+
exit
|
1699
|
+
|
1700
|
+
# Local variables:
|
1701
|
+
# eval: (add-hook 'write-file-hooks 'time-stamp)
|
1702
|
+
# time-stamp-start: "timestamp='"
|
1703
|
+
# time-stamp-format: "%:y-%02m-%02d"
|
1704
|
+
# time-stamp-end: "'"
|
1705
|
+
# End:
|