tgfa-glynn 1.2.2 → 1.3.1
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/glynn +0 -0
- data/lib/glynn/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a13751bcb3e5aab499f56ca230ecf7abf968157
|
|
4
|
+
data.tar.gz: 131e45cd4ec779e5f33f20f23d30705aecd1416a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bcdbc362b7359bc7162b086a133c96066a68f4b02f21da6995e16b4511098f4ba2447cfa6cc4a474c48a95ecfd599fc6fbef4aab91408c3a4fda494d986c8c9d
|
|
7
|
+
data.tar.gz: b6f4382672a58b27868d0b5d3007a160c688da41b8b2019456a4f7d2b8e78c271c226162fc3fbe5d0401d8599a7e1e09dccf6316c4600579464b7c27209c3b51
|
data/bin/glynn
CHANGED
|
File without changes
|
data/lib/glynn/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tgfa-glynn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- sugeng tigefa
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - ~>
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 1.
|
|
47
|
+
version: 1.3.1
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - ~>
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 1.
|
|
54
|
+
version: 1.3.1
|
|
55
55
|
description: Deploy a jekyll weblog through ftp
|
|
56
56
|
email: sugeng@tigefa.org
|
|
57
57
|
executables:
|
|
@@ -59,12 +59,12 @@ executables:
|
|
|
59
59
|
extensions: []
|
|
60
60
|
extra_rdoc_files: []
|
|
61
61
|
files:
|
|
62
|
+
- bin/glynn
|
|
62
63
|
- lib/glynn.rb
|
|
63
64
|
- lib/glynn/file.rb
|
|
64
65
|
- lib/glynn/ftp.rb
|
|
65
66
|
- lib/glynn/jekyll.rb
|
|
66
67
|
- lib/glynn/version.rb
|
|
67
|
-
- bin/glynn
|
|
68
68
|
homepage: https://github.com/tgfa/tgfa-glynn
|
|
69
69
|
licenses:
|
|
70
70
|
- MIT
|
|
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
85
85
|
version: '0'
|
|
86
86
|
requirements: []
|
|
87
87
|
rubyforge_project:
|
|
88
|
-
rubygems_version: 2.0
|
|
88
|
+
rubygems_version: 2.3.0
|
|
89
89
|
signing_key:
|
|
90
90
|
specification_version: 4
|
|
91
91
|
summary: Deploy a jekyll weblog through ftp and ftps or sftp
|