knife-spork 1.7.0 → 1.7.1

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: ed2d90462c49f6dd058ff7d5df3c8e15fb0ce541
4
- data.tar.gz: 9a34114efd252e64ec1c0260e23ef415dae06139
3
+ metadata.gz: 34cd399094e7ae6b16b29d67d900cd6511a77ac0
4
+ data.tar.gz: 4c75d7ee4393852c00e22eb024f335a48c5e9cc9
5
5
  SHA512:
6
- metadata.gz: 12082e66af466bd59956dda2bdf13312fc2f785e2fb74be2d11531c30583a30fb290f5f76d01d1cf619a16f3e85ff63498d1297d4788ca49bc6ea1b57a90526f
7
- data.tar.gz: 8e217c599c8bf546a12e647dbe311d2600c7175f0eee1c078c3ab51bb6a468d3b1de542d0d1139a66477e5995b90d4e8806a224a0647e0b6fc35b9faaae22663
6
+ metadata.gz: 00141fddecab5cd117ac3f90a72b889ed1adc51df2de9f471aea0f04d8672cc1e455b014f7bf8d5fd25b97b8a51ceb39de60019afe6ae324bc47a5365088ae55
7
+ data.tar.gz: 676e232430b8e6bfe682b62247c5f1115d02e139af107b578fac4b5eb7b6e0858736c4d30ff7b907eb63e1cb6aa54098ef6403f9de2eed19978f43a697295eff
@@ -1,3 +1,10 @@
1
+ ## 1.7.1 (17th November 2017)
2
+
3
+ Bugfixes:
4
+
5
+ - Fixes to gemspec fields
6
+
7
+
1
8
  ## 1.7.0 (12th October 2017)
2
9
 
3
10
  Features:
@@ -5,12 +5,12 @@ require "knife-spork/version"
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = 'knife-spork'
7
7
  gem.version = KnifeSpork::Version::VERSION
8
- gem.authors = ["Jon Cowie", "Katherine Daniels"]
9
- gem.email = ['jonlives@gmail.com', 'kdaniels@etsy.com']
8
+ gem.authors = ["Jon Cowie", "Ryn Daniels"]
9
+ gem.email = ['jonlives@gmail.com', 'code@ryn.works']
10
10
  gem.homepage = 'https://github.com/jonlives/knife-spork'
11
11
  gem.licenses = ['GPL']
12
12
  gem.summary = "A workflow plugin to help many devs work with the same chef repo/server"
13
- gem.description = "KnifeSpork is a workflow plugin for Chef::Knife which helps multiple developers work on the same Chef Server and repository without treading on each other's toes. This plugin was designed around the workflow we have here at Etsy, where several people are working on the Chef repository and Chef Server simultaneously."
13
+ gem.description = "KnifeSpork is a workflow plugin for Chef::Knife which helps multiple developers work on the same Chef Server and repository without treading on each other's toes. This plugin was designed around the workflow used at Etsy, where several people are working on the Chef repository and Chef Server simultaneously."
14
14
 
15
15
  gem.files = `git ls-files`.split($\)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,5 +1,5 @@
1
1
  module KnifeSpork
2
2
  module Version
3
- VERSION = "1.7.0"
3
+ VERSION = "1.7.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-spork
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Cowie
8
- - Katherine Daniels
8
+ - Ryn Daniels
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-10-12 00:00:00.000000000 Z
12
+ date: 2017-11-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -111,11 +111,11 @@ dependencies:
111
111
  version: 3.0.1
112
112
  description: KnifeSpork is a workflow plugin for Chef::Knife which helps multiple
113
113
  developers work on the same Chef Server and repository without treading on each
114
- other's toes. This plugin was designed around the workflow we have here at Etsy,
115
- where several people are working on the Chef repository and Chef Server simultaneously.
114
+ other's toes. This plugin was designed around the workflow used at Etsy, where several
115
+ people are working on the Chef repository and Chef Server simultaneously.
116
116
  email:
117
117
  - jonlives@gmail.com
118
- - kdaniels@etsy.com
118
+ - code@ryn.works
119
119
  executables: []
120
120
  extensions: []
121
121
  extra_rdoc_files: []