Sha256: 326fff595cd9247e9516c2b674b30c766f0b25cf59182f1a8aec35c9f160e88b
Contents?: true
Size: 479 Bytes
Versions: 9
Compression:
Stored size: 479 Bytes
Contents
Gem::Specification.new do |s| s.name = 'freespeech' 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
9 entries across 9 versions & 1 rubygems