--- !ruby/object:Gem::Specification name: sugar-high version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 3 - 2 version: 0.3.2 platform: ruby authors: - Kristian Mandrup autorequire: bindir: bin cert_chain: [] date: 2011-01-07 00:00:00 +01:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 2 - 0 - 0 version: 2.0.0 type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: require_all prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version segments: - 1 - 2 - 0 version: 1.2.0 type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: mocha prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 - 9 - 8 version: 0.9.8 type: :runtime version_requirements: *id003 description: More Ruby sugar - inspired by the 'zuker' project email: kmandrup@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.markdown files: - .document - .rspec - LICENSE - README.markdown - Rakefile - VERSION - lib/sugar-high.rb - lib/sugar-high/alias.rb - lib/sugar-high/arguments.rb - lib/sugar-high/array.rb - lib/sugar-high/blank.rb - lib/sugar-high/file.rb - lib/sugar-high/hash.rb - lib/sugar-high/includes.rb - lib/sugar-high/kind_of.rb - lib/sugar-high/metaclass.rb - lib/sugar-high/methods.rb - lib/sugar-high/module.rb - lib/sugar-high/not.rb - lib/sugar-high/path.rb - lib/sugar-high/regexp.rb - lib/sugar-high/rspec/configure.rb - lib/sugar-high/rspec/matchers/have_aliases.rb - lib/sugar-high/string.rb - spec/fixtures/empty.txt - spec/fixtures/non-empty.txt - spec/spec_helper.rb - spec/sugar-high/alias_spec.rb - spec/sugar-high/arguments_spec.rb - spec/sugar-high/array_spec.rb - spec/sugar-high/blank_spec.rb - spec/sugar-high/file/file_mutate_spec.rb - spec/sugar-high/file/file_spec.rb - spec/sugar-high/hash_spec.rb - spec/sugar-high/includes_spec.rb - spec/sugar-high/kind_of_spec.rb - spec/sugar-high/methods_spec.rb - spec/sugar-high/module_spec.rb - spec/sugar-high/path_spec.rb - spec/sugar-high/regexp_spec.rb - spec/sugar-high/string_spec.rb - sugar-high.gemspec has_rdoc: true homepage: http://github.com/kristianmandrup/sugar-high licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Ruby convenience sugar packs! test_files: - spec/spec_helper.rb - spec/sugar-high/alias_spec.rb - spec/sugar-high/arguments_spec.rb - spec/sugar-high/array_spec.rb - spec/sugar-high/blank_spec.rb - spec/sugar-high/file/file_mutate_spec.rb - spec/sugar-high/file/file_spec.rb - spec/sugar-high/hash_spec.rb - spec/sugar-high/includes_spec.rb - spec/sugar-high/kind_of_spec.rb - spec/sugar-high/methods_spec.rb - spec/sugar-high/module_spec.rb - spec/sugar-high/path_spec.rb - spec/sugar-high/regexp_spec.rb - spec/sugar-high/string_spec.rb