From b232f9aae5749ca88d598ab87eabcf1e0cb3f229 Mon Sep 17 00:00:00 2001 From: Akash Manohar J Date: Tue, 4 Apr 2017 16:30:09 +0530 Subject: [PATCH 1/3] Remove wrong gemspec --- Indirizzo.gemspec | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 Indirizzo.gemspec diff --git a/Indirizzo.gemspec b/Indirizzo.gemspec deleted file mode 100644 index dab4ae2..0000000 --- a/Indirizzo.gemspec +++ /dev/null @@ -1,28 +0,0 @@ -Gem::Specification.new do |s| - s.name = %q{Indirizzo} - s.version = "0.1.7" - - s.authors = [%q{Dave Worth}] - s.date = %q{2012-01-29} - s.description = %q{Indirizzo is simply an extraction of the US Street Address parsing code from Geocoder::US} - s.email = %q{dave@highgroove.com} - - s.homepage = %q{http://github.com/daveworth/indirizzo} - s.licenses = [%q{LGPL}] - s.require_paths = [%q{lib}] - s.rubygems_version = %q{1.9.2} - s.summary = %q{Indirizzo is simply an extraction of the US Street Address parsing code from Geocoder::US} - - s.files = `git ls-files`.split("\n") - s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") - s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } - s.require_paths = ["lib"] - s.extra_rdoc_files = [ - "LICENSE.txt", - "README.md" - ] - - s.add_development_dependency('rake') - s.add_development_dependency('cover_me') - s.add_development_dependency('awesome_print') -end From 9a71298f8e59eaca2a2a21f8544657d3e1ec8b23 Mon Sep 17 00:00:00 2001 From: Akash Manohar J Date: Tue, 4 Apr 2017 16:30:44 +0530 Subject: [PATCH 2/3] Fix case for gemspec --- indirizzo.gemspec | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 indirizzo.gemspec diff --git a/indirizzo.gemspec b/indirizzo.gemspec new file mode 100644 index 0000000..84adc97 --- /dev/null +++ b/indirizzo.gemspec @@ -0,0 +1,28 @@ +Gem::Specification.new do |s| + s.name = %q{indirizzo} + s.version = "0.1.7" + + s.authors = [%q{Dave Worth}] + s.date = %q{2012-01-29} + s.description = %q{Indirizzo is simply an extraction of the US Street Address parsing code from Geocoder::US} + s.email = %q{dave@highgroove.com} + + s.homepage = %q{http://github.com/daveworth/indirizzo} + s.licenses = [%q{LGPL}] + s.require_paths = [%q{lib}] + s.rubygems_version = %q{1.9.2} + s.summary = %q{Indirizzo is simply an extraction of the US Street Address parsing code from Geocoder::US} + + s.files = `git ls-files`.split("\n") + s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") + s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } + s.require_paths = ["lib"] + s.extra_rdoc_files = [ + "LICENSE.txt", + "README.md" + ] + + s.add_development_dependency('rake') + s.add_development_dependency('cover_me') + s.add_development_dependency('awesome_print') +end From cfe7c7a1284223d744460962ab032b4968f4ff3d Mon Sep 17 00:00:00 2001 From: Akash Manohar J Date: Tue, 4 Apr 2017 16:34:19 +0530 Subject: [PATCH 3/3] Add notes about changes in the fork --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a6c5b25..d146329 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +### Synup's fork + +* Changes name to lower-case in gemspec +* Removes `Indirizzo.gemspec` and adds `indirizzo.gemspec` (because git doesn't detect case changes) + +-------- + # Introduction Indirizzo is a simple extraction of the Address class (along with the numbers