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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22e6ec2272c9d586c89c6bf67e1f0bf6758c8e405d2bff0060006023286a55c1
4
- data.tar.gz: 685636e8b7fcd8b9f1b22712a23fdfc587dedd6dd538e6910b806935288d33c2
3
+ metadata.gz: 38e3390f9975e8bb0459fa566e9e159bbc2e4262f80e6a5eb11e57876cdc1099
4
+ data.tar.gz: 728a6ba3d7c37629217eef360c6fdbfd4dbd52c8a38f6b4fabf4d3e5e238cfc1
5
5
  SHA512:
6
- metadata.gz: 0762c39b2e0320ae1f661a1efc6e88e00dc099cf504214bb0dcb8ed76e950d815d4bb5d681b7c3060a11dfd59f04d3acd2cba802c9df401ef600af230452dc6f
7
- data.tar.gz: b4e86eaaf82889cfe71e92c9663a1a66a9b0ad98c4accd8199c15e1729ef7eb260918682070ccddf1a8581c9727b8cc009a9bbf584b3b3f72f431f7d250e5aa3
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
@@ -0,0 +1,3 @@
1
+ module Mazer
2
+ VERSION = '2.0.3'.freeze
3
+ end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MazerRails
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.4"
5
5
  end
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": "Free and Open-source Bootstrap 5 Admin Dashboard Template and Landing Page",
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.3
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