guard-test 2.0.1 → 2.0.2

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: 6f58e0e294bb9f59cb858747ace02e027237139f
4
- data.tar.gz: 2ea1362c16ecc9c23f65db61fc74815c15a7ab25
3
+ metadata.gz: 31c3d82253eb5960bb2c35fbd3761a83d2a48f8f
4
+ data.tar.gz: 4610a15cbfa4a63438c48af4c1c7be63d6eac315
5
5
  SHA512:
6
- metadata.gz: 42f71c93cf3caf50188232386238e97a5c2906ce63e23b86324298dbbbac24d393f67915adeeb49f3353c6dd6df241f21f672d2e7db27652c8e9fe539ee95d9a
7
- data.tar.gz: 400669dc899d483dc0c011fc9dbf2b343d3bd5392164ddf0a48163ffc2e374dce822e6dcbacd1518707a028b8b9f68c33b512d35039f54f112ddbe5d6db83632
6
+ metadata.gz: 68ed59c4bad52fd34e6e77dd914ee208ab8a30ce19395a56c3f8ec0d837ff80c891507f156d0a6b1dcb0150b1fa0c6b86d9528c3f81eabe2dd35c803b9858163
7
+ data.tar.gz: d7785e83492c8922bda89b424178efc065967dc86fc383511b859e22859cdb7b073353c0966c4287f460e109ae46417a6d1b028474921a8e0bb38feb8673beaf
@@ -13,9 +13,9 @@ guard :test do
13
13
  # watch(%r{^lib/(.+)\.rb}) { |m| "test/lib/#{m[1]}_test.rb" }
14
14
 
15
15
  # Rails < 4
16
- # watch %r{^app/models/(.+)\.rb$} { |m| "test/unit/#{m[1]}_test.rb" }
17
- # watch %r{^app/controllers/(.+)\.rb$} { |m| "test/functional/#{m[1]}_test.rb" }
18
- # watch %r{^app/views/(.+)/.+\.erb$} { |m| "test/functional/#{m[1]}_controller_test.rb" }
19
- # watch %r{^app/views/.+$} { 'test/integration' }
20
- # watch 'app/controllers/application_controller.rb' { ['test/functional', 'test/integration'] }
16
+ # watch(%r{^app/models/(.+)\.rb$}) { |m| "test/unit/#{m[1]}_test.rb" }
17
+ # watch(%r{^app/controllers/(.+)\.rb$}) { |m| "test/functional/#{m[1]}_test.rb" }
18
+ # watch(%r{^app/views/(.+)/.+\.erb$}) { |m| "test/functional/#{m[1]}_controller_test.rb" }
19
+ # watch(%r{^app/views/.+$}) { 'test/integration' }
20
+ # watch('app/controllers/application_controller.rb') { ['test/functional', 'test/integration'] }
21
21
  end
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  module Guard
3
3
  module TestVersion
4
- VERSION = '2.0.1'
4
+ VERSION = '2.0.2'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-test
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rémy Coutable
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-28 00:00:00.000000000 Z
11
+ date: 2013-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: guard