world-flags.gemspec in world-flags-0.4.5 vs world-flags.gemspec in world-flags-0.4.7
- old
+ new
@@ -3,15 +3,15 @@
# 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.4.5"
+ s.version = "0.4.7"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kristian Mandrup"]
- s.date = "2012-05-15"
+ s.date = "2012-05-16"
s.description = "Use world flag icons in your Rails app"
s.email = "kmandrup@gmail.com"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
@@ -27,10 +27,11 @@
"Rakefile",
"VERSION",
"config/countries/locale_countries.en.json",
"config/languages/locale_languages.en.json",
"config/locale_map/locale_to_country_code.json",
+ "db/GeoIP.dat",
"lib/generators/world_flags/init_generator.rb",
"lib/generators/world_flags/templates/world_flags.erb",
"lib/world-flags.rb",
"lib/world_flags/core_ext.rb",
"lib/world_flags/countries.rb",
@@ -52,9 +53,10 @@
"sandbox/extract_codes.rb",
"sandbox/languages_country_extract.rb",
"sandbox/languages_table.txt",
"sandbox/official_languages.html",
"sandbox/official_languages.txt",
+ "spec/data/GeoIP.dat",
"spec/spec_helper.rb",
"spec/world_flags/country_spec.rb",
"spec/world_flags/helper/locale_helper_spec.rb",
"spec/world_flags/json/json_countries_spec.rb",
"spec/world_flags/json/json_languages_spec.rb",