dakarai 5.2.0 → 5.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -2
  3. data/lib/dakarai/version.rb +1 -1
  4. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c885f27c8a325fe3d9882545b0a75b1eb9355c4a565734ed11027c276148233b
4
- data.tar.gz: 54547ef2352de35fe676b8684d7235509269c79f2fafc5185ec62b764d492db7
3
+ metadata.gz: 07ffa6cb548604aabb6a68fe0272e4a56c1c60c33f5572e7484b58acc375dbb9
4
+ data.tar.gz: f6e11ae8baeaca98d72a225ce962c67154db0e02f438959f1c2cc2a97e57aea5
5
5
  SHA512:
6
- metadata.gz: 1dd79e8806ea6f545af68dce32b205fedd495bd888e9171895456466b341d5b92139b37604c1e08492781b2e50acd685c4412109ecabaffafe68e539d684b25b
7
- data.tar.gz: 2ccc023f56d1a35c4a773a67da7bcadf9de100113915650e1f45c7d788c558ec6acb54fe7e29456e7026311fca103ea05fc4720f02d331141ddb64ac69db7591
6
+ metadata.gz: 7c70c40535569f23c75bff1bb8528d640fb7abad9cc76d2208090ec60b1192e4558d52cbfd4a709e55a8f9e52ba319b6ad94482e00f1c35e7ccb63b06da7ccf2
7
+ data.tar.gz: 62ae574c1b2070db7ec9acc467a7a89f653aa8820b6d7102dae5c5c5feecc077de0f0e5f01f8948db1a0e8dc5732a08f47cd2ab0b9a58248b51e385a63a27f20
data/README.md CHANGED
@@ -1,12 +1,11 @@
1
1
  # Dakarai
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/dakarai.svg)](https://badge.fury.io/rb/dakarai)
4
3
  [![Inline docs](http://inch-ci.org/github/ideonetwork/dakarai.svg?branch=master)](http://inch-ci.org/github/ideonetwork/dakarai)
5
4
 
6
5
  Code generator for new Rails projects.
7
6
  This gem helps developers to start new Rails projects with a better starting boilerplate and popular gem integrations.
8
7
 
9
- The current versione is updated to work with Rails 6.0.
8
+ The current versione is updated to work with Rails 6.1.0.
10
9
 
11
10
  The full documentation of the gem can be found here: <a href="https://github.com/ideonetwork/dakarai/wiki">https://github.com/ideonetwork/dakarai/wiki</a>
12
11
 
@@ -1,5 +1,5 @@
1
1
  module Dakarai
2
2
 
3
- VERSION = '5.2.0'
3
+ VERSION = '5.3.0'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dakarai
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.0
4
+ version: 5.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - 1d3o
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-17 00:00:00.000000000 Z
11
+ date: 2021-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -69,7 +69,7 @@ homepage: https://1d3o.it
69
69
  licenses:
70
70
  - MIT
71
71
  metadata: {}
72
- post_install_message:
72
+ post_install_message:
73
73
  rdoc_options: []
74
74
  require_paths:
75
75
  - lib
@@ -85,8 +85,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  - !ruby/object:Gem::Version
86
86
  version: '0'
87
87
  requirements: []
88
- rubygems_version: 3.0.6
89
- signing_key:
88
+ rubygems_version: 3.2.19
89
+ signing_key:
90
90
  specification_version: 4
91
91
  summary: Ruby on Rails projects initializer
92
92
  test_files: []