Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Fixes a spec bug and bumps version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Kitchen committed Dec 16, 2014
1 parent 3b34987 commit 821db16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## HEAD

## 0.2.1
* No functional changes - fixes red build due to spec bug

## 0.2.0
* Breaking change: UIKit project targets are reorganized to keep stubs and helpers separate
* Introduces more functional programming additions to the Foundation project
Expand Down
4 changes: 2 additions & 2 deletions PivotalCoreKit.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'PivotalCoreKit'
s.version = '0.2.0'
s.version = '0.2.1'
s.license = { :type => 'MIT', :file => 'LICENSE.markdown' }
s.summary = 'Shared library and test code for iOS projects.'
s.homepage = 'https://github.com/pivotal/PivotalCoreKit'
s.author = { 'Pivotal Labs' => 'http://pivotallabs.com' }
s.source = { :git => 'https://github.com/pivotal/PivotalCoreKit.git', :tag => 'v0.2.0' }
s.source = { :git => 'https://github.com/pivotal/PivotalCoreKit.git', :tag => 'v0.2.1' }
s.platform = :ios, '6.0'
s.requires_arc = false

Expand Down
1 change: 1 addition & 0 deletions UIKit/Spec/Extensions/UIViewSpec+Spec.mm
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#import "CDRSpecHelper.h"
#import "UIView+Spec.h"
#import "UIView+StubbedGestureRecognizers.h"
#import "Target.h"
#import "UIGestureRecognizer+Spec.h"

Expand Down

0 comments on commit 821db16

Please sign in to comment.