Skip to content

Commit

Permalink
Compatibility with CP 1.0 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
neonichu committed Jan 6, 2016
1 parent 75e49fd commit 0eb0a10
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: .
specs:
cocoapods-rome (0.4.0)
cocoapods-rome (0.4.1)
cocoapods (>= 0.38.0)
fourflusher (~> 0.1.0)
fourflusher (~> 0.3.0)

GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.4)
activesupport (4.2.5)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
Expand Down Expand Up @@ -46,12 +46,12 @@ GEM
cocoapods-try (0.5.1)
colored (1.2)
escape (0.0.4)
fourflusher (0.1.0)
fourflusher (0.3.0)
fuzzy_match (2.0.4)
i18n (0.7.0)
json (1.8.3)
minitest (5.8.1)
molinillo (0.4.0)
minitest (5.8.3)
molinillo (0.4.1)
nap (1.0.0)
netrc (0.7.8)
rake (10.4.2)
Expand Down
2 changes: 1 addition & 1 deletion cocoapods-rome.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Xcode}
spec.require_paths = ["lib"]

spec.add_dependency "cocoapods", ">= 0.38.0"
spec.add_dependency "fourflusher", "~> 0.1.0"
spec.add_dependency "fourflusher", "~> 0.3.0"

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods-rome/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CocoapodsRome
VERSION = "0.4.0"
VERSION = "0.4.1"
end

0 comments on commit 0eb0a10

Please sign in to comment.