datx_ruby 0.0.4 → 0.0.5

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: 4151cf0104952cf139dfeafdbc1b173e99932951
4
- data.tar.gz: e5710aeb6b8bd8f22e1198002dee2cd099f2aea6
3
+ metadata.gz: 87b8c8a247cf031474f76b3a6658a9f13adc3242
4
+ data.tar.gz: ab3a3253935b94281ccd29802865029c571ad7f6
5
5
  SHA512:
6
- metadata.gz: fa2cf360bf1e4a97646cba96938f8ba4996fe219b281c0e2228e3772fa2d822c629f9804564c97d6fc2e12cf44ca371f1287922c45e81c654c91b755f34fd071
7
- data.tar.gz: af5456cfa0663449907bceed5b92472a0e5ee5badc135151515a2ae51b9c41272e2184663aee5c11dcfa9d64ff074b416a84679191be48a4fde842daa9524e83
6
+ metadata.gz: db37b083f781ee69570c0712ff109316d86066a4a56c47ab7f42b22dbd7037148d84a7b952f0768a0c24e84fba7af117a6a2b22704e37e91544f6baf75b9fe5c
7
+ data.tar.gz: 2d8e22abbc621a0b1f1e34837c255e0978434e51856cc9a7bf23ad73425a9da8a7f9200303f1aa2fc45ff0ade81068e5ae67726521e11860aee8be8106d2f2c6
data/README.md CHANGED
@@ -37,4 +37,4 @@ You need to do is set DatxRuby.city_datx_path= "/datapath/ipipnet.datx" inside t
37
37
  [Report bugs][issues] on GitHub.
38
38
 
39
39
 
40
- [issues]: https://github.com/limanxian/datx-ruby/issues
40
+ [issues]: https://github.com/limanxian/datx_ruby/issues
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  s.email = ["limanxian_321@126.com"]
14
14
  s.files = `git ls-files`.split("\n")
15
15
 
16
- s.homepage = "https://github.com/limanxian/datx-ruby"
16
+ s.homepage = "https://github.com/limanxian/datx_ruby"
17
17
  s.license = "MIT"
18
18
 
19
19
  s.require_paths = ["lib"]
@@ -50,4 +50,3 @@ module DatxRuby
50
50
  end
51
51
 
52
52
  end
53
-
@@ -1,3 +1,3 @@
1
1
  module DatxRuby
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -5,7 +5,7 @@ describe DatxRuby do
5
5
 
6
6
  describe "# query test" do
7
7
  before :all do
8
- @path = "/home/limx/myfiles/github/datx-ruby/lib/data/17monipdb.datx"
8
+ @path = "/home/limx/myfiles/github/datx_ruby/lib/data/17monipdb.datx"
9
9
  DatxRuby.city_datx_path = @path
10
10
  end
11
11
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datx_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - limanxian
@@ -22,7 +22,7 @@ files:
22
22
  - LICENSE
23
23
  - README.md
24
24
  - Rakefile
25
- - datx-ruby.gemspec
25
+ - datx_ruby.gemspec
26
26
  - lib/data/17monipdb.datx
27
27
  - lib/datx_ruby.rb
28
28
  - lib/datx_ruby/city.rb
@@ -32,7 +32,7 @@ files:
32
32
  - lib/datx_ruby/version.rb
33
33
  - spec/datx_ruby_spec.rb
34
34
  - spec/spec_helper.rb
35
- homepage: https://github.com/limanxian/datx-ruby
35
+ homepage: https://github.com/limanxian/datx_ruby
36
36
  licenses:
37
37
  - MIT
38
38
  metadata: {}