failuregem.gemspec in failuregem-0.0.7.3 vs failuregem.gemspec in failuregem-0.0.7.4

- old
+ new

@@ -3,13 +3,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "failuregem/version" Gem::Specification.new do |s| s.name = 'failuregem' - s.version = '0.0.7.3' + s.version = '0.0.7.4' s.date = '2018-10-24' s.summary = "failuregem!" - s.description = "A simplfe Gem that includes everything you need to start with 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)/}) }