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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 569b75a04a87e815f2827e7d0c2fcded0b9119a2
4
- data.tar.gz: f0feb1c12f39c9ffffb763c5297e3352a676072a
3
+ metadata.gz: 9d94cc333de503a6fbdb201f1ed9b31cff858cb5
4
+ data.tar.gz: bfcedea76e84e2134f0bdf187bed35f30d8e99b0
5
5
  SHA512:
6
- metadata.gz: 0e62dc40194176c12b5b62724b93032010998b3176862a2c072000e49eed700fa89683aef2ce91a8d078d58c3d62d3d7d77b0471c3c612da91e4b9684d22e309
7
- data.tar.gz: 35b0cfffce782c36f2acf1785d72f7c3c064033e801e0a98723a34ab43322f983e03bae734f21814390e9e718e2f2466dc1fd3e4bf9311da68454774424c7157
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
@@ -1,3 +1,3 @@
1
1
  class JekyllAuth
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
3
3
  end
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.1
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-06 00:00:00.000000000 Z
11
+ date: 2015-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll