locality 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 077ebf8169cc453fe48969651bf6d44a768c03a7
4
- data.tar.gz: c2d9bc0b1be7aea098354a617936ea1daa2e0a8f
3
+ metadata.gz: 591c479c6de4fc2ca797a6d7883ac2a0ca3b50fa
4
+ data.tar.gz: 79a46826c64538d3c28919dd01297e7ae2897430
5
5
  SHA512:
6
- metadata.gz: a98c24bb1cd79948676672a1c9cf17497e898dda753a68bd8c7ea79824c205528da8286ed9e50f65ddd4d2c33a88df1b7d8205e2491b2a1ec38580fed7a11c4e
7
- data.tar.gz: eae62edc70069c41d951a3d998ab4ce191f67f2101ab7c688617d737c5c438fdc1cd586a266a014f15238db978b058caadf68e4345d3a271c7fc920f04b416c3
6
+ metadata.gz: e69a0dc42a15b93de8a8611959d38207459a5d1c2d11e28aa4ae90b021af9daaeda65f9eaf4006a5f706f84085963036e0af4e3b6edf26851df4234421252bef
7
+ data.tar.gz: 63181df134a83c06670954535eec745ed35cfd4b069614ca58adf1c94cedc48ebda15656d03261621cd0f998cf226f64c7e3db91ca46b70c095bb6a81feaaabc
@@ -58,7 +58,7 @@ module Locality
58
58
  def paths(appendix = nil, additional = nil)
59
59
  result = []
60
60
  result << Rails.root.join('db', appendix) if defined?(Rails)
61
- result << Pathname.new('/mnt').join('databases', appendix)
61
+ result << Pathname.new('/mnt').join('data', 'maxmind', appendix)
62
62
  result << Pathname.new(Dir.pwd).join('db', appendix)
63
63
  result << additional
64
64
  result.compact.uniq
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: locality
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - bukowskis