dryrun 0.9.0 → 1.0.0
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/README.md +42 -45
- data/extras/gift.gif +0 -0
- data/extras/ss.gif +0 -0
- data/lib/dryrun/version.rb +1 -1
- metadata +5 -4
- data/extras/thumb.png +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a8b8b33d462e6e7dc193f307ea700166bcc90c0
|
4
|
+
data.tar.gz: ef5926a7a47f020ebeb7753de7483f1e6c3ad676
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42886f6dae79ad2810173c8bb1407a3f19b1918fab1b74a45ae12a79e9b88bf6d8039cba9d639346bd67c2c9aea7b190d2b061bde875c14767f21c222053a47f
|
7
|
+
data.tar.gz: 7e443523c64f26248d19236038813510ad6c8af0b9cdddfa0028f4e9136ad200d6f9f2dab47ba1cc01bbc579c569953cd21c9b90a0741714ec56f867651bd2da
|
data/README.md
CHANGED
@@ -1,31 +1,40 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
1
|
+
<p align="center">
|
2
|
+
<a href="https://github.com/cesarferreira/dryrun" target="_blank">
|
3
|
+
<img width="200"src="extras/gift.gif">
|
4
|
+
</a>
|
5
|
+
</p>
|
6
|
+
<h1 align="center">dryrun</h1>
|
7
|
+
<p align="center"><strong>Try any android library</strong> hosted online <strong>directly</strong> from the <strong>command line</strong></p>
|
8
|
+
<p align="center">
|
9
|
+
<a href="https://github.com/cesarferreira/dryrun"><img src="http://ruby-gem-downloads-badge.herokuapp.com/dryrun?type=total" alt="downloads"></a>
|
10
|
+
<a href="https://github.com/cesarferreira/dryrun"><img src="https://badge.fury.io/rb/dryrun.svg" alt="npm"></a>
|
11
|
+
<a href="https://travis-ci.org/cesarferreira/dryrun"><img src="https://travis-ci.org/cesarferreira/dryrun.svg?branch=master" alt="Build Status"></a>
|
12
|
+
<!-- <a href="http://android-arsenal.com/details/1/2361"><img src="https://img.shields.io/badge/Android%20Arsenal-dryrun-brightgreen.svg?style=flat" alt="Android Arsenal"></a> -->
|
13
|
+
<a href="http://androidweekly.net/issues/issue-200"><img src="https://img.shields.io/badge/Android%20Weekly-%23200-blue.svg" alt="Android Weekly"></a>
|
14
|
+
<a href="https://www.codacy.com/app/cesarferreira/dryrun?utm_source=github.com&utm_medium=referral&utm_content=cesarferreira/dryrun&utm_campaign=badger"><img src="https://api.codacy.com/project/badge/Grade/c9f73e75e72547008558b3e337acbff3" alt="Codacy Badge"></a>
|
15
|
+
|
16
|
+
<!-- <a href="https://github.com/cesarferreira/dryrun/issues"><img src="https://img.shields.io/github/issues-raw/cesarferreira/dryrun.svg" alt="issues"></a>
|
17
|
+
<a href="https://github.com/cesarferreira/dryrun/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License"></a> -->
|
18
|
+
</p>
|
10
19
|
|
20
|
+
<p align="center">
|
21
|
+
<img src="extras/ss.gif" width="100%" />
|
22
|
+
</p>
|
11
23
|
|
12
|
-
|
13
|
-
[](https://github.com/cesarferreira/dryrun)
|
14
|
-
[](https://github.com/cesarferreira/dryrun/fork) [](https://github.com/cesarferreira/dryrun) [](https://github.com/cesarferreira/dryrun)
|
15
|
-
[](https://twitter.com/cesarmcferreira)
|
24
|
+
## Install
|
16
25
|
|
26
|
+
```sh
|
27
|
+
gem install dryrun
|
28
|
+
```
|
17
29
|
|
18
30
|
## Usage
|
31
|
+
|
19
32
|
```bash
|
20
33
|
dryrun https://github.com/cesarferreira/android-helloworld
|
21
34
|
```
|
22
|
-
<p align="center">
|
23
|
-
<img src="extras/usage_v4.gif" width="100%" />
|
24
|
-
</p>
|
25
35
|
|
26
36
|
Wait a few seconds and the app is now opened on your phone :smiley:
|
27
37
|
|
28
|
-
### Advanced usage
|
29
38
|
```bash
|
30
39
|
$ dryrun -h
|
31
40
|
Usage: dryrun GIT_URL [OPTIONS]
|
@@ -42,9 +51,18 @@ Options
|
|
42
51
|
-v, --version Displays the version
|
43
52
|
```
|
44
53
|
|
45
|
-
##
|
54
|
+
## Alternative scenario (if you don't use `dryrun`)
|
46
55
|
|
47
|
-
|
56
|
+
1. Find the github's repository url
|
57
|
+
2. Click the `download zip`
|
58
|
+
3. Extract the `zip file`
|
59
|
+
4. Open Android Studio
|
60
|
+
5. Import the project you just downloaded
|
61
|
+
6. Sync gradle
|
62
|
+
7. Run the project
|
63
|
+
8. Choose the device you want to run
|
64
|
+
9. Test all you want
|
65
|
+
10. Delete the `project folder` and the `zip file` when you don't want it anymore
|
48
66
|
|
49
67
|
## Goodies
|
50
68
|
|
@@ -52,15 +70,13 @@ Options
|
|
52
70
|
```
|
53
71
|
$ dryrun git@github.com:cesarferreira/android-helloworld.git
|
54
72
|
```
|
55
|
-
|
56
73
|
- No need to cleanup after you test the library.
|
57
|
-
|
58
74
|
- No need to wait for **Android Studio** to load.
|
59
75
|
|
60
76
|
|
61
77
|
## Notes
|
62
78
|
|
63
|
-
|
79
|
+
Be aware that ANDROID_HOME needs to be set with the adb path:
|
64
80
|
- MAC -> ```ANDROID_HOME=/usr/local/opt/android-sdk```
|
65
81
|
- Linux -> ```ANDROID_HOME=/usr/local/opt/android-sdk```
|
66
82
|
- Windows -> ```ANDROID_HOME="...sdk"```
|
@@ -69,27 +85,8 @@ In windows this ANDROID_HOME is not automatically created, see more in [here](ht
|
|
69
85
|
Additionally, on windows in order to use git commands, the following path should be on the environment variable
|
70
86
|
- ```...\Git\cmd ```
|
71
87
|
|
72
|
-
##
|
73
|
-
|
74
|
-
1. Find the github's repository url
|
75
|
-
2. Click the `download zip`
|
76
|
-
3. Extract the `zip file`
|
77
|
-
4. Open Android Studio
|
78
|
-
5. Import the project you just downloaded
|
79
|
-
6. Sync gradle
|
80
|
-
7. Run the project
|
81
|
-
8. Choose the device you want to run
|
82
|
-
9. Test all you want
|
83
|
-
10. Delete the `project folder` and the `zip file` when you don't want it anymore
|
88
|
+
## Created by
|
89
|
+
[Cesar Ferreira](https://cesarferreira.com)
|
84
90
|
|
85
|
-
##
|
86
|
-
|
87
|
-
1. Match coding style (braces, spacing, etc.) This is best achieved using `CMD`+`Option`+`L` (Reformat code) on Mac (not sure for Windows) with Android Studio defaults.
|
88
|
-
2. If its a feature, bugfix, or anything please only change code to what you specify.
|
89
|
-
3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
|
90
|
-
4. Pull requests _must_ be made against `develop` branch. Any other branch (unless specified by the maintainers) will get rejected.
|
91
|
-
5. Check for existing [issues](https://github.com/cesarferreira/dryrun/issues) first, before filing an issue.
|
92
|
-
6. Have fun!
|
93
|
-
|
94
|
-
### Created & Maintained By
|
95
|
-
[Cesar Ferreira](https://github.com/cesarferreira) ([@cesarmcferreira](https://www.twitter.com/cesarmcferreira))
|
91
|
+
## License
|
92
|
+
MIT © [Cesar Ferreira](http://cesarferreira.com)
|
data/extras/gift.gif
ADDED
Binary file
|
data/extras/ss.gif
ADDED
Binary file
|
data/lib/dryrun/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dryrun
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- cesar ferreira
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-10-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -140,8 +140,9 @@ files:
|
|
140
140
|
- Rakefile
|
141
141
|
- bin/dryrun
|
142
142
|
- dryrun.gemspec
|
143
|
+
- extras/gift.gif
|
143
144
|
- extras/logo.png
|
144
|
-
- extras/
|
145
|
+
- extras/ss.gif
|
145
146
|
- extras/usage.gif
|
146
147
|
- extras/usage_v2.gif
|
147
148
|
- extras/usage_v3.gif
|
@@ -176,7 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
176
177
|
version: '0'
|
177
178
|
requirements: []
|
178
179
|
rubyforge_project:
|
179
|
-
rubygems_version: 2.
|
180
|
+
rubygems_version: 2.6.11
|
180
181
|
signing_key:
|
181
182
|
specification_version: 4
|
182
183
|
summary: Tool to try any android library hosted online directly from the command line
|
data/extras/thumb.png
DELETED
Binary file
|