Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clayallsopp committed Jul 16, 2014
1 parent 86c234d commit c208f14
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 30 deletions.
65 changes: 37 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,58 +1,67 @@
PATH
remote: .
specs:
motion-screenspecs (0.0.1)
motion-screenspecs (0.1.0)
motion-env (~> 0.0.1)
motion-screenshots (~> 0.0.5)
motion-screenshots (~> 0.1.0)
oily_png (~> 1.1.0)

GEM
remote: https://rubygems.org/
specs:
activesupport (3.2.16)
activesupport (3.2.19)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
chunky_png (1.2.9)
claide (0.4.0)
cocoapods (0.29.0)
chunky_png (1.3.1)
claide (0.6.1)
cocoapods (0.33.1)
activesupport (>= 3.2.15, < 4)
claide (~> 0.4.0)
cocoapods-core (= 0.29.0)
cocoapods-downloader (~> 0.3.0)
cocoapods-try-release-fix (~> 0.1.1)
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.5)
nap (~> 0.7)
open4 (~> 1.3)
xcodeproj (~> 0.14.1)
cocoapods-core (0.29.0)
activesupport (>= 3.2.15, < 4)
xcodeproj (~> 0.17.0)
cocoapods-core (0.33.1)
activesupport (>= 3.2.15)
fuzzy_match (~> 2.0.4)
json_pure (~> 1.8)
nap (~> 0.5)
cocoapods-downloader (0.3.0)
cocoapods-try-release-fix (0.1.1)
cocoapods-downloader (0.6.1)
cocoapods-plugins (0.2.0)
nap
cocoapods-trunk (0.1.4)
json_pure (~> 1.8)
nap (>= 0.6)
netrc
cocoapods-try (0.3.0)
colored (1.2)
escape (0.0.4)
fuzzy_match (2.0.4)
i18n (0.6.9)
i18n (0.6.11)
json_pure (1.8.1)
motion-cocoapods (1.4.0)
cocoapods (>= 0.26.2)
motion-cocoapods (1.5.0)
cocoapods (>= 0.32.1)
motion-env (0.0.3)
motion-screenshots (0.0.5)
motion-cocoapods (~> 1.4.0)
multi_json (1.8.4)
nap (0.6.0)
oily_png (1.1.0)
chunky_png (~> 1.2.7)
open4 (1.3.1)
motion-screenshots (0.1.0)
motion-cocoapods (>= 1.4.0)
motion-env (>= 0.0.3)
multi_json (1.10.1)
nap (0.8.0)
netrc (0.7.7)
oily_png (1.1.1)
chunky_png (~> 1.3.0)
open4 (1.3.4)
rake (10.1.1)
xcodeproj (0.14.1)
xcodeproj (0.17.0)
activesupport (~> 3.0)
colored (~> 1.2)
rake

PLATFORMS
ruby
Expand Down
4 changes: 2 additions & 2 deletions motion-screenspecs.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- encoding: utf-8 -*-
VERSION = "0.0.1"
VERSION = "0.1.0"

Gem::Specification.new do |spec|
spec.name = "motion-screenspecs"
Expand All @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency 'motion-screenshots', '~> 0.0.5'
spec.add_dependency 'motion-screenshots', '~> 0.1.0'
spec.add_dependency 'oily_png', '~> 1.1.0'
spec.add_dependency 'motion-env', '~> 0.0.1'
spec.add_development_dependency "rake"
Expand Down

0 comments on commit c208f14

Please sign in to comment.