tellus 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/tellus/version.rb +1 -1
- data/tellus.gemspec +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e87cb9094c310131181784d005bc5a118a762ad46f564f3dfce2564cd8c7d955
|
4
|
+
data.tar.gz: 02ed682d9fd61e84df54d8131aaa02b6894b2ff003f57412e6889849b00365a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 327e1ee6ecb98ea7fa169bc39c49ddc83481e1f33c17cf1d04efe5f1c88a828637a15af169d8b30e3b5cd91299f4aaa3590722537f0dcd8bd357a28f2c6aa95e
|
7
|
+
data.tar.gz: 4c2925c0844fab751b21d79bc59940d0fdbdeaf76271f0d8aed5dcf0d0a9c73e14ad9671f82b00792fb92e83bfff63fe52a03c25c34306e23a7b2c984300c9a7
|
data/lib/tellus/version.rb
CHANGED
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/
|
17
|
+
spec.homepage = "https://github.com/nontrivial-probelm/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/
|
21
|
+
spec.metadata["source_code_uri"] = "https://github.com/nontrivial-probelm/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.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Damoon Imani
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-02-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|
@@ -102,12 +102,12 @@ files:
|
|
102
102
|
- lib/tellus/client.rb
|
103
103
|
- lib/tellus/version.rb
|
104
104
|
- tellus.gemspec
|
105
|
-
homepage: https://github.com/
|
105
|
+
homepage: https://github.com/nontrivial-probelm/tellus
|
106
106
|
licenses:
|
107
107
|
- MIT
|
108
108
|
metadata:
|
109
|
-
homepage_uri: https://github.com/
|
110
|
-
source_code_uri: https://github.com/
|
109
|
+
homepage_uri: https://github.com/nontrivial-probelm/tellus
|
110
|
+
source_code_uri: https://github.com/nontrivial-probelm/tellus
|
111
111
|
post_install_message:
|
112
112
|
rdoc_options: []
|
113
113
|
require_paths:
|