classify_cluster 0.4.9 → 0.4.10
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/.gitignore +1 -0
- data/classify_cluster.gemspec +1 -1
- data/lib/classify_cluster/version.rb +1 -1
- metadata +8 -9
- data/Gemfile.lock +0 -21
data/.gitignore
CHANGED
data/classify_cluster.gemspec
CHANGED
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
|
|
|
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
14
|
s.add_dependency(%q<commander>, ["~> 4.0.3"])
|
|
15
|
-
s.add_dependency(%q<highline>, ["
|
|
15
|
+
s.add_dependency(%q<highline>, [">= 1.5.0"])
|
|
16
16
|
s.add_dependency(%q<activesupport>, [">= 2.3.5"])
|
|
17
17
|
|
|
18
18
|
s.rubyforge_project = "classify_cluster"
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: classify_cluster
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 0.4.
|
|
9
|
+
- 10
|
|
10
|
+
version: 0.4.10
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Sean Cashin
|
|
@@ -40,14 +40,14 @@ dependencies:
|
|
|
40
40
|
requirement: &id002 !ruby/object:Gem::Requirement
|
|
41
41
|
none: false
|
|
42
42
|
requirements:
|
|
43
|
-
- -
|
|
43
|
+
- - ">="
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
|
-
hash:
|
|
45
|
+
hash: 3
|
|
46
46
|
segments:
|
|
47
47
|
- 1
|
|
48
|
-
-
|
|
49
|
-
-
|
|
50
|
-
version: 1.
|
|
48
|
+
- 5
|
|
49
|
+
- 0
|
|
50
|
+
version: 1.5.0
|
|
51
51
|
type: :runtime
|
|
52
52
|
version_requirements: *id002
|
|
53
53
|
- !ruby/object:Gem::Dependency
|
|
@@ -78,7 +78,6 @@ extra_rdoc_files: []
|
|
|
78
78
|
files:
|
|
79
79
|
- .gitignore
|
|
80
80
|
- Gemfile
|
|
81
|
-
- Gemfile.lock
|
|
82
81
|
- LICENSE
|
|
83
82
|
- README
|
|
84
83
|
- Rakefile
|
data/Gemfile.lock
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
classify_cluster (0.4.3)
|
|
5
|
-
activesupport (>= 2.3.5)
|
|
6
|
-
commander (~> 4.0.3)
|
|
7
|
-
highline (~> 1.6.1)
|
|
8
|
-
|
|
9
|
-
GEM
|
|
10
|
-
remote: http://rubygems.org/
|
|
11
|
-
specs:
|
|
12
|
-
activesupport (3.0.5)
|
|
13
|
-
commander (4.0.3)
|
|
14
|
-
highline (>= 1.5.0)
|
|
15
|
-
highline (1.6.1)
|
|
16
|
-
|
|
17
|
-
PLATFORMS
|
|
18
|
-
ruby
|
|
19
|
-
|
|
20
|
-
DEPENDENCIES
|
|
21
|
-
classify_cluster!
|