rspec 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES +7 -0
- data/README +1 -1
- data/Rakefile +1 -1
- 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
|
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