jinda 0.5.9 → 0.6.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: 58f8c9c5a9588023ef47cf4912479acaf37180533f75d75e98f4b4c7dd3b7b03
4
- data.tar.gz: 71d2283ea8ecfc29ef3463acc3379a4df75b353d73824308cfb66cdfd916a6cc
3
+ metadata.gz: 2e04cd357d30062a6b765e150ef9ed68f727431fd8aa38d95b89bc6c6724adff
4
+ data.tar.gz: 82d27af5714824521aca90a0250177a615cfb4a7c75c7d925f3d9d6b9dddf876
5
5
  SHA512:
6
- metadata.gz: 9a24c3821bb20a9b93679e536a40a6f98909d53b91e5e237a2c140b6195862f1345f5a794a472e9f4663bd54bd2b9973dd92211adc0755b4b31e5b0aa65e7b7b
7
- data.tar.gz: 7d42c1a2ee58e818c3691bc856a49180dbac2d21f59c307200cd71e49e917177c083494b5f97591fc6e96540e69c278a925517c405741cae81c410c591f23c6e
6
+ metadata.gz: 8764b341b8ff83145342f8bef2463deb743f9e357db9174ed0459e017433ceb1d791ec267fbd90a66aae97eacc13f90cfeab3da9a60f00872f97f53e8eb55002
7
+ data.tar.gz: 9d96d1c74a3a99822de78c346537fc744a15fdeb6cd9c6a414011cf8b80f20751b35dc6143bb737dd6c5a8ce8b05969c17b768872306bb0dbdda2b293f412327
data/README.md CHANGED
@@ -40,7 +40,7 @@ app without ActiveRecord
40
40
 
41
41
  ## Add jinda to your Gemfile:
42
42
 
43
- gem 'jinda', '~> 0.5.9'
43
+ gem 'jinda', '~> 0.6.0'
44
44
 
45
45
  For Development (most updated)
46
46
 
@@ -1,43 +1,53 @@
1
- .container
1
+ .content-header
2
2
  %div(style="text-align:center")
3
3
  = image_tag "logo_jinda.png"
4
-
5
-
6
- %h2 Current gems version found:
7
- %ul
8
- %li Ruby Version #{RUBY_VERSION }
9
- %li Rails Version #{Rails.version }
10
- %li gem jinda #{Gem.loaded_specs['jinda'].version}
11
-
12
-
13
-
14
- %h2 Recently tested with:
15
- %ul
16
- %li Rubygems 2.7.1
17
- %li Rails 6.0.3
18
- %li rails new YOURAPP --skip-test-unit --skip-bundle --skip-active-record --skip-javascript --skip-turbolinks
19
- %li (rails new YOURAPP -BOTJ)
20
-
21
-
22
- %h2 Installation
23
- %ul
24
- %li add gem 'jinda', '0.5.9'
25
- %li bundle
26
- %li rails generate jinda:install
27
- %li (run all with "sh install.sh" )
28
- %li bundle
29
- %li rails generate jinda:config
30
- %li rails jinda:seed, will create initial user:password admin:secret
31
- %li when update app/jinda/index.mm, run rake jinda:update
32
-
33
-
34
- %h2 Option: Themes available: Jinda_adminbsb, Jinda_adminlte
35
- %ul
36
- %li To install gem 'jinda_adminlte'
37
- %li Install
38
- %li gem 'jinda_adminlte'
39
- %li Then
40
- %li $ bundle
41
- %li $ rails generate jinda_adminlte:install
42
-
43
-
4
+ %ol.breadcrumb
5
+ %li.fa.fa-dashboard
6
+ Dashboard
7
+ .content
8
+ %div.row::before
9
+ %div.col-lg-3.col-xs-6
10
+ %div.small-box.bg-aqua
11
+ %div.inner
12
+ %b Current gems version found:
13
+ %ul
14
+ %li Ruby Version #{RUBY_VERSION }
15
+ %li Rails Version #{Rails.version }
16
+ %li gem jinda #{Gem.loaded_specs['jinda'].version}
17
+ %div.col-lg-3.col-xs-6
18
+ %div.small-box.bg-green
19
+ %div.inner
20
+ %b Recently tested with:
21
+ %ul
22
+ %li Rubygems 2.7.1
23
+ %li Rails 6.0.3
24
+ %div.col-lg-3.col-xs-6
25
+ %div.small-box.bg-yellow
26
+ %div.inner
27
+ %b Create New Rails:
28
+ %ul
29
+ %li rails new YOURAPP --skip-test-unit --skip-bundle --skip-active-record --skip-javascript --skip-turbolinks
30
+ %li (rails new YOURAPP -BOTJ)
31
+ %div.col-lg-3.col-xs-6
32
+ %div.small-box.bg-red
33
+ %div.inner
34
+ %b Installation
35
+ %ul
36
+ %li add gem 'jinda', '0.5.8' to Gemfile then $ bundle
37
+ %li rails generate jinda:install, then bundle
38
+ %li rails generate jinda:config
39
+ %li rails jinda:seed, will create initial user:password admin:secret
40
+ %li when update app/jinda/index.mm, run rake jinda:update
41
+ %div.col-lg-3.col-xs-6
42
+ %div.small-box.bg-blue
43
+ %div.inner
44
+ %b Option: Themes available: Jinda_adminbsb, Jinda_adminlte
45
+ %ul
46
+ %li To install gem 'jinda_adminlte'
47
+ %li Install
48
+ %li gem 'jinda_adminlte'
49
+ %li Then
50
+ %li $ bundle
51
+ %li $ rails generate jinda_adminlte:install
52
+
53
+
@@ -1,3 +1,3 @@
1
1
  module Jinda
2
- VERSION = "0.5.9"
2
+ VERSION = "0.6.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jinda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.9
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Prateep Kul
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-07-05 00:00:00.000000000 Z
12
+ date: 2020-07-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler