iso-639.gemspec in iso-639-0.2.6 vs iso-639.gemspec in iso-639-0.2.7

- old
+ new

@@ -3,26 +3,26 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "iso-639" - s.version = "0.2.6" + s.version = "0.2.7" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["William Melody"] - s.date = "2016-05-09" + s.date = "2016-06-22" s.description = "ISO 639-1 and ISO 639-2 language code entries and convenience methods" s.email = "hi@williammelody.com" s.extra_rdoc_files = [ "LICENSE", - "README.markdown" + "README.md" ] s.files = [ ".document", "Gemfile", "Gemfile.lock", "LICENSE", - "README.markdown", + "README.md", "Rakefile", "iso-639.gemspec", "lib/iso-639.rb", "test/helper.rb", "test/test_iso_639.rb"