Sha256: e1099d49d7d1f1737a40948b9154917b56d1e4b5846ca7e9c8c39135b668e31e
Contents?: true
Size: 478 Bytes
Versions: 50
Compression:
Stored size: 478 Bytes
Contents
Gem::Specification.new do |s| s.name = 'democracy' 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
50 entries across 47 versions & 6 rubygems