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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +0 -6
  3. data/autotest-spec.gemspec +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c1f461e3d214e313f5e07af4d50b1b8ebd1afe7a
4
- data.tar.gz: 78683f0cab2cec20a302c283308d4e585cf8d4a3
3
+ metadata.gz: d5325f11509dcaa7ef665869c072b8a016bc33dd
4
+ data.tar.gz: be6c2f9fcd48792ebd2547d8ddeff9e2c0019cf2
5
5
  SHA512:
6
- metadata.gz: 587ca1b296d661f62567082489f4586c3c7212e6b7f68fed98554480c6a153c745a494ae779d4c99b7ecbd7b21173df2265be9206f18f1c181f80b5191c6b63d
7
- data.tar.gz: 68b3fa370d503f33c981473cb269217ad0265aac2adcdb76332e3e3f030b14cfb45eeacc0faf90c3300847e732dcb7e9dce67f6d6b1ce3831923e753a2e98ac9
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.
@@ -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.1"
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.1
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-17 00:00:00.000000000 Z
11
+ date: 2014-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler