GradleSearchResTools 1.0.3 → 1.0.4

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/GradleSearchResTools +9 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7211d2c223e093ffdb6d518910796d0cfd12c026
4
- data.tar.gz: 487d09244066b0c9d407281b5f1d2399876ec55b
3
+ metadata.gz: 40048ae1fa90fb13a0de6d2cf95ca197efa95cce
4
+ data.tar.gz: 373280647b9ea8772d72f82b5472f87999b392a0
5
5
  SHA512:
6
- metadata.gz: b0188d22f74c0a59c060aeb257a00cb0d5f0f77bdefaed9da4b8d16f91efa17b3ad043d34cb1e0073f1177f5a15ce52e6b9c5240d44507c9f97ebca72ac962fb
7
- data.tar.gz: 6f47c728f852038b4de5f21fe6f1bcf940274d4cc0a92291cb18b43857d11a71c519aaf14d48aabbf73b900385cd249c7ffedfdf54cf4573c79af8680f160d23
6
+ metadata.gz: 5dee5c1652fbf2e76d0433efebd3fba320680a9778a6aa685bb4e9ea06319c6461ef8007daf005efa790f441c503c4ba732d5a674be59be514f97d9449422d11
7
+ data.tar.gz: 9bc1214f631968a7ef8f8fc0425cb1ccbfa470e1502b75e91245b1988a2303f8ac72b86c93ea21758ed93a71c9884efaed5a477cfc122dcd3fefc0ce1ed193e5
@@ -1,4 +1,12 @@
1
1
  #!/usr/bin/env ruby
2
+ require 'dotenv'
3
+ Dotenv.load
4
+
5
+ require 'terminal-table'
6
+
7
+ $:.push File.expand_path("../../lib", __FILE__)
2
8
 
3
9
  require 'GradleSearchResTools'
4
- puts GradleSearchResTools.search(ARGV[0])
10
+
11
+ puts GradleSearchResTools.search(ARGV[0])
12
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: GradleSearchResTools
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - liu peng
@@ -10,7 +10,7 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2015-04-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Gradle Search Res Command line Tools!
13
+ description: 'simple use this on your terminal command: GradleSearchResTools gson'
14
14
  email: 79144876@qq.com
15
15
  executables:
16
16
  - GradleSearchResTools