prebundler 0.8.0 → 0.8.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c9a5176ed10e63f0c2ef47923ecf4c932eb27c7e368db4ddc2f1c62fff497026
4
- data.tar.gz: e9f08a38bae954b4dfb760d1294a2f75d78ee09a0a4ec411e49fe66f00891d7f
3
+ metadata.gz: d24f7ba0095fb94854832a40ececf8f212602672f6bc2ef3bfa1564c5e6642c7
4
+ data.tar.gz: 37b6336cb3649695aef6bd92788a4f45526930dac882c45e37a95719252c1df6
5
5
  SHA512:
6
- metadata.gz: 8458d9dc7a78856efea8144e0e0d45ba44142723aae99164c85ee60e01158571e22253e24e5100daadcc81e7c678b8a86c641f1ad3e463c0414fe9f7713aa0d0
7
- data.tar.gz: 61739fa529e3c01a7c36b09e25276dea81952a328aba145e3df76bbc13a5cff9d4bf038f71d17dc62db38e52bdfafe31c3203033cffbd44ddcd01014c5b4d712
6
+ metadata.gz: c07d2bc1a461b60841e3e2f108f1bf35841651fa5a8c0b5f86ebff36c3bd50d8d6438c6ce9839fbe3199fb7ec8343eacc7d12db3c80add089872493539fe1057
7
+ data.tar.gz: 9f1b1dc2194717cf4c039295302d5457253be29708570a6087394000d76dba2ce17bcc5334685e4b6005de0230452867ff8f163bae91a605a04c3e28335c9e9b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ 0.8.1
2
+ ===
3
+ - Fix bug causing config to not be loaded.
4
+
1
5
  0.8.0
2
6
  ===
3
7
  - Add the subset command for generating subsets of gemfiles.
data/bin/prebundle CHANGED
@@ -107,7 +107,7 @@ pre do |global, command, options, args|
107
107
  # Use skips_pre before a command to skip this block
108
108
  # on that command only
109
109
  $out.silence! if global[:silent]
110
- load global[:config] unless global[:config]
110
+ load global[:config] if global[:config]
111
111
  true
112
112
  end
113
113
 
@@ -1,3 +1,3 @@
1
1
  module Prebundler
2
- VERSION = '0.8.0'
2
+ VERSION = '0.8.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prebundler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cameron Dutro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-03 00:00:00.000000000 Z
11
+ date: 2018-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler