cocoapods-update-if-you-dare 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/cocoapods-update-if-you-dare/version.rb +1 -1
- data/lib/cocoapods_plugin.rb +1 -2
- data/screenshot.png +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5ddb00e5d1f86b2c295c14b19751ab20995be65
|
4
|
+
data.tar.gz: 70242aee353e15a8da152b8cd1a0149fcbdbfb1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7cfbae8761ab159322de29acca86795c6a453a698c689da3193ff0993dd44fa223fc427e2598810928478149043a7e932837e92affb0456dc2c1bf58ed160c82
|
7
|
+
data.tar.gz: d0ac61767f737766c5ebcc8a4866ac08994d31e78b3a72036a4b2cdc22ff7ce1d35df4ae7aaa9ef500437b1afc237b9d760fb5804cbf91d7e4a8ed5ba23b6bf4
|
data/README.md
CHANGED
data/lib/cocoapods_plugin.rb
CHANGED
@@ -24,8 +24,7 @@ module Pod
|
|
24
24
|
puts "\n"
|
25
25
|
puts "For more information use the " + "--help".blue + " parameter with any command"
|
26
26
|
puts "or consult " + "https://guides.cocoapods.org".cyan
|
27
|
-
puts "
|
28
|
-
puts "This message brought to you by the plugin cocoapods-update-if-you-dare"
|
27
|
+
puts "This message is brought to you by the plugin cocoapods-update-if-you-dare"
|
29
28
|
puts "\n"
|
30
29
|
|
31
30
|
question = "Are you sure you want to update ALL pods?"
|
data/screenshot.png
ADDED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-update-if-you-dare
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ashton Williams
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-05-
|
11
|
+
date: 2016-05-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -69,6 +69,7 @@ files:
|
|
69
69
|
- lib/cocoapods-update-if-you-dare.rb
|
70
70
|
- lib/cocoapods-update-if-you-dare/version.rb
|
71
71
|
- lib/cocoapods_plugin.rb
|
72
|
+
- screenshot.png
|
72
73
|
- spec/cocoapods-update-if-you-dare/dare_spec.rb
|
73
74
|
- spec/spec_helper.rb
|
74
75
|
homepage: https://github.com/Ashton-W/cocoapods-update-if-you-dare
|