cocoapods-podfile_info 0.0.1 → 0.0.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,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZDM0ODJmYTBiYjM4YzQyNGNhM2QzMTJlZWFmYjVmNjRhNDU1YjNiOA==
5
- data.tar.gz: !binary |-
6
- YmMyNDJlN2E3ZDk5NTc1OTY2NzU5YmJlYmEzOTY2ODY2Y2Q1NjBjZQ==
2
+ SHA1:
3
+ metadata.gz: 165604354f03e146828611b2d89ca1a5e7470f6a
4
+ data.tar.gz: f278b3bb0d32906025ca2a612f5756e98676fb08
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- NDE5MTI1MDRmODMyZGNjZjA4ZmZiYzBkYzY0MmFlYjAyOWMzNDU0M2M2OWY5
10
- YThmZjFlN2RjNDc4NDkwMWI0OGNmY2E2MWQ5MThkMzc0ZmQzZDNhMGE4ZmFi
11
- OTFkYWFmYzUyNGIwZmM2NDk1MzliNTI1OGIxNDM0ZjE3YjQ2OGU=
12
- data.tar.gz: !binary |-
13
- YzRiYjdlNWRiZmMwOTIzN2Q4NzI4NjIwYmUyNDViM2U2Y2JhMmJjMGNmYmI0
14
- NTQzYmE3YjUxNTlhY2I2OWVjZGUxN2I3MmVlNDY3NzJiNTFkMmI4OTkyMzQ2
15
- ZWU1ZDI5YzUyOGYwYjEwOGNjN2VmMGNjMzE0MTI5YmE2MTM3MWQ=
6
+ metadata.gz: bff9b4f09a9d2151bb25b06f7ab2e66523cbb3d5e56b9b89428850fa557d82c0ae1a5facc8a8e9b47afef8ff1889a5d84307227f5a1bdcf64bf2aa410219a5e2
7
+ data.tar.gz: 78606206426527d64913308c72b18b42ac2e879915549acd43ac3c9c83835d314af9a124e376a1de96dd108b686c85a0bdf6d4a56b29b64bc247f677cae6505f
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  GIT
2
2
  remote: https://github.com/irrationalfab/PrettyBacon.git
3
- revision: 926c214ade1ec1cbc9544d603e36f15a780f7e68
3
+ revision: 1eeb06f7d381acd65414b86b42fdf3538faae01c
4
4
  branch: master
5
5
  specs:
6
- prettybacon (0.0.1)
6
+ prettybacon (0.0.2)
7
7
  bacon (~> 1.2)
8
8
 
9
9
  PATH
@@ -14,46 +14,58 @@ PATH
14
14
  GEM
15
15
  remote: https://rubygems.org/
16
16
  specs:
17
- activesupport (3.2.15)
17
+ CFPropertyList (2.2.8)
18
+ activesupport (3.2.19)
18
19
  i18n (~> 0.6, >= 0.6.4)
19
20
  multi_json (~> 1.0)
20
21
  bacon (1.2.0)
21
- claide (0.4.0)
22
- cocoapods (0.28.0)
22
+ claide (0.6.1)
23
+ cocoapods (0.33.2)
23
24
  activesupport (>= 3.2.15, < 4)
24
- claide (~> 0.4.0)
25
- cocoapods-core (= 0.28.0)
26
- cocoapods-downloader (~> 0.2.0)
25
+ claide (~> 0.6.1)
26
+ cocoapods-core (= 0.33.2)
27
+ cocoapods-downloader (~> 0.6.1)
28
+ cocoapods-plugins (~> 0.2.0)
29
+ cocoapods-trunk (~> 0.1.1)
30
+ cocoapods-try (~> 0.3.0)
27
31
  colored (~> 1.2)
28
32
  escape (~> 0.0.4)
29
33
  json_pure (~> 1.8)
34
+ nap (~> 0.7)
30
35
  open4 (~> 1.3)
31
- xcodeproj (~> 0.14.1)
32
- cocoapods-core (0.28.0)
33
- activesupport (>= 3.2.15, < 4)
36
+ xcodeproj (~> 0.18.0)
37
+ cocoapods-core (0.33.2)
38
+ activesupport (>= 3.2.15)
34
39
  fuzzy_match (~> 2.0.4)
35
- json (~> 1.8)
40
+ json_pure (~> 1.8)
36
41
  nap (~> 0.5)
37
- cocoapods-downloader (0.2.0)
42
+ cocoapods-downloader (0.6.1)
43
+ cocoapods-plugins (0.2.0)
44
+ nap
45
+ cocoapods-trunk (0.1.4)
46
+ json_pure (~> 1.8)
47
+ nap (>= 0.8)
48
+ netrc
49
+ cocoapods-try (0.3.0)
38
50
  colored (1.2)
39
51
  escape (0.0.4)
40
52
  fuzzy_match (2.0.4)
41
- i18n (0.6.5)
42
- json (1.8.1)
53
+ i18n (0.6.11)
43
54
  json_pure (1.8.1)
