Skip to content

Commit

Permalink
version 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
petejkim committed Jul 11, 2013
1 parent 7be7774 commit ef60650
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
v0.1.10
=======

* Fixed Accessibility Inspector causing crash[wonga00]
* Fail when non-existent shared example is called[brow]

v0.1.9
======

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ target :MyApp do
end

target :MyAppTests do
pod 'Specta', '~> 0.1.9'
pod 'Specta', '~> 0.1.10'
# pod 'Expecta', '~> 0.2.1' # expecta matchers
# pod 'OCHamcrest', '~> 1.7' # hamcrest matchers
# pod 'OCMock', '~> 2.0.1' # OCMock
Expand Down
4 changes: 2 additions & 2 deletions Specta.podspec
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'Specta'
s.version = '0.1.9'
s.version = '0.1.10'
s.license = 'MIT'
s.summary = 'A light-weight TDD / BDD framework for Objective-C & Cocoa.'
s.homepage = 'http://github.com/petejkim/specta'
s.author = { 'Peter Jihoon Kim' => 'raingrove@gmail.com' }

s.source = { :git => 'https://github.com/petejkim/specta.git', :tag => 'v0.1.9' }
s.source = { :git => 'https://github.com/petejkim/specta.git', :tag => 'v0.1.10' }

s.description = %{
Specta is a light-weight testing framework for Objective-C and Cocoa that
Expand Down

0 comments on commit ef60650

Please sign in to comment.