ox-ai-workers 0.3.1 → 0.3.2

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: 22ef23635cb8c4a085d92a6891d5a7b42ea4a2421c31566b2e0a0c64019ffde4
4
- data.tar.gz: d3ee3406e6408da1f4abf1327e0b327cfdc9d70cab53368167a0074e995c0ac7
3
+ metadata.gz: fe30e7df4593043b52234d32cfe2848615fa4c26fa590a64780ee4d0aa29f627
4
+ data.tar.gz: 303afd5cef796cb1483d2e76f5012e7c833a3cf78e693d1a8239202bc04b0a15
5
5
  SHA512:
6
- metadata.gz: 4ce35c11d98add4706ac5202f0ba93017f4563cc0c1340b159fa5218a6fa98e2fd1f2c4523a70963656e8ace51509c5a994aac6974e682f04984ab7836ddb4e0
7
- data.tar.gz: ad68072b8c05b903c84f225d0978014a9f8d4f2bf36404b5ef2d6a9956405035f1c4e61287c58fd0e25b6500426eb2a2dcf758741a3437088cf03e15caa253e6
6
+ metadata.gz: 73358e42395834bedd7a06bf7b8f19e81e11121e098f94fe58ad4c6165c81b22f5789752e1b8e182aed17f507aeace5267c08a9c3817d7e2d2df616fc1f5ad6f
7
+ data.tar.gz: d0ce88dce23d20cd23bcf3cf8d6c436ccc22360c691f768e59208c99829b36886466fa3b1ed39b62e844de41d957425e7680d13c761b6c5767429e3fcd9b5c5c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## [Unreleased]
2
2
 
3
- ## [0.3.1] - 2024-07-30
3
+ ## [0.3.2] - 2024-07-30
4
4
 
5
5
  - Friendly I18n
6
6
 
data/exe/oxaiworkers CHANGED
@@ -14,7 +14,6 @@ if ARGV.first == 'init'
14
14
  puts "Error: The #{dir} directory already exists."
15
15
  else
16
16
  FileUtils.mkdir_p "#{dir}/locales"
17
- # FileUtils.copy_entry "#{source}/locales", "#{dest}/locales"
18
17
  if ARGV.last == 'full'
19
18
  FileUtils.copy_entry "#{source}/template", dest.to_s
20
19
  else
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require 'i18n'
4
- I18n.load_path += Dir["#{File.expand_path('locales')}/*.yml"]
4
+ I18n.load_path += Dir["#{File.expand_path('../../locales', __dir__)}/*.yml"]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OxAiWorkers
4
- VERSION = '0.3.1'
4
+ VERSION = '0.3.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ox-ai-workers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Smolev