guard-autoupload 1.1.0 → 1.1.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: c9e8cc13938f436ef77d4691954891ec72d84bcc
4
- data.tar.gz: b56fc25cdaff4f07512248aa3c3ccbb0462d66d2
3
+ metadata.gz: dd1eeed72b0a0601f15e8ab1a57ba0251555e921
4
+ data.tar.gz: 023b2be75513a5fc65c5803e7e41a78aec224fd4
5
5
  SHA512:
6
- metadata.gz: c0e49708f1fac887d59208b5e7bbbb55130d40cdaff01f3094b5e72a7051e397fe386faa8ee09532a0a7a8d2b03a4d1a71f67a829985bd0dc465cb6dcf13b61e
7
- data.tar.gz: 92e24804e1afd216c2bce4e72c7ed997d9c854a9d87e51c2fe7acb6df4c68e15370c156126a6126a3c1658caf07106fec08da7497f6a13053ea838d42acabd4b
6
+ metadata.gz: bc5b0f8c57298614380b310360d7a2b36a5961fb7b10222a613694cfa417dce65db4224693a40abf7903f146c7ae70cbca1c92f4815dad0dd68f750872667d5e
7
+ data.tar.gz: 8a3de5fd16c6cfc958dcea998afa055dfed774fd0da62b542f7657081058ad7a9dda878a124a206becaffef6a94952398aa6b7f27935094d0e897bc0e300339c
@@ -10,14 +10,14 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["jyrki.lilja@focus.fi"]
11
11
  spec.summary = %q{Autoupload plugin - uploads local changes to remote host.}
12
12
  spec.description = %q{Uses either SFTP or FTP.}
13
- spec.homepage = "https://github.com/jyrkij/guard-autosync"
13
+ spec.homepage = "https://github.com/jyrkij/guard-autoupload"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
17
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
-
20
+
21
21
  spec.add_runtime_dependency 'guard', '~> 2.6'
22
22
  spec.add_runtime_dependency 'net-sftp', '~> 2.1'
23
23
  spec.add_runtime_dependency 'net-ssh-simple', '~> 1.6'
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module AutouploadVersion
3
- VERSION = "1.1.0"
3
+ VERSION = "1.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-autoupload
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jyrki Lilja
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-11 00:00:00.000000000 Z
11
+ date: 2015-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: guard
@@ -102,7 +102,7 @@ files:
102
102
  - lib/guard/autoupload/sftpsession.rb
103
103
  - lib/guard/autoupload/templates/Guardfile
104
104
  - lib/guard/autoupload/version.rb
105
- homepage: https://github.com/jyrkij/guard-autosync
105
+ homepage: https://github.com/jyrkij/guard-autoupload
106
106
  licenses:
107
107
  - MIT
108
108
  metadata: {}