rspec 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGES +7 -0
  2. data/README +1 -1
  3. data/Rakefile +1 -1
  4. metadata +1 -1
data/CHANGES CHANGED
@@ -13,6 +13,13 @@
13
13
  * Make sure the PKG_VERSION constant in Rakefile.rb is
14
14
  consistent with the latest version in this document.
15
15
 
16
+ == Version 0.3.2
17
+
18
+ The "srbaker is an idiot" release.
19
+
20
+ * also forgot to update the path to the actual Subversion repository
21
+ * this should be it
22
+
16
23
  == Version 0.3.1
17
24
 
18
25
  This is just 0.3.0, but with the TUTORIAL added to the documentation list.
data/README CHANGED
@@ -16,7 +16,7 @@ RSpec's included mocking framework is based on SchMock by Ben Griffiths. SchMoc
16
16
 
17
17
  RSpec was previously hosted under the Monotone distributed version control system. Due to the increasing popularity of RSpec, and the fact that a large part of the world hasn't yet discovered how wonderful Monotone is, we have succumbed to peer pressure and moved the repository to Subversion.
18
18
 
19
- RSpec's repository is located at svn://svn.behaviourdriven.org/rspec
19
+ RSpec is hosted on RubyForge. It can be checked out of Subversion from: svn://rubyforge.org//var/svn/rspec
20
20
 
21
21
  == Creating a Gem
22
22
 
data/Rakefile CHANGED
@@ -19,7 +19,7 @@ PKG_NAME = "rspec"
19
19
  # (This is subject to change - AH)
20
20
  #
21
21
  # REMEMBER TO KEEP PKG_VERSION IN SYNC WITH CHANGELOG
22
- PKG_VERSION = "0.3.1"
22
+ PKG_VERSION = "0.3.2"
23
23
  PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
24
24
  PKG_FILES = FileList[
25
25
  '[A-Z]*',
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: rspec
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.3.1
6
+ version: 0.3.2
7
7
  date: 2006-01-20 00:00:00 -08:00
8
8
  summary: Behaviour Specification Framework for Ruby
9
9
  require_paths: