baze 0.1.0 → 0.1.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/cupa +7 -0
  3. metadata +14 -12
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 975bf0e7070ea8672818ccd03b7a3778da76410d
4
- data.tar.gz: d549f33c159ed8488056d9d25338e3d13b747b7d
3
+ metadata.gz: 2211aa2be9a26ab49f1773ecb3311541f9cc2ff9
4
+ data.tar.gz: 879a2a3328192cb496f1a095e828e0380b9aaa62
5
5
  SHA512:
6
- metadata.gz: 09fca2167049d055df12587cbe0a6ce7649fe6d9bcbc80f52e58932fffff9944f9e39cc0142bf91479e56c626ff77ceb76f10fa086197d2e92936dad54c27329
7
- data.tar.gz: 26aa46e48498ed9679e73f3809f6fc5f7cfd6c13e9d7bb4056bd6963d79a674a9f44889ac4f529b937cb37d595eccaa3b2d40dd8b05f145786f57de37e393d0d
6
+ metadata.gz: a69c3a6f2025b090829255ad98db442dc300cba5c260cfcdda5caf643dec75f4dcf18bb0f398a515fea74522a7e8ed9c5a2aa416310c954bff025fc9ed30efa9
7
+ data.tar.gz: f6a4a8281f1981f46508e60e56c87179111ef2a97a4fb030ff1dd046580ad40ee3a9a17999e97552e381aa48b26a47d4b781380aba876e0817a4b9277ac1070f
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ ARGV.each do |a|
4
+ puts "--- 8< --- 8< --- #{a} --- 8< --- 8< ---"
5
+ puts File.read a
6
+ end
7
+ puts '--- 8< --- 8< --- 8< --- 8< --- 8< ---'
metadata CHANGED
@@ -1,40 +1,42 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: baze
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pierre Carrier
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-02 00:00:00.000000000 Z
11
+ date: 2016-10-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
15
15
  - pierre@gcarrier.fr
16
16
  executables:
17
+ - cupa
18
+ - hex2ip
17
19
  - statistik
18
- - ip2hex
19
- - shost
20
- - shellescape
21
20
  - randmac
22
- - json2yaml
23
- - yaml2json
21
+ - suc
24
22
  - rrtmux
25
- - urlencode
26
- - hex2ip
23
+ - urldecode
24
+ - shellescape
25
+ - fixperms
27
26
  - lecho
27
+ - yaml2json
28
+ - json2yaml
29
+ - urlencode
30
+ - ip2hex
28
31
  - cols
29
- - fixperms
30
- - urldecode
31
- - suc
32
32
  - primes
33
+ - shost
33
34
  extensions: []
34
35
  extra_rdoc_files: []
35
36
  files:
36
37
  - COPYING
37
38
  - bin/cols
39
+ - bin/cupa
38
40
  - bin/fixperms
39
41
  - bin/hex2ip
40
42
  - bin/ip2hex