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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZTA4YmZjNTMyNjBkNDZlODAyMjliY2UxNGE1MGJmYzQ3NWNmZTRmZA==
4
+ MjJjNGU4MGExMjNkYjIwYjYyOTgxY2VmMjllN2YzZGYyYzllZTEzYg==
5
5
  data.tar.gz: !binary |-
6
- MzNhNzY0N2JlNjcxZTMwOGZhYzA3Nzc4ZTM2N2NhYjllZjA5ODEwNg==
6
+ ZTE5NjZmYzdhZGQwMjliNjM1NTRlOWMyZjg0OGNjNGM1ZDk4YjU5NA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NDUzYjFlNjU0N2Y1ZGNhMjRjYTgwOTg5MWZhYTZhYTRkNTdmZjU0YThjNjk4
10
- OGZhZjQ4Mjg0YjNhOWZlOTZmYjk1NzNlMzYzZTdlMWI3NzYwNTJhNGNiODk0
11
- NTAwNTMzMGVhNjJjNmViYzAyZmI1MDhjOTk2NmViOTMyMTVmODE=
9
+ YTZiNTZlMmJhYzhmYWFmMGZiNWIxNjAwZTFhMjBkZTMxZWM1ZGM5OTIxYmQx
10
+ NzBmZWJjYzA1MzViNzI5N2U2ODI5MThmYjZmY2FjYzAyMzIxZGJjN2U0MmI0
11
+ NDJlNGIxZmVkY2ZhOWI2ZTY5ZDQ0Y2M5YTg2NDlmN2M4M2Y5ODI=
12
12
  data.tar.gz: !binary |-
13
- MzQ1YjVkYTQzODg5MWFjODMwZmM2M2NmZWJjZmQ1OWM0MDI2MGZmZjFlMjY1
14
- ZGMwZWM2MDg4MjZkZGQ0OTg1ODIxNTA0NzEyM2M3MDRlMGY2ZWFmNjlhOTUw
15
- MWFkZjM2ODRmYjYwOWUzMGQxNGZkOGI2MTgzZjc3ZmQ3NjNmM2I=
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
@@ -66,7 +66,7 @@ module Faststrap
66
66
  l.find{|e| e.name.upcase.include?("brew".upcase)}
67
67
  end
68
68
 
69
- def self.delete_and_push_action(e,list)
69
+ def self.delete_and_push_action(e,l)
70
70
  return l if e.nil?
71
71
  l.delete(e)
72
72
  l.push(e)
@@ -1,3 +1,3 @@
1
1
  module Faststrap
2
- VERSION = '0.0.7'
2
+ VERSION = '0.0.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faststrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thiago Lioy