Sha256: b0d5a602ed0c3f68bef283552333a615ee8e7a117ac9a3481d8b6d0cd84ee24b

Contents?: true

Size: 615 Bytes

Versions: 27

Compression:

Stored size: 615 Bytes

Contents

# -*- ruby -*-

require 'rubygems'

spec = Gem::Specification.new do |s|
  s.name        = "sample_jar"
  s.version     = "1.0"
  s.authors     = ["Nick Sieger"]
  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.summary     = ""
  s.description = ""
  s.add_runtime_dependency("rubyzip", [">= 0"])
end

task :gemspec do
  File.open('sample_jar.gemspec', 'w') do |f|
    f << spec.to_ruby
  end
end
# vim: syntax=ruby

Version data entries

27 entries across 27 versions & 1 rubygems

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