alfi 0.4.1 → 0.4.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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2238e66c04bcf94075bdb3e52d5baf5fe43e9ca0
4
- data.tar.gz: f3cf2058e9bdd64d92a218da57846e56eaf93c2a
3
+ metadata.gz: 0a04599fa55e234ba91559966312845c8423f780
4
+ data.tar.gz: 25ba7992c2b18707cf2c79e9011cabed1acadd8b
5
5
  SHA512:
6
- metadata.gz: aa308295578ad68226007c0fa24c8ab2cf12d9daa8425aa198924fb3ba70072ce5f0a719d96fb60adbb6d478388b26228422bc811b3e2f98049f98e516472be6
7
- data.tar.gz: a5bd08adf5efb90c0d9ec36713affe3833089aeb2acfa11c71112a3ace8f28c7f758a43a6044b28a596c549947659cb3893bbea6b11cefc61b9bf28b4fff22fc
6
+ metadata.gz: da1c4305653ee52abfcec07ee1979e0f88ac3b09d9ea61dc3b0a0ec33c4775f34fe86613f32d9d58d282d82db6b26e83a26771dc125edbd1c7884af7539c115d
7
+ data.tar.gz: 7a37cd2f8198ced75e83b6ff8099f6f5aabf719411d2221de1212d5bd45413a241d0ae4592a841048bde69370c691c2517ee4bf3ed7060eba4996966ce0da9eb
data/README.md CHANGED
@@ -1,23 +1,10 @@
1
- # alfi
2
-
3
- [![Build Status](https://travis-ci.org/cesarferreira/alfi.svg?branch=master)](https://travis-ci.org/cesarferreira/alfi) [![Gem Version](http://img.shields.io/gem/v/alfi.svg?style=flat)](http://badge.fury.io/rb/alfi) [![Dependency Status](https://gemnasium.com/cesarferreira/alfi.svg)](https://gemnasium.com/cesarferreira/alfi)
1
+ # alfi [![Build Status](https://travis-ci.org/cesarferreira/alfi.svg?branch=master)](https://travis-ci.org/cesarferreira/alfi) [![Gem Version](http://img.shields.io/gem/v/alfi.svg?style=flat)](http://badge.fury.io/rb/alfi) [![Dependency Status](https://gemnasium.com/cesarferreira/alfi.svg)](https://gemnasium.com/cesarferreira/alfi)
4
2
 
5
3
 
6
4
  **A**ndroid **L**ibrary **Fi**nder
7
5
 
8
-
9
- <p align="center">
10
- <img src="https://raw.githubusercontent.com/cesarferreira/alfi/master/extras/images/logov2.png" width="100%" />
11
- </p>
12
-
13
6
  Search through thousands of android libraries that can help you scale your projects elegantly
14
7
 
15
- ## Installation
16
-
17
- Install it via terminal:
18
-
19
- $ gem install alfi
20
-
21
8
  ## Usage
22
9
 
23
10
  Search for `something`
@@ -32,6 +19,12 @@ alfi picasso
32
19
 
33
20
  **Final step:** Copy the library you want to your `build.gradle` and sync it
34
21
 
22
+ ## Installation
23
+
24
+ Install it via terminal:
25
+
26
+ $ gem install alfi
27
+
35
28
 
36
29
  ## Contributing
37
30
 
@@ -1,3 +1,6 @@
1
+ require 'optparse'
2
+ include OptionParser::Arguable
3
+
1
4
  class Alfi::Cli
2
5
  BINTRAY_OPTIONS_FILE_NAME = File.expand_path('~/.alfi_bintray.json')
3
6
 
@@ -28,7 +28,7 @@ class Alfi::Providers::Bintray < Alfi::Providers::Base
28
28
 
29
29
  def request_extensions
30
30
  unless $bintray_auth
31
- puts " # Bintray using random credentials".yellow
31
+ puts " # Bintray: using random credentials".yellow
32
32
  $bintray_auth = ALFI_BINTRAY_CREDS.sample
33
33
  end
34
34
  @http.use_ssl = true
@@ -1,3 +1,3 @@
1
1
  module Alfi
2
- VERSION = '0.4.1'
2
+ VERSION = '0.4.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alfi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - cesar ferreira
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-27 00:00:00.000000000 Z
11
+ date: 2015-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake