mazer-rails 0.1.3 → 0.1.4
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 +4 -4
- data/README.md +4 -0
- data/lib/mazer.rb +3 -0
- data/lib/mazer_rails/version.rb +1 -1
- data/package.json +2 -45
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 38e3390f9975e8bb0459fa566e9e159bbc2e4262f80e6a5eb11e57876cdc1099
|
|
4
|
+
data.tar.gz: 728a6ba3d7c37629217eef360c6fdbfd4dbd52c8a38f6b4fabf4d3e5e238cfc1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 23fe0a257dd3738156028760ac6f51c49013e32a167a2370beed473c1ffd1f43273ddbac52b203bcf253161932048dc3dbcb37f43445d39b1c9c85bc7d959a14
|
|
7
|
+
data.tar.gz: b1c58eca0b3159a0e9732530f080d48c035ddaec1c03bdf4afc36952f9911212303a3cd1351b8527efee7b033da82205a118224284325eda416e86804b87c2a6
|
data/README.md
CHANGED
|
@@ -18,6 +18,10 @@ JS and CSS
|
|
|
18
18
|
|
|
19
19
|
## Development
|
|
20
20
|
|
|
21
|
+
Following theses examples:
|
|
22
|
+
- https://github.com/pelted/coreui-rails
|
|
23
|
+
- https://github.com/twbs/bootstrap-rubygem
|
|
24
|
+
|
|
21
25
|
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
|
22
26
|
|
|
23
27
|
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
data/lib/mazer.rb
ADDED
data/lib/mazer_rails/version.rb
CHANGED
data/package.json
CHANGED
|
@@ -1,34 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "mazer",
|
|
2
|
+
"name": "mazer-rails",
|
|
3
3
|
"version": "2.0.3",
|
|
4
|
-
"description": "
|
|
5
|
-
"scripts": {
|
|
6
|
-
"dev": "mix",
|
|
7
|
-
"watch": "mix watch",
|
|
8
|
-
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
|
9
|
-
"hot": "mix watch --hot",
|
|
10
|
-
"production": "mix --production && npm run prettify",
|
|
11
|
-
"rtl": "rtlcss -d \"dist/assets/css\" -e \".rtl.css\" && find . -type f -name '*.rtl.rtl.css' -delete",
|
|
12
|
-
"prod-rtl": "mix --production && rtl",
|
|
13
|
-
"prettify": "prettier --write 'dist/*.html'",
|
|
14
|
-
"zip": "bestzip dist.zip dist/*"
|
|
15
|
-
},
|
|
16
|
-
"author": "zuramai",
|
|
17
|
-
"license": "MIT",
|
|
18
|
-
"keywords": [
|
|
19
|
-
"bootstrap",
|
|
20
|
-
"template",
|
|
21
|
-
"dashboard",
|
|
22
|
-
"scss",
|
|
23
|
-
"admin-dashboard",
|
|
24
|
-
"hacktoberfest",
|
|
25
|
-
"free-template",
|
|
26
|
-
"bootstrap5",
|
|
27
|
-
"bootstrap5-template"
|
|
28
|
-
],
|
|
29
|
-
"sponsor": {
|
|
30
|
-
"url": "https://github.com/sponsors/zuramai"
|
|
31
|
-
},
|
|
4
|
+
"description": "Gem to add Mazer to Ruby on Rails",
|
|
32
5
|
"dependencies": {
|
|
33
6
|
"@ckeditor/ckeditor5-build-classic": "^32.0.0",
|
|
34
7
|
"@fontsource/nunito": "^4.5.11",
|
|
@@ -82,21 +55,5 @@
|
|
|
82
55
|
"resolve-url-loader": "^5.0.0",
|
|
83
56
|
"sass": "^1.57.1",
|
|
84
57
|
"sass-loader": "^13.2.0"
|
|
85
|
-
},
|
|
86
|
-
"release-it": {
|
|
87
|
-
"hooks": {
|
|
88
|
-
"before:init": [
|
|
89
|
-
"npm run prodzip"
|
|
90
|
-
]
|
|
91
|
-
},
|
|
92
|
-
"npm": {
|
|
93
|
-
"publish": false
|
|
94
|
-
},
|
|
95
|
-
"github": {
|
|
96
|
-
"release": true,
|
|
97
|
-
"assets": [
|
|
98
|
-
"dist.zip"
|
|
99
|
-
]
|
|
100
|
-
}
|
|
101
58
|
}
|
|
102
59
|
}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mazer-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Arnaud Levy
|
|
@@ -52,6 +52,7 @@ files:
|
|
|
52
52
|
- LICENSE.txt
|
|
53
53
|
- README.md
|
|
54
54
|
- Rakefile
|
|
55
|
+
- lib/mazer.rb
|
|
55
56
|
- lib/mazer_rails.rb
|
|
56
57
|
- lib/mazer_rails/version.rb
|
|
57
58
|
- mazer-rails.gemspec
|