directory_push 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 377f174e678abffd7f7edd112e7322be29ec537e
4
- data.tar.gz: f5ce5f0f9e1e69a50175e847037a8bb1ce522643
3
+ metadata.gz: 2d59638a6e7eafdb7356eb183e8ba0364819f946
4
+ data.tar.gz: 9823bf648b565341d92d9515d0909216bdb3df52
5
5
  SHA512:
6
- metadata.gz: 6e23e45e536121fc6aa9a24cfc62e4de4fe29974cc3402e3f10e7fa6281fcfcf3af67a75c12e454244fda9acf293092130a34c7d0b0581a515c578d53be6c8e0
7
- data.tar.gz: 02b03b1332e84652a62dd8ce143ec67dea8f4d5408d3082e2208877a7aa022e172a37cfcc873bed8d89c6f4acd7f2fa55a750c9a80ba06e9281512d194d02cbf
6
+ metadata.gz: 26838e0edda5f42c39defd12b76628d145eecf3557f2732d72aabddef3876b2fa432e9df7f3db3a9405a04b9440e076fc1e8bdab26e6e36703c539d88efd225b
7
+ data.tar.gz: 1347e7e6234a7b2b1f64684ee08e39c4bca219508ba814f94254f108da11b92b5cc83af976babad356d633c57cdb0c0a5ae2b812eae281326b792f8df8071f70
data/exe/directory_push CHANGED
@@ -45,7 +45,7 @@ OptionParser.new do |opts|
45
45
  opts.on(
46
46
  "-u",
47
47
  "--user [USER]",
48
- %W{The user name to use to login to the remote server. Defaults to "#{options[:user]}".}
48
+ %Q{The user name to use to login to the remote server. Defaults to "#{options[:user]}".}
49
49
  ) do |d|
50
50
  options[:user] = d
51
51
  end
@@ -62,7 +62,7 @@ OptionParser.new do |opts|
62
62
  opts.on(
63
63
  "-i",
64
64
  "--ignore-pattern [PATTERN]",
65
- %W{Pattern describing files that gaurd should ignore during its watch.}
65
+ %Q{Pattern describing files that gaurd should ignore during its watch.}
66
66
  ) do |d|
67
67
  options[:ignore_pattern] = d
68
68
  end
@@ -71,7 +71,7 @@ OptionParser.new do |opts|
71
71
  opts.on(
72
72
  "-s",
73
73
  "--[no-]preserve_settings",
74
- %W{Preserve the configuration settings and a backup of the remote directory before pushing after exiting. Defaults to #{options[:preserve_settings]}.}
74
+ %Q{Preserve the configuration settings and a backup of the remote directory before pushing after exiting. Defaults to #{options[:preserve_settings]}.}
75
75
  ) do |d|
76
76
  options[:preserve_settings] = d
77
77
  end
@@ -1,3 +1,3 @@
1
1
  module DirectoryPush
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: directory_push
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dustin Morrill
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-07-09 00:00:00.000000000 Z
11
+ date: 2018-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: guard