tolk 1.9.2 → 1.9.3

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: 2fe6ea4fa1df1cdaf93396828401e34b851023cb
4
- data.tar.gz: 974a6dd86fa4ea828da9bc866654e7481874c078
3
+ metadata.gz: 6a68491dc91c4792169da0679d7f1012611a7b82
4
+ data.tar.gz: d3e08f6d4c002218f23fa9a9cd885f44ca0a2805
5
5
  SHA512:
6
- metadata.gz: 56ca97ad53c4ef8295aabcd58f46233a147aa599f915e2f0bf255527bf7eabe68bddffebf1d5904c13c0cb57ceb16fa7129d54bf578788996fe6f13418257a7d
7
- data.tar.gz: 4ef5e7a476c1d2652ebd206db742096189e3822e4186b6cf9e583d4ab4a6a0786ed57be8607cbd833fc63e671d7505c22e6d7a7da7e7ddba70496418137c2a8e
6
+ metadata.gz: 6465ecbd40a7753dcc54e98db489605934846f2426b75904ac4dce556300d1dad66e24ec9c6acd3f70ed3c6c686962f10a29367dd380a24163e2f1fef70b7ce2
7
+ data.tar.gz: b1f2d096f85f3b0e1a0cb6eaeefebc811f067f8a6e5ef13f86253db3bd7f19c71dfb6203f91dd777c131a67033c24f3a08988641070acee97128ce6ee30e885b
@@ -1,6 +1,3 @@
1
- require 'tolk/application_controller'
2
- require 'tolk/pagination'
3
-
4
1
  module Tolk
5
2
  class ApplicationController < ActionController::Base
6
3
  include Tolk::Pagination::Methods
@@ -1,5 +1,3 @@
1
- require 'tolk/pagination'
2
-
3
1
  module Tolk
4
2
  module ApplicationHelper
5
3
  include Tolk::Pagination::ViewHelper
@@ -5,6 +5,7 @@ require 'tolk/sync'
5
5
  require 'tolk/import'
6
6
  require 'tolk/export'
7
7
  require 'tolk/yaml'
8
+ require 'tolk/pagination'
8
9
 
9
10
  module Tolk
10
11
  # Setup Tolk
@@ -1,3 +1,3 @@
1
1
  module Tolk
2
- VERSION = "1.9.2"
2
+ VERSION = "1.9.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tolk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.2
4
+ version: 1.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2015-05-04 00:00:00.000000000 Z
15
+ date: 2015-05-21 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rails
@@ -185,7 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
185
185
  version: '0'
186
186
  requirements: []
187
187
  rubyforge_project:
188
- rubygems_version: 2.4.5
188
+ rubygems_version: 2.4.6
189
189
  signing_key:
190
190
  specification_version: 4
191
191
  summary: Rails engine providing web interface for managing i18n yaml files