line-notify-client 1.0.3 → 1.0.4
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/.rspec_status +3 -3
- data/lib/line-notify-client.rb +1 -1
- data/lib/line-notify-client/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: b6ef48153ccda81f646c83109b98698740e23bd4ef3e8fc25c57d2bef400d896
|
|
4
|
+
data.tar.gz: ddba6987003658ecbad791dc3c225b68054a905c3b9b84d629dd65e7c97f660c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b47717a1e6aeeab1d84d599b211c8a9a631e82318744b7b5be4897d45033ba920e632e47c1dfd0b05e41e2f97058d26617f11109628fde0563455893bbb941e
|
|
7
|
+
data.tar.gz: 6168af400225e3b350cdfa682afac14fec6b5fa80bfe07b4c2c432b9d340f5bc6d60967875edfed05d952a96b42404dd96dd409c9b98f67334ab469299b47088
|
data/.rspec_status
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
example_id | status | run_time |
|
|
2
2
|
---------------------------------- | ------ | --------------- |
|
|
3
|
-
./spec/lib/client_spec.rb[1:1] | passed | 0.
|
|
4
|
-
./spec/lib/client_spec.rb[1:2:1:1] | passed | 0.
|
|
5
|
-
./spec/lib/client_spec.rb[1:2:2:1] | passed | 0.
|
|
3
|
+
./spec/lib/client_spec.rb[1:1] | passed | 0.00149 seconds |
|
|
4
|
+
./spec/lib/client_spec.rb[1:2:1:1] | passed | 0.16323 seconds |
|
|
5
|
+
./spec/lib/client_spec.rb[1:2:2:1] | passed | 0.00414 seconds |
|
data/lib/line-notify-client.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: line-notify-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- emono
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-05-
|
|
11
|
+
date: 2019-05-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|