autotest-spec 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +0 -6
- data/autotest-spec.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d5325f11509dcaa7ef665869c072b8a016bc33dd
|
4
|
+
data.tar.gz: be6c2f9fcd48792ebd2547d8ddeff9e2c0019cf2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a4b02328b59f9b6f0f22a8f24bd01d96ccae46c8c39809e409c59d12837f51e651f5e0c3693f4941dd88a49c06750df20e474c7cc1768dced04c3ea04594aee
|
7
|
+
data.tar.gz: 5e73ed150014dced07ab1e0ee546011e51d6411c77fcfe34a59363e0b12433299f5ee23b08d184a0c06c5837282c20fa52e2f8271ef2fcb196c4880004b575e1
|
data/README.md
CHANGED
@@ -15,10 +15,6 @@ Install the gem:
|
|
15
15
|
|
16
16
|
$ gem install autotest-spec
|
17
17
|
|
18
|
-
Add the following line to your `.autotest` file:
|
19
|
-
|
20
|
-
require "autotest/spec"
|
21
|
-
|
22
18
|
Now you can name your test files using the spec convention of `foo_spec.rb`
|
23
19
|
|
24
20
|
Contributing
|
@@ -42,9 +38,7 @@ that links to a branch on your repo or a gist of your patch.
|
|
42
38
|
|
43
39
|
After checking out the source, run:
|
44
40
|
|
45
|
-
```bash
|
46
41
|
$ rake newb
|
47
|
-
````
|
48
42
|
|
49
43
|
This task will install any missing dependencies, and run the tests.
|
50
44
|
Now you are ready to create and submit a patch.
|
data/autotest-spec.gemspec
CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = "autotest-spec"
|
7
|
-
spec.version = "0.0.
|
7
|
+
spec.version = "0.0.2"
|
8
8
|
spec.authors = ["Teo Ljungberg"]
|
9
9
|
spec.email = ["teo.ljungberg@gmail.com"]
|
10
10
|
spec.description = %q{Autotest plugin to enable spec-style test filenames.}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: autotest-spec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Teo Ljungberg
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-03-
|
11
|
+
date: 2014-03-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|