yard-sftp 1.0.0 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a0bd955f7b7c987b198f861beac206f61462d4aa
4
- data.tar.gz: 767e6b2a0a990733ae2a3525e72eda395894bb31
3
+ metadata.gz: 54c06f2925ae495fff9fb9b325efedec27a193f8
4
+ data.tar.gz: 9167423576e0568c38b0a41a010fb233d4d44938
5
5
  SHA512:
6
- metadata.gz: 74336a21fa830857f6f7a32aee44db1b212b3c340a74546d5a4567ed1d7f69b2b9fa619f4de72b25e216223b9fe2744e26948d2629df53bcb5353f5cbbcdc658
7
- data.tar.gz: 324fa2a117abaa1483c33627988162aa740557ae95bf2d1b7475b0bf3c010010a5bf333a51d3e243dfa97e9f21b292f0db609a2c1d92a5df81c3b46a2bf55e84
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 `.yardopts` and `doc` directories are uploaded!
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!
@@ -1,3 +1,3 @@
1
1
  module YARDSFTP
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
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 you new shiny documentation to a remote location with SFTP'
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.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 you new shiny documentation to a remote location with SFTP
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: []