dirty 0.0.4 → 0.0.5

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/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
+ .rvmrc
1
2
  *.gem
2
3
  .bundle
3
4
  Gemfile.lock
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
9
9
  s.authors = ["Robert Pitts"]
10
10
  s.email = ["rbxbxdev@gmail.com"]
11
11
  s.homepage = ""
12
- s.summary = %q{Run those dirty features!}
13
- s.description = %q{Easily run dirty cucumber features in your current project
12
+ s.summary = %q{Run those dirty tests!}
13
+ s.description = %q{Easily run dirty cucumber features and rspec specs in your current project
14
14
  if you're using git}
15
15
 
16
16
  s.rubyforge_project = "dirty"
@@ -48,7 +48,7 @@ module Dirty
48
48
  end
49
49
 
50
50
  def dirty_files
51
- status.reject { |f| f[/^ D/] }
51
+ status.reject { |f| f[/^ ?D/] }
52
52
  end
53
53
 
54
54
  def status
@@ -1,3 +1,3 @@
1
1
  module Dirty
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: dirty
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Robert Pitts
@@ -10,12 +10,12 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-19 00:00:00 -04:00
13
+ date: 2011-06-06 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies: []
16
16
 
17
17
  description: |-
18
- Easily run dirty cucumber features in your current project
18
+ Easily run dirty cucumber features and rspec specs in your current project
19
19
  if you're using git
20
20
  email:
21
21
  - rbxbxdev@gmail.com
@@ -61,6 +61,6 @@ rubyforge_project: dirty
61
61
  rubygems_version: 1.6.2
62
62
  signing_key:
63
63
  specification_version: 3
64
- summary: Run those dirty features!
64
+ summary: Run those dirty tests!
65
65
  test_files: []
66
66