testlab 1.11.0 → 1.11.1

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.
@@ -22,6 +22,7 @@ cat <<EOF | tee /tmp/Gemfile
22
22
  source 'https://rubygems.org'
23
23
  gem 'chef', '<%= @chef[:client][:version] %>'
24
24
  gem 'moneta', '< 0.7.0'
25
+ gem 'mime-types', '< 2.0.0'
25
26
  EOF
26
27
 
27
28
  gem install bundler --no-ri --no-rdoc
@@ -36,6 +36,7 @@ gem '<%= chef_gem %>', '<%= @chef[:server][:version] %>'
36
36
  <% end -%>
37
37
  gem 'haml', '< 4.0.0'
38
38
  gem 'moneta', '< 0.7.0'
39
+ gem 'mime-types', '< 2.0.0'
39
40
  gem 'librarian-chef'
40
41
  EOF
41
42
 
@@ -1,6 +1,6 @@
1
1
  class TestLab
2
2
  unless const_defined?(:VERSION)
3
3
  # TestLab Gem Version
4
- VERSION = "1.11.0"
4
+ VERSION = "1.11.1"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testlab
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.11.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -350,7 +350,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
350
350
  version: '0'
351
351
  segments:
352
352
  - 0
353
- hash: -2228261480596938404
353
+ hash: -881114998993757336
354
354
  required_rubygems_version: !ruby/object:Gem::Requirement
355
355
  none: false
356
356
  requirements:
@@ -359,7 +359,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
359
359
  version: '0'
360
360
  segments:
361
361
  - 0
362
- hash: -2228261480596938404
362
+ hash: -881114998993757336
363
363
  requirements: []
364
364
  rubyforge_project:
365
365
  rubygems_version: 1.8.25