Skip to content

Commit

Permalink
Release 0.34.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Oct 8, 2014
1 parent c83467a commit f971122
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CocoaPods Core Changelog

## Master
## 0.34.2

##### Breaking

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cocoapods-core (0.34.1)
cocoapods-core (0.34.2)
activesupport (>= 3.2.15)
fuzzy_match (~> 2.0.4)
json_pure (~> 1.8)
Expand All @@ -19,7 +19,7 @@ GEM
parser (>= 2.2.0.pre.3, < 3.0)
awesome_print (1.2.0)
bacon (1.2.0)
codeclimate-test-reporter (0.4.0)
codeclimate-test-reporter (0.4.1)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.0)
crack (0.4.2)
Expand All @@ -46,7 +46,7 @@ GEM
multi_json (1.10.1)
nap (0.8.0)
notify (0.5.2)
parser (2.2.0.pre.4)
parser (2.2.0.pre.5)
ast (>= 1.1, < 3.0)
slop (~> 3.4, >= 3.4.5)
powerpack (0.0.9)
Expand All @@ -70,15 +70,15 @@ GEM
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.4)
ruby-progressbar (1.6.0)
safe_yaml (1.0.3)
safe_yaml (1.0.4)
simplecov (0.9.1)
docile (~> 1.1.0)
multi_json (~> 1.0)
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
slop (3.6.0)
vcr (2.9.3)
webmock (1.18.0)
webmock (1.19.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)

Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods-core/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Pod
# The version of the cocoapods-core.
#
CORE_VERSION = '0.34.1' unless defined? Pod::CORE_VERSION
CORE_VERSION = '0.34.2' unless defined? Pod::CORE_VERSION
end

0 comments on commit f971122

Please sign in to comment.