kender 0.2.6 → 0.3.0
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/lib/kender/tasks/ci.rake +2 -2
- data/lib/kender/version.rb +1 -1
- metadata +24 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4468c2db9ce85ea253602ac40dbd99618efe85b0
|
|
4
|
+
data.tar.gz: f66158bb247d6d025eace0a7ac14aae0410e32bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 22b0f6a64e37ccd1723f35c49ceb48343bc3658fdf854450358965e352acd94c7d84493d29fb1ad440cef7a07322042dcd149251c23d3fbdeab347bd034b0f92
|
|
7
|
+
data.tar.gz: 8049c599b1ff06611006c8d5bb9f0e4ca5ae117c97c46f5d86f57e696892fea8d1658c64657e209fa2fe1b1853b66a8f548b1430f2373c6353a82304b88db995
|
data/lib/kender/tasks/ci.rake
CHANGED
|
@@ -29,7 +29,7 @@ end
|
|
|
29
29
|
namespace :ci do
|
|
30
30
|
|
|
31
31
|
# UI for the user, these are tasks the user can use
|
|
32
|
-
desc "Configure the app to run continuous integration tests"
|
|
32
|
+
desc "Configure the app to run continuous integration tests."
|
|
33
33
|
task :config => ['ci:env', 'ci:config_project', 'ci:setup_db']
|
|
34
34
|
|
|
35
35
|
desc "Run continuous integration tests with the current configuration"
|
|
@@ -63,7 +63,7 @@ namespace :ci do
|
|
|
63
63
|
end
|
|
64
64
|
|
|
65
65
|
task :config_project do
|
|
66
|
-
unless run_successfully?('config:
|
|
66
|
+
unless run_successfully?('config:deploy')
|
|
67
67
|
puts 'Your project could not be configured, a config:all task needed. Consider installing dice_bag'
|
|
68
68
|
end
|
|
69
69
|
end
|
data/lib/kender/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kender
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Smith
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2015-
|
|
14
|
+
date: 2015-06-10 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: bundler
|
|
@@ -27,35 +27,50 @@ dependencies:
|
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: '0'
|
|
30
|
+
- !ruby/object:Gem::Dependency
|
|
31
|
+
name: dice_bag
|
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
|
33
|
+
requirements:
|
|
34
|
+
- - "~>"
|
|
35
|
+
- !ruby/object:Gem::Version
|
|
36
|
+
version: '0.8'
|
|
37
|
+
type: :runtime
|
|
38
|
+
prerelease: false
|
|
39
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
40
|
+
requirements:
|
|
41
|
+
- - "~>"
|
|
42
|
+
- !ruby/object:Gem::Version
|
|
43
|
+
version: '0.8'
|
|
30
44
|
- !ruby/object:Gem::Dependency
|
|
31
45
|
name: aruba
|
|
32
46
|
requirement: !ruby/object:Gem::Requirement
|
|
33
47
|
requirements:
|
|
34
48
|
- - "~>"
|
|
35
49
|
- !ruby/object:Gem::Version
|
|
36
|
-
version: 0.5
|
|
50
|
+
version: '0.5'
|
|
37
51
|
type: :development
|
|
38
52
|
prerelease: false
|
|
39
53
|
version_requirements: !ruby/object:Gem::Requirement
|
|
40
54
|
requirements:
|
|
41
55
|
- - "~>"
|
|
42
56
|
- !ruby/object:Gem::Version
|
|
43
|
-
version: 0.5
|
|
57
|
+
version: '0.5'
|
|
44
58
|
- !ruby/object:Gem::Dependency
|
|
45
59
|
name: rake
|
|
46
60
|
requirement: !ruby/object:Gem::Requirement
|
|
47
61
|
requirements:
|
|
48
|
-
- - "
|
|
62
|
+
- - "~>"
|
|
49
63
|
- !ruby/object:Gem::Version
|
|
50
64
|
version: '0'
|
|
51
65
|
type: :development
|
|
52
66
|
prerelease: false
|
|
53
67
|
version_requirements: !ruby/object:Gem::Requirement
|
|
54
68
|
requirements:
|
|
55
|
-
- - "
|
|
69
|
+
- - "~>"
|
|
56
70
|
- !ruby/object:Gem::Version
|
|
57
71
|
version: '0'
|
|
58
|
-
description:
|
|
72
|
+
description: Kender is a library of rake tasks that provides a consistent framework
|
|
73
|
+
for continuous integration (CI).
|
|
59
74
|
email:
|
|
60
75
|
- asmith@mdsol.com
|
|
61
76
|
- jcarres@mdsol.com
|
|
@@ -90,7 +105,7 @@ files:
|
|
|
90
105
|
- lib/kender/tasks.rb
|
|
91
106
|
- lib/kender/tasks/ci.rake
|
|
92
107
|
- lib/kender/version.rb
|
|
93
|
-
homepage:
|
|
108
|
+
homepage: https://github.com/mdsol/kender
|
|
94
109
|
licenses:
|
|
95
110
|
- MIT
|
|
96
111
|
metadata: {}
|
|
@@ -113,8 +128,7 @@ rubyforge_project:
|
|
|
113
128
|
rubygems_version: 2.2.2
|
|
114
129
|
signing_key:
|
|
115
130
|
specification_version: 4
|
|
116
|
-
summary:
|
|
117
|
-
continuous integration (CI).
|
|
131
|
+
summary: Rake tasks for continuous integration (CI).
|
|
118
132
|
test_files:
|
|
119
133
|
- features/install.feature
|
|
120
134
|
- features/rspec.feature
|