Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix JSON loading path #15

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
3.2
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
language: ruby
rvm:
- "1.9.3"
- "2.2.0"
92 changes: 46 additions & 46 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,71 +1,71 @@
PATH
remote: .
specs:
chilean_cities (0.1.0)
activemodel (>= 3.2.11, < 5)
chilean_cities (0.1.1)
activemodel (>= 3.2.11)
multi_json (~> 1.0)
rake (~> 10.4)
rake

GEM
remote: https://rubygems.org/
specs:
activemodel (4.2.0)
activesupport (= 4.2.0)
builder (~> 3.1)
activesupport (4.2.0)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
builder (3.2.2)
coderay (1.1.0)
diff-lcs (1.2.5)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
i18n (0.7.0)
activemodel (7.0.6)
activesupport (= 7.0.6)
activesupport (7.0.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
coderay (1.1.3)
concurrent-ruby (1.2.2)
diff-lcs (1.5.0)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
inch (0.4.10)
pry
sparkr (>= 0.2.0)
term-ansicolor
yard (~> 0.8.7)
json (1.8.2)
method_source (0.8.2)
minitest (5.5.1)
multi_json (1.11.0)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rake (10.4.2)
rspec (3.2.0)
rspec-core (~> 3.2.0)
rspec-expectations (~> 3.2.0)
rspec-mocks (~> 3.2.0)
rspec-core (3.2.0)
rspec-support (~> 3.2.0)
rspec-expectations (3.2.0)
method_source (1.0.0)
minitest (5.18.1)
multi_json (1.15.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
rake (13.0.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-mocks (3.2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-support (3.2.1)
slop (3.6.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
sparkr (0.4.1)
term-ansicolor (1.3.0)
sync (0.5.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
thread_safe (0.3.4)
tins (1.3.4)
tzinfo (1.2.2)
thread_safe (~> 0.1)
tins (1.32.1)
sync
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
yard (0.8.7.6)

PLATFORMS
ruby
arm64-darwin-22

DEPENDENCIES
chilean_cities!
factory_girl (~> 4.5)
factory_bot
inch (~> 0.4.6)
rspec (~> 3.0)

BUNDLED WITH
2.4.15
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ This library is based on the publicly available information from the SUBDERE rel
- Decreto Supremo No 1352, del Ministerio del Interior, publicado en el Diario Oficial del 23 de Agosto de 2008
- Decreto Exento No 910, del Ministerio del Interior, publicado en el Diario Oficial del 14 de Junio de 2007
- Decreto Exento No 817, del Ministerio del Interior, publicado en el Diario Oficial del 26 de Marzo de 2010
- Decreto Exento No 204, del Ministerio del Interior, publicado en el Diario Oficial del 14 de Febrero de 2018

[source]: http://www.subdere.gov.cl/documentacion/regiones-provincias-y-comunas-de-chile
[ref]: http://www.subdere.gov.cl/sites/default/files/documentos/articles-73111_recurso_2.pdf
Expand Down
Binary file added chilean_cities-0.1.1.gem
Binary file not shown.
6 changes: 3 additions & 3 deletions chilean_cities.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ Gem::Specification.new do |gem|
gem.files = Dir["{doc,lib}/**/*", "Gemfile", "LICENSE.txt", "Rakefile", "README.md"]
gem.test_files = Dir["spec/**/*"]

gem.add_dependency "activemodel", ">= 3.2.11", "< 5"
gem.add_dependency "rake", "~> 10.4"
gem.add_dependency "activemodel", ">= 3.2.11"
gem.add_dependency "rake"
gem.add_dependency "multi_json", "~> 1.0"

gem.add_development_dependency "rspec", "~> 3.0"
gem.add_development_dependency "inch", "~> 0.4.6"
gem.add_development_dependency "factory_girl", "~> 4.5"
gem.add_development_dependency "factory_bot"
end
Loading