yard-sftp 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/yard-sftp/version.rb +1 -1
- data/yard-sftp.gemspec +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: 54c06f2925ae495fff9fb9b325efedec27a193f8
|
4
|
+
data.tar.gz: 9167423576e0568c38b0a41a010fb233d4d44938
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5b7b5868dd9f7ec24b81d2a3ba10724f6c57416259baf7baf6d1a7c0fd75e3746a6ba7e176f31122a56a5daca4068691c27f46f6abaa70523e7b80e40f2a282
|
7
|
+
data.tar.gz: d1d660b00f9dd2b4cf71905088dd1e11545cc35babb011bf797cc34473a421fe57bd078cc44f4bc8a54b547bb13143c38ca08bb19efc91eb1cbe6ffdb593bfba
|
data/README.md
CHANGED
@@ -14,7 +14,7 @@ In order to move your yard documentation to a remote location using SFTP you nee
|
|
14
14
|
username: 'username'
|
15
15
|
password: 'password'
|
16
16
|
|
17
|
-
Once this is all setup hit `yard` at your command line as you normally would and each file will uploaded via SFTP as they are created. Please note that both the `.
|
17
|
+
Once this is all setup hit `yard` at your command line as you normally would and each file will uploaded via SFTP as they are created. Please note that both the `.yardoc` and `doc` directories are uploaded!
|
18
18
|
|
19
19
|
### `.yardsftp` config file? Why?
|
20
20
|
I've added a new `.yardsftp` so different projects can be uploaded to custom remote locations. I did attempt to add these to the global `.yard/config` file but there was no way to distinguish custom remote file paths between different projects! Please email if you have a good suggestion!
|
data/lib/yard-sftp/version.rb
CHANGED
data/yard-sftp.gemspec
CHANGED
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
|
|
5
5
|
s.version = YARDSFTP::VERSION
|
6
6
|
s.date = '2013-07-15'
|
7
7
|
s.summary = 'yard-sftp - securely transfer your yard documentation'
|
8
|
-
s.description = 'Move
|
8
|
+
s.description = 'Move your new shiny documentation to a remote location with SFTP'
|
9
9
|
s.author = 'Jonathan Chrisp'
|
10
10
|
s.email = 'jonathan.chrisp@gmail.com'
|
11
11
|
s.license = 'MIT'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yard-sftp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonathan Chrisp
|
@@ -66,7 +66,7 @@ dependencies:
|
|
66
66
|
- - ~>
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: 0.8.6.2
|
69
|
-
description: Move
|
69
|
+
description: Move your new shiny documentation to a remote location with SFTP
|
70
70
|
email: jonathan.chrisp@gmail.com
|
71
71
|
executables: []
|
72
72
|
extensions: []
|