stories 0.0.8 → 0.0.9

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.
Files changed (2) hide show
  1. data/Rakefile +0 -1
  2. metadata +10 -10
data/Rakefile CHANGED
@@ -1,4 +1,3 @@
1
- require 'rake'
2
1
  require 'rake/testtask'
3
2
 
4
3
  task :default => :test
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.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Damian Janowski
@@ -10,23 +10,23 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-04-30 00:00:00 -03:00
13
+ date: 2009-06-11 00:00:00 -03:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
- name: citrusbyte-contest
17
+ name: contest
18
18
  type: :runtime
19
19
  version_requirement:
20
20
  version_requirements: !ruby/object:Gem::Requirement
21
21
  requirements:
22
- - - ">="
22
+ - - ~>
23
23
  - !ruby/object:Gem::Version
24
- version: 0.0.8
24
+ version: "0.1"
25
25
  version:
26
- description:
26
+ description: Write Stories and User Acceptance Tests using Contest, the tiny add on to Test::Unit that provides nested contexts and declarative tests.
27
27
  email:
28
+ - djanowski@dimaion.com
28
29
  - michel@soveran.com
29
- - damian@dimaion.com
30
30
  executables: []
31
31
 
32
32
  extensions: []
@@ -67,10 +67,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  version:
68
68
  requirements: []
69
69
 
70
- rubyforge_project:
70
+ rubyforge_project: stories
71
71
  rubygems_version: 1.3.4
72
72
  signing_key:
73
- specification_version: 2
74
- summary: Write stories and user acceptance tests using the minimalist testing framework Contest.
73
+ specification_version: 3
74
+ summary: Write Stories and User Acceptance Tests using the minimalist testing framework Contest.
75
75
  test_files: []
76
76