faststrap 0.0.7 → 0.0.8
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 +8 -8
- data/README.md +6 -1
- data/lib/faststrap/install_actions/install_actions_helper.rb +1 -1
- data/lib/faststrap/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MjJjNGU4MGExMjNkYjIwYjYyOTgxY2VmMjllN2YzZGYyYzllZTEzYg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZTE5NjZmYzdhZGQwMjliNjM1NTRlOWMyZjg0OGNjNGM1ZDk4YjU5NA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YTZiNTZlMmJhYzhmYWFmMGZiNWIxNjAwZTFhMjBkZTMxZWM1ZGM5OTIxYmQx
|
10
|
+
NzBmZWJjYzA1MzViNzI5N2U2ODI5MThmYjZmY2FjYzAyMzIxZGJjN2U0MmI0
|
11
|
+
NDJlNGIxZmVkY2ZhOWI2ZTY5ZDQ0Y2M5YTg2NDlmN2M4M2Y5ODI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NWQwNjBhOGExNGU3MmQ3ZTVkMjcxOWYyMDJhYmUyMzU5ZTViZGRlMzUxZDVl
|
14
|
+
M2ZkZmM0MWU2YjBkMmNlOGU1NjZhZTYyMzAxOTQ0YmFhMzY0YmQzMjk0Nzc3
|
15
|
+
N2ZkZWNiYjk4MGFhNjk1YTRjNjA0OTM3ODA3NTkyNTk3MDE4ZGI=
|
data/README.md
CHANGED
@@ -27,6 +27,11 @@ With faststrap you install the ios environment really easy using just one comman
|
|
27
27
|
faststrap ios -a
|
28
28
|
```
|
29
29
|
|
30
|
+
Remove installed ios tools with only one cmd
|
31
|
+
|
32
|
+
```shell
|
33
|
+
faststrap ios -a
|
34
|
+
```
|
30
35
|
## Installation
|
31
36
|
|
32
37
|
If you are familiar with the command line and Ruby, install `faststrap` yourself:
|
@@ -37,8 +42,8 @@ If you are familiar with the command line and Ruby, install `faststrap` yourself
|
|
37
42
|
My goal here is to be the bootstrap platform for several development environments. Install your
|
38
43
|
dev environment into a machine should be somthing very easy to do.Contributors are more than welcome,please help me to achive this goal. This project is new and still misses lots of things such as:
|
39
44
|
|
40
|
-
- Better handling InstallActions order
|
41
45
|
- Other environments besides ios (Android, Rails, Web, Node)
|
46
|
+
- Tests
|
42
47
|
- Better test coverage
|
43
48
|
|
44
49
|
## License
|
data/lib/faststrap/version.rb
CHANGED