simplecov-gem-adapter 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/simplecov-gem-adapter.rb +3 -3
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
@@ -5,8 +5,8 @@ SimpleCov.adapters.define 'gem' do
5
5
  add_filter '/spec/'
6
6
  add_filter '/autotest/'
7
7
 
8
- add_group 'Binaries', 'bin'
9
- add_group 'Libraries', 'lib'
10
- add_group 'Extensions', 'ext'
8
+ add_group 'Binaries', '/bin/'
9
+ add_group 'Libraries', '/lib/'
10
+ add_group 'Extensions', '/ext/'
11
11
  add_group 'Vendor Libraries', '/vendor/'
12
12
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 0
9
- version: 1.0.0
8
+ - 1
9
+ version: 1.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Michael Edgar
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-12-15 00:00:00 -05:00
17
+ date: 2011-02-09 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency