Skip to content

Commit

Permalink
Preparation for 3.2.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdoe committed Jan 20, 2016
1 parent 25f639e commit 63ccee8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.2.1"
s.version = "3.2.2"

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

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

s.requires_arc = false
Expand Down
6 changes: 6 additions & 0 deletions Source/Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ Listing of notable changes by release. More detail is usually found in the Git
commit messages and/or the pull requests.


OCMock 3.2.2 (2016-01-20)

* Fixed recently introduced bug that caused crashes when using NULL pointers
with the pass-by-ref argument setter (Ian Anderson)


OCMock 3.2.1 (2016-01-13)

* Added support for tvOS (Nikita Lutsenko)
Expand Down
2 changes: 1 addition & 1 deletion Tools/build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def makeRelease
copySource
buildModules
signFrameworks "erik@doernenburg.com"
createPackage "ocmock-3.2.1.dmg", "OCMock 3.2.1"
createPackage "ocmock-3.2.2.dmg", "OCMock 3.2.2"
sanityCheck
openPackageDir
end
Expand Down

0 comments on commit 63ccee8

Please sign in to comment.