rails-semantic-ui 0.3.0 → 0.4.0.dev1
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/lib/generators/semantic_ui/files/layout.slim +9 -13
- data/lib/rails/semantic_ui/version.rb +1 -1
- metadata +11 -17
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f731af71c51756f1fbfaf7774ef45363df1486ab
|
|
4
|
+
data.tar.gz: 4a5aa609b6508e14f6cef777a594356448042332
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 68c48a9e058d513ab5ee3cdb612146b991065b74d2888202dce1a3d0a3293a3558b20aaee8d5131fb146802839e09688e50e898bc572e2bca1bae43f3fc4938c
|
|
7
|
+
data.tar.gz: d2d736e8eb1da2f751d7709030f128bc0e9d07d606a638824b5a046eef441b36e8ee9bceec9ea19272b016432754173c5891dbdb1d2328ff470deca4436e2938
|
|
@@ -29,7 +29,6 @@ html
|
|
|
29
29
|
.item Link Item
|
|
30
30
|
.item Link Item
|
|
31
31
|
.item Link Item
|
|
32
|
-
= link_to 'Hosts', hosts_path, class: 'item'
|
|
33
32
|
.right.menu
|
|
34
33
|
.ui.search.item
|
|
35
34
|
.ui.inverted.transparent.icon.input
|
|
@@ -42,21 +41,18 @@ html
|
|
|
42
41
|
i.dropdown.icon
|
|
43
42
|
.menu
|
|
44
43
|
.header Data Administration
|
|
45
|
-
= link_to 'Tags', tags_path, class: 'item'
|
|
46
|
-
= link_to 'Schema', schemas_path, class: 'item'
|
|
47
44
|
.divider
|
|
48
45
|
.header Configuration
|
|
49
|
-
= link_to 'Server Types', server_types_path, class: 'item'
|
|
50
46
|
|
|
51
|
-
.
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
.ui.
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
47
|
+
.pusher
|
|
48
|
+
.ui.main.container
|
|
49
|
+
== yield
|
|
50
|
+
.ui.inverted.vertical.footer.segment
|
|
51
|
+
.ui.center.aligned.container
|
|
52
|
+
.ui.horizontal.inverted.small.divided.link.list
|
|
53
|
+
a.item href='https://docs.saltstack.com/en/latest/' Documents
|
|
54
|
+
a.item href='#' Contact Us
|
|
55
|
+
a.item href='#' Privacy Policy
|
|
60
56
|
|
|
61
57
|
== javascript_include_tag 'application'
|
|
62
58
|
- if content_for? :inline_script
|
metadata
CHANGED
|
@@ -1,49 +1,43 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-semantic-ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0.dev1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeong, Jiung
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-01-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 5.0.0.beta1
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
26
|
+
version: 5.0.0.beta1
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rails-webpack
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- - "~>"
|
|
32
|
-
- !ruby/object:Gem::Version
|
|
33
|
-
version: '0.3'
|
|
34
31
|
- - ">="
|
|
35
32
|
- !ruby/object:Gem::Version
|
|
36
|
-
version: 0.
|
|
33
|
+
version: 0.6.0.dev1
|
|
37
34
|
type: :runtime
|
|
38
35
|
prerelease: false
|
|
39
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
40
37
|
requirements:
|
|
41
|
-
- - "~>"
|
|
42
|
-
- !ruby/object:Gem::Version
|
|
43
|
-
version: '0.3'
|
|
44
38
|
- - ">="
|
|
45
39
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: 0.
|
|
40
|
+
version: 0.6.0.dev1
|
|
47
41
|
description: Rails plugin for using semantic-ui with rails-webpack
|
|
48
42
|
email:
|
|
49
43
|
- ethernuiel@sanultari.com
|
|
@@ -84,12 +78,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
84
78
|
version: '0'
|
|
85
79
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
86
80
|
requirements:
|
|
87
|
-
- - "
|
|
81
|
+
- - ">"
|
|
88
82
|
- !ruby/object:Gem::Version
|
|
89
|
-
version:
|
|
83
|
+
version: 1.3.1
|
|
90
84
|
requirements: []
|
|
91
85
|
rubyforge_project:
|
|
92
|
-
rubygems_version: 2.
|
|
86
|
+
rubygems_version: 2.5.1
|
|
93
87
|
signing_key:
|
|
94
88
|
specification_version: 4
|
|
95
89
|
summary: Rails plugin for using semantic-ui with rails-webpack
|