muck-engine 3.3.0 → 3.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/app/views/layouts/global/_head.html.erb +2 -2
- data/muck-engine.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.3.
|
1
|
+
3.3.1
|
@@ -5,8 +5,8 @@
|
|
5
5
|
<meta name="robots" content="all" />
|
6
6
|
<meta name="resource-type" content="document" />
|
7
7
|
<meta name="MSSmartTagsPreventParsing" content="true" />
|
8
|
-
<%= include_stylesheets :
|
9
|
-
<%= include_javascripts :
|
8
|
+
<%= include_stylesheets :site %>
|
9
|
+
<%= include_javascripts :site %>
|
10
10
|
<%= javascript_tag %[const AUTH_TOKEN = #{form_authenticity_token.inspect};] if protect_against_forgery? %>
|
11
11
|
<%= yield :head -%>
|
12
12
|
<%= csrf_meta_tag %>
|
data/muck-engine.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: muck-engine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 9
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 3.3.
|
9
|
+
- 1
|
10
|
+
version: 3.3.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Justin Ball
|