faststrap 0.0.1 → 0.0.2

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/faststrap +4 -0
  3. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b6be8d5c99a9c50e2602340fffa726238b3974aa
4
- data.tar.gz: 29ecd4b0485de203e5dbae0be2eea0f8126f016d
3
+ metadata.gz: 81b1dfe4d05d11f1d6e3b00c7c0a5109c20678da
4
+ data.tar.gz: 4d9aa9908acfa480509ffbb4fa408ff3f84eea01
5
5
  SHA512:
6
- metadata.gz: f6993cb10f4a4c6d550db93e4325a399a6d7995acab20cd080ec0f11b00aa797bc73e12b5412a2c65cb9d42fa66efa360b5af78cf66c37c4f3ce77d067fe17e4
7
- data.tar.gz: 308932425cf27028014760f8059ac432092cbcad4109475b28409c0ba497abae03cde8ad7b8fcf16987cb48f64b0e92c13cdf62f9c47036de54f8baa03d065e3
6
+ metadata.gz: 086189fe54ea8a3fbc997c3bceaeb97c330f819a034bf68c3282dd27611b059fcfca54673b68824b206a8db49cd060c79c8c6aa79e2c3a83023d8a2a857dd5ee
7
+ data.tar.gz: 0ad505f5d1c5b4453a52f144218d19c0035c4e3fd236467b20960cbc16fc3e3336ab4ad57dbe4277f70364d9f38345268182e4fbf9e64634ab76219da7cc88da
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'faststrap'
4
+ puts Faststrap.hi
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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thiago Lioy
@@ -12,12 +12,14 @@ date: 2015-04-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: setup and bootstrap your mac OS environment for development.
14
14
  email: lioyufrj@gmail.com
15
- executables: []
15
+ executables:
16
+ - faststrap
16
17
  extensions: []
17
18
  extra_rdoc_files: []
18
19
  files:
19
20
  - LICENSE
20
21
  - README.md
22
+ - bin/faststrap
21
23
  - lib/faststrap.rb
22
24
  homepage: https://github.com/thiagolioy/faststrap
23
25
  licenses: