alox 0.0.8 → 0.0.9

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 (4) hide show
  1. checksums.yaml +15 -0
  2. data/VERSION +1 -1
  3. data/bin/alox +1 -1
  4. metadata +4 -6
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ Yzk5YzA3MDk2ZWRhMjE2ZWM0MzRmYTI3MDU0NzIzZDNiMmI2YmMyMQ==
5
+ data.tar.gz: !binary |-
6
+ ZDI4ZGJhMjBiNjU3ZTY2YzA1MTVmN2IxNDk0YmUyMmI3YmUyYjMxNg==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ ZDg1N2RiN2UzZTFkMjUzMWYwMjI5MjM3MmE5MTJkMTFlYzdjNWEzMjNkOGEw
10
+ OGY0Y2I0MTFiODFjOTM2ZTM2MThiYzZjM2ZhYTNjMGQ4N2U1ZjA0MGMyMDNi
11
+ MTNkZTJlZTA4OGRiYWZhZWUzYTJhYTE1ZDllMWI2MTg4YjExMDg=
12
+ data.tar.gz: !binary |-
13
+ MjQ3MjlmMjhiYzAxZTdhMjNjMzE0ZjExZWQ2ODI4MTQyZWY1NzdhZmY2YzAz
14
+ MWI4YmIwNzQyYjYxYjM2YjEyMzI1OWMzNTg0MWQxN2QyYTM0ZWFlNTk3ZjYz
15
+ NDRmYmVjMTY5ZjY0YzgyYTBiMGRjN2Q3ZTI0ODgwMjQwMjhmZjQ=
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.8
1
+ 0.0.9
data/bin/alox CHANGED
@@ -17,4 +17,4 @@ ENV['PATH'] = aloxes.inject(ENV['PATH']) {|acc, alox|
17
17
  acc
18
18
  }
19
19
 
20
- system("_sub", *ARGV)
20
+ exec("_sub", *ARGV)
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
5
- prerelease:
4
+ version: 0.0.9
6
5
  platform: ruby
7
6
  authors:
8
7
  - David Nghiem
@@ -28,26 +27,25 @@ files:
28
27
  - bin/alox
29
28
  homepage: https://github.com/destructuring/alox
30
29
  licenses: []
30
+ metadata: {}
31
31
  post_install_message:
32
32
  rdoc_options: []
33
33
  require_paths:
34
34
  - lib
35
35
  required_ruby_version: !ruby/object:Gem::Requirement
36
- none: false
37
36
  requirements:
38
37
  - - ! '>='
39
38
  - !ruby/object:Gem::Version
40
39
  version: '0'
41
40
  required_rubygems_version: !ruby/object:Gem::Requirement
42
- none: false
43
41
  requirements:
44
42
  - - ! '>='
45
43
  - !ruby/object:Gem::Version
46
44
  version: '0'
47
45
  requirements: []
48
46
  rubyforge_project:
49
- rubygems_version: 1.8.25
47
+ rubygems_version: 2.1.11
50
48
  signing_key:
51
- specification_version: 3
49
+ specification_version: 4
52
50
  summary: shell scripts packaged as rubygems
53
51
  test_files: []