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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 785d8261ab1273932c85b9fe5dcdcc1ab99ebcb5
4
- data.tar.gz: 74297cebc78fb58fa7647d8f380e7368701bba29
3
+ metadata.gz: b5ddb00e5d1f86b2c295c14b19751ab20995be65
4
+ data.tar.gz: 70242aee353e15a8da152b8cd1a0149fcbdbfb1d
5
5
  SHA512:
6
- metadata.gz: 58b7e3a326ffff49b2f1039d04bbefee4e3ee6167f3e4d3c0a302593abc8711fbb7175f59a3c67b15b272dc734a31621afd1c0ed84879c2786fbb42388a9ca9d
7
- data.tar.gz: 6826c4a9893c82c8ad66047a0c63f999235ddc4ac04d2c2c1b4ec62a6028a13a2248157490c77b5437ccdb4f65133778ae1fe850fce300e160dfe4ae62042bf5
6
+ metadata.gz: 7cfbae8761ab159322de29acca86795c6a453a698c689da3193ff0993dd44fa223fc427e2598810928478149043a7e932837e92affb0456dc2c1bf58ed160c82
7
+ data.tar.gz: d0ac61767f737766c5ebcc8a4866ac08994d31e78b3a72036a4b2cdc22ff7ce1d35df4ae7aaa9ef500437b1afc237b9d760fb5804cbf91d7e4a8ed5ba23b6bf4
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Update If You Dare
2
2
  A [CocoaPods](https://cocoapods.org) plugin.
3
3
 
4
+ ![](screenshot.png)
5
+
4
6
  ## Usage
5
7
 
6
8
  Run `pod update` and the plugin will try and persuade you to use alternatives before it dares you to just update everything anyway.
@@ -1,3 +1,3 @@
1
1
  module CocoapodsUpdateIfYouDare
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -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 "\n"
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?"
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.0
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-12 00:00:00.000000000 Z
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