flexmock 0.4.3.1 → 0.4.5

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/CHANGELOG +5 -1
  2. data/README +1 -1
  3. data/Rakefile +1 -1
  4. metadata +1 -1
data/CHANGELOG CHANGED
@@ -2,7 +2,11 @@
2
2
 
3
3
  = Changes for FlexMock
4
4
 
5
- == Version Pre-0.4.4
5
+ == Version 0.4.5
6
+
7
+ * Fixed version typo in 0.4.4 (internall claimed to be 0.4.3.1)
8
+
9
+ == Version 0.4.4
6
10
 
7
11
  * Added block support to flexstub.
8
12
 
data/README CHANGED
@@ -3,7 +3,7 @@
3
3
  FlexMock is a simple, but flexible, mock object library for Ruby unit
4
4
  testing.
5
5
 
6
- Version :: 0.4.3.1
6
+ Version :: 0.4.5
7
7
 
8
8
  = Links
9
9
 
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ require 'rake/testtask'
9
9
  CLEAN.include('*.tmp')
10
10
  CLOBBER.include("html", 'pkg')
11
11
 
12
- PKG_VERSION = '0.4.3.1'
12
+ PKG_VERSION = '0.4.5'
13
13
 
14
14
  PKG_FILES = FileList[
15
15
  '[A-Z]*',
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0.10
3
3
  specification_version: 1
4
4
  name: flexmock
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.4.3.1
6
+ version: 0.4.5
7
7
  date: 2007-01-26 00:00:00 -05:00
8
8
  summary: Simple and Flexible Mock Objects for Testing
9
9
  require_paths: