rubypack 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2bf28f83389512d326a4437f36101106aff2ad3a
4
- data.tar.gz: 10cacbf6c3b0060c65828f7006e92385910b3e12
3
+ metadata.gz: 50125def1313fb1370144f094551f7806af55cc3
4
+ data.tar.gz: 0afa2f05ce79349cc8f003191d127e341f539f77
5
5
  SHA512:
6
- metadata.gz: b820fb9201905c31d0ef5f041c523fbcf6500cf94fab7ca72ca716a59b1aa905f825e51bf94694fd95e4906bd7d5c140e455947d1dbf44232cf6d8f33c38d143
7
- data.tar.gz: 0b5f5ac1e461ed8b46173c9680b48d2895afb48a2700465864bf4fabab37773606c1cd9396a597c4934d38b78bfa77615bebc1901923a249cdac424f05b3d695
6
+ metadata.gz: 15f353091c7974f452978bdca9fa4d26eb58a6be8c99bf104fc38f64c42f4a14781e171482afdc675e917f7857d2fb10dcc345725d5d72858436d5df0018dfa6
7
+ data.tar.gz: edd54d777c1532d74b5ace16ae465e488a90733c7400558f9082d2c79e3245d5b52cbb7cace4aaab9607eee913b4ddd364b0ff87a8cda6e1f033e3ddd2c1dab8
data/README.md CHANGED
@@ -197,3 +197,8 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/newint
197
197
 
198
198
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
199
199
 
200
+ ## Known Issues
201
+ - a veces los fails no detienen la creacion del rpack
202
+ - no se puede ejecutar rubypack si bundler se congelo en modo deployment
203
+ - asegurar que el Gemfile esta presente en el package, de lo contrario falla el install
204
+ - si ponemos rutas negativas se van a incluir archivos que no deberian, o se van a compiar a lugar que no queremos
@@ -1,4 +1,5 @@
1
1
  require 'fileutils'
2
+ require 'tmpdir'
2
3
 
3
4
  module Rubypack
4
5
  class Builder
@@ -33,7 +34,7 @@ module Rubypack
33
34
  true
34
35
  rescue => exception
35
36
  @output.error(exception.message)
36
- verbose(exception.backtrace.join("\n"))
37
+ @output.verbose(exception.backtrace.join("\n"))
37
38
  false
38
39
  end
39
40
 
@@ -1,3 +1,3 @@
1
1
  module Rubypack
2
- VERSION = "1.0.3"
2
+ VERSION = '1.0.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubypack
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jorge del Rio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-24 00:00:00.000000000 Z
11
+ date: 2017-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler