rails-semantic-ui 0.3.0 → 0.4.0.dev1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1bc9f8a1295d6379630bd3ae17c4eca936f57f73
4
- data.tar.gz: 991d4eb656720beb7ce1d5556b9e62544638b305
3
+ metadata.gz: f731af71c51756f1fbfaf7774ef45363df1486ab
4
+ data.tar.gz: 4a5aa609b6508e14f6cef777a594356448042332
5
5
  SHA512:
6
- metadata.gz: b66f7daf8c7e1b40bd456caf40d33033940f174bfdc4d7672d3c287c0cc74921e39f6ea7716995cfdf234481349acecad9885c026c412e206e73a7c64ad8c25b
7
- data.tar.gz: e62811836620e5d7945344b4e75e5dbe5e5a0d100ad1dfe2b6300c336ce4ccf61c7f7e40794a5a74f1464258c7c5a6172f7a51089274e0084d6d601e3065fbcc
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
- .ui.main.container
52
- == yield
53
- .ui.inverted.vertical.footer.segment
54
- .ui.center.aligned.container
55
- img.ui.centered.medium.image src="#{asset_path 'saltstack-full.png'}"
56
- .ui.horizontal.inverted.small.divided.link.list
57
- a.item href='https://docs.saltstack.com/en/latest/' Documents
58
- a.item href='#' Contact Us
59
- a.item href='#' Privacy Policy
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
@@ -1,5 +1,5 @@
1
1
  module Rails
2
2
  module SemanticUI
3
- VERSION = '0.3.0'
3
+ VERSION = '0.4.0.dev1'
4
4
  end
5
5
  end
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.3.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: 2015-12-08 00:00:00.000000000 Z
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: 4.2.4
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: 4.2.4
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.3.1
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.3.1
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: '0'
83
+ version: 1.3.1
90
84
  requirements: []
91
85
  rubyforge_project:
92
- rubygems_version: 2.4.6
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