kitchen_hooks 1.6.0 → 1.6.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: 9eb74c5dbbe7c83206e30120671a1bf59553258a
4
- data.tar.gz: 9a722f4f0cf0ed44da7eaa7cf8668cc871a0ddd5
3
+ metadata.gz: bdbab75b2dcf0f030a706705bed249b6c0c77810
4
+ data.tar.gz: 13369c8343f7044d407465a16f85b9602142d590
5
5
  SHA512:
6
- metadata.gz: 1ad297874b1379c5ba0ac75ff27288ee47bc64633969c27103abbdcf74ae6303a8545138b36ff6cd06e3d7ea43c5537c073843b27baf13bd4eb76b7a85255012
7
- data.tar.gz: ed60bee3bfaffbf40f2395888a4c77f57537ac1c2bd4fab1da04552f58c6b7b2a9c85fa72f8012d79acdcafb233f079a585b393f6de24b566918d2f8d1a365f2
6
+ metadata.gz: ba141e72a93a7b6f3f726764a520ef80c623ffbe0b2eb3104e432b991c1b0adcd58bd03f5555257048b1e66454fdeac0552cf023a77b7180df6067eaa423c7f8
7
+ data.tar.gz: e8fff53ea79ddc263a51fef17d9ee11938f651df786ef87622657ae6a2799495dbfcc6fbbf8cb64e9057c9f9457323f61523256c303be098f4b200cb73ed3213
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2014 Blue Jeans Network
1
+ Copyright (c) 2015 Sean Clemmer and Blue Jeans Network
2
2
 
3
3
  Permission to use, copy, modify, and/or distribute this software for any
4
4
  purpose with or without fee is hereby granted, provided that the above
data/Readme.md CHANGED
@@ -116,6 +116,10 @@ The `server` command also exposes some options for Sinatra configuration. See
116
116
 
117
117
  ### Changelog
118
118
 
119
+ ### 1.6
120
+
121
+ * Add requests to backlog for serial processing
122
+
119
123
  #### 1.5
120
124
 
121
125
  * Add release notifications
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.6.1
@@ -1,10 +1,10 @@
1
1
  module KitchenHooks
2
2
  # General information about the project
3
3
  SUMMARY = %q.GitLab WebHoook for automated Chef Server uploads.
4
- AUTHOR = 'Kelly Wong'
5
- EMAIL = 'kelly@bluejenas.com'
4
+ AUTHOR = 'Sean Clemmer'
5
+ EMAIL = 'sclemmer@bluejeans.com'
6
6
  LICENSE = 'ISC'
7
- HOMEPAGE = 'http://git.ops.bluejeans.com/kitchen-hooks'
7
+ HOMEPAGE = 'https://github.com/sczizzo/kitchen-hooks'
8
8
 
9
9
  # Project root
10
10
  ROOT = File.dirname(__FILE__), '..', '..'
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen_hooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
- - Kelly Wong
7
+ - Sean Clemmer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -137,7 +137,7 @@ dependencies:
137
137
  - !ruby/object:Gem::Version
138
138
  version: '4.1'
139
139
  description: GitLab WebHoook for automated Chef Server uploads.
140
- email: kelly@bluejenas.com
140
+ email: sclemmer@bluejeans.com
141
141
  executables:
142
142
  - kitchen_hooks
143
143
  extensions: []
@@ -173,7 +173,7 @@ files:
173
173
  - web/public/vendor/js/jquery-v2.1.1.js
174
174
  - web/views/app.erb
175
175
  - web/views/layout.erb
176
- homepage: http://git.ops.bluejeans.com/kitchen-hooks
176
+ homepage: https://github.com/sczizzo/kitchen-hooks
177
177
  licenses:
178
178
  - ISC
179
179
  metadata: {}