jekyll-auth 1.0.1 → 1.0.2
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/bin/jekyll-auth +2 -1
- data/lib/jekyll_auth/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d94cc333de503a6fbdb201f1ed9b31cff858cb5
|
|
4
|
+
data.tar.gz: bfcedea76e84e2134f0bdf187bed35f30d8e99b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab4b0d18dfd9ee56ab8e3781990ff90decf4bb580e20f67379cf889cb836168e9a86ce1e2f495c0bc77e4417e61d21bdfaa5a95cf4f6152f464f6e43402bc0e3
|
|
7
|
+
data.tar.gz: 3d444b873b5918a678d31acbbb18c7944cb825c9f765ad28038ce36d5b0dcc2983dd0f9261c78fba87a67c19f83eb221389ba1445d6c7d6fd1f20731c587b502
|
data/bin/jekyll-auth
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
require 'mercenary'
|
|
5
5
|
require 'jekyll-auth'
|
|
6
6
|
require 'open3'
|
|
7
|
+
require 'jekyll-auth'
|
|
7
8
|
|
|
8
9
|
Mercenary.program("jekyll-auth") do |p|
|
|
9
10
|
p.version JekyllAuth::VERSION
|
|
@@ -89,7 +90,7 @@ Mercenary.program("jekyll-auth") do |p|
|
|
|
89
90
|
|
|
90
91
|
puts "Spinning up the server with authentication. Use CTRL-C to stop."
|
|
91
92
|
puts "To preview the site without authentication, use the `jekyll serve` command"
|
|
92
|
-
execute_command "bundle", "exec", "rackup", "-p", "4000"
|
|
93
|
+
JekyllAuth::Commands.execute_command "bundle", "exec", "rackup", "-p", "4000"
|
|
93
94
|
|
|
94
95
|
end
|
|
95
96
|
end
|
data/lib/jekyll_auth/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-auth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ben Balter
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-02-
|
|
11
|
+
date: 2015-02-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|