ofac.gemspec in ofac-1.2.5 vs ofac.gemspec in ofac-1.3.0

- 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 = %q{ofac} - s.version = "1.2.5" + s.version = "1.3.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = [%q{Kevin Tyll}] - s.date = %q{2012-02-15} + s.date = %q{2012-03-16} s.description = %q{Attempts to find a hit on the Office of Foreign Assets Control's Specially Designated Nationals list.} s.email = %q{kevintyll@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" @@ -26,10 +26,12 @@ "VERSION.yml", "generators/ofac_migration/.DS_Store", "generators/ofac_migration/ofac_migration_generator.rb", "generators/ofac_migration/templates/.DS_Store", "generators/ofac_migration/templates/migration.rb", + "lib/generators/ofac_migration/build/build_generator.rb", + "lib/generators/ofac_migration/build/templates/create_ofac_sdns.rb", "lib/ofac.rb", "lib/ofac/models/ofac.rb", "lib/ofac/models/ofac_sdn.rb", "lib/ofac/models/ofac_sdn_loader.rb", "lib/ofac/ofac_match.rb", @@ -38,12 +40,16 @@ "nbproject/project.properties", "nbproject/project.xml", "ofac.gemspec", "pkg/ofac-0.1.0.gem", "pkg/ofac-1.0.0.gem", + "rdoc/CreateOfacSdns.html", "rdoc/Ofac.html", "rdoc/OfacMatch.html", + "rdoc/OfacMigration.html", + "rdoc/OfacMigration/Generators.html", + "rdoc/OfacMigration/Generators/BuildGenerator.html", "rdoc/OfacSdn.html", "rdoc/OfacSdnLoader.html", "rdoc/README_rdoc.html", "rdoc/String.html", "rdoc/classes/Ofac.html", @@ -91,9 +97,11 @@ "rdoc/js/jquery.js", "rdoc/js/navigation.js", "rdoc/js/search.js", "rdoc/js/search_index.js", "rdoc/js/searcher.js", + "rdoc/lib/generators/ofac_migration/build/build_generator_rb.html", + "rdoc/lib/generators/ofac_migration/build/templates/create_ofac_sdns_rb.html", "rdoc/lib/ofac/models/ofac_rb.html", "rdoc/lib/ofac/models/ofac_sdn_loader_rb.html", "rdoc/lib/ofac/models/ofac_sdn_rb.html", "rdoc/lib/ofac/ofac_match_rb.html", "rdoc/lib/ofac/ruby_string_extensions_rb.html",