jgd 1.5.1 → 1.5.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.
- data/.rultor.yml +2 -2
- data/README.md +5 -0
- data/jgd.gemspec +1 -1
- data/rubygems.yml.asc +14 -0
- metadata +3 -2
data/.rultor.yml
CHANGED
data/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
|
+
[](http://www.teamed.io)
|
|
2
|
+
[](http://www.rultor.com/p/yegor256/jekyll-github-deploy)
|
|
3
|
+
|
|
1
4
|
[](https://travis-ci.org/yegor256/jekyll-github-deploy)
|
|
2
5
|
[](http://badge.fury.io/rb/jgd)
|
|
6
|
+
[](https://gemnasium.com/yegor256/jekyll-github-deploy)
|
|
7
|
+
[](https://codeclimate.com/github/yegor256/jekyll-github-deploy)
|
|
3
8
|
|
|
4
9
|
# What is jgd ?
|
|
5
10
|
|
data/jgd.gemspec
CHANGED
|
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
|
|
|
5
5
|
s.rubygems_version = '2.2.2'
|
|
6
6
|
s.required_ruby_version = '>= 1.9.3'
|
|
7
7
|
s.name = 'jgd'
|
|
8
|
-
s.version = '1.5.
|
|
8
|
+
s.version = '1.5.2'
|
|
9
9
|
s.license = 'MIT'
|
|
10
10
|
s.summary = "Jekyll Github Deploy"
|
|
11
11
|
s.description = "Automated deployment of your Jekyll blog to Github Pages"
|
data/rubygems.yml.asc
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
-----BEGIN PGP MESSAGE-----
|
|
2
|
+
Version: GnuPG v1
|
|
3
|
+
|
|
4
|
+
hQEMA5qETcGag5w6AQf+JoWV+7Aff3xdN0v3TBxwVLWnrySGrXL062q95BCevOPF
|
|
5
|
+
MeuXAUby38yj55gvTJCIpmJDAWS7Jl9sCurpZFeo3Ehss6UeUIqt/1n8dOTedDG/
|
|
6
|
+
zGKy5FjC8j69KNY+5jcwX8d5M1WImFIDWxiAczYz3nxXPTAtso0OyFkWksjnq+lt
|
|
7
|
+
vSbcXZW80Pc6+xOnWf8xuY7R6K84GXIz3IZCbkN7JFHFpF+3FF5YXXOL5VCZ/apT
|
|
8
|
+
J3yzopk4sk1i/nia3odr06E37ZkZBgAZ0GEX9CQmCwOPR5vh24j4FHBCxxDzuR7A
|
|
9
|
+
7Rwx9pZ2kMjE0NEvcPH22M1HzGEOSHtcn2ilRntCztJ5ATrF9Nex7kfMHuw0MwLe
|
|
10
|
+
27jeNAFf2XH0cazJWdT+5z4U1jrkgTEzOXppBsilhG1vyoBffhAnSybG83PqFJEX
|
|
11
|
+
iZonwhzQ7W5ZipMJfwoOacpCQ7vBghgByE9iIrOKcmq8/5aZNFibvgE0GTXf5dQK
|
|
12
|
+
L1dC4LefX2jBug==
|
|
13
|
+
=2qDy
|
|
14
|
+
-----END PGP MESSAGE-----
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jgd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-
|
|
12
|
+
date: 2014-08-18 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: trollop
|
|
@@ -61,6 +61,7 @@ files:
|
|
|
61
61
|
- bash/deploy.sh
|
|
62
62
|
- bin/jgd
|
|
63
63
|
- jgd.gemspec
|
|
64
|
+
- rubygems.yml.asc
|
|
64
65
|
- test.sh
|
|
65
66
|
homepage: http://github.com/yegor256/jekyll-github-deploy
|
|
66
67
|
licenses:
|