pod-tools 0.1.0 → 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: 1d82b18ade77587f63d805b3c4fac3cb7e2c79d0
4
- data.tar.gz: be112b20fdc3c96dc347945751232a54d8e5d292
3
+ metadata.gz: d8a59089e906adff59cef9283f2fcc2de1c284fc
4
+ data.tar.gz: dd061d39e6ea6b7afec97072c7ba7ee8ec7d3be9
5
5
  SHA512:
6
- metadata.gz: e31b73b6426dd496cafb7bc14c9630872473d3760949b44402fb6f5abb731b43ab534372e415e9aea92cfca576d7c3f424fb31cc4fdb3b1f602f3018d848971f
7
- data.tar.gz: fb97a34538b11745d186d7cfe4e2318aaad2a526b65409a1f3833af926a8fb97d4ea64d84e58607df60db7dcde03f6c56b6e4614d12f702be7233ddc7d53ddd3
6
+ metadata.gz: 0093722ed4a7122a6d2d5de8b9de6348d3ee1acfd5a8309b707ef526419b34f87679891fadbf9ccc8177922673a557157122dc43231fba085c449095fd860cb9
7
+ data.tar.gz: 8ecd4966a95d123e8503213128013290f1f6c88487e9ab0ad7113addf3a412ceec6f63a465d57e78496a7895fe18c3bdf2e888eee782b30786d713b4cc1da911
data/.travis.yml CHANGED
@@ -1,4 +1,3 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 1.9.3
4
3
  - 2.2.0
data/README.md CHANGED
@@ -1,7 +1,11 @@
1
1
  # Pod Tools
2
+ ![Header](https://travis-ci.org/cesarferreira/pod-tools.svg?branch=master) ![Gem Version](http://img.shields.io/gem/v/pod-tools.svg?style=flat)
2
3
 
3
4
  Clear CocoaPods cache, re-download and re-install all pods
4
5
 
6
+ <p align="center">
7
+ <img alt="Insert GIF here" src="http://media.giphy.com/media/GhQOnZZwMexhe/giphy.gif" />
8
+ </p>
5
9
 
6
10
  ## Installation
7
11
 
@@ -21,16 +25,3 @@ pod-reinstall
21
25
  # Clean all XCode derived data
22
26
  pod-clean-derived-data
23
27
  ```
24
-
25
- <p align="center">
26
- <img src="https://raw.github.com/cesarferreira/pod-tools/master/extras/images/terminal01.gif" />
27
- </p>
28
-
29
-
30
- ## Contributing
31
-
32
- 1. Fork it ( https://github.com/cesarferreira/pod-tools/fork )
33
- 2. Create your feature branch (`git checkout -b my-new-feature`)
34
- 3. Commit your changes (`git commit -am 'Add some feature'`)
35
- 4. Push to the branch (`git push origin my-new-feature`)
36
- 5. Create a new Pull Request
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module PodTools
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.2'
3
3
  end
data/pod-tools.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  #spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com' to prevent pushes to rubygems.org, or delete to allow pushes to any server."
14
14
  end
15
15
 
16
- spec.summary = 'Pod tools'
16
+ spec.summary = 'Set of Cocoapods tools (clean, reinstall, clean derived data)'
17
17
  spec.description = 'Pod tools'
18
18
  spec.homepage = "https://github.com/cesarferreira/pod-tools"
19
19
  spec.license = 'MIT'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pod-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - cesar ferreira
@@ -126,5 +126,5 @@ rubyforge_project:
126
126
  rubygems_version: 2.4.6
127
127
  signing_key:
128
128
  specification_version: 4
129
- summary: Pod tools
129
+ summary: Set of Cocoapods tools (clean, reinstall, clean derived data)
130
130
  test_files: []