Sha256: 204572408926f4786eafef198224c9a7c96d3473059bd2864249acb7333dfe44

Contents?: true

Size: 811 Bytes

Versions: 6

Compression:

Stored size: 811 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name = %q{simple_gem}
  s.version = "0.0.2"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Your Name"]
  s.date = %q{2008-10-27}
  s.description = %q{A gem that provides...}
  s.email = %q{Your Email}
  s.files = ["Rakefile", "lib/simple_gem.rb"]
  s.has_rdoc = true
  s.homepage = %q{http://example.com}
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.0}
  s.summary = %q{A gem that provides...}

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 2

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
merb-core-1.1.3 spec10/public/core_ext/fixtures/gems/specifications/simple_gem-0.0.2.gemspec
merb-core-1.1.2 spec10/public/core_ext/fixtures/gems/specifications/simple_gem-0.0.2.gemspec
merb-core-1.1.1 spec10/public/core_ext/fixtures/gems/specifications/simple_gem-0.0.2.gemspec
merb-core-1.1.0 spec10/public/core_ext/fixtures/gems/specifications/simple_gem-0.0.2.gemspec
merb-core-1.1.0.rc1 spec10/public/core_ext/fixtures/gems/specifications/simple_gem-0.0.2.gemspec
merb-core-1.1.0.pre spec10/public/core_ext/fixtures/gems/specifications/simple_gem-0.0.2.gemspec