bard-static 2.1.1 → 2.1.2

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: 39833428c4bd480c7bf4d86876dd423cdccdc47f
4
- data.tar.gz: cad0ca845b7d89cfdcc0efa804b1ba0cf493ac08
3
+ metadata.gz: d9fdf3616ff3a19e82110c23c754e648d3446a52
4
+ data.tar.gz: c3a6e24215c114b021e94fdc687f2c8418c1fc14
5
5
  SHA512:
6
- metadata.gz: d612062377824ab72bf5baae6cc339eea4884419addd189a10ea8740aee42de5e1dcaa6f94b0da368ad72ac153fca3fbefbe6e739815982478996dcdb1394fb2
7
- data.tar.gz: cb1bf2e1f4404a9177e2483918bf81dc7a22bb28815175f956cccc322e43a206269891188e762c51f1e4e3895ec600d967f39986c15662449df5c491f07918bb
6
+ metadata.gz: 8d58a95f0d35e363bcf0ba87c33b62348ce0c239ceb339b9701fc17786d25c308bc543bda7a4e70894225812dd4dfa25e59a07dbca77b754ae1015c51b4cb721
7
+ data.tar.gz: dc318a04ad4044ce98610a807d0c0eef6eae1bd2178de75d2091f11baeb1f75f403cef40d53ebf4e5c3ba5a7551f38afead9d13156c23d51708a4553e67a3e86
@@ -1,6 +1,8 @@
1
1
  module Bard
2
2
  module Static
3
3
  class StaticController < ApplicationController
4
+ skip_before_action :verify_authenticity_token
5
+
4
6
  before_filter :before_bard_static,
5
7
  :if => proc { respond_to?(:before_bard_static, true) }
6
8
 
@@ -1,5 +1,5 @@
1
1
  module Bard
2
2
  module Static
3
- VERSION = "2.1.1"
3
+ VERSION = "2.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bard-static
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micah Geisel
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2014-07-11 00:00:00.000000000 Z
15
+ date: 2014-08-26 00:00:00.000000000 Z
16
16
  dependencies: []
17
17
  description: Handcrafted prototypes for Rails.
18
18
  email: