guard-copy 0.5.0 → 0.5.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,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- NTFmYjQ2ZDExYmEwODNkNDI2NmQyOThkNThjMGQyZTZlZDg3OGI5ZQ==
5
- data.tar.gz: !binary |-
6
- YzMyODZlZmZkMWM0MjE2MzYyOWMxNDAzZTU2NGE1NTdlM2Q2Mzk4MA==
2
+ SHA1:
3
+ metadata.gz: 83b27311f611fd9347ea8aec54cdea6ba81e7c43
4
+ data.tar.gz: a2c7de1a178e1440d267049f628d90ffcc46bd51
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- MTQ0ZWU4NTQyZDExZmIxOTI1ZjlkNjIxNDVlOGZmMjkyOTAwNzFjZGU3ODA2
10
- MWRjNGUxZDFlODVhMmU1Y2UwYmU1NDBiODZiMDdmNzc4OTQyYWIyMjJmZmQz
11
- OWNlMzZkNDYzMTNiMjIwYTA2ZTIxNjVlMjQ5MjM3MmQxNGFlOTU=
12
- data.tar.gz: !binary |-
13
- N2FkNjAyNWRjODMxYTY4ZDlkMzZjNzVmMGI3MDQ0NTY5MTg0MjUxNzIzNDZl
14
- NWI4MzA1YTcxMzNjODQwMTg2YTIxZTM3ZTkzYTE4OTFiNjNiNjJkN2YwMjdj
15
- OGI1YjAzY2VlMTE1YzA3YzcyYmIzNmEzMjM0Y2E1MTBiM2Q0ZTU=
6
+ metadata.gz: 03780210e61d0ce811f2b0f2b8d4952d7e00e82b45c2d61fc52ccdba2216ea76531cc5727498ac8b86e1d026f6a887334c62cbcc89a47fd470c08ec856080cfb
7
+ data.tar.gz: 61a8b2086994684cd8c0adcee7412d53de481e66f962853561db4050c5d1d501437eba68c890a30d5b141295bde75a44166a2ecc1311cca696b18c9161f195d3
@@ -45,7 +45,7 @@ module Guard
45
45
  # This method should be principally used for long action like running all specs/tests/...
46
46
  # @raise [:task_has_failed] when run_all has failed
47
47
  def run_all
48
- run_on_changes(Watcher.match_files(self, Dir.glob("**/*.*")))
48
+ run_on_changes(Watcher.match_files(self, Dir.glob("**/*")))
49
49
  end
50
50
 
51
51
  # Called on file(s) modifications that the Guard watches.
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module CopyVersion
3
- VERSION = "0.5.0"
3
+ VERSION = "0.5.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-copy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marc Schwieterman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-10 00:00:00.000000000 Z
11
+ date: 2014-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: guard
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '2.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '2.0'
27
27
  description: Guard::Copy automatically copies files.
@@ -31,12 +31,12 @@ executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
33
33
  files:
34
+ - LICENSE
35
+ - README.md
36
+ - lib/guard/copy.rb
34
37
  - lib/guard/copy/target.rb
35
38
  - lib/guard/copy/templates/Guardfile
36
39
  - lib/guard/copy/version.rb
37
- - lib/guard/copy.rb
38
- - LICENSE
39
- - README.md
40
40
  homepage: https://github.com/marcisme/guard-copy
41
41
  licenses: []
42
42
  metadata: {}
@@ -46,17 +46,17 @@ require_paths:
46
46
  - lib
47
47
  required_ruby_version: !ruby/object:Gem::Requirement
48
48
  requirements:
49
- - - ! '>='
49
+ - - ">="
50
50
  - !ruby/object:Gem::Version
51
51
  version: '0'
52
52
  required_rubygems_version: !ruby/object:Gem::Requirement
53
53
  requirements:
54
- - - ! '>='
54
+ - - ">="
55
55
  - !ruby/object:Gem::Version
56
56
  version: '0'
57
57
  requirements: []
58
58
  rubyforge_project:
59
- rubygems_version: 2.1.5
59
+ rubygems_version: 2.2.2
60
60
  signing_key:
61
61
  specification_version: 4
62
62
  summary: Guard gem for copy