failuregem.gemspec in failuregem-0.0.9.1.6 vs failuregem.gemspec in failuregem-0.0.9.1.7

- old
+ new

@@ -1,10 +1,10 @@ Gem::Specification.new do |s| s.name = 'failuregem' - s.version = '0.0.9.1.6' + s.version = '0.0.9.1.7' s.date = '2018-10-25' s.summary = "failuregem!" - s.description = "A simple Gem that includes everything you need to start with Rails programming!" + s.description = "A simple Gem that includes everything you need to start with Rails programming! :)" s.authors = ["Leon Vogt"] s.email = 'leon.vogt@bl.ch' s.files = Dir.chdir(File.expand_path('..', __FILE__)) do `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }