mixlib-install 1.2.3 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f8ae407cc23cb10c74e3f29cad983a29205761fa
4
- data.tar.gz: 155be20c8f41258ccc1bc585632e683e89a7e49a
3
+ metadata.gz: 31d7f4084fe55fca11da584264045f2360973d2a
4
+ data.tar.gz: 505328fca2bfba3c7e52ae7c5144ffd942576a49
5
5
  SHA512:
6
- metadata.gz: ba739160f69b9d0d28813e81badb95e58919eb87ee89600dca2a6c82b6dc546f300d7c35245e33f717647de621ecdeb12a561f98497fb21a425a7a3008bd953c
7
- data.tar.gz: fb389fceb26a6f6625055cd6957a6ff854c6b570231e0392e17355994e10a9351c87e68733ddb2b477c12cbd716e4c665e5f5c013699947cc7bdbf91a32242a2
6
+ metadata.gz: 600a348d941118e4cd3418e13522a33b844e1645d9e979c327f01911c9f400a0e57ddc0be320d85a139e26cbdfce40c225bfc6bc419a257bb884edc27fcc020b
7
+ data.tar.gz: ac9e249c233af533a9c82d396b4b3ebeb8390320302ec6927016f710a8e88172c9bed92199c3088001ed2f9ca2af34c67cefae6078492580352f1fd46589732a
@@ -1,5 +1,8 @@
1
1
  # Change Log
2
2
 
3
+ ## [1.2.4]
4
+ - Major version 1 deprecated. Update to major version 2.
5
+
3
6
  ## [1.2.3]
4
7
  - Add inspec as a supported product
5
8
 
@@ -17,6 +17,8 @@
17
17
  # limitations under the License.
18
18
  #
19
19
 
20
+ raise "mixlib-install v1 has been deprecated, please update to v2+. See https://discourse.chef.io/t/end-of-life-announcement-for-chef-software-inc-s-bintray-account/9807/1 for more information."
21
+
20
22
  require "mixlib/versioning"
21
23
  require "mixlib/shellout"
22
24
 
@@ -1,5 +1,5 @@
1
1
  module Mixlib
2
2
  class Install
3
- VERSION = "1.2.3"
3
+ VERSION = "1.2.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mixlib-install
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thom May
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-09-22 00:00:00.000000000 Z
12
+ date: 2016-12-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: artifactory
@@ -176,7 +176,6 @@ files:
176
176
  - ".gitattributes"
177
177
  - ".gitignore"
178
178
  - ".rspec"
179
- - ".travis.yml"
180
179
  - CHANGELOG.md
181
180
  - CONTRIBUTING.md
182
181
  - Gemfile
@@ -1,7 +0,0 @@
1
- language: ruby
2
- sudo: false
3
- rvm:
4
- - 2.2
5
- - 2.1
6
-
7
- script: bundle exec rake ci