rspec 0.9.0 → 0.9.1

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 (4) hide show
  1. data/CHANGES +1 -1
  2. data/EXAMPLES.rd +1 -1
  3. data/lib/spec/version.rb +4 -4
  4. metadata +2 -2
data/CHANGES CHANGED
@@ -1,6 +1,6 @@
1
1
  = RSpec Changelog
2
2
 
3
- == Version 0.9.0
3
+ == Version 0.9.1
4
4
 
5
5
  This release introduces #describe and #it (aliased as #context and #specify for
6
6
  backwards compatibility). This allows you to express specs like this:
@@ -99,6 +99,6 @@
99
99
  # * RSpec should be able to access TestCase methods
100
100
  # * RSpec should be able to accept included modules
101
101
 
102
- Finished in 0.045999 seconds
102
+ Finished in 0.046798 seconds
103
103
 
104
104
  74 examples, 0 failures
@@ -3,11 +3,11 @@ module Spec
3
3
  unless defined? MAJOR
4
4
  MAJOR = 0
5
5
  MINOR = 9
6
- TINY = 0
7
- RELEASE_CANDIDATE = nil # "beta-1"
6
+ TINY = 1
7
+ RELEASE_CANDIDATE = nil
8
8
 
9
- # RANDOM_TOKEN: 0.909189653221202
10
- REV = "$LastChangedRevision: 1874 $".match(/LastChangedRevision: (\d+)/)[1]
9
+ # RANDOM_TOKEN: 0.434722315440065
10
+ REV = "$LastChangedRevision: 1880 $".match(/LastChangedRevision: (\d+)/)[1]
11
11
 
12
12
  STRING = [MAJOR, MINOR, TINY].join('.')
13
13
  TAG = "REL_#{[MAJOR, MINOR, TINY, RELEASE_CANDIDATE].compact.join('_')}".upcase.gsub(/\.|-/, '_')
metadata CHANGED
@@ -3,9 +3,9 @@ rubygems_version: 0.9.1
3
3
  specification_version: 1
4
4
  name: rspec
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.9.0
6
+ version: 0.9.1
7
7
  date: 2007-05-01 00:00:00 +02:00
8
- summary: RSpec-0.9.0 (r1874) - BDD for Ruby http://rspec.rubyforge.org/
8
+ summary: RSpec-0.9.1 (r1880) - BDD for Ruby http://rspec.rubyforge.org/
9
9
  require_paths:
10
10
  - lib
11
11
  email: rspec-devel@rubyforge.org