Sha256: e947fa6401c1dd9890b6b349af51fa9f839ed05c61b30e9b6bf774c18b25d68f

Contents?: true

Size: 920 Bytes

Versions: 25

Compression:

Stored size: 920 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name = "sample_jar"
  s.version = "1.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Nick Sieger"]
  s.date = "2012-03-09"
  s.description = ""
  s.email = ["nick@nicksieger.com"]
  s.executables = ["sample_jar"]
  s.files = ["History.txt", "Rakefile", "README.txt", "sample_jar.gemspec", "bin/sample_jar", "lib/sample_jar.rb", "test/test_sample_jar.rb"]
  s.homepage = ""
  s.require_paths = ["lib"]
  s.rubygems_version = "1.8.15"
  s.summary = ""

  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_runtime_dependency(%q<rubyzip>, [">= 0"])
    else
      s.add_dependency(%q<rubyzip>, [">= 0"])
    end
  else
    s.add_dependency(%q<rubyzip>, [">= 0"])
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
warbler-2.0.1 spec/sample_jar/sample_jar.gemspec
warbler-2.0.0 spec/sample_jar/sample_jar.gemspec
warbler-2.0.0.rc3 spec/sample_jar/sample_jar.gemspec
warbler-2.0.0.rc2 spec/sample_jar/sample_jar.gemspec
warbler-2.0.0.rc1 spec/sample_jar/sample_jar.gemspec
warbler-2.0.0.pre3 spec/sample_jar/sample_jar.gemspec
warbler-2.0.0.pre2 spec/sample_jar/sample_jar.gemspec
warbler-1.4.9 spec/sample_jar/sample_jar.gemspec
warbler-1.4.8 spec/sample_jar/sample_jar.gemspec
warbler-2.0.0.pre1 spec/sample_jar/sample_jar.gemspec
warbler-1.4.7 spec/sample_jar/sample_jar.gemspec
warbler-1.4.6 spec/sample_jar/sample_jar.gemspec
warbler-1.4.5 spec/sample_jar/sample_jar.gemspec
warbler-1.4.4 spec/sample_jar/sample_jar.gemspec
warbler-1.4.3 spec/sample_jar/sample_jar.gemspec
warbler-1.4.2 spec/sample_jar/sample_jar.gemspec
warbler-1.4.1 spec/sample_jar/sample_jar.gemspec
warbler-1.4.0 spec/sample_jar/sample_jar.gemspec
warbler-1.4.0.beta2 spec/sample_jar/sample_jar.gemspec
warbler-1.4.0.beta1 spec/sample_jar/sample_jar.gemspec