bozo 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +15 -0
  2. data/bin/bozo +9 -0
  3. metadata +89 -0
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ N2VlYjAzNjI5ZTc4MjFlMDRiZjMyNTY5YWYxN2FkNGQwZGJjZWM4Mw==
5
+ data.tar.gz: !binary |-
6
+ NWVkM2NlMDU3MjUwMTZiOTc5MjU5YmRhOTU1MDA2OGE0ZDc1OGEyYg==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ NTY4YzljNDEwM2VlMTA5ODc2NDdlZTVjNjZhOTBjNDU5OWVkNjVhYTAxYjk1
10
+ MzliOWJiZTMzNGQyYzhkOGRiYzdlOWUwNmFjYTE3ZThlMTc1NDhmYjQxMjc1
11
+ YTBmZjkxYjM5NGViZTgyYWUxN2MzZjBkMDBhYjZhMDEyMDY5NDA=
12
+ data.tar.gz: !binary |-
13
+ M2QwNDI5MTllYWFhMzc3ZDYxMTY3NmQzYzBhY2I3Y2NmYWU4NGNjNjlmMGVh
14
+ MTdjNWE3ZWFlMTliZjk2MWZiOTQyNjg1YWRlZThlY2NmMTc2MGE2MDNiYTM2
15
+ OTBjNDM3YWI4ZmQzYjkzYmRhZDZlYmQwNGRiNDEzNjU0ODc5NWE=
data/bin/bozo ADDED
@@ -0,0 +1,9 @@
1
+ #!/usr/bin/env ruby
2
+ $:.push File.expand_path(File.dirname(File.realpath(__FILE__)) + '/../lib')
3
+
4
+ require "bundler/setup"
5
+ require "rainbow"
6
+ require "bozo"
7
+
8
+ # Invoke the command
9
+ exit GLI.run(ARGV)
metadata ADDED
@@ -0,0 +1,89 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bozo
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.1
5
+ platform: ruby
6
+ authors:
7
+ - Garry Shutler
8
+ - Luke Smith
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2014-03-06 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: gli
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - ~>
19
+ - !ruby/object:Gem::Version
20
+ version: '1.6'
21
+ type: :runtime
22
+ prerelease: false
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ~>
26
+ - !ruby/object:Gem::Version
27
+ version: '1.6'
28
+ - !ruby/object:Gem::Dependency
29
+ name: rainbow
30
+ requirement: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ~>
33
+ - !ruby/object:Gem::Version
34
+ version: 2.0.0
35
+ type: :runtime
36
+ prerelease: false
37
+ version_requirements: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ~>
40
+ - !ruby/object:Gem::Version
41
+ version: 2.0.0
42
+ - !ruby/object:Gem::Dependency
43
+ name: test-unit
44
+ requirement: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ~>
47
+ - !ruby/object:Gem::Version
48
+ version: 2.4.8
49
+ type: :development
50
+ prerelease: false
51
+ version_requirements: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ~>
54
+ - !ruby/object:Gem::Version
55
+ version: 2.4.8
56
+ description: Zopa build system
57
+ email:
58
+ - garryshutler@zopa.com
59
+ - luke@zopa.com
60
+ executables:
61
+ - bozo
62
+ extensions: []
63
+ extra_rdoc_files: []
64
+ files:
65
+ - bin/bozo
66
+ homepage: https://github.com/zopaUK/bozo
67
+ licenses: []
68
+ metadata: {}
69
+ post_install_message:
70
+ rdoc_options: []
71
+ require_paths:
72
+ - lib
73
+ required_ruby_version: !ruby/object:Gem::Requirement
74
+ requirements:
75
+ - - ! '>='
76
+ - !ruby/object:Gem::Version
77
+ version: '0'
78
+ required_rubygems_version: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ! '>='
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ requirements: []
84
+ rubyforge_project: bozo
85
+ rubygems_version: 2.0.3
86
+ signing_key:
87
+ specification_version: 4
88
+ summary: Zopa build system
89
+ test_files: []