Sha256: 8f9af28c2d7c1f63ba363f2ab19217bf239ad0a00686b0e7954e13e1b4ed964f
Contents?: true
Size: 477 Bytes
Versions: 7
Compression:
Stored size: 477 Bytes
Contents
Gem::Specification.new do |s| s.name = 'politics' 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
7 entries across 7 versions & 1 rubygems