Skip to content

Commit

Permalink
Bump to version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Dec 27, 2015
1 parent d6cb1e0 commit d8db960
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
NEXT RELEASE
------------
Version 3.0.1
-------------
_27 Dec 2015_

**Improvements:**

- Don't consider already verified invocations when finding similar invocations.
- Improved filtering of call stack to skip past XCTest frames.
- When printing invocations, mark already-verified ones with check marks.
- Don't consider previously verified invocations when finding similar invocations.
- When printing invocations, mark previously verified invocations with check marks.


Version 3.0.0
Expand Down
4 changes: 2 additions & 2 deletions OCMockito.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OCMockito'
s.version = '3.0.0'
s.version = '3.0.1'
s.summary = 'OCMockito is an Objective-C implementation of Mockito, supporting creation, verification and stubbing of mock objects.'
s.description = <<-DESC
OCMockito is an Objective-C implementation of Mockito, supporting creation,
Expand All @@ -24,7 +24,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.8'
s.tvos.deployment_target = '9.0'
s.source = { :git => 'https://github.com/jonreid/OCMockito.git', :tag => 'v3.0.0' }
s.source = { :git => 'https://github.com/jonreid/OCMockito.git', :tag => 'v3.0.1' }
s.source_files = 'Source/OCMockito/**/*.{h,m}', 'Source/ThirdParty/**/*.{h,m}'
s.public_header_files = 'Source/OCMockito/Core/MKTNonObjectArgumentMatching.h', 'Source/OCMockito/Core/OCMockito.h', 'Source/OCMockito/Invocation/NSInvocation+OCMockito.h', 'Source/OCMockito/Stubbing/MKTOngoingStubbing.h'
s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion Source/MakeDistribution.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=3.0.0
VERSION=3.0.1
DISTFILE=OCMockito-${VERSION}
DISTPATH=build/${DISTFILE}
PROJECTROOT=..
Expand Down
4 changes: 2 additions & 2 deletions Source/OCMockito-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.0.0</string>
<string>3.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.0.0</string>
<string>3.0.1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Jonathan M. Reid</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit d8db960

Please sign in to comment.