ems 0.1.4 → 0.1.5
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.
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
%meta{:content => "EMS", :name => "description"}
|
|
7
7
|
%meta{:content => "Vincent Siebert", :name => "author"}
|
|
8
8
|
= stylesheet_link_tag "ems/application", :media => "all"
|
|
9
|
-
= stylesheet_link_tag params[:controller]
|
|
10
9
|
= javascript_include_tag "ems/application"
|
|
11
10
|
= csrf_meta_tags
|
|
12
11
|
%body
|
data/lib/ems/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ems
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -781,7 +781,6 @@ files:
|
|
|
781
781
|
- test/dummy/tmp/cache/sass/e78adca29a957b0861544376f6710ec608000fc6/_typography.scssc
|
|
782
782
|
- test/dummy/tmp/cache/sass/e78adca29a957b0861544376f6710ec608000fc6/_utilities.scssc
|
|
783
783
|
- test/dummy/tmp/cache/sass/e78adca29a957b0861544376f6710ec608000fc6/_variables.css.scssc
|
|
784
|
-
- test/dummy/tmp/pids/server.pid
|
|
785
784
|
- test/ems_test.rb
|
|
786
785
|
- test/fixtures/ems/articles.yml
|
|
787
786
|
- test/fixtures/ems/articles_channels.yml
|
|
@@ -1183,7 +1182,6 @@ test_files:
|
|
|
1183
1182
|
- test/dummy/tmp/cache/sass/e78adca29a957b0861544376f6710ec608000fc6/_typography.scssc
|
|
1184
1183
|
- test/dummy/tmp/cache/sass/e78adca29a957b0861544376f6710ec608000fc6/_utilities.scssc
|
|
1185
1184
|
- test/dummy/tmp/cache/sass/e78adca29a957b0861544376f6710ec608000fc6/_variables.css.scssc
|
|
1186
|
-
- test/dummy/tmp/pids/server.pid
|
|
1187
1185
|
- test/ems_test.rb
|
|
1188
1186
|
- test/fixtures/ems/articles.yml
|
|
1189
1187
|
- test/fixtures/ems/articles_channels.yml
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
46883
|