embedded_localization 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README.textile +6 -1
- data/embedded_localization.gemspec +1 -1
- data/lib/embedded_localization/version.rb +1 -1
- metadata +11 -12
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: fdcba308425918e44e09f1e8b3075144881eb5d8
|
4
|
+
data.tar.gz: f5104a299f3fd101b9841df6bd18ae2667deddc6
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 2cc84274a1080025f63a9064cc95ed7acbaf0258c0a8924a3b81eefd28ec3d0020c704055b3d715675cb35e6c81f323d884cde370f341d4d1ed06d3ee1439eb7
|
7
|
+
data.tar.gz: e9758eb1b84f98ef0c287f023a438b7d2bb8f6e2ade97aa4eea41baa04fa4d313520afe8568e1109d3235371988deaf9fa2bf7f7edfe36c97c2e02de61ea8eab
|
data/README.textile
CHANGED
@@ -12,6 +12,8 @@ h2. Requirements
|
|
12
12
|
ActiveRecord > 3.0.0.rc
|
13
13
|
I18n
|
14
14
|
|
15
|
+
Tested with Rails 3.2.2
|
16
|
+
|
15
17
|
h2. Installation
|
16
18
|
|
17
19
|
To install Embedded_Localization, use:
|
@@ -50,7 +52,7 @@ g.name # => "공상 과학 소설"
|
|
50
52
|
|
51
53
|
No extra tables needed for this!
|
52
54
|
|
53
|
-
h3. Rails 3.
|
55
|
+
h3. Rails 3.x
|
54
56
|
|
55
57
|
<pre><code>
|
56
58
|
class CreateGenres < ActiveRecord::Migration
|
@@ -205,6 +207,9 @@ If your requirements are different, my approach might not work for you. In that
|
|
205
207
|
|
206
208
|
h2. Changes
|
207
209
|
|
210
|
+
h3. 0.2.5 (2013-11-02)
|
211
|
+
* adding MIT and GPL-2 licenses to gem-spec file; contact me if you need another license
|
212
|
+
|
208
213
|
h3. 0.2.4 (2012-03-02)
|
209
214
|
* Issue #5 : bugfix for attr_writer
|
210
215
|
|
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
|
|
20
20
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
21
21
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
22
22
|
s.require_paths = ["lib"]
|
23
|
-
|
23
|
+
s.licenses = ['MIT','GPL-2']
|
24
24
|
# specify any dependencies here; for example:
|
25
25
|
# s.add_development_dependency "rspec"
|
26
26
|
# s.add_runtime_dependency "rest-client"
|
metadata
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embedded_localization
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
version: 0.2.4
|
4
|
+
version: 0.2.5
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Tilo Sloboda
|
@@ -10,7 +9,7 @@ autorequire:
|
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
11
|
|
13
|
-
date:
|
12
|
+
date: 2013-11-02 00:00:00 Z
|
14
13
|
dependencies: []
|
15
14
|
|
16
15
|
description: "Rails I18n: Embedded_Localization for ActiveRecord 3 is very lightweight, and allows you to transparently store translations of attributes right inside each record -- no extra database tables needed to store the localization data!"
|
@@ -36,7 +35,10 @@ files:
|
|
36
35
|
- lib/embedded_localization/version.rb
|
37
36
|
- lib/extensions/hash.rb
|
38
37
|
homepage: http://www.unixgods.org/~tilo/Ruby/embedded_localization
|
39
|
-
licenses:
|
38
|
+
licenses:
|
39
|
+
- MIT
|
40
|
+
- GPL-2
|
41
|
+
metadata: {}
|
40
42
|
|
41
43
|
post_install_message:
|
42
44
|
rdoc_options: []
|
@@ -44,23 +46,20 @@ rdoc_options: []
|
|
44
46
|
require_paths:
|
45
47
|
- lib
|
46
48
|
required_ruby_version: !ruby/object:Gem::Requirement
|
47
|
-
none: false
|
48
49
|
requirements:
|
49
|
-
-
|
50
|
+
- &id001
|
51
|
+
- ">="
|
50
52
|
- !ruby/object:Gem::Version
|
51
53
|
version: "0"
|
52
54
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
53
|
-
none: false
|
54
55
|
requirements:
|
55
|
-
-
|
56
|
-
- !ruby/object:Gem::Version
|
57
|
-
version: "0"
|
56
|
+
- *id001
|
58
57
|
requirements: []
|
59
58
|
|
60
59
|
rubyforge_project: "[none]"
|
61
|
-
rubygems_version:
|
60
|
+
rubygems_version: 2.0.3
|
62
61
|
signing_key:
|
63
|
-
specification_version:
|
62
|
+
specification_version: 4
|
64
63
|
summary: "Rails I18n: library for embedded ActiveRecord 3 model/data translation"
|
65
64
|
test_files: []
|
66
65
|
|