guard-remote-sync 0.0.3 → 0.0.4

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.
data/README.md CHANGED
@@ -19,7 +19,7 @@ $ gem install guard-remote-sync
19
19
  Add guard definition to your Guardfile by running this command:
20
20
 
21
21
  ```
22
- $ guard init rspec
22
+ $ guard init remote-sync
23
23
  ```
24
24
 
25
25
  ## Usage
@@ -1,3 +1,5 @@
1
+ require 'open3'
2
+
1
3
  module Guard
2
4
  class RemoteSync
3
5
  class Command
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module RemoteSyncVersion
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-remote-sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-03 00:00:00.000000000 Z
12
+ date: 2012-08-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: guard
@@ -82,11 +82,11 @@ executables: []
82
82
  extensions: []
83
83
  extra_rdoc_files: []
84
84
  files:
85
+ - lib/guard/remote-sync.rb
85
86
  - lib/guard/remote-sync/command.rb
86
- - lib/guard/remote-sync/source.rb
87
- - lib/guard/remote-sync/templates/Guardfile
88
87
  - lib/guard/remote-sync/version.rb
89
- - lib/guard/remote-sync.rb
88
+ - lib/guard/remote-sync/templates/Guardfile
89
+ - lib/guard/remote-sync/source.rb
90
90
  - LICENSE
91
91
  - README.md
92
92
  homepage: https://github.com/pmcjury/guard-remote-sync