mini_portile 0.6.0 → 0.6.1

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/History.txt +6 -0
  3. data/Rakefile +1 -1
  4. data/lib/mini_portile.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 01126f5630688f97f3ee6fe7d5350299597f7bf9
4
- data.tar.gz: 0d187a46934aa17f7d1a175fb85212164e3c7e75
3
+ metadata.gz: 6a51c6c5961977a2a4dc29d1dc01ed54576ee87e
4
+ data.tar.gz: ede76f1e8d1d6b344fcaff06738d075a4b7eae41
5
5
  SHA512:
6
- metadata.gz: a4600f5802cc11e9b3cc22b3bcd5b775d7fadb49a30df4ccfa8c09e07699cda449f2515f3115a8d669d4e938f567dec88183cc06f510df0a708232f38d955816
7
- data.tar.gz: 170c8eef4ba7a276c4e28a7bddfd148db1f4e7f25cecc06592e6e1a92abd020385a5dbd9dbf8aecfd358d3d09055362bcb58bdcb2be1b791d9cfe5a929b92f4d
6
+ metadata.gz: aaa3a4bb7011943075788ab24aed8cc7ae1c536113a91695fa332a081f02d813b500440e20e7c675d5f0b55ada94e07e358a9a3404b22696dece65a401725b1a
7
+ data.tar.gz: f959e01a6ee9321050610b69f66507f9c35851cedbc343585e01796d55cda4bbcae7e9ad06a3ed01abf0fef4f7bb71abd517a56ee448c4553c72a23056331dbc
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ === 0.6.1 / 2014-08-03
2
+
3
+ * Enhancements:
4
+ * Expand path to logfile to easier debugging on failures.
5
+ Pull #33 [marvin2k]
6
+
1
7
  === 0.6.0 / 2014-04-18
2
8
 
3
9
  * Enhancements:
data/Rakefile CHANGED
@@ -4,7 +4,7 @@ require "rubygems/package_task"
4
4
  GEM_SPEC = Gem::Specification.new do |s|
5
5
  # basic information
6
6
  s.name = "mini_portile"
7
- s.version = "0.6.0"
7
+ s.version = "0.6.1"
8
8
  s.platform = Gem::Platform::RUBY
9
9
 
10
10
  # description and details
data/lib/mini_portile.rb CHANGED
@@ -275,7 +275,7 @@ private
275
275
  output "OK"
276
276
  return true
277
277
  else
278
- output "ERROR, review '#{log}' to see what happened."
278
+ output "ERROR, review '#{log_out}' to see what happened."
279
279
  raise "Failed to complete #{action} task"
280
280
  end
281
281
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mini_portile
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luis Lavena
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-18 00:00:00.000000000 Z
11
+ date: 2014-08-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Simplistic port-like solution for developers. It provides a standard
14
14
  and simplified way to compile against dependency libraries without messing up your