autotest-rails 4.2.0 → 4.2.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: 12e6dbbbb97eb1aa00d3358aacc1ab6059ff70ca
4
- data.tar.gz: b703385753607682dced6aa386a72f4e1cffe6a5
3
+ metadata.gz: 2bb2cc2d5c2617d31daa76c8854bbe85cabde5c8
4
+ data.tar.gz: 961399c56b7989efed7de092d8355feea6b17814
5
5
  SHA512:
6
- metadata.gz: 5c2d16ea78b7569ea3d815ccb2f3fca232c22873b2558111f638e1360eac1b07a5595d413da3c468ad6ba53da7a0c9e806bc4064d8be42dccc2af07d8336c0f8
7
- data.tar.gz: dfd544d2d37cdbf126b824863d720e7e7b6f48d97f2585a2b24e3638f3bf10cd01527d10eb5d0e0f8456795a6d13bbd1bcfa5790448e38f987e1b38c0787f633
6
+ metadata.gz: c0b2fc2bcde1e4432512aae59bf5d4ebe5a938cdf4b3a6eee7be9a5684ef8bef331b774fb3414d585706e85faa1aa1789069252acf123bba3371c68703274524
7
+ data.tar.gz: d3543d516b35ac4d75551b324fce1565c0beb19081ad5e24c0e46278a08552e249ab544f6ec1ea5eb43490cf0b36971346034741d380529bbcded0ab242d5e00
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,9 @@
1
+ === 4.2.1 / 2013-11-23
2
+
3
+ * 1 bug fix:
4
+
5
+ * Fixed regression in last release. (blowmage)
6
+
1
7
  === 4.2.0 / 2013-11-21
2
8
 
3
9
  * 1 major enhancement:
@@ -1,7 +1,7 @@
1
1
  require 'autotest'
2
2
 
3
3
  class Autotest::Rails < Autotest
4
- VERSION = '4.2.0'
4
+ VERSION = '4.2.1'
5
5
 
6
6
  def initialize # :nodoc:
7
7
  super
@@ -51,12 +51,8 @@ class Autotest::Rails < Autotest
51
51
  "test/views/layouts_view_test.rb"
52
52
  end
53
53
 
54
- add_mapping %r%^config/routes.rb$% do # FIX:
55
- files_matching %r%^test/(integration|controllers|views|functional)/.*_test\.rb$%
56
- end
57
-
58
- add_mapping %r%^test/test_helper.rb|config/((boot|environment(s/test)?).rb|database.yml)% do
59
- files_matching %r%^test/(models|controllers|views|unit|functional)/#{m[1]}.*_test.rb$%
54
+ add_mapping %r%^test/test_helper.rb|config/((boot|environment(s/test)?).rb|database.yml|routes.rb)% do
55
+ files_matching %r%^test/(models|controllers|views|unit|functional)/.*_test.rb$%
60
56
  end
61
57
  end
62
58
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autotest-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Davis
@@ -29,7 +29,7 @@ cert_chain:
29
29
  Y4evBVezr3SjXz08vPqRO5YRdO3zfeMT8gBjRqZjWJGMZ2lD4XNfrs7eky74CyZw
30
30
  xx3n58i0lQkBE1EpKE0lFu/y
31
31
  -----END CERTIFICATE-----
32
- date: 2013-11-21 00:00:00.000000000 Z
32
+ date: 2013-11-23 00:00:00.000000000 Z
33
33
  dependencies:
34
34
  - !ruby/object:Gem::Dependency
35
35
  name: ZenTest
metadata.gz.sig CHANGED
Binary file