knife-spork 1.7.0 → 1.7.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/knife-spork.gemspec +3 -3
- data/lib/knife-spork/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 34cd399094e7ae6b16b29d67d900cd6511a77ac0
|
|
4
|
+
data.tar.gz: 4c75d7ee4393852c00e22eb024f335a48c5e9cc9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00141fddecab5cd117ac3f90a72b889ed1adc51df2de9f471aea0f04d8672cc1e455b014f7bf8d5fd25b97b8a51ceb39de60019afe6ae324bc47a5365088ae55
|
|
7
|
+
data.tar.gz: 676e232430b8e6bfe682b62247c5f1115d02e139af107b578fac4b5eb7b6e0858736c4d30ff7b907eb63e1cb6aa54098ef6403f9de2eed19978f43a697295eff
|
data/CHANGELOG.md
CHANGED
data/knife-spork.gemspec
CHANGED
|
@@ -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", "
|
|
9
|
-
gem.email = ['jonlives@gmail.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
|
|
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) }
|
data/lib/knife-spork/version.rb
CHANGED
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.
|
|
4
|
+
version: 1.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jon Cowie
|
|
8
|
-
-
|
|
8
|
+
- Ryn Daniels
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-
|
|
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
|
|
115
|
-
|
|
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
|
-
-
|
|
118
|
+
- code@ryn.works
|
|
119
119
|
executables: []
|
|
120
120
|
extensions: []
|
|
121
121
|
extra_rdoc_files: []
|