idrac 0.1.29 → 0.1.30

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: idrac
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.29
4
+ version: 0.1.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Siegel
@@ -130,6 +130,20 @@ dependencies:
130
130
  - - ">="
131
131
  - !ruby/object:Gem::Version
132
132
  version: 0.1.0
133
+ - !ruby/object:Gem::Dependency
134
+ name: colorize
135
+ requirement: !ruby/object:Gem::Requirement
136
+ requirements:
137
+ - - "~>"
138
+ - !ruby/object:Gem::Version
139
+ version: '0.8'
140
+ type: :runtime
141
+ prerelease: false
142
+ version_requirements: !ruby/object:Gem::Requirement
143
+ requirements:
144
+ - - "~>"
145
+ - !ruby/object:Gem::Version
146
+ version: '0.8'
133
147
  - !ruby/object:Gem::Dependency
134
148
  name: bundler
135
149
  requirement: !ruby/object:Gem::Requirement
@@ -206,7 +220,35 @@ files:
206
220
  - bin/console
207
221
  - bin/idrac
208
222
  - bin/setup
223
+ - dell_firmware_downloads/Catalog.etag
224
+ - dell_firmware_downloads/Catalog.xml
225
+ - idrac-0.1.6/.rspec
226
+ - idrac-0.1.6/README.md
227
+ - idrac-0.1.6/Rakefile
228
+ - idrac-0.1.6/bin/console
229
+ - idrac-0.1.6/bin/idrac
230
+ - idrac-0.1.6/bin/setup
231
+ - idrac-0.1.6/idrac.gemspec
232
+ - idrac-0.1.6/lib/idrac.rb
233
+ - idrac-0.1.6/lib/idrac/client.rb
234
+ - idrac-0.1.6/lib/idrac/firmware.rb
235
+ - idrac-0.1.6/lib/idrac/version.rb
236
+ - idrac-0.1.6/sig/idrac.rbs
237
+ - idrac-0.1.7/.rspec
238
+ - idrac-0.1.7/README.md
239
+ - idrac-0.1.7/Rakefile
240
+ - idrac-0.1.7/bin/console
241
+ - idrac-0.1.7/bin/idrac
242
+ - idrac-0.1.7/bin/setup
243
+ - idrac-0.1.7/idrac.gemspec
244
+ - idrac-0.1.7/lib/idrac.rb
245
+ - idrac-0.1.7/lib/idrac/client.rb
246
+ - idrac-0.1.7/lib/idrac/firmware.rb
247
+ - idrac-0.1.7/lib/idrac/screenshot.rb
248
+ - idrac-0.1.7/lib/idrac/version.rb
249
+ - idrac-0.1.7/sig/idrac.rbs
209
250
  - idrac.gemspec
251
+ - idrac.py
210
252
  - lib/idrac.rb
211
253
  - lib/idrac/client.rb
212
254
  - lib/idrac/error.rb
@@ -216,6 +258,7 @@ files:
216
258
  - lib/idrac/version.rb
217
259
  - sig/idrac.rbs
218
260
  - test_firmware_update.rb
261
+ - updater.rb
219
262
  homepage: http://github.com
220
263
  licenses:
221
264
  - MIT