Skip to content

Commit 51ce477

Browse files
committed
Preparation for 3.0.1 release.
1 parent fabd5e0 commit 51ce477

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

OCMock.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "OCMock"
3-
s.version = "3.0"
3+
s.version = "3.0.1"
44

55
s.summary = "Mock objects for Objective-C"
66
s.description = <<-DESC
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
s.author = { "Erik Doernenburg" => "erik@doernenburg.com" }
1717
s.social_media_url = "http://twitter.com/erikdoe"
1818

19-
s.source = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.0" }
19+
s.source = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.0.1" }
2020
s.source_files = "Source/OCMock/*.{h,m}"
2121

2222
s.public_header_files = ["OCMock.h", "OCMockObject.h", "OCMockRecorder.h", "OCMArg.h", "OCMConstraint.h", "OCMLocation.h", "OCMMacroState.h", "NSNotificationCenter+OCMAdditions.h"].map { |file|

Source/Changes.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Listing of notable changes by release. More detail is usually found in the Git
22
commit messages and/or the pull requests.
33

4-
OCMock 3.0.1 (unreleased)
4+
OCMock 3.0.1 (2014-07-06)
55

66
* Fixed bug that prevented stubs from returning nil
77
* Fixed bug related to handling of weak references
88
* Improved error message when trying to mock undefined method
99
* Added support for matching of char* arguments
1010

1111

12-
OCMock 3.0 (2013-06-12)
12+
OCMock 3.0 (2014-06-12)
1313

1414
* Added macro for verify with delay
1515
* Fixed several critical bugs

Tools/build.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def makeRelease
1212
downloadSource
1313
copySource
1414
buildModules
15-
createPackage "ocmock-3.0.dmg", "OCMock 3.0"
15+
createPackage "ocmock-3.0.1.dmg", "OCMock 3.0.1"
1616
openPackageDir
1717
end
1818

0 commit comments

Comments
 (0)