autotest-standalone 4.5.6 → 4.5.7

Sign up to get free protection for your applications and to get access to all the features.
data/Readme.md CHANGED
@@ -1,4 +1,4 @@
1
- Standalone autotest extracted from ZenTest.
1
+ Standalone autotest extracted from ZenTest.
2
2
 
3
3
  As soon as you save a file, autotest will run the matching tests.
4
4
 
@@ -61,6 +61,7 @@ License
61
61
  =======
62
62
 
63
63
  ### Autotest was extracted from ZenTest and improved by:
64
+ - [brian p o'rourke](https://github.com/bpo)
64
65
  - [Charles Roper](http://twitter.com/charlesroper)
65
66
  - [Shane Liebling](http://github.com/shanel)
66
67
  - [Erik Fonselius](https://github.com/Fonsan)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.5.6
1
+ 4.5.7
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{autotest-standalone}
8
- s.version = "4.5.6"
8
+ s.version = "4.5.7"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ryan Davis", "Michael Grosser"]
12
- s.date = %q{2011-08-21}
12
+ s.date = %q{2011-09-09}
13
13
  s.executables = ["autotest", "unit_diff"]
14
14
  s.files = [
15
15
  ".autotest",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autotest-standalone
3
3
  version: !ruby/object:Gem::Version
4
- hash: 39
4
+ hash: 37
5
5
  prerelease:
6
6
  segments:
7
7
  - 4
8
8
  - 5
9
- - 6
10
- version: 4.5.6
9
+ - 7
10
+ version: 4.5.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Davis
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-08-21 00:00:00 +02:00
19
+ date: 2011-09-09 00:00:00 +02:00
20
20
  default_executable:
21
21
  dependencies: []
22
22