grntest 1.5.8 → 1.5.9

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: 2209e3afe2a2ef0d25a9ad8e61e0ef36fad7b9faa7106b20d00511ad6f767a9e
4
- data.tar.gz: dfe1b6a22dbae8d02ada396dc237e20f7384e94a52b5c37e35d8c2dbd01a90df
3
+ metadata.gz: 2c99cf81f130a001622b83bad35c60325f888508aad9c2ca3e48d1ec81eea253
4
+ data.tar.gz: 8fdd429aef32866b83711a8523dac6a453941d2eaa9a6829733ffa6e53163bae
5
5
  SHA512:
6
- metadata.gz: 9e84e6673963cb2bf2de0cb5cbd21a9d64977924716c37102aea48415aab1ffcbfdde2f630030f3179828c9e0855da124ca226523c0a060dd92cfd04bb6880e1
7
- data.tar.gz: 6f2c4f6730b26200e5fa8d39cb56d550dbe98407e5eb54f824e99f0dac9a84616da12fb1f4a32e799344d443d91fd297128e979a8c1caafa96d85a15fb7444ce
6
+ metadata.gz: d59793e2fcc4fc0497d583b382165c4dae0cd285e73e8a846c73b3cddcc1f398b12d516c649cf0f2d0463266c81750ef473bd621708de6dbbf4673312a418c5f
7
+ data.tar.gz: fa949a43524548a6b77a0226f1df3a400b246c7c3b2559b8343d3c300ec114d984e22ac24f68e803a3edba565d2ffe2aed5fa132453fa32113432a151465737f
data/doc/text/news.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # News
2
2
 
3
+ ## 1.5.9: 2023-07-21
4
+
5
+ ### Improvements
6
+
7
+ * groonga-nginx: Created `logs/` directory.
8
+
3
9
  ## 1.5.8: 2023-07-21
4
10
 
5
11
  ### Improvements
@@ -508,6 +508,7 @@ call (int)chdir("#{context.temporary_directory_path}")
508
508
  host,
509
509
  port,
510
510
  pid_file_path)
511
+ FileUtils.mkdir_p(context.temporary_directory_path + "logs")
511
512
  command_line += [
512
513
  "-c", config_file_path.to_s,
513
514
  "-p", "#{context.temporary_directory_path}/",
@@ -14,5 +14,5 @@
14
14
  # along with this program. If not, see <http://www.gnu.org/licenses/>.
15
15
 
16
16
  module Grntest
17
- VERSION = "1.5.8"
17
+ VERSION = "1.5.9"
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grntest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.8
4
+ version: 1.5.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kouhei Sutou