cocoapods-sorted-search 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 49bf00d7ec5cc70892f049a4794252e76afa9fc0
4
- data.tar.gz: 2a425fb56bdd4fbe85d4c8b5ce5d23a13629b0b2
3
+ metadata.gz: 20178c8bd0840a7eb0d6bc871e3f88b0e78109e3
4
+ data.tar.gz: 18b976debbf06fba65c6456392224ff194a03547
5
5
  SHA512:
6
- metadata.gz: be6f9f83c2ed81fee8cdc2da3d77a3b4e3e3037fe31b7381ae7763891f340d6b087cc48f5bd0caae61d1b09216dac2bc62640c1a4053904a17206cbd38b3318f
7
- data.tar.gz: d0d36c049ac7008bbd5220921bff637320e869127435e93f0961a17b9e58de77454837b1ba571281ae5d1bd70f33691f71fbbdcb9fa80474348df478f4c67712
6
+ metadata.gz: 415686400445b8fec19c749c0418542f5e642a5b924cd2eebb5d7665de0b8c2bb16b7f60d1c1975b05275368a57ad0ebed1be0fc84034b15100567c02ab92495
7
+ data.tar.gz: 86fb90c96b1036908e265049eeffc9f781f8e06ff8c672e1bfe46f9b5960c974d17d3e76cb1a174f60b591e524d7cb3b26f33f681712594e8b754d03cf7ecdf1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocoapods-sorted-search (0.1.1)
4
+ cocoapods-sorted-search (0.1.2)
5
5
  cocoapods (~> 0.28)
6
6
  ruby-progressbar
7
7
 
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "cocoapods-sorted-search"
7
- spec.version = '0.1.1'
7
+ spec.version = '0.1.2'
8
8
  spec.authors = ["Denys Telezhkin"]
9
9
  spec.email = ["strangervir@gmail.com"]
10
10
  spec.summary = %q{CocoaPods plugin for sorted searching amongst CocoaPods.}
@@ -64,6 +64,7 @@ module Pod
64
64
  commit = "Last commit: "+ pod.github_last_activity
65
65
 
66
66
  UI.puts_indented pod.summary
67
+ UI.puts_indented "pod '#{pod.name}', '~> #{pod.version}'"
67
68
  UI.puts_indented stars.yellow + forks.yellow
68
69
  UI.puts_indented commit.yellow
69
70
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-sorted-search
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denys Telezhkin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-08 00:00:00.000000000 Z
11
+ date: 2014-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods