autotest-standalone 4.5.6 → 4.5.7
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.
- data/Readme.md +2 -1
- data/VERSION +1 -1
- data/autotest-standalone.gemspec +2 -2
- metadata +4 -4
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.
|
|
1
|
+
4.5.7
|
data/autotest-standalone.gemspec
CHANGED
|
@@ -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.
|
|
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-
|
|
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:
|
|
4
|
+
hash: 37
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 4
|
|
8
8
|
- 5
|
|
9
|
-
-
|
|
10
|
-
version: 4.5.
|
|
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-
|
|
19
|
+
date: 2011-09-09 00:00:00 +02:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies: []
|
|
22
22
|
|