Sha256: 69ee6bb19fda184fe92462d3d8731af2065f47f3f6fe13444d6f2a844127d5a8
Contents?: true
Size: 527 Bytes
Versions: 50
Compression:
Stored size: 527 Bytes
Contents
# frozen_string_literal: true 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 = Dir.glob('../bin/*') end
Version data entries
50 entries across 49 versions & 6 rubygems