opener-property-tagger 2.2.2 → 2.2.3

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: 82ca8f5699711207bc1d8e887283935485fbea9e
4
- data.tar.gz: 6fd3356565e075bb6aa1090022d78c6acaf6440b
3
+ metadata.gz: 890e6ed31d7c1354c5d54e2148e0bdf5055cc260
4
+ data.tar.gz: 723ed9818613851c6e938f6929b1dfcabcc02f45
5
5
  SHA512:
6
- metadata.gz: 74944c1fff030df12a81d22638e6045b6848d7527b04d1aeb04a12fc3cf4226694de371f698de7c9adb5f117a202d41c3a1406bf8aed0da5ef824644448df5db
7
- data.tar.gz: b7748f186238dab3c8c70e35e46d279cffe7d88020aac9b377878e2fb8ef00aadc9cb1822b73a2e70bbe045cdcbaaf588b3b024a666af466b65e0d80f9e287e6
6
+ metadata.gz: 45e7495933fed71c99479a307bbf415de96afb82e023b50cc8f7aab676f688262af329db9cd336ef47df3cba61a535342084845ea533e3808c65a380a16e4fc0
7
+ data.tar.gz: 9337a4d5aac7b991198ec9abac8c9b539b4ddcfaf0fbdee45b2f0f8ff1f002d6c6722a8150edf42ea0290c1f67ffc25745094717fb71edab85f1e1f11e6a69fd
@@ -47,4 +47,8 @@ option_parser.parse!(ARGV)
47
47
 
48
48
  switcher.install(switcher_opts)
49
49
 
50
- Puma::CLI.new(puma_args).run
50
+ # Puma on JRuby does some weird stuff with forking/exec. As a result of this we
51
+ # *have to* update ARGV as otherwise running Puma as a daemon does not work.
52
+ ARGV.replace(puma_args)
53
+
54
+ Puma::CLI.new(ARGV).run
@@ -1,5 +1,5 @@
1
1
  module Opener
2
2
  class PropertyTagger
3
- VERSION = '2.2.2'
3
+ VERSION = '2.2.3'
4
4
  end # PropertyTagger
5
5
  end # Opener
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opener-property-tagger
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.2
4
+ version: 2.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - development@olery.com