dirty 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/dirty.rb +2 -2
  2. data/lib/dirty/version.rb +1 -1
  3. metadata +23 -34
@@ -12,7 +12,7 @@ module Dirty
12
12
 
13
13
  def commands
14
14
  case type
15
- when /feature/
15
+ when /feature|cucumber/
16
16
  [cucumber]
17
17
  when /spec/
18
18
  [rspec]
@@ -38,7 +38,7 @@ module Dirty
38
38
  end
39
39
 
40
40
  def dirty_specs
41
- dirty_matches(/spec.*\_spec\.rb/)
41
+ dirty_matches(/spec.*(\_spec\.rb|\.feature)/)
42
42
  end
43
43
 
44
44
  def dirty_matches(regex)
@@ -1,3 +1,3 @@
1
1
  module Dirty
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,31 +1,25 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: dirty
3
- version: !ruby/object:Gem::Version
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.7
4
5
  prerelease:
5
- version: 0.0.6
6
6
  platform: ruby
7
- authors:
7
+ authors:
8
8
  - Robert Pitts
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
-
13
- date: 2011-06-06 00:00:00 -04:00
14
- default_executable:
12
+ date: 2012-03-18 00:00:00.000000000 Z
15
13
  dependencies: []
16
-
17
- description: |-
18
- Easily run dirty cucumber features and rspec specs in your current project
19
- if you're using git
20
- email:
14
+ description: ! "Easily run dirty cucumber features and rspec specs in your current
15
+ project\n if you're using git"
16
+ email:
21
17
  - rbxbxdev@gmail.com
22
- executables:
18
+ executables:
23
19
  - dirty
24
20
  extensions: []
25
-
26
21
  extra_rdoc_files: []
27
-
28
- files:
22
+ files:
29
23
  - .gitignore
30
24
  - Gemfile
31
25
  - README.md
@@ -34,33 +28,28 @@ files:
34
28
  - dirty.gemspec
35
29
  - lib/dirty.rb
36
30
  - lib/dirty/version.rb
37
- has_rdoc: true
38
- homepage: ""
31
+ homepage: ''
39
32
  licenses: []
40
-
41
33
  post_install_message:
42
34
  rdoc_options: []
43
-
44
- require_paths:
35
+ require_paths:
45
36
  - lib
46
- required_ruby_version: !ruby/object:Gem::Requirement
37
+ required_ruby_version: !ruby/object:Gem::Requirement
47
38
  none: false
48
- requirements:
49
- - - ">="
50
- - !ruby/object:Gem::Version
51
- version: "0"
52
- required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ! '>='
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ required_rubygems_version: !ruby/object:Gem::Requirement
53
44
  none: false
54
- requirements:
55
- - - ">="
56
- - !ruby/object:Gem::Version
57
- version: "0"
45
+ requirements:
46
+ - - ! '>='
47
+ - !ruby/object:Gem::Version
48
+ version: '0'
58
49
  requirements: []
59
-
60
50
  rubyforge_project: dirty
61
- rubygems_version: 1.6.2
51
+ rubygems_version: 1.8.15
62
52
  signing_key:
63
53
  specification_version: 3
64
54
  summary: Run those dirty tests!
65
55
  test_files: []
66
-