Sha256: 0e0227c5468af317f72bdf4522a2e992e58a760848fc0399840ce5a0e2fea840

Contents?: true

Size: 1.58 KB

Versions: 7

Compression:

Stored size: 1.58 KB

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "hashie"
  s.version = "2.0.5"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Michael Bleigh", "Jerry Cheung"]
  s.date = "2013-05-10"
  s.description = "Hashie is a small collection of tools that make hashes more powerful. Currently includes Mash (Mocking Hash) and Dash (Discrete Hash)."
  s.email = ["michael@intridea.com", "jollyjerry@gmail.com"]
  s.homepage = "https://github.com/intridea/hashie"
  s.licenses = ["MIT"]
  s.require_paths = ["lib"]
  s.rubygems_version = "2.0.3"
  s.summary = "Your friendly neighborhood hash toolkit."

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_development_dependency(%q<rake>, ["~> 0.9.2"])
      s.add_development_dependency(%q<rspec>, ["~> 2.5"])
      s.add_development_dependency(%q<guard>, [">= 0"])
      s.add_development_dependency(%q<guard-rspec>, [">= 0"])
      s.add_development_dependency(%q<growl>, [">= 0"])
    else
      s.add_dependency(%q<rake>, ["~> 0.9.2"])
      s.add_dependency(%q<rspec>, ["~> 2.5"])
      s.add_dependency(%q<guard>, [">= 0"])
      s.add_dependency(%q<guard-rspec>, [">= 0"])
      s.add_dependency(%q<growl>, [">= 0"])
    end
  else
    s.add_dependency(%q<rake>, ["~> 0.9.2"])
    s.add_dependency(%q<rspec>, ["~> 2.5"])
    s.add_dependency(%q<guard>, [">= 0"])
    s.add_dependency(%q<guard-rspec>, [">= 0"])
    s.add_dependency(%q<growl>, [">= 0"])
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
climine-0.0.7 vendor/bundle/ruby/2.0.0/specifications/hashie-2.0.5.gemspec
climine-0.0.6 vendor/bundle/ruby/2.0.0/specifications/hashie-2.0.5.gemspec
climine-0.0.5 vendor/bundle/ruby/2.0.0/specifications/hashie-2.0.5.gemspec
climine-0.0.4 vendor/bundle/ruby/2.0.0/specifications/hashie-2.0.5.gemspec
climine-0.0.3 vendor/bundle/ruby/2.0.0/specifications/hashie-2.0.5.gemspec
climine-0.0.2 vendor/bundle/ruby/2.0.0/specifications/hashie-2.0.5.gemspec
climine-0.0.1 vendor/bundle/ruby/2.0.0/specifications/hashie-2.0.5.gemspec