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 +4 -4
- data/.gitignore +1 -0
- data/lib/tellus/version.rb +1 -1
- data/tellus.gemspec +2 -2
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5438ad7a08093a7623e1c9bd5a1891c573f5f20c106e6ca8e7985b5c8fb8338a
|
4
|
+
data.tar.gz: 7eef2fe25bec35597fb37d65753c5bd2eca91b1481d29c982dc44f040a27ad3f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d968a08e1e2f66399df49561f0829993484d00d93b88042e4693ffb1a567329b7630fa9a7fb559ce8efc1df7fa34ec88d55465e39716c1b24acef5b238666d1
|
7
|
+
data.tar.gz: ae4f87689dab0a2664a17ad75581104f0e4f3586a44b425e1fc61c74c33b45b1dae90de23fefe2a7f4dd295045cc6d3f06d2e3740044efdcaae7c81a198654aa
|
data/.gitignore
CHANGED
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/nontrivial-
|
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-
|
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.
|
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-
|
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-
|
105
|
+
homepage: https://github.com/nontrivial-problem/tellus
|
106
106
|
licenses:
|
107
107
|
- MIT
|
108
108
|
metadata:
|
109
|
-
homepage_uri: https://github.com/nontrivial-
|
110
|
-
source_code_uri: https://github.com/nontrivial-
|
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.
|
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: []
|