Sha256: 42c77eeb2639d446996374b8a25cabed6c4688e5d57257df68135e127d37f4be

Contents?: true

Size: 698 Bytes

Versions: 9

Compression:

Stored size: 698 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name = "metaclass"
  s.version = "0.0.1"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["James Mead"]
  s.date = "2011-08-10"
  s.email = ["james@floehopper.org"]
  s.homepage = "http://github.com/floehopper/metaclass"
  s.require_paths = ["lib"]
  s.rubyforge_project = "metaclass"
  s.rubygems_version = "1.8.23"
  s.summary = "Adds a metaclass method to all Ruby objects"

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

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end

Version data entries

9 entries across 8 versions & 2 rubygems

Version Path
challah-0.9.1.beta.3 vendor/bundle/specifications/metaclass-0.0.1.gemspec
challah-0.9.1.beta vendor/bundle/specifications/metaclass-0.0.1.gemspec
challah-0.9.0 vendor/bundle/specifications/metaclass-0.0.1.gemspec
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/specifications/metaclass-0.0.1.gemspec
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/specifications/metaclass-0.0.1.gemspec
challah-0.8.3 vendor/bundle/specifications/metaclass-0.0.1.gemspec
challah-0.8.1 vendor/bundle/specifications/metaclass-0.0.1.gemspec
challah-rolls-0.1.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/specifications/metaclass-0.0.1.gemspec
challah-0.8.0.pre vendor/bundle/specifications/metaclass-0.0.1.gemspec