Sha256: aa414130aa7ffed607363cfd226a38eea8f1cb41b7f801fe347dc345577072f6

Contents?: true

Size: 978 Bytes

Versions: 6

Compression:

Stored size: 978 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name = %q{hello-ruby-station}
  s.version = "0.3.2"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Yutaka HARA"]
  s.date = %q{2009-10-02}
  s.description = %q{Greets you}
  s.email = %q{yutaka.hara/at/gmail.com}
  s.files = [
     "hello-ruby-station.gemspec",
     "main.rb"
  ]
  s.homepage = %q{}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.5}
  s.summary = %q{Greets you}

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

    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<sinatra>, [">= 0"])
    else
      s.add_dependency(%q<sinatra>, [">= 0"])
    end
  else
    s.add_dependency(%q<sinatra>, [">= 0"])
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ruby-station-0.1.6 tests/data/hello/hello-ruby-station.gemspec
ruby-station-0.1.5 tests/data/hello/hello-ruby-station.gemspec
ruby-station-0.1.4 tests/data/hello/hello-ruby-station.gemspec
ruby-station-0.1.4.rc3 tests/data/hello/hello-ruby-station.gemspec
ruby-station-0.1.4.rc2 tests/data/hello/hello-ruby-station.gemspec
ruby-station-0.1.4.rc1 tests/data/hello/hello-ruby-station.gemspec