luban-monit 0.1.2 → 0.1.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: 51fac9e998e76aca9f39b3c51a25b822a699330d
4
- data.tar.gz: 68ff19a62f2bc24b6e403ffe2ab5fdd67725e6ba
3
+ metadata.gz: e53c03f03a97b63aa892705ef24b63f394da0420
4
+ data.tar.gz: 6cbd637fd3477ba06eb0dccef3060a2e07980732
5
5
  SHA512:
6
- metadata.gz: b1d132590c396513ae9d6d04cc731fa2a9be51a95f311c49c572e257080e4a99732e1214c9da1aa3562763ad51737bc5e116a9005122deb657145274c2f19172
7
- data.tar.gz: c1ce8edb2581e65816a6ba507f831d6673b843864025227999f6a4374e42a9557d1213aec5b0904d8d4bb9426785a412c7e1c4ecb799f26ccebbc6d370b757a5
6
+ metadata.gz: 1d48c656f729349f9787c7472b7e9c4038cab312324186d86c58c673c9cda461127e1f29c17fd1106951ab3e1dbcb9c23a8faa7c9697ae8231a6844d4777380f
7
+ data.tar.gz: 6857f8eaccfe97ad6aa17bb99ec8678067d7a4d030dd027ac6692f64860266ccace9cdc5102252d3bf22ac9785d465d99bd49d54b3c0415986cc740135dc10d7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Change log
2
2
 
3
+ ## Version 0.1.3 (May 13, 2016)
4
+
5
+ Minor enhancements:
6
+ * Changed to link monit with static SSL library
7
+
3
8
  ## Version 0.1.2 (May 13, 2016)
4
9
 
5
10
  Minor enhancements:
@@ -22,8 +22,7 @@ module Luban
22
22
  end
23
23
 
24
24
  def with_openssl_dir(dir)
25
- @configure_opts << "--with-ssl-incl-dir=#{dir.join('include')}"
26
- @configure_opts << "--with-ssl-lib-dir=#{dir.join('lib')}"
25
+ @configure_opts << "--with-ssl-static="#{dir}"
27
26
  end
28
27
  end
29
28
  end
@@ -2,7 +2,7 @@ module Luban
2
2
  module Deployment
3
3
  module Packages
4
4
  class Monit
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.3'
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: luban-monit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rubyist Chi