directlink 0.0.4.5 → 0.0.4.6
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/bin/directlink +1 -1
- data/directlink.gemspec +1 -1
- data/test.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f9748ad02d022f55a9216502b17717d7512d14fc
|
|
4
|
+
data.tar.gz: a2a781a731602a6f4264f9b5dccd50a4f87357fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a91c7e5aba9fa163bd12099bcbf0d19851fee292ca00f9d4c18c0e904164927bcc6774a4dc9e098a4073efd0169ba20eef8f8bcaa17d1b2156201c0bc1fb3f9
|
|
7
|
+
data.tar.gz: afd0b1810dc8a15ebb2ec24ad55efd41e86cef0550162256671a4e796465d60307cd2b2441175a9b202c925e921955cc99dc1e562b001337a925c13c0d6b8176
|
data/bin/directlink
CHANGED
data/directlink.gemspec
CHANGED
data/test.rb
CHANGED
|
@@ -647,7 +647,7 @@ describe DirectLink do
|
|
|
647
647
|
["DirectLink::ErrorBadLink: \"asd\"\n", "asd"],
|
|
648
648
|
].each_with_index do |(expectation, param), i|
|
|
649
649
|
it "##{i + 1}" do
|
|
650
|
-
string, status = Open3.capture2e "
|
|
650
|
+
string, status = Open3.capture2e "bin/directlink #{param}"
|
|
651
651
|
if expectation.is_a? String
|
|
652
652
|
assert_equal expectation, string
|
|
653
653
|
else
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: directlink
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.4.
|
|
4
|
+
version: 0.0.4.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Victor Maslov aka Nakilon
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-11-
|
|
11
|
+
date: 2018-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fastimage
|