luban-rack 0.2.23 → 0.2.24

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: cb142ac6eb013323938d14b7eb52b2e7bcccb9d1
4
- data.tar.gz: d493d8288ef090ad18971d24d17931d06c412b42
3
+ metadata.gz: cc3dbccf1bd0ad6c560f72f00deb2aa750fa1e45
4
+ data.tar.gz: 3fc4f729d12683f6ca22ccecae13dcbb9bf70f44
5
5
  SHA512:
6
- metadata.gz: e9bdb1d7521be120d66391f565e730643c1bddedae4596afa4b047c90fab9ae68b1e44f58c3768c1ad27cc92df2f2e04b5f96f327974c7a42a2fe0b7aa199fa4
7
- data.tar.gz: 7f156d7d537dcb84fe2d3b94564a86b0cb263c1e2e7dd979d7180f44cfa6377bf0b7906d599a6c6b91ece24a6c0654a6e65845551cca05113388641eef5b43ea
6
+ metadata.gz: 8e35ae4ea2b4391ef8d5f155456bab0489078f54b16d1a0fb669e269999516aa4b7619e9313900022e5dba10066068c225aca4e74cd8c5eea5d218028ecc8293
7
+ data.tar.gz: a220ff61bb2a6352860fd06849f96fe41fc56fea0abe434385d70ab74c05cfacafb92a720d5426fb997181440a6642f74c4ad009586bef1925c383eec20867d8
@@ -1,5 +1,10 @@
1
1
  # Change log
2
2
 
3
+ ## Version 0.2.24 (Jan 03, 2016)
4
+
5
+ Minor enhancements:
6
+ * Cleaned up Bundler environment for control actions and web server publishing
7
+
3
8
  ## Version 0.2.23 (Nov 27, 2016)
4
9
 
5
10
  Minor enhancements:
@@ -36,8 +36,8 @@ module Luban
36
36
  set_web_server_options
37
37
  end
38
38
 
39
- def restart_process!; capture(restart_command); end
40
- def phased_restart_process!; capture(phased_restart_command); end
39
+ def restart_process!; with_clean_env { capture(restart_command) }; end
40
+ def phased_restart_process!; with_clean_env { capture(phased_restart_command) }; end
41
41
  end
42
42
  end
43
43
  end
@@ -1,7 +1,7 @@
1
1
  module Luban
2
2
  module Deployment
3
3
  module Applications
4
- RACK_VERSION = '0.2.23'
4
+ RACK_VERSION = '0.2.24'
5
5
  end
6
6
  end
7
7
  end
@@ -151,7 +151,7 @@ module Luban
151
151
  end
152
152
 
153
153
  def publish_web_server
154
- install_puma_plugins if publish_app?
154
+ with_clean_env { install_puma_plugins } if publish_app?
155
155
  end
156
156
 
157
157
  protected
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: luban-rack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.23
4
+ version: 0.2.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rubyist Chi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-27 00:00:00.000000000 Z
11
+ date: 2017-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: luban