cartoonist 0.0.20 → 0.0.20.1

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: 7fdb2663d615944f6df0658c68f6afc244720e71
4
- data.tar.gz: b058bf06907f2d1627952a859a68296f38cb6170
3
+ metadata.gz: 8a547b484bba5f06b00935318125ae0492bb43e3
4
+ data.tar.gz: 8d74b1700294705c5789422d9ba448f9f27c531c
5
5
  SHA512:
6
- metadata.gz: 418c3d4b10260d1d6d3581f93b9102058e09fcc3a5c04aba619c064256372d7b05dc98ba074378d088573c887999adbbf4b9ccc9432490aa1c5b7d47287bd3af
7
- data.tar.gz: 4f860bb05491304f94ff880d849fc98d6d818dc8cf3a2ccad4003b2ac4b91ae2225520f4be1e493de7e702839b4f3ea17db277547822b5fab081fdeb612ea4ca
6
+ metadata.gz: 61f202054d63476afae2ca033fa660241784ddd8d0a9040397d8ccc6896c04f94fe32be3e8cda104f17472d4913ce22d176900c3e918a2b77eea1cb936340799
7
+ data.tar.gz: 54c46a838fa90f6c283ce740362cba5c12689f7cbd6839138ba523d6dce244567b31208f9a883282bc493f6dbec7e47578881aea5b5d9a3de8db76f10dfc8fd5
@@ -4,7 +4,7 @@ class SiteController < CartoonistController
4
4
  format.html { redirect_to "/" }
5
5
 
6
6
  format.ico do
7
- data = ActionController::Base.helpers.asset_paths.asset_environment[Cartoonist::Theme.favicon].to_s
7
+ data = Rails.application.assets[Cartoonist::Theme.favicon].to_s
8
8
 
9
9
  cache_page_as "static/favicon.ico" do
10
10
  send_data data, :filename => "favicon.ico", :type => "image/x-icon", :disposition => "inline"
@@ -6,6 +6,7 @@
6
6
  <meta charset="utf-8">
7
7
  <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5">
9
+ <%= yield :additional_meta_tags %>
9
10
  <% if @output_csrf_meta_tags %>
10
11
  <%= csrf_meta_tags %>
11
12
  <% end %>
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "cartoonist"
3
- s.version = "0.0.20"
3
+ s.version = "0.0.20.1"
4
4
  s.date = Time.now.strftime "%Y-%m-%d"
5
5
  s.summary = "Cartoonist Core"
6
6
  s.description = "This provides the main functionality and plugin api for Cartoonist."
@@ -2,7 +2,7 @@ module Cartoonist
2
2
  class Version
3
3
  class << self
4
4
  def to_s
5
- "0.0.20"
5
+ "0.0.20.1"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cartoonist
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.20.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Virata-Stone
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-19 00:00:00.000000000 Z
11
+ date: 2013-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionpack-page_caching
@@ -219,7 +219,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
219
219
  version: '0'
220
220
  requirements: []
221
221
  rubyforge_project:
222
- rubygems_version: 2.0.3
222
+ rubygems_version: 2.1.11
223
223
  signing_key:
224
224
  specification_version: 4
225
225
  summary: Cartoonist Core