classify_cluster 0.4.9 → 0.4.10

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
1
  pkg/*
2
2
  *.gem
3
3
  .bundle
4
+ Gemfile.lock
@@ -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>, ["~> 1.6.1"])
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"
@@ -1,3 +1,3 @@
1
1
  module ClassifyCluster
2
- VERSION = "0.4.9"
2
+ VERSION = "0.4.10"
3
3
  end
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: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 9
10
- version: 0.4.9
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: 13
45
+ hash: 3
46
46
  segments:
47
47
  - 1
48
- - 6
49
- - 1
50
- version: 1.6.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!