vendor/bundle/specifications/thor-0.19.1.gemspec in tdiary-5.0.1 vs vendor/bundle/specifications/thor-0.19.1.gemspec in tdiary-5.0.2

- old
+ new

@@ -1,22 +1,25 @@ # -*- encoding: utf-8 -*- +# stub: thor 0.19.1 ruby lib Gem::Specification.new do |s| s.name = "thor" s.version = "0.19.1" s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5") if s.respond_to? :required_rubygems_version= + s.require_paths = ["lib"] s.authors = ["Yehuda Katz", "Jos\u{e9} Valim"] s.date = "2014-03-24" s.description = "Thor is a toolkit for building powerful command-line interfaces." s.email = "ruby-thor@googlegroups.com" s.executables = ["thor"] s.files = ["bin/thor"] s.homepage = "http://whatisthor.com/" s.licenses = ["MIT"] - s.require_paths = ["lib"] - s.rubygems_version = "2.0.14.1" + s.rubygems_version = "2.5.1" s.summary = "Thor is a toolkit for building powerful command-line interfaces." + + s.installed_by_version = "2.5.1" if s.respond_to? :installed_by_version if s.respond_to? :specification_version then s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then