merit.gemspec in merit-4.0.1 vs merit.gemspec in merit-4.0.2

- old
+ new

@@ -4,10 +4,10 @@ s.description = "Manage badges, points and rankings (reputation) in your Rails app." s.homepage = "https://github.com/merit-gem/merit" s.files = `git ls-files`.split("\n").reject{|f| f =~ /^\./ } s.test_files = `git ls-files -- test/*`.split("\n") s.license = 'MIT' - s.version = '4.0.1' + s.version = '4.0.2' s.authors = ["Tute Costa"] s.email = 'tutecosta@gmail.com' s.required_ruby_version = '>= 2.3.0'