stories 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/stories/runner.rb +1 -1
- metadata +5 -7
data/lib/stories/runner.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stories
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Damian Janowski
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2009-
|
13
|
+
date: 2009-09-04 00:00:00 -03:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
@@ -44,10 +44,8 @@ files:
|
|
44
44
|
- rails/init.rb
|
45
45
|
- test/all_test.rb
|
46
46
|
- test/pdf_test.rb
|
47
|
-
has_rdoc:
|
47
|
+
has_rdoc: false
|
48
48
|
homepage: http://github.com/citrusbyte/stories
|
49
|
-
licenses: []
|
50
|
-
|
51
49
|
post_install_message:
|
52
50
|
rdoc_options: []
|
53
51
|
|
@@ -68,9 +66,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
68
66
|
requirements: []
|
69
67
|
|
70
68
|
rubyforge_project: stories
|
71
|
-
rubygems_version: 1.3.
|
69
|
+
rubygems_version: 1.3.1
|
72
70
|
signing_key:
|
73
|
-
specification_version:
|
71
|
+
specification_version: 2
|
74
72
|
summary: Write Stories and User Acceptance Tests using the minimalist testing framework Contest.
|
75
73
|
test_files: []
|
76
74
|
|