translate-rails3-plus 0.0.9 → 0.0.11

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: a9b0c16df4e00badf4468672219bfab1a73ca878
4
- data.tar.gz: 7e4e2375b06c17880ae722697bae6e8afca42576
3
+ metadata.gz: 42b678b901b95cd6c25dd2c2f2a11ebb606b89b1
4
+ data.tar.gz: 734f59c9c3c34f72c71dbcce03117f01436d7462
5
5
  SHA512:
6
- metadata.gz: 64b2c4bb8042d4ab41d21a4c95722c493376b9358e9a8a41775075cce632414a302c89152c7e0d8044c7b0197b32fcfc8d28b23e09e7e8892105ba3854d4c7ef
7
- data.tar.gz: 7a6f29e1db375403b9162679e7d126c46255a27a4ec5ff4bc1f5d3297a1850256ab39bfd73a9677b8c02d9211e48329abe02257551d8c5ebb6a680ef3d5a9be5
6
+ metadata.gz: e4c7828fdf5f21b97b4213811f6568fc0409acbeaa3a14c3906b50238651f84c5ab3b4b41b6dd5feed66f1f0cffcec63c459bbaf4317b2fa189cdae9dcfd73d5
7
+ data.tar.gz: 59e00689c9ff138538c0433f010275aee8a5211e1c1f2fc8fba809b48aaf5c760f466de38ce0442f8312ca35b9d4e1c898973654ab5c09c504b449929876b944
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.9
1
+ 0.0.11
@@ -1,11 +1,11 @@
1
1
  class TranslateController < ActionController::Base
2
2
  # It seems users with active_record_store may get a "no :secret given" error if we don't disable csrf protection,
3
- skip_before_filter :verify_authenticity_token
3
+ skip_before_action :verify_authenticity_token, raise: false
4
4
 
5
5
  layout 'translate'
6
6
 
7
- before_filter :init_translations
8
- before_filter :set_locale
7
+ before_action :init_translations
8
+ before_action :set_locale
9
9
 
10
10
  # GET /translate
11
11
  def index
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: translate-rails3-plus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Marklund
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2014-01-15 00:00:00.000000000 Z
14
+ date: 2017-05-09 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: ya2yaml
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  version: '0'
95
95
  requirements: []
96
96
  rubyforge_project:
97
- rubygems_version: 2.4.5.1
97
+ rubygems_version: 2.6.7
98
98
  signing_key:
99
99
  specification_version: 3
100
100
  summary: Newsdesk translate plugin for Rails 3 and above