nature_remo 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 +4 -4
- data/README.md +2 -3
- data/bin/natureremo +0 -0
- data/lib/nature_remo/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62754a7443ce8205018aa7a2c4a1bd9f39c3ea228c9ad5f71ef46afb5fae78ed
|
|
4
|
+
data.tar.gz: d45a21bee27212362cd841ed4b768d390dc26027d9e615f134a08cfd9588138b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d86e35fd35385d589aa18f1f47926180e2fcee914cf57dbe779376432dee3cfc31d11b34f2098048aac021e6cfa1e8e1df74ea9768854a17992a4a6ed7f6ea08
|
|
7
|
+
data.tar.gz: b82c4fa4234ff0a5fd5ea7b50d6ca7fdabc09574396fca60ff413c760e66f9ba0a42d545bb33edb9e0f47b539bd25415107c5f41b91bb4f978b05c67e61ab5b3
|
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Nature Remo API client
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
```ruby
|
|
9
|
-
gem 'nature_remo'
|
|
9
|
+
gem 'nature_remo'
|
|
10
10
|
```
|
|
11
11
|
|
|
12
12
|
And then execute:
|
|
@@ -15,8 +15,7 @@ And then execute:
|
|
|
15
15
|
|
|
16
16
|
Or install it yourself as:
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
$ gem specific_install nature_remo
|
|
18
|
+
$ gem install nature_remo
|
|
20
19
|
|
|
21
20
|
## Usage
|
|
22
21
|
|
data/bin/natureremo
CHANGED
|
File without changes
|
data/lib/nature_remo/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nature_remo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ichi-t
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-04-
|
|
11
|
+
date: 2018-04-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|