44
- metaclass (0.0.1)
55
+ metaclass (0.0.4)
45
56
  mocha (0.11.4)
46
57
  metaclass (~> 0.0.1)
47
58
  mocha-on-bacon (0.2.1)
48
59
  mocha (>= 0.9.8)
49
- multi_json (1.8.2)
50
- nap (0.6.0)
51
- open4 (1.3.0)
52
- rake (10.1.0)
53
- xcodeproj (0.14.1)
60
+ multi_json (1.10.1)
61
+ nap (0.8.0)
62
+ netrc (0.7.7)
63
+ open4 (1.3.4)
64
+ rake (10.3.2)
65
+ xcodeproj (0.18.0)
66
+ CFPropertyList (~> 2.2)
54
67
  activesupport (~> 3.0)
55
68
  colored (~> 1.2)
56
- rake
57
69
 
58
70
  PLATFORMS
59
71
  ruby
data/README.md CHANGED
@@ -1,4 +1,12 @@
1
- podfile_info
2
- ============
1
+ # Podfile info
2
+
3
+ Port of the CocoaPods `pod podfile_info` command in CocoaPods into a plugin.
4
+
5
+ ## Usage
6
+
7
+ $ pod podfile-info
8
+
9
+ ## Installation
10
+
11
+ $ gem install cocoapods-podfile_info
3
12
 
4
- Port of the CocoaPods `pod podfile_info` command in CocoaPods into a plugin.
data/Rakefile CHANGED
@@ -1,14 +1,21 @@
1
- require 'bundler/gem_tasks'
1
+ begin
2
2
 
3
- require "bundler/gem_tasks"
3
+ require 'bundler/gem_tasks'
4
4
 
5
- def specs(dir)
6
- FileList["spec/#{dir}/*_spec.rb"].shuffle.join(' ')
7
- end
5
+ def specs(dir)
6
+ FileList["spec/#{dir}/*_spec.rb"].shuffle.join(' ')
7
+ end
8
8
 
9
- desc "Runs all the specs"
10
- task :specs do
11
- sh "bundle exec bacon #{specs('**')}"
12
- end
9
+ desc "Runs all the specs"
10
+ task :specs do
11
+ sh "bundle exec bacon #{specs('**')}"
12
+ end
13
13
 
14
- task :default => :specs
14
+ task :default => :specs
15
+
16
+ rescue LoadError
17
+ $stderr.puts "\033[0;31m" \
18
+ "[!] Please install the bundler gem manually:\n" \
19
+ ' $ [sudo] gem install bundler' \
20
+ "\e[0m"
21
+ end
@@ -8,7 +8,9 @@ module Pod
8
8
  If optional `PODFILE_PATH` provided, the info will be shown for
9
9
  that specific Podfile
10
10
  DESC
11
- self.arguments = '[PODFILE_PATH]'
11
+ self.arguments = [
12
+ CLAide::Argument.new('PODFILE_PATH', false)
13
+ ]
12
14
 
13
15
  def self.options
14
16
  [
@@ -84,4 +86,5 @@ module Pod
84
86
  end
85
87
  end
86
88
  end
87
- end
89
+ end
90
+
@@ -1,3 +1,3 @@
1
1
  module PodfileInfo
2
- VERSION = '0.0.1'
3
- end
2
+ VERSION = '0.0.2'
3
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-podfile_info
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taras Kalapun
@@ -9,34 +9,34 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-12-05 00:00:00.000000000 Z
12
+ date: 2014-11-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ~>
18
+ - - "~>"
19
19
  - !ruby/object:Gem::Version
20
20
  version: '1.3'
21
21
  type: :development
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - ~>
25
+ - - "~>"
26
26
  - !ruby/object:Gem::Version
27
27
  version: '1.3'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: rake
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - ! '>='
32
+ - - ">="
33
33
  - !ruby/object:Gem::Version
34
34
  version: '0'
35
35
  type: :development
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - ! '>='
39
+ - - ">="
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0'
42
42
  description: CocoaPods plugin to show information on installed pods in the current
@@ -46,7 +46,7 @@ executables: []
46
46
  extensions: []
47
47
  extra_rdoc_files: []
48
48
  files:
49
- - .gitignore
49
+ - ".gitignore"
50
50
  - Gemfile
51
51
  - Gemfile.lock
52
52
  - LICENSE
@@ -69,21 +69,20 @@ require_paths:
69
69
  - lib
70
70
  required_ruby_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
- - - ! '>='
72
+ - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
- - - ! '>='
77
+ - - ">="
78
78
  - !ruby/object:Gem::Version
79
79
  version: '0'
80
80
  requirements: []
81
81
  rubyforge_project:
82
- rubygems_version: 2.1.11
82
+ rubygems_version: 2.2.2
83
83
  signing_key:
84
84
  specification_version: 4
85
85
  summary: Show a info on installed pods
86
86
  test_files:
87
87
  - spec/command/podfile_info_spec.rb
88
88
  - spec/spec_helper.rb
89
- has_rdoc: