cocoapods-sorted-search 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5290a8eb81c4fc6961a80220503bab6241483601
4
- data.tar.gz: f1642838bca99d27a75b02e25fe0eedfbe7ffa54
3
+ metadata.gz: 7012f8be749cc8c5627271b2161696702ad48cd5
4
+ data.tar.gz: 0ad61ecd086fe408056fecb7b7178a7b40a1d101
5
5
  SHA512:
6
- metadata.gz: 167fccfa118e195d29da10be686ad79bef41c7dfd84d9cfd9398c1674d786149d2b1ecbc53bf7bb4b660bb3c92e47f870ea77d15d070ed33976acdbef65528b9
7
- data.tar.gz: e45e3e6958ae1d0017fc82b807e96a1654ce9b0c6ad7328401914bc3e4aa1014d03ddba4c13eef79b12bb51170416c9012e48252db0cd34395ca70b4f89c45a6
6
+ metadata.gz: 170cfe2068b48f06f1bc11acc2a08534f4f5fd6f3528a18508fa17848dd92f47d310a825f66a8864d4f5b9a8aa8df55ccc7df387636121e1b1eb589b0bb3d198
7
+ data.tar.gz: 3142f3205c4da1b9f1ca4e1aae2d0edb3ae6013ff3afef24d6695d334cf82201f116afc78c1ccb316bcb5544147f5c562c781a8a05ac59ca039e7ee98445c835
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocoapods-sorted-search (0.2.1)
5
- cocoapods (~> 0.28)
4
+ cocoapods-sorted-search (0.2.2)
5
+ cocoapods (>= 0.28)
6
6
  hashie
7
7
  osx_keychain
8
8
  ruby-progressbar
@@ -20,24 +20,24 @@ GEM
20
20
  addressable (2.3.6)
21
21
  ast (1.1.0)
22
22
  claide (0.5.0)
23
- cocoapods (0.31.1)
23
+ cocoapods (0.32.1)
24
24
  activesupport (>= 3.2.15, < 4)
25
25
  claide (~> 0.5.0)
26
- cocoapods-core (= 0.31.1)
27
- cocoapods-downloader (~> 0.4.1)
26
+ cocoapods-core (= 0.32.1)
27
+ cocoapods-downloader (~> 0.5.0)
28
28
  cocoapods-try (~> 0.2.0)
29
29
  colored (~> 1.2)
30
30
  escape (~> 0.0.4)
31
31
  json_pure (~> 1.8)
32
- nap (~> 0.5)
32
+ nap (~> 0.7)
33
33
  open4 (~> 1.3)
34
- xcodeproj (~> 0.16.0)
35
- cocoapods-core (0.31.1)
34
+ xcodeproj (~> 0.16.1)
35
+ cocoapods-core (0.32.1)
36
36
  activesupport (>= 3.2.15, < 4)
37
37
  fuzzy_match (~> 2.0.4)
38
38
  json_pure (~> 1.8)
39
39
  nap (~> 0.5)
40
- cocoapods-downloader (0.4.1)
40
+ cocoapods-downloader (0.5.0)
41
41
  cocoapods-try (0.2.0)
42
42
  colored (1.2)
43
43
  crack (0.4.2)
@@ -57,12 +57,12 @@ GEM
57
57
  open4 (1.3.3)
58
58
  osx_keychain (1.0.0)
59
59
  RubyInline (~> 3)
60
- parser (2.1.7)
60
+ parser (2.1.8)
61
61
  ast (~> 1.1)
62
62
  slop (~> 3.4, >= 3.4.5)
63
63
  powerpack (0.0.9)
64
64
  rainbow (2.0.0)
65
- rake (10.2.2)
65
+ rake (10.3.1)
66
66
  rspec (2.14.1)
67
67
  rspec-core (~> 2.14.0)
68
68
  rspec-expectations (~> 2.14.0)
@@ -85,7 +85,7 @@ GEM
85
85
  webmock (1.17.4)
86
86
  addressable (>= 2.2.7)
87
87
  crack (>= 0.3.2)
88
- xcodeproj (0.16.0)
88
+ xcodeproj (0.16.1)
89
89
  activesupport (~> 3.0)
90
90
  colored (~> 1.2)
91
91
 
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "cocoapods-sorted-search"
8
- spec.version = '0.2.1'
8
+ spec.version = '0.2.2'
9
9
  spec.authors = ["Denys Telezhkin"]
10
10
  spec.email = ["strangervir@gmail.com"]
11
11
  spec.summary = %q{CocoaPods plugin for sorted searching amongst CocoaPods.}
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
17
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
18
18
  spec.require_paths = ["lib"]
19
19
 
20
- spec.add_runtime_dependency 'cocoapods', '~> 0.28'
20
+ spec.add_runtime_dependency 'cocoapods', '>= 0.28'
21
21
  spec.add_dependency 'ruby-progressbar'
22
22
  spec.add_dependency "typhoeus"
23
23
  spec.add_dependency "hashie"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-sorted-search
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denys Telezhkin
@@ -14,14 +14,14 @@ dependencies:
14
14
  name: cocoapods
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0.28'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0.28'
27
27
  - !ruby/object:Gem::Dependency