rails-semantic-ui 0.4.0.dev1 → 0.4.0.dev2
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dcdf0b2bbb91036d159bdf0fc0fd021f8e50b5b9
|
|
4
|
+
data.tar.gz: 21e46e9cbcf79a16c7e1eee091b7929ac3abd95d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ca97343d9b46f5271633defc95471b47b77fafb7ab4c2411a1e2c6cc9650648a9f1e82552928ce1f548e3e6d78b059f5387395cb330930e895313d1806cc567
|
|
7
|
+
data.tar.gz: a7fa0352df6c7a11a0591fd566670eebad561bf141db923b575276bae1c415dde13bf16dffb380f9e0d3fd8640d17ae3ed6c219c3f29ab3f0e992b735a07bb3a
|
|
@@ -33,12 +33,12 @@ module SemanticUi
|
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
def combine_semantic_ui
|
|
36
|
-
inject_into_file 'app/webpack/src/pages/
|
|
36
|
+
inject_into_file 'app/webpack/src/pages/core.coffee', after: "# run webpack pipeline against files in src/pages automatically\n" do
|
|
37
37
|
"require 'statics/normalize.coffee'\nrequire 'statics/semantic-ui.coffee'\n"
|
|
38
38
|
end
|
|
39
39
|
copy_file 'resources/normalize.coffee', 'app/webpack/src/statics/normalize.coffee'
|
|
40
40
|
|
|
41
|
-
inject_into_file 'app/webpack/src/pages/
|
|
41
|
+
inject_into_file 'app/webpack/src/pages/core.coffee', before: " *= require_self\n" do
|
|
42
42
|
" *= require normailzie\n *= require semantic\n"
|
|
43
43
|
end
|
|
44
44
|
end
|
|
@@ -60,7 +60,7 @@ module SemanticUi
|
|
|
60
60
|
end
|
|
61
61
|
|
|
62
62
|
inject_into_file js, before: pattern do
|
|
63
|
-
"#= require
|
|
63
|
+
"#= require core.bundle\n"
|
|
64
64
|
end
|
|
65
65
|
end
|
|
66
66
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-semantic-ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.0.
|
|
4
|
+
version: 0.4.0.dev2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeong, Jiung
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - ">="
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.6.0.
|
|
33
|
+
version: 0.6.0.dev2
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.6.0.
|
|
40
|
+
version: 0.6.0.dev2
|
|
41
41
|
description: Rails plugin for using semantic-ui with rails-webpack
|
|
42
42
|
email:
|
|
43
43
|
- ethernuiel@sanultari.com
|