Sha256: 9af2381d300e793fb5550bd5efe76e76e1bc95a92be6ecb78bd006da58d04ce8
Contents?: true
Size: 477 Bytes
Versions: 10
Compression:
Stored size: 477 Bytes
Contents
Gem::Specification.new do |s| s.name = 'elonmusk' s.version = "1.0.#{File.read('VERSION_NUMBER').strip.to_i}" s.summary = 'Trying to help with democracy.' s.description = "#{File.read("README")}" s.authors = ['Gregory Cohen'] s.email = 'gregorycohenvideos@gmail.com' s.files = `find -type f | fgrep -v nohup.out`.split("\n") s.homepage = 'https://www.github.com/gregoryc/democracy' s.license = '0BSD' s.executables = [] end
Version data entries
10 entries across 10 versions & 1 rubygems