bank-validator.gemspec in bank-validator-0.2.0 vs bank-validator.gemspec in bank-validator-0.2.1

- old
+ new

@@ -1,30 +1,30 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- -# stub: bank-validator 0.2.0 ruby lib +# stub: bank-validator 0.2.1 ruby lib Gem::Specification.new do |s| s.name = "bank-validator" - s.version = "0.2.0" + s.version = "0.2.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["Adam Bahlke"] s.date = "2015-03-31" s.description = "Validates IBAN and BIC account numbers. Still a work in progress" s.email = "adam.bahlke@hitfoxgroup.com" s.extra_rdoc_files = [ "LICENSE.txt", - "README.rdoc" + "README.md" ] s.files = [ ".document", "Gemfile", "Gemfile.lock", "LICENSE.txt", - "README.rdoc", + "README.md", "Rakefile", "VERSION", "bank-validator.gemspec", "lib/active_model/bic_validator.rb", "lib/active_model/iban_validator.rb",