Skip to content

Commit

Permalink
Go back to CP 0.33 for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
neonichu committed Sep 20, 2014
1 parent 7ae37ad commit 4a19352
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec

group :development do
gem 'cocoapods', '>= 0.34.0.beta'
gem 'cocoapods', '>= 0.33.0'
gem 'bacon'
gem 'mocha-on-bacon'
gem 'mocha', '~> 0.11.4'
Expand Down
42 changes: 20 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,39 +14,38 @@ PATH
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.2.8)
activesupport (3.2.19)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
bacon (1.2.0)
claide (0.7.0)
cocoapods (0.34.0.rc1)
claide (0.6.1)
cocoapods (0.33.1)
activesupport (>= 3.2.15, < 4)
claide (~> 0.7.0)
cocoapods-core (= 0.34.0.rc1)
cocoapods-downloader (~> 0.7.0)
cocoapods-plugins (~> 0.3.1)
cocoapods-trunk (~> 0.2.0)
cocoapods-try (~> 0.4.0)
claide (~> 0.6.1)
cocoapods-core (= 0.33.1)
cocoapods-downloader (~> 0.6.1)
cocoapods-plugins (~> 0.2.0)
cocoapods-trunk (~> 0.1.1)
cocoapods-try (~> 0.3.0)
colored (~> 1.2)
escape (~> 0.0.4)
json_pure (~> 1.8)
nap (~> 0.8)
nap (~> 0.7)
open4 (~> 1.3)
xcodeproj (~> 0.19.1)
cocoapods-core (0.34.0.rc1)
xcodeproj (~> 0.17.0)
cocoapods-core (0.33.1)
activesupport (>= 3.2.15)
fuzzy_match (~> 2.0.4)
json_pure (~> 1.8)
nap (~> 0.8.0)
cocoapods-downloader (0.7.0)
cocoapods-plugins (0.3.1)
nap (~> 0.5)
cocoapods-downloader (0.6.1)
cocoapods-plugins (0.2.0)
nap
cocoapods-trunk (0.2.0)
cocoapods-trunk (0.1.4)
json_pure (~> 1.8)
nap (>= 0.8)
nap (>= 0.6)
netrc
cocoapods-try (0.4.0)
cocoapods-try (0.3.0)
colored (1.2)
coveralls (0.7.1)
multi_json (~> 1.3)
Expand Down Expand Up @@ -81,9 +80,8 @@ GEM
term-ansicolor (1.3.0)
tins (~> 1.0)
thor (0.19.1)
tins (1.3.2)
xcodeproj (0.19.1)
CFPropertyList (~> 2.2)
tins (1.3.3)
xcodeproj (0.17.0)
activesupport (~> 3.0)
colored (~> 1.2)

Expand All @@ -93,7 +91,7 @@ PLATFORMS
DEPENDENCIES
bacon
bundler (~> 1.3)
cocoapods (>= 0.34.0.beta)
cocoapods (>= 0.33.0)
cocoapods-packager!
coveralls
mocha (~> 0.11.4)
Expand Down
3 changes: 1 addition & 2 deletions lib/pod/command/package.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ module Pod
class Command
class Package < Command
self.summary = 'Package a podspec into a static library.'
self.arguments = [CLAide::Argument.new('NAME', true),
CLAide::Argument.new('SOURCE', false)]
self.arguments = [['NAME', :required], ['SOURCE']]

def self.options
[
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/PackagerTest/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ DEPENDENCIES:
SPEC CHECKSUMS:
AFNetworking: 6d7b76aa5d04c8c37daad3eef4b7e3f2a7620da3

COCOAPODS: 0.34.0.rc1
COCOAPODS: 0.33.1

0 comments on commit 4a19352

Please sign in to comment.