Skip to content

Commit

Permalink
Preparation for 3.1.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdoe committed Aug 12, 2015
1 parent d45e800 commit a769a9e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions OCMock.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OCMock"
s.version = "3.1.2"
s.version = "3.1.3"

s.summary = "Mock objects for Objective-C"
s.description = <<-DESC
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.author = { "Erik Doernenburg" => "[email protected]" }
s.social_media_url = "http://twitter.com/erikdoe"

s.source = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.1.2" }
s.source = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.1.3" }
s.source_files = "Source/OCMock/*.{h,m}"

s.public_header_files = ["OCMock.h", "OCMockObject.h", "OCMArg.h", "OCMConstraint.h", "OCMLocation.h", "OCMMacroState.h", "OCMRecorder.h", "OCMStubRecorder.h", "NSNotificationCenter+OCMAdditions.h"].map { |file|
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ OCMock

OCMock is an Objective-C implementation of mock objects.

Github is used to store and manage the source code.

For downloads, documentation, and support please visit [ocmock.org][].

[![Build Status](https://travis-ci.org/erikdoe/ocmock.svg?branch=master)](https://travis-ci.org/erikdoe/ocmock)
Expand Down
6 changes: 4 additions & 2 deletions Source/Changes.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Listing of notable changes by release. More detail is usually found in the Git
commit messages and/or the pull requests.

OCMock 3.1.3 (unreleased)
OCMock 3.1.3 (2015-08-12)

* Now throwing exception when trying to create mocks for nil (Nick Gravelyn)
* Fixed ARC related bug when boxing macro args (Richard Ross)
* Added target for dynamic iOS framework (Piet Brauer)
* Added target for dynamic iOS framework, which makes OCMock compatible with
Carthage (Piet Brauer)
* Memory management and other small bug fixes


OCMock 3.1.2 (2015-01-08)
Expand Down
2 changes: 1 addition & 1 deletion Tools/build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def makeRelease
downloadSource
copySource
buildModules
createPackage "ocmock-3.1.2.dmg", "OCMock 3.1.2"
createPackage "ocmock-3.1.3.dmg", "OCMock 3.1.3"
openPackageDir
end

Expand Down

0 comments on commit a769a9e

Please sign in to comment.