Commit aeeaded 1 parent a566e4e commit aeeaded Copy full SHA for aeeaded
File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
Chronological listing of changes. More detail is usually found in the Git commit messages
2
2
and/or the pull requests.
3
3
4
+ 2014-03-15
5
+
6
+ * Added andForwardToRealObject support for class methods (Carl Lindberg)
7
+
8
+
4
9
2014-01-16
5
10
6
11
* Extended OCMockObject with verifyWithDelay (Charles Harley, Daniel Doubrovkine)
7
12
13
+
8
14
2013-12-04
9
15
10
16
* Added implementation for Apple-interal NSIsKind informal protocol (Brian Gerstle)
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ def makeRelease
12
12
downloadSource
13
13
copySource
14
14
buildModules
15
- createPackage "ocmock-2.2.3 .dmg" , "OCMock 2.2.3 "
15
+ createPackage "ocmock-2.2.4 .dmg" , "OCMock 2.2.4 "
16
16
openPackageDir
17
17
end
18
18
You can’t perform that action at this time.
0 commit comments