world-flags.gemspec in world-flags-0.2.3 vs world-flags.gemspec in world-flags-0.2.4
- old
+ new
@@ -3,31 +3,31 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "world-flags"
- s.version = "0.2.3"
+ s.version = "0.2.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kristian Mandrup"]
s.date = "2012-04-18"
s.description = "Use world flag icons in your Rails app"
s.email = "kmandrup@gmail.com"
s.extra_rdoc_files = [
"LICENSE.txt",
- "README.textile"
+ "README.md"
]
s.files = [
".document",
".rspec",
"CHANGELOG",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
- "README.textile",
+ "README.md",
"Rakefile",
"VERSION",
- "config/country_codes/iso-3166-2.en.json",
+ "app/config/country_codes/iso-3166-2.en.json",
"lib/world-flags.rb",
"lib/world_flags/countries.rb",
"lib/world_flags/languages.rb",
"lib/world_flags/locale_helper.rb",
"lib/world_flags/rails/engine.rb",