ironfan 4.8.5 → 4.8.6

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.
Files changed (6) hide show
  1. data/CHANGELOG.md +3 -0
  2. data/Gemfile +0 -1
  3. data/Gemfile.lock +19 -25
  4. data/VERSION +1 -1
  5. data/ironfan.gemspec +1 -1
  6. metadata +2 -2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # v4.8.6
2
+ * Gemfile: removing stale grit dependency (breaks Cygwin build due to stale posix-thread incompatibility)
3
+
1
4
  # v4.8.5
2
5
  * Added the m3 flavors to ec2_flavor_info (thanks @rottmanj)
3
6
 
data/Gemfile CHANGED
@@ -22,7 +22,6 @@ end
22
22
  group :support do
23
23
  gem 'jeweler', ">= 1.6"
24
24
  gem 'pry'
25
- gem 'grit'
26
25
  end
27
26
 
28
27
  group :test do
data/Gemfile.lock CHANGED
@@ -2,9 +2,9 @@ GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
4
  archive-tar-minitar (0.5.2)
5
- builder (3.1.4)
5
+ builder (3.2.0)
6
6
  bunny (0.7.9)
7
- chef (10.22.0)
7
+ chef (10.24.0)
8
8
  bunny (>= 0.6.0, < 0.8.0)
9
9
  erubis
10
10
  highline (>= 1.6.9)
@@ -22,14 +22,14 @@ GEM
22
22
  treetop (~> 1.4.9)
23
23
  uuidtools
24
24
  yajl-ruby (~> 1.1)
25
- coderay (1.0.8)
25
+ coderay (1.0.9)
26
26
  columnize (0.3.6)
27
27
  configliere (0.4.18)
28
28
  highline (>= 1.5.2)
29
29
  multi_json (>= 1.1)
30
- diff-lcs (1.1.3)
30
+ diff-lcs (1.2.1)
31
31
  erubis (2.7.0)
32
- excon (0.16.10)
32
+ excon (0.19.3)
33
33
  fog (1.9.0)
34
34
  builder
35
35
  excon (~> 0.14)
@@ -46,17 +46,13 @@ GEM
46
46
  configliere (>= 0.4.13)
47
47
  json
48
48
  multi_json (>= 1.1)
49
- grit (2.5.0)
50
- diff-lcs (~> 1.1)
51
- mime-types (~> 1.15)
52
- posix-spawn (~> 0.3.6)
53
49
  guard (1.6.2)
54
50
  listen (>= 0.6.0)
55
51
  lumberjack (>= 1.0.2)
56
52
  pry (>= 0.9.10)
57
53
  terminal-table (>= 1.4.3)
58
54
  thor (>= 0.14.6)
59
- guard-rspec (2.4.0)
55
+ guard-rspec (2.4.1)
60
56
  guard (>= 1.1)
61
57
  rspec (~> 2.11)
62
58
  guard-yard (2.0.1)
@@ -72,7 +68,7 @@ GEM
72
68
  json (1.5.4)
73
69
  linecache19 (0.5.12)
74
70
  ruby_core_source (>= 0.1.4)
75
- listen (0.7.2)
71
+ listen (0.7.3)
76
72
  lumberjack (1.0.2)
77
73
  method_source (0.8.1)
78
74
  mime-types (1.21)
@@ -83,7 +79,7 @@ GEM
83
79
  mixlib-log (1.4.1)
84
80
  mixlib-shellout (1.1.0)
85
81
  moneta (0.6.0)
86
- multi_json (1.6.0)
82
+ multi_json (1.6.1)
87
83
  net-scp (1.0.4)
88
84
  net-ssh (>= 1.99.1)
89
85
  net-ssh (2.6.5)
@@ -101,27 +97,26 @@ GEM
101
97
  mixlib-shellout
102
98
  systemu
103
99
  yajl-ruby
104
- oj (2.0.4)
100
+ oj (2.0.7)
105
101
  polyglot (0.3.3)
106
- posix-spawn (0.3.6)
107
102
  pry (0.9.12)
108
103
  coderay (~> 1.0.5)
109
104
  method_source (~> 0.8)
110
105
  slop (~> 3.4)
111
106
  rake (10.0.3)
112
- rdoc (3.12.1)
107
+ rdoc (4.0.0)
113
108
  json (~> 1.4)
114
109
  redcarpet (2.2.2)
115
110
  rest-client (1.6.7)
116
111
  mime-types (>= 1.16)
117
- rspec (2.12.0)
118
- rspec-core (~> 2.12.0)
119
- rspec-expectations (~> 2.12.0)
120
- rspec-mocks (~> 2.12.0)
121
- rspec-core (2.12.2)
122
- rspec-expectations (2.12.1)
123
- diff-lcs (~> 1.1.3)
124
- rspec-mocks (2.12.2)
112
+ rspec (2.13.0)
113
+ rspec-core (~> 2.13.0)
114
+ rspec-expectations (~> 2.13.0)
115
+ rspec-mocks (~> 2.13.0)
116
+ rspec-core (2.13.0)
117
+ rspec-expectations (2.13.0)
118
+ diff-lcs (>= 1.1.3, < 2.0)
119
+ rspec-mocks (2.13.0)
125
120
  ruby-debug-base19 (0.11.25)
126
121
  columnize (>= 0.3.1)
127
122
  linecache19 (>= 0.5.11)
@@ -147,7 +142,7 @@ GEM
147
142
  polyglot (>= 0.3.1)
148
143
  uuidtools (2.1.3)
149
144
  yajl-ruby (1.1.0)
150
- yard (0.8.4.1)
145
+ yard (0.8.5.2)
151
146
 
152
147
  PLATFORMS
153
148
  ruby
@@ -158,7 +153,6 @@ DEPENDENCIES
158
153
  fog (~> 1.2)
159
154
  formatador (~> 0.2)
160
155
  gorillib (~> 0.4.2)
161
- grit
162
156
  guard (~> 1)
163
157
  guard-rspec
164
158
  guard-yard
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.8.5
1
+ 4.8.6
data/ironfan.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "ironfan"
8
- s.version = "4.8.5"
8
+ s.version = "4.8.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Infochimps"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ironfan
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 4.8.5
5
+ version: 4.8.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Infochimps
@@ -284,7 +284,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
284
284
  requirements:
285
285
  - - ">="
286
286
  - !ruby/object:Gem::Version
287
- hash: -733676067668479092
287
+ hash: -2170733179421176623
288
288
  segments:
289
289
  - 0
290
290
  version: "0"