flexmock 0.1.6 → 0.1.7

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 +4 -0
  2. data/README +1 -1
  3. data/Rakefile +1 -1
  4. metadata +1 -1
data/CHANGELOG CHANGED
@@ -1,5 +1,9 @@
1
1
  = Changes for FlexMock
2
2
 
3
+ == Version 0.1.7
4
+
5
+ * Bumped version because 0.1.6 was uploaded to the wrong Rubyforge area.
6
+
3
7
  == Version 0.1.6
4
8
 
5
9
  * Added a proc based matcher for arguments (using keyword +on+).
data/README CHANGED
@@ -3,7 +3,7 @@
3
3
  FlexMock is a simple mock object for unit testing. The interface is
4
4
  simple, but still provides a good bit of flexibility.
5
5
 
6
- Version :: 0.1.6
6
+ Version :: 0.1.7
7
7
 
8
8
  = Links
9
9
 
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ require 'rake/testtask'
8
8
 
9
9
  CLOBBER.include("html", 'pkg')
10
10
 
11
- PKG_VERSION = '0.1.6'
11
+ PKG_VERSION = '0.1.7'
12
12
 
13
13
  PKG_FILES = FileList[
14
14
  '[A-Z]*',
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.8.11.3
3
3
  specification_version: 1
4
4
  name: flexmock
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.6
6
+ version: 0.1.7
7
7
  date: 2005-11-13 00:00:00 -05:00
8
8
  summary: Simple and Flexible Mock Objects for Testing
9
9
  require_paths: