lolita-translation 0.8.2 → 0.8.3

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: e234ede4bb13aea291f14a323081a4b487082056
4
- data.tar.gz: c48afbce87b015abf09a823e0be03235200044eb
3
+ metadata.gz: f7aa43dced5530a40b2deabab0fceb0baba591a8
4
+ data.tar.gz: 227db9d09d22602cf22342baeeab93f2cf9a092b
5
5
  SHA512:
6
- metadata.gz: cc3302d5ee23a8c6f73d1102b2a0b2696cc583b5a89e834b1e946a36debe0ca9f817dfddab98df8e2c34010c1c38ce1fed948aeb48b9064ab5d40fb9c212b4cc
7
- data.tar.gz: a4854f5b74e508e57fca06ebc9a703d71c4edb08470da8384306b81ff1aad56bb66dc6a24212c29d6952591e2689705c3bf6f902c8c69d8949cfacebf35c4775
6
+ metadata.gz: bc7eee49d7a56b20100adc92cc77a9b51a9c3ffed6852302e77338bbddbe50958eed05594d3545000558e777d1ecafcaa2f27640108234f573aad8fc7947f1a8
7
+ data.tar.gz: dc739c872ec45cd8939c9a0994c4e972fcfd0b206522f3d5ec356ac92daeedde7e1a4ee2c334ebbef9ad3be2dc1c72223073ce61f8fc0cea49fe3eac00bbcea5
@@ -3,7 +3,7 @@ module Lolita
3
3
  module Version
4
4
  MAJOR = 0
5
5
  MINOR = 8
6
- PATCH = 2
6
+ PATCH = 3
7
7
  BUILD = nil
8
8
 
9
9
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
@@ -1,9 +1,9 @@
1
1
  require 'lolita-translation'
2
2
  require 'rake'
3
3
 
4
- namespace :lolita_translation do
4
+ namespace :lolita_translation do
5
5
  desc "Synca all tables at once"
6
- task :sync_tables do
6
+ task sync_tables: :environment do
7
7
  Lolita.mappings.each do |k,mapping|
8
8
  klass = mapping.to
9
9
  if klass && klass.respond_to?(:sync_translation_table!)
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lolita-translation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - ITHouse (Latvia) and Arturs Meisters
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-26 00:00:00.000000000 Z
11
+ date: 2014-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lolita
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.2'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.2'
27
27
  description: Lolita extension that allow users to change language and translate DB
@@ -33,8 +33,8 @@ extra_rdoc_files:
33
33
  - LICENSE.txt
34
34
  - README.md
35
35
  files:
36
- - ".gitignore"
37
- - ".rspec"
36
+ - .gitignore
37
+ - .rspec
38
38
  - Gemfile
39
39
  - LICENSE.txt
40
40
  - README.md
@@ -112,18 +112,19 @@ require_paths:
112
112
  - lib
113
113
  required_ruby_version: !ruby/object:Gem::Requirement
114
114
  requirements:
115
- - - ">="
115
+ - - '>='
116
116
  - !ruby/object:Gem::Version
117
117
  version: '0'
118
118
  required_rubygems_version: !ruby/object:Gem::Requirement
119
119
  requirements:
120
- - - ">="
120
+ - - '>='
121
121
  - !ruby/object:Gem::Version
122
122
  version: '0'
123
123
  requirements: []
124
124
  rubyforge_project:
125
- rubygems_version: 2.2.2
125
+ rubygems_version: 2.0.14
126
126
  signing_key:
127
127
  specification_version: 4
128
128
  summary: Lolita extension that add multilanguate support to Lolita.
129
129
  test_files: []
130
+ has_rdoc: