brake 0.3.6 → 0.3.7
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.
- data/README +3 -0
- metadata +8 -6
data/README
CHANGED
|
@@ -101,4 +101,7 @@ Jon - Cleaned up spelling errors
|
|
|
101
101
|
0.3.6
|
|
102
102
|
Jon - Added database flag to jenkins option so no longer to include database flag also
|
|
103
103
|
|
|
104
|
+
0.3.7
|
|
105
|
+
Jon - Updated gemspec, added new homepage as now on GitHub, created and changed license to MIT and added .gitignore file
|
|
106
|
+
|
|
104
107
|
END
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: brake
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.7
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2013-02-14 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rake
|
|
@@ -30,7 +30,9 @@ dependencies:
|
|
|
30
30
|
version: 0.9.2.2
|
|
31
31
|
description: A Cucumber options parser wrapper for Rake, because, cake was already
|
|
32
32
|
taken!
|
|
33
|
-
email:
|
|
33
|
+
email:
|
|
34
|
+
- bens@brandwatch.com
|
|
35
|
+
- jonathan@brandwatch.com
|
|
34
36
|
executables:
|
|
35
37
|
- brake
|
|
36
38
|
extensions: []
|
|
@@ -39,9 +41,9 @@ files:
|
|
|
39
41
|
- bin/brake
|
|
40
42
|
- lib/brake.rb
|
|
41
43
|
- README
|
|
42
|
-
homepage:
|
|
44
|
+
homepage: https://github.com/jonathanchrisp/brake
|
|
43
45
|
licenses:
|
|
44
|
-
-
|
|
46
|
+
- MIT
|
|
45
47
|
post_install_message:
|
|
46
48
|
rdoc_options: []
|
|
47
49
|
require_paths:
|
|
@@ -60,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
60
62
|
version: '0'
|
|
61
63
|
requirements: []
|
|
62
64
|
rubyforge_project:
|
|
63
|
-
rubygems_version: 1.8.
|
|
65
|
+
rubygems_version: 1.8.25
|
|
64
66
|
signing_key:
|
|
65
67
|
specification_version: 3
|
|
66
68
|
summary: A Cucumber options parser wrapper for Rake.
|