orats 0.4.6 → 0.4.7

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: 4ebb7874c2e0d17f0ba18f7afca25a16f76e279f
4
- data.tar.gz: 99d5403d7e14e7f4800854bc0cc8d005599384eb
3
+ metadata.gz: 4facabd4ef500af77eae28ddb61b5bf8ff6f68ab
4
+ data.tar.gz: 46feaec5b6c809844a111443a839ebb8d6faa8a4
5
5
  SHA512:
6
- metadata.gz: 702f77923692695258ed40aab0b14cf07beff38d3d3065356500a6d83f0f8ae4aad12a1ed5943a66c5fce1cd57fde740dd6508807bdf2cb7da18d74efc289649
7
- data.tar.gz: 25f6181cffa61f2645ae622e90ae4a0763db657bb88bc6733b668b468e67557bad553bdf4616c548c2a8df88481410195a360753fd34e9706b07f7fdb8940e9f
6
+ metadata.gz: 845bb4a7b00e193d18b0351667598c08b6e7ab3caaeaaec4ac3353ff2b177b6b92f361ec05ff57be73c91c6ae8709d0b78284a01b9ad3549a70685b96dea2083
7
+ data.tar.gz: 615a354c334d995466bca2fdd4ca4b41b5368576052319c8e0d89c7f8d670ada755e32fa2b6b092d9c8dbd7e24c40c590eaa94fb0f5086c9ad537413544d92a9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- orats (0.4.5)
4
+ orats (0.4.6)
5
5
  thor (~> 0)
6
6
 
7
7
  GEM
@@ -254,6 +254,7 @@ git commit: "-m 'Add the puma config'"
254
254
  file 'config/sidekiq.yml', <<-CODE
255
255
  ---
256
256
  :pidfile: <%= ENV['#{app_name_upper}_PROJECT_PATH'] %>/tmp/sidekiq.pid
257
+ :logfile: <%= ENV['#{app_name_upper}_PROJECT_PATH'] %>/log/sidekiq.log
257
258
  :concurrency: <%= ENV['#{app_name_upper}_SIDEKIQ_CONCURRENCY'].to_i %>
258
259
  :queues:
259
260
  - default
data/lib/orats/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Orats
2
- VERSION = '0.4.6'
2
+ VERSION = '0.4.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6
4
+ version: 0.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Janetakis