dakarai 5.0.1 → 5.1.0
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b6822d78e8c960a69644fdcf85cef5221ade7b1b6a8520160fba48935fffbe5
|
|
4
|
+
data.tar.gz: 73d3c8a2075f300e52cb7a55032ca5eba4e2331c297f7d4f48ca17fe1991ebc7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e9c34dc1a73ac5aab3c759381831a0564aea0c6e38a059ab77af4c619dfb1095fa64efebc2c7b3be2e062bcc50163bdd0cc70cf53c7da70b31383cf2b9ff455
|
|
7
|
+
data.tar.gz: f7251178e30a4e4afbe587302d9bcf4254e0df9a1adf83fe6b8638e39ec14b59552decee59a43c137ddc0bcd1d0715a98c82d4422dfad88f4e0541616d3baece
|
data/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This gem helps developers to start new Rails projects with a better starting boi
|
|
|
8
8
|
|
|
9
9
|
The current versione is updated to work with Rails 6.0.
|
|
10
10
|
|
|
11
|
-
The full documentation of the gem can be found here: https://ideonetwork
|
|
11
|
+
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
12
|
|
|
13
13
|
## Installation
|
|
14
14
|
|
|
@@ -23,19 +23,3 @@ Legacy version
|
|
|
23
23
|
```ruby
|
|
24
24
|
gem 'dakarai'
|
|
25
25
|
```
|
|
26
|
-
|
|
27
|
-
## Development
|
|
28
|
-
|
|
29
|
-
### Docsify documentation
|
|
30
|
-
|
|
31
|
-
Install docsify as global node dependency
|
|
32
|
-
|
|
33
|
-
```shell
|
|
34
|
-
npm install -g docsify-cli
|
|
35
|
-
```
|
|
36
|
-
|
|
37
|
-
See documentation on local machine
|
|
38
|
-
|
|
39
|
-
```shell
|
|
40
|
-
docsify serve ./docs
|
|
41
|
-
```
|
data/lib/dakarai/version.rb
CHANGED
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.0
|
|
4
|
+
version: 5.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- 1d3o
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-03-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|