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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3367b2fd6e1be04ddb6737ece0418d7f09f647a1
4
- data.tar.gz: b9ec290c9d1ba60eaad19ed083efc7ca325b50e3
3
+ metadata.gz: 82944f1ea2a6c1a1556b8e9e5abd199bda472e79
4
+ data.tar.gz: 426e7c44da26395d7f720a6cb6dc71ec897248b4
5
5
  SHA512:
6
- metadata.gz: 64d932c5cba39505b85a113aff2e225f3f9d5dc6483d8df584462eb854a78945bb9270e20eeea50d48962ade0363789e9725bf6d535efef47d960e79e057421e
7
- data.tar.gz: 6ffa2b9b8b532a98f99a4eb3a6a07fdced096ed92f709348084cb8c9fb1c2a9f30995ae077286e553e7b1893201eef6f70adf17bdfb35b99b42415ffd0804d27
6
+ metadata.gz: 7a54bba4f257f1a9ec9dad2cc539bde66635dee2707f5eed318f19a3985f7375a80a217d9ebc15bcd09e8d9a71468289332b20ad4cbca3ba586eddb0bd56ba9c
7
+ data.tar.gz: 9ea778f003b1ee16c81a5cdea930861d9cd074e7a9507000772381bbf7c7d890dd4a29cd5975efc9d6ee6717ea2d31d39be52d0ee4049dc2e96d158f0973627a
File without changes
@@ -1,3 +1,5 @@
1
+ require 'net/http'
2
+
1
3
  module Tixriss
2
4
  class Request
3
5
  attr_reader :domain, :key
@@ -1,3 +1,3 @@
1
1
  module Tixriss
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
@@ -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/tisriss #{args.join(' ')}", stdin_data: '')
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.1.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
- - tisriss
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/tisriss
127
+ - bin/tixriss
128
128
  - lib/tixriss.rb
129
129
  - lib/tixriss/request.rb
130
130
  - lib/tixriss/transformer.rb