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.
- checksums.yaml +4 -4
- data/bin/GradleSearchResTools +9 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 40048ae1fa90fb13a0de6d2cf95ca197efa95cce
|
4
|
+
data.tar.gz: 373280647b9ea8772d72f82b5472f87999b392a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5dee5c1652fbf2e76d0433efebd3fba320680a9778a6aa685bb4e9ea06319c6461ef8007daf005efa790f441c503c4ba732d5a674be59be514f97d9449422d11
|
7
|
+
data.tar.gz: 9bc1214f631968a7ef8f8fc0425cb1ccbfa470e1502b75e91245b1988a2303f8ac72b86c93ea21758ed93a71c9884efaed5a477cfc122dcd3fefc0ce1ed193e5
|
data/bin/GradleSearchResTools
CHANGED
@@ -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
|
-
|
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.
|
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:
|
13
|
+
description: 'simple use this on your terminal command: GradleSearchResTools gson'
|
14
14
|
email: 79144876@qq.com
|
15
15
|
executables:
|
16
16
|
- GradleSearchResTools
|