Sha256: 870c0aa915d7f3c8be73de8215e1c766187b939b707bbb5093ab901af1b4384c
Contents?: true
Size: 518 Bytes
Versions: 2
Compression:
Stored size: 518 Bytes
Contents
version = File.read(File.expand_path("../VERSION",__FILE__)).strip Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = '__RENAME__' s.version = version s.files = Dir['lib/**/*'] #+ Dir['bin/**/*'] # s.bindir = 'bin' # s.executables << '__REPLACE__' s.summary = '__REPLACE__' s.description = '__REPLACE__' s.author = '__REPLACE__' s.email = '__REPLACE__' s.homepage = '__REPLACE__' s.rubyforge_project = '__RENAME__' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
uppercutbuild-0.9.0.326 | lib/gems/__RENAME__.gemspec.remove |
uppercutbuild-0.9.0.325 | lib/gems/__RENAME__.gemspec.remove |