kratos 1.0.1 → 1.0.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
  SHA1:
3
- metadata.gz: 6e847aa2496ff81c53b087fd062f24f08f28ad3f
4
- data.tar.gz: 6f7c79661d4e952fd8fa4242ac7e687304cbeb1c
3
+ metadata.gz: a0de6c6b17b97898bf72dbafab8dab0e7604a950
4
+ data.tar.gz: 5698bc8c4f76dcfba3913038c38037db1defb36f
5
5
  SHA512:
6
- metadata.gz: 11e8f246cb4bd29e4c860400f8b30af309f129375d50b432d8306c06a1456c829daee70c3a2ade5f4ab3c8996364e030a26c0b1d40d7cd03b43d609e2d9b097f
7
- data.tar.gz: de657ebb88d2f30d9fb906100f5f2bb5d01b264193f9f317f82a2698dd42e97bb7a0561e3bf2e00e287d85bd8547daff28105db3bc8a0afbf9bce3035a7053bf
6
+ metadata.gz: a81a53e3c13f990be93ead020b0e73a492a7b2508d61336c3c38c377b295ca74c432ee85a6bd0cc045ae318955b851b201264cca31cbb97c62ff8046111fe024
7
+ data.tar.gz: 5a8b9588f704b45e6c56e46ec979ef594de3f735ce6e00944d257a6eba867dc2b54a6bb7805f79724283d5cc4bdf10f4bd1531c2f10ed9a831391f926d5c0618
data/README.md CHANGED
@@ -15,6 +15,10 @@ Then run:
15
15
 
16
16
  This will create a Rails app in `projectname` using the latest version of Rails.
17
17
 
18
+ After run, configure sidekiq panel password in the
19
+ `config/initializers/sidekiq.rb` file. The panel is accessible by the URL
20
+ `/sidekiq`.
21
+
18
22
  ## License
19
23
 
20
24
  Suspenders is Copyright © 2008-2015 thoughtbot.
@@ -2,5 +2,5 @@
2
2
  module Kratos
3
3
  RAILS_VERSION = '~> 4.2.0'.freeze
4
4
  RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
5
- VERSION = '1.0.1'.freeze
5
+ VERSION = '1.0.2'.freeze
6
6
  end
@@ -0,0 +1,2 @@
1
+ WEB_CONCURRENCY=1
2
+ MAX_THREADS=3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kratos
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - jaisonerick
@@ -85,6 +85,7 @@ files:
85
85
  - templates/dev.rake
86
86
  - templates/disable_xml_params.rb
87
87
  - templates/dotfiles/.ctags
88
+ - templates/dotfiles/.env
88
89
  - templates/dotfiles/.gitignore
89
90
  - templates/dotfiles/.sample.application.yml
90
91
  - templates/errors.rb