site_hook 0.6.21 → 0.6.22
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/site_hook/version.rb +1 -1
- data/site_hook.gemspec +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 19af8f66de4f950d34b0352b2b3f6570b4b53f1b137a9327022ef4382e2a3729
|
4
|
+
data.tar.gz: 6428a388e0250404f65c048f5dca6159d2325f87ad7868c80275fea88e6b4289
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ecd09acd84818fd3869c043d1ee9dc0d695ad749bb4c27e6bc05979ca56e2b7a03068435db65590bea28fd75713b01fff3821d62a33143d43dffbf39ae5e4fa
|
7
|
+
data.tar.gz: c901771c80a21ff48dd3d18cc54befbf8a9ce02e5f1f497ea5ce64a6abc464f971e9fe80f42a56030e0fa3b68bc084c8961db51bb6f55a991d011973a2dd565d
|
data/lib/site_hook/version.rb
CHANGED
data/site_hook.gemspec
CHANGED
@@ -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.
|
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-
|
11
|
+
date: 2018-10-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|