rspec 1.0.7 → 1.0.8

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 +4 -0
  2. data/EXAMPLES.rd +1 -1
  3. data/lib/spec/version.rb +4 -3
  4. metadata +3 -3
data/CHANGES CHANGED
@@ -1,3 +1,7 @@
1
+ == Version 1.0.8
2
+
3
+ Another bugfix release - this time to resolve the version mismatch
4
+
1
5
  == Version 1.0.7
2
6
 
3
7
  Quick bugfix release to ensure that you don't have to have the rspec gem installed
@@ -106,6 +106,6 @@
106
106
  # * RSpec should be able to access TestCase methods
107
107
  # * RSpec should be able to accept included modules
108
108
 
109
- Finished in 0.030157 seconds
109
+ Finished in 0.030063 seconds
110
110
 
111
111
  78 examples, 0 failures, 3 pending
@@ -3,11 +3,11 @@ module Spec
3
3
  unless defined? MAJOR
4
4
  MAJOR = 1
5
5
  MINOR = 0
6
- TINY = 7
6
+ TINY = 8
7
7
  RELEASE_CANDIDATE = nil
8
8
 
9
- # RANDOM_TOKEN: 0.73022701840968
10
- REV = "$LastChangedRevision: 2332 $".match(/LastChangedRevision: (\d+)/)[1]
9
+ # RANDOM_TOKEN: 0.510454315029681
10
+ REV = "$LastChangedRevision: 2338 $".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(/\.|-/, '_')
@@ -20,3 +20,4 @@ module Spec
20
20
  end
21
21
  end
22
22
  end
23
+
metadata CHANGED
@@ -3,9 +3,9 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: rspec
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.0.7
7
- date: 2007-08-12 00:00:00 -04:00
8
- summary: RSpec-1.0.7 (r2332) - BDD for Ruby http://rspec.rubyforge.org/
6
+ version: 1.0.8
7
+ date: 2007-08-13 00:00:00 -04:00
8
+ summary: RSpec-1.0.8 (r2338) - BDD for Ruby http://rspec.rubyforge.org/
9
9
  require_paths:
10
10
  - lib
11
11
  email: rspec-devel@rubyforge.org