classify_cluster 0.4.13 → 0.4.16
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 +15 -0
- data/.rvmrc +1 -0
- data/classify_cluster.gemspec +1 -1
- data/lib/classify_cluster/version.rb +1 -1
- data/lib/classify_cluster.rb +1 -2
- metadata +25 -17
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
YzgzMTc5ZTZiMzkwYjdjMWY5OWRhYzYwZmY2ZmQwNGMyMDdkMTM2YQ==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
YjQ2OGQ1YWQ0YmY5MWIyY2JkZjM5MzQwYTkyMDgwNzMyNDQ2MjdjNg==
|
|
7
|
+
SHA512:
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
YWQzMjgyZWY5Y2ZiY2EzMzUwMjIyMWUyNDU3ZWQ5M2ZlMzhmZTYzY2U4MDVh
|
|
10
|
+
NTFkNGY5OThmZGVmOTg1NjVlMzZkYWJhM2MyMzRlODk5YTQ0NzBlYWIzNzE1
|
|
11
|
+
YzQ5ZGM4NmIwOTZiZmI1MzI3MWEzYzdkNTNkOGE1ZTBmMDFlMDY=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
YWUyODgxZTA4NDU2YmNlYWY4MzQ4MDY2ZDUwODMwMzNmM2QxOTBjMmVhYzAx
|
|
14
|
+
YjE1ODNmNmEyYmE3NmRiOTRlMjkxNGNmMjVmNzRmZDUzYjAxODNhNmFjMTQy
|
|
15
|
+
ZjBhZjcxYTBjYTk3OGE1NmIzNGFkMTRhOTMzZjRiOTU0MTM2ODI=
|
data/.rvmrc
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
rvm use --create 1.9.3@classify_cluster
|
data/classify_cluster.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
|
|
|
11
11
|
s.homepage = "http://rubygems.org/gems/classify_cluster"
|
|
12
12
|
s.summary = %q{Contains several binaries for generating capistrano and puppet configurations}
|
|
13
13
|
s.description = %q{Reading from a YAML file will allow for consistent configuration between capistrano and puppet}
|
|
14
|
-
s.add_dependency(%q<thor>, ["~> 0.14
|
|
14
|
+
s.add_dependency(%q<thor>, ["~> 0.14"])
|
|
15
15
|
s.add_dependency(%q<i18n>, [">= 0"])
|
|
16
16
|
s.add_dependency(%q<activesupport>, [">= 3.0.0"])
|
|
17
17
|
|
data/lib/classify_cluster.rb
CHANGED
metadata
CHANGED
|
@@ -1,49 +1,57 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: classify_cluster
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.4.16
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Sean Cashin
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 2014-04-23 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: thor
|
|
16
|
-
requirement:
|
|
17
|
-
none: false
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
18
16
|
requirements:
|
|
19
17
|
- - ~>
|
|
20
18
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.14
|
|
19
|
+
version: '0.14'
|
|
22
20
|
type: :runtime
|
|
23
21
|
prerelease: false
|
|
24
|
-
version_requirements:
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - ~>
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '0.14'
|
|
25
27
|
- !ruby/object:Gem::Dependency
|
|
26
28
|
name: i18n
|
|
27
|
-
requirement:
|
|
28
|
-
none: false
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
29
30
|
requirements:
|
|
30
31
|
- - ! '>='
|
|
31
32
|
- !ruby/object:Gem::Version
|
|
32
33
|
version: '0'
|
|
33
34
|
type: :runtime
|
|
34
35
|
prerelease: false
|
|
35
|
-
version_requirements:
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ! '>='
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
36
41
|
- !ruby/object:Gem::Dependency
|
|
37
42
|
name: activesupport
|
|
38
|
-
requirement:
|
|
39
|
-
none: false
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
40
44
|
requirements:
|
|
41
45
|
- - ! '>='
|
|
42
46
|
- !ruby/object:Gem::Version
|
|
43
47
|
version: 3.0.0
|
|
44
48
|
type: :runtime
|
|
45
49
|
prerelease: false
|
|
46
|
-
version_requirements:
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - ! '>='
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: 3.0.0
|
|
47
55
|
description: Reading from a YAML file will allow for consistent configuration between
|
|
48
56
|
capistrano and puppet
|
|
49
57
|
email:
|
|
@@ -54,6 +62,7 @@ extensions: []
|
|
|
54
62
|
extra_rdoc_files: []
|
|
55
63
|
files:
|
|
56
64
|
- .gitignore
|
|
65
|
+
- .rvmrc
|
|
57
66
|
- Gemfile
|
|
58
67
|
- LICENSE
|
|
59
68
|
- README
|
|
@@ -78,26 +87,25 @@ files:
|
|
|
78
87
|
- lib/classify_cluster/writers/puppet.rb
|
|
79
88
|
homepage: http://rubygems.org/gems/classify_cluster
|
|
80
89
|
licenses: []
|
|
90
|
+
metadata: {}
|
|
81
91
|
post_install_message:
|
|
82
92
|
rdoc_options: []
|
|
83
93
|
require_paths:
|
|
84
94
|
- lib
|
|
85
95
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
86
|
-
none: false
|
|
87
96
|
requirements:
|
|
88
97
|
- - ! '>='
|
|
89
98
|
- !ruby/object:Gem::Version
|
|
90
99
|
version: '0'
|
|
91
100
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
|
-
none: false
|
|
93
101
|
requirements:
|
|
94
102
|
- - ! '>='
|
|
95
103
|
- !ruby/object:Gem::Version
|
|
96
104
|
version: '0'
|
|
97
105
|
requirements: []
|
|
98
106
|
rubyforge_project: classify_cluster
|
|
99
|
-
rubygems_version:
|
|
107
|
+
rubygems_version: 2.2.2
|
|
100
108
|
signing_key:
|
|
101
|
-
specification_version:
|
|
109
|
+
specification_version: 4
|
|
102
110
|
summary: Contains several binaries for generating capistrano and puppet configurations
|
|
103
111
|
test_files: []
|