tixriss 0.1.0 → 0.2.0
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/{tisriss → tixriss} +0 -0
- data/lib/tixriss/request.rb +2 -0
- data/lib/tixriss/version.rb +1 -1
- data/spec/command_line_spec.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 82944f1ea2a6c1a1556b8e9e5abd199bda472e79
|
4
|
+
data.tar.gz: 426e7c44da26395d7f720a6cb6dc71ec897248b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a54bba4f257f1a9ec9dad2cc539bde66635dee2707f5eed318f19a3985f7375a80a217d9ebc15bcd09e8d9a71468289332b20ad4cbca3ba586eddb0bd56ba9c
|
7
|
+
data.tar.gz: 9ea778f003b1ee16c81a5cdea930861d9cd074e7a9507000772381bbf7c7d890dd4a29cd5975efc9d6ee6717ea2d31d39be52d0ee4049dc2e96d158f0973627a
|
data/bin/{tisriss → tixriss}
RENAMED
File without changes
|
data/lib/tixriss/request.rb
CHANGED
data/lib/tixriss/version.rb
CHANGED
data/spec/command_line_spec.rb
CHANGED
@@ -43,7 +43,7 @@ describe 'the command line interface' do
|
|
43
43
|
end
|
44
44
|
|
45
45
|
def run_cli(input = '', args: [])
|
46
|
-
output, status = Open3.capture2("./bin/
|
46
|
+
output, status = Open3.capture2("./bin/tixriss #{args.join(' ')}", stdin_data: '')
|
47
47
|
[output, status.to_i]
|
48
48
|
end
|
49
49
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tixriss
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Carsten Zimmermann
|
@@ -112,7 +112,7 @@ description: Retrieves links.list data and allows processing/transformation
|
|
112
112
|
email:
|
113
113
|
- cz@aegisnet.de
|
114
114
|
executables:
|
115
|
-
-
|
115
|
+
- tixriss
|
116
116
|
extensions: []
|
117
117
|
extra_rdoc_files: []
|
118
118
|
files:
|
@@ -124,7 +124,7 @@ files:
|
|
124
124
|
- LICENSE.txt
|
125
125
|
- README.md
|
126
126
|
- Rakefile
|
127
|
-
- bin/
|
127
|
+
- bin/tixriss
|
128
128
|
- lib/tixriss.rb
|
129
129
|
- lib/tixriss/request.rb
|
130
130
|
- lib/tixriss/transformer.rb
|