site_hook 0.6.21 → 0.6.22

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d95687c03ff63f39478acd38108b5c9753049e1a4564512b0b9b0b8ddae0f1c
4
- data.tar.gz: b8e3677d732fd9dc60da608ed28c02152844fb0a8971de87f935c1c133db9836
3
+ metadata.gz: 19af8f66de4f950d34b0352b2b3f6570b4b53f1b137a9327022ef4382e2a3729
4
+ data.tar.gz: 6428a388e0250404f65c048f5dca6159d2325f87ad7868c80275fea88e6b4289
5
5
  SHA512:
6
- metadata.gz: 487aa887cb88e954b4f3b5661b94a63552b387020899560babc9a02796fd12f7c1290442fbaaf70832ddd800a7038f07a357d713f2c3000d19ae820a6059a596
7
- data.tar.gz: a521484e20dc201b5c39388d70e41df54aaef9a1aab041234e8aa2330f10ab9f08c04a1346029d3b9516e329f9bfaec93120391c3bccd17e59c402856700c61a
6
+ metadata.gz: 9ecd09acd84818fd3869c043d1ee9dc0d695ad749bb4c27e6bc05979ca56e2b7a03068435db65590bea28fd75713b01fff3821d62a33143d43dffbf39ae5e4fa
7
+ data.tar.gz: c901771c80a21ff48dd3d18cc54befbf8a9ce02e5f1f497ea5ce64a6abc464f971e9fe80f42a56030e0fa3b68bc084c8961db51bb6f55a991d011973a2dd565d
@@ -1,3 +1,3 @@
1
1
  module SiteHook
2
- VERSION = "0.6.21"
2
+ VERSION = "0.6.22"
3
3
  end
@@ -11,6 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.summary = %q{Catch a POST request from a git service webhook and build a jekyll site.}
12
12
  spec.homepage = 'https://iotaspencer.me/projects/site_hook/'
13
13
  spec.license = 'MIT'
14
+ spec.licenses = ['MIT']
14
15
  spec.required_ruby_version = '>= 2.3'
15
16
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
16
17
  # to allow pushing to a single host or delete this section to allow pushing to any host.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: site_hook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.21
4
+ version: 0.6.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ken Spencer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-10 00:00:00.000000000 Z
11
+ date: 2018-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport