ro_thor 4.5.8 → 4.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ro_thor.rb +0 -1
  3. data/lib/ro_thor/http.rb +5 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 35fe6e9a35019963f9650c33dfa6f28fa36e41a9b987735712b4e2197cc7bac0
4
- data.tar.gz: e26dcb07ea0437b979fe89d35abb5fcad6bc1f4d707d617b55f446af84c4bb4e
3
+ metadata.gz: 40a5e6127722a684605524581c7e89944b58e56f1dd70b6a17ddea65bc2ef18e
4
+ data.tar.gz: b59e1dafcef1f636262269db13c6a4075c3d3aff5433f59d7754dd6dcb9a8f42
5
5
  SHA512:
6
- metadata.gz: 18aba41c8cba4033a2ad2c2cb01583e79cee77d7953ac1a2664921f1862fb619d33a4b34c692bc3551ec3c40a1790330e75d134356674903e01c3820bcb8bbc7
7
- data.tar.gz: 21e1294ed7b1229d7dd4ea803a1da35b93b5f385acba3f60111b8ffd8c1fb0e20773a0d704759aa1a076024e5b8de3e8daa6d75943416dd7f00536771e7d3588
6
+ metadata.gz: c0e7640798240171dc4b27eb498606691985848b82b5fdc18bf1a34f886a2382503ed6eec44c4fe36c351517e7f919790ad4584a9245a9a72bd91125d52a21f8
7
+ data.tar.gz: 1284f79d0f46079b6ed0b1833b59449f022c4e8a0a39a7cd3c558db7100f23b4de93e7ab6ffbbfac9213efe02095ba3d9e94c2526480e20ed0b889962b896720
@@ -151,6 +151,5 @@ class RoThor < Thor
151
151
  sh "xdotool windowactivate #{wins.first.strip}"
152
152
  end
153
153
  end
154
-
155
154
  end
156
155
 
@@ -16,6 +16,11 @@ class RoThor
16
16
  end
17
17
  end
18
18
 
19
+ def head(url, *args, &blk)
20
+ out "head #{url}"
21
+ h.head(url, *args, &blk)
22
+ end
23
+
19
24
  def get(url, *args, &blk)
20
25
  out "get #{url}"
21
26
  h.get(url, *args, &blk)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ro_thor
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.5.8
4
+ version: 4.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-08 00:00:00.000000000 Z
11
+ date: 2020-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor