dirty 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -0
- data/dirty.gemspec +2 -2
- data/lib/dirty.rb +1 -1
- data/lib/dirty/version.rb +1 -1
- metadata +4 -4
data/.gitignore
CHANGED
data/dirty.gemspec
CHANGED
@@ -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
|
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"
|
data/lib/dirty.rb
CHANGED
data/lib/dirty/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: dirty
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
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-
|
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
|
64
|
+
summary: Run those dirty tests!
|
65
65
|
test_files: []
|
66
66
|
|