Sha256: a23da4975f7deba4f9f3df107f8850aa756f0e6fae8af15f3bc264edf89ea0a6

Contents?: true

Size: 452 Bytes

Versions: 12

Compression:

Stored size: 452 Bytes

Contents

#!/usr/bin/env ruby

spec = Gem::Specification.new do |s|
  s.platform = Gem::Platform::RUBY
  s.summary = "Test GEM One"
  s.name = 'one'
  s.version = '0.0.1'
  s.requirements << 'none'
  s.require_path = 'lib'
  s.autorequire = 'one'
  s.files = ['lib/one.rb', 'README.one']
  s.author = 'Jim Weirich'
  s.email = 'jim@weirichhouse.org'
  s.homepage = 'http://onestepback.org'
  s.has_rdoc = true
  s.description = "Test GEM for customer tests"
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
rubygems-update-0.8.3 test/data/one/one.gemspec
rubygems-update-0.8.11 test/data/one/one.gemspec
rubygems-update-0.8.5 test/data/one/one.gemspec
rubygems-update-0.8.6 test/data/one/one.gemspec
rubygems-update-0.8.8 test/data/one/one.gemspec
rubygems-update-0.8.10 test/data/one/one.gemspec
rubygems-update-0.8.4 test/data/one/one.gemspec
rubygems-update-0.9.2 test/data/one/one.gemspec
rubygems-update-0.9.4 test/data/one/one.gemspec
rubygems-update-0.9.1 test/data/one/one.gemspec
rubygems-update-0.9.0 test/data/one/one.gemspec
rubygems-update-0.9.3 test/data/one/one.gemspec