Bacon_Colored 0.1.2 → 0.1.3
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 +4 -4
- data/Bacon_Colored.gemspec +1 -1
- data/README.md +13 -3
- data/VERSION +1 -1
- metadata +15 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f8aa47dc1aa801bc6e17051d8ac8dc36cb3a63c7
|
4
|
+
data.tar.gz: df149fd4fa984b5ec6239e4a578f81939da3b6b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7399ff3f519bb65024ab32dcd66f7011bedc49653e91fd5e73592a75f427b1f80a2db3dbc16863e61726f992abcd72c6993782f8614de2378751a0e87f968d47
|
7
|
+
data.tar.gz: e8ad3d5d36fcee20f456fbd3abb529278dc221d75ab99664f72f83a925b305ea24cdd25057cb1bae9265bff0577fb996e5f3a8488eb3e1328f48276008929a75
|
data/Bacon_Colored.gemspec
CHANGED
data/README.md
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
Bacon\_Colored
|
2
2
|
==================
|
3
3
|
|
4
|
-
Inspired by GreenEggs: https://github.com/
|
5
|
-
(which apparantly is gone.)
|
4
|
+
Inspired by GreenEggs: [greeneggs by f1337](https://github.com/f1337/greeneggs)
|
6
5
|
|
7
6
|
Use It:
|
8
7
|
=====
|
@@ -12,7 +11,6 @@ gem install Bacon_Colored
|
|
12
11
|
```
|
13
12
|
|
14
13
|
```rb
|
15
|
-
require "bacon"
|
16
14
|
require "Bacon_Colored"
|
17
15
|
|
18
16
|
describe ....
|
@@ -21,6 +19,18 @@ end
|
|
21
19
|
|
22
20
|
```
|
23
21
|
|
22
|
+
Note:
|
23
|
+
=====
|
24
|
+
|
25
|
+
You will need `bacon > 1.0`.
|
26
|
+
|
27
|
+
Also, if you use the `bacon -r` option, it won't work. I still don't know why. Examples:
|
28
|
+
|
29
|
+
```rb
|
30
|
+
bacon -rBacon_Colored my_test_file.rb
|
31
|
+
bacon -rtests/helpers/my_helpers.rb my_test_file.rb
|
32
|
+
```
|
33
|
+
|
24
34
|
Alternatives:
|
25
35
|
======
|
26
36
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.3
|
metadata
CHANGED
@@ -1,55 +1,55 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: Bacon_Colored
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- da99
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2014-04-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '0'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: bacon
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '0'
|
33
|
+
version: '1.0'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '0'
|
40
|
+
version: '1.0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: colored
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- -
|
45
|
+
- - ">="
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '0'
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- -
|
52
|
+
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
description: "\n require \"bacon\";\n require \"Bacon_Colored\";\n "
|
@@ -60,8 +60,8 @@ executables:
|
|
60
60
|
extensions: []
|
61
61
|
extra_rdoc_files: []
|
62
62
|
files:
|
63
|
-
- .document
|
64
|
-
- .gitignore
|
63
|
+
- ".document"
|
64
|
+
- ".gitignore"
|
65
65
|
- Bacon_Colored.gemspec
|
66
66
|
- Gemfile
|
67
67
|
- LICENSE
|
@@ -84,17 +84,17 @@ require_paths:
|
|
84
84
|
- lib
|
85
85
|
required_ruby_version: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
|
-
- -
|
87
|
+
- - ">="
|
88
88
|
- !ruby/object:Gem::Version
|
89
89
|
version: '0'
|
90
90
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
91
91
|
requirements:
|
92
|
-
- -
|
92
|
+
- - ">="
|
93
93
|
- !ruby/object:Gem::Version
|
94
94
|
version: '0'
|
95
95
|
requirements: []
|
96
96
|
rubyforge_project: Bacon_Colored
|
97
|
-
rubygems_version: 2.
|
97
|
+
rubygems_version: 2.2.2
|
98
98
|
signing_key:
|
99
99
|
specification_version: 4
|
100
100
|
summary: Adds color to your Bacon runs.
|