Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CocoaPods/CocoaPods
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.0
Choose a base ref
...
head repository: CocoaPods/CocoaPods
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 14, 2012

  1. Copy the full SHA
    4c53db1 View commit details
  2. Update bundle.

    alloy committed Jul 14, 2012
    Copy the full SHA
    89e14f2 View commit details
  3. Release 0.9.1

    alloy committed Jul 14, 2012
    Copy the full SHA
    ea64987 View commit details
Showing with 11 additions and 11 deletions.
  1. +9 −9 Gemfile.lock
  2. +1 −1 cocoapods.gemspec
  3. +1 −1 lib/cocoapods.rb
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
GIT
remote: git://github.com/CocoaPods/Xcodeproj.git
revision: 11d8450ba7e8c20fe05f650c2445b462524d99a5
revision: d7806ab0513b90d7f285a4af78e7bf19e4fb1481
specs:
xcodeproj (0.2.3)
xcodeproj (0.3.0)
activesupport (~> 3.2.6)

PATH
remote: .
specs:
cocoapods (0.8.0)
cocoapods (0.9.0)
activesupport (~> 3.2.6)
colored (~> 1.2)
escape (~> 0.0.4)
@@ -17,7 +17,7 @@ PATH
octokit (~> 1.7.0)
open4 (~> 1.3.0)
rake (~> 0.9.0)
xcodeproj (~> 0.2.3)
xcodeproj (>= 0.3.0)

GEM
remote: http://rubygems.org/
@@ -48,7 +48,7 @@ GEM
rb-fsevent (~> 0.9.1)
rb-inotify (~> 0.8.8)
metaclass (0.0.1)
method_source (0.7.1)
method_source (0.8)
mocha (0.11.4)
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.0)
@@ -62,18 +62,18 @@ GEM
hashie (~> 1.2)
multi_json (~> 1.3)
open4 (1.3.0)
pry (0.9.9.6)
pry (0.9.10)
coderay (~> 1.0.5)
method_source (~> 0.7.1)
slop (>= 2.4.4, < 3)
method_source (~> 0.8)
slop (~> 3.3.1)
rake (0.9.2.2)
rb-fchange (0.0.5)
ffi
rb-fsevent (0.9.1)
rb-inotify (0.8.8)
ffi (>= 0.5.0)
redcarpet (2.1.1)
slop (2.4.4)
slop (3.3.2)
vcr (2.2.3)
webmock (1.8.7)
addressable (>= 2.2.7)
2 changes: 1 addition & 1 deletion cocoapods.gemspec
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'json', '~> 1.7.3'
s.add_runtime_dependency 'open4', '~> 1.3.0'
s.add_runtime_dependency 'rake', '~> 0.9.0'
s.add_runtime_dependency 'xcodeproj', '~> 0.2.3'
s.add_runtime_dependency 'xcodeproj', '>= 0.3.0'
s.add_runtime_dependency 'activesupport', '~> 3.2.6'

s.add_development_dependency 'bacon', '~> 1.1'
2 changes: 1 addition & 1 deletion lib/cocoapods.rb
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
end

module Pod
VERSION = '0.9.0'
VERSION = '0.9.1'

class PlainInformative < StandardError
end