tellus 0.1.2 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e87cb9094c310131181784d005bc5a118a762ad46f564f3dfce2564cd8c7d955
4
- data.tar.gz: 02ed682d9fd61e84df54d8131aaa02b6894b2ff003f57412e6889849b00365a2
3
+ metadata.gz: 5438ad7a08093a7623e1c9bd5a1891c573f5f20c106e6ca8e7985b5c8fb8338a
4
+ data.tar.gz: 7eef2fe25bec35597fb37d65753c5bd2eca91b1481d29c982dc44f040a27ad3f
5
5
  SHA512:
6
- metadata.gz: 327e1ee6ecb98ea7fa169bc39c49ddc83481e1f33c17cf1d04efe5f1c88a828637a15af169d8b30e3b5cd91299f4aaa3590722537f0dcd8bd357a28f2c6aa95e
7
- data.tar.gz: 4c2925c0844fab751b21d79bc59940d0fdbdeaf76271f0d8aed5dcf0d0a9c73e14ad9671f82b00792fb92e83bfff63fe52a03c25c34306e23a7b2c984300c9a7
6
+ metadata.gz: 0d968a08e1e2f66399df49561f0829993484d00d93b88042e4693ffb1a567329b7630fa9a7fb559ce8efc1df7fa34ec88d55465e39716c1b24acef5b238666d1
7
+ data.tar.gz: ae4f87689dab0a2664a17ad75581104f0e4f3586a44b425e1fc61c74c33b45b1dae90de23fefe2a7f4dd295045cc6d3f06d2e3740044efdcaae7c81a198654aa
data/.gitignore CHANGED
@@ -7,3 +7,4 @@
7
7
  /spec/reports/
8
8
  /tmp/
9
9
  /Gemfile.lock
10
+ *.gem
@@ -1,3 +1,3 @@
1
1
  module Tellus
2
- VERSION = "0.1.2"
2
+ VERSION = "0.2.0"
3
3
  end
data/tellus.gemspec CHANGED
@@ -14,11 +14,11 @@ Gem::Specification.new do |spec|
14
14
  Use any CLI to change a pair of latitude and longitude to human readable addresses.
15
15
  This also works with csv of latitudes and longitudes.
16
16
  }
17
- spec.homepage = "https://github.com/nontrivial-probelm/tellus"
17
+ spec.homepage = "https://github.com/nontrivial-problem/tellus"
18
18
  spec.license = "MIT"
19
19
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
20
20
  spec.metadata["homepage_uri"] = spec.homepage
21
- spec.metadata["source_code_uri"] = "https://github.com/nontrivial-probelm/tellus"
21
+ spec.metadata["source_code_uri"] = "https://github.com/nontrivial-problem/tellus"
22
22
 
23
23
  # Specify which files should be added to the gem when it is released.
24
24
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tellus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Damoon Imani
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-02-11 00:00:00.000000000 Z
11
+ date: 2021-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -102,13 +102,13 @@ files:
102
102
  - lib/tellus/client.rb
103
103
  - lib/tellus/version.rb
104
104
  - tellus.gemspec
105
- homepage: https://github.com/nontrivial-probelm/tellus
105
+ homepage: https://github.com/nontrivial-problem/tellus
106
106
  licenses:
107
107
  - MIT
108
108
  metadata:
109
- homepage_uri: https://github.com/nontrivial-probelm/tellus
110
- source_code_uri: https://github.com/nontrivial-probelm/tellus
111
- post_install_message:
109
+ homepage_uri: https://github.com/nontrivial-problem/tellus
110
+ source_code_uri: https://github.com/nontrivial-problem/tellus
111
+ post_install_message:
112
112
  rdoc_options: []
113
113
  require_paths:
114
114
  - lib
@@ -123,8 +123,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
125
  requirements: []
126
- rubygems_version: 3.1.4
127
- signing_key:
126
+ rubygems_version: 3.2.3
127
+ signing_key:
128
128
  specification_version: 4
129
129
  summary: change any latitude and longitude pair to human readable addresses.
130
130
  test_files: []