ohm-tallyable.gemspec in ohm-tallyable-0.1.3 vs ohm-tallyable.gemspec in ohm-tallyable-0.1.4
- old
+ new
@@ -1,11 +1,11 @@
Gem::Specification.new do |s|
s.name = 'ohm-tallyable'
- s.version = '0.1.3'
+ s.version = '0.1.4'
s.summary = "Ohm Tally Plugin"
s.description = "A tally plugin for Ohm that keeps counts of records for every value of an attribute"
s.author = "Federico Bond"
s.email = 'federico@educabilia.com'
- s.files = Dir["UNLICENSE", "README.md", "Rakefile", "lib/**/*.rb", "*.gemspec", "test/*.*"]
+ s.files = `git ls-files`.split("\n")
s.homepage = 'https://github.com/educabilia/ohm-tallyable'
s.license = 'UNLICENSE'
end