sequel-localize 0.0.1 → 0.0.2

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.
data/.gitignore CHANGED
@@ -3,6 +3,7 @@
3
3
  # dirs
4
4
  .bundle
5
5
  bin
6
+ pkg
6
7
 
7
8
  # tempfiles
8
9
  *[~#]
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sequel-localize (0.0.1)
4
+ sequel-localize (0.0.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,7 +1,7 @@
1
1
  module Sequel
2
2
  module Plugins
3
3
  module Localize
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
6
6
  end
7
7
  end
@@ -1,10 +1,10 @@
1
- require 'sequel/localize/language'
2
1
  require "sequel/localize/version"
3
2
 
4
3
  module Sequel
5
4
  module Plugins
6
5
  module Localize
7
6
  def self.configure(model, opts={})
7
+ require 'sequel/localize/language'
8
8
  model._init_translations
9
9
  localized_models << model
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sequel-localize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -127,7 +127,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
127
127
  version: '0'
128
128
  segments:
129
129
  - 0
130
- hash: 3081936343475499294
130
+ hash: 4364802256992534507
131
131
  required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  none: false
133
133
  requirements:
@@ -136,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
136
136
  version: '0'
137
137
  segments:
138
138
  - 0
139
- hash: 3081936343475499294
139
+ hash: 4364802256992534507
140
140
  requirements: []
141
141
  rubyforge_project:
142
142
  rubygems_version: 1.8.25