listenandcopy 0.0.2 → 0.0.3

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.
Files changed (2) hide show
  1. checksums.yaml +5 -5
  2. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- data.tar.gz: 924f2fe9c50477806f04ea4599eeb9ee2b4a3ed0
4
- metadata.gz: 9fb1847b9261c40acd719b44f960ae50b48aef92
5
2
  SHA512:
6
- data.tar.gz: 660d21534b61ce94e61a6491d00ad3aba3b4aae5b3efa3d85b8f2ca23dcf774a129da9c523535ae6dd0de6c50368d6f4e7a21e7db64cc1b64d63c9a79ea23f1a
7
- metadata.gz: ff5a4dcecbb0ac6ffe69e5995f183519d22dd4c83d4b8516ebf85eaa9256d8bd4f5118bd9f7f9eeba86d3b8c7687cb3cbca9e25b55beb7dfebf8a758b73845da
3
+ metadata.gz: 7e9f04ca40b75268a45fb91601ec9c9ac6582a3007ba213ec4a8b306b7383cf0a9bde2cc155fcf30bd82dd2c94f73ad2b0fa71842e48b1be9d0d9fd8b41a4406
4
+ data.tar.gz: 2eee6f921ee03f5c8fc12dacab2d4843aa8710e6c787a5a7174640ffd73bfef89040092ff304f3eb5eef8c7a662f685db76e493474e811e16d9cfa0103ef6774
5
+ SHA1:
6
+ metadata.gz: 2fe2209067b17d9d1585d77cb761f2262ecbd491
7
+ data.tar.gz: 30d7a191d8b7a408438007a1b39f5c70e163a86d
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: listenandcopy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
- - Balazs Perlaki-Hovath
7
+ - Balance
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -12,7 +12,7 @@ cert_chain: []
12
12
  date: 2013-02-25 00:00:00 Z
13
13
  dependencies: []
14
14
 
15
- description: A simple gem, based on listen, that copies the file to a new destination on changes
15
+ description: A simple gem, based on listen, that copies files to a new destination when it detects changes
16
16
  email: perlakihorvathbalazs@gmail.com
17
17
  executables:
18
18
  - listenandcopy
@@ -50,6 +50,6 @@ rubyforge_project:
50
50
  rubygems_version: 2.0.0
51
51
  signing_key:
52
52
  specification_version: 3
53
- summary: Listen to a file and copy to new destination!
53
+ summary: "Listen to a directory and copy changed files to a new destination directory! Eg: listenandcopy /Users/some/Desktop/ /Users/some/Desktop/test/"
54
54
  test_files:
55
55
  - test/test_listenandcopy.rb