translateable 0.1.1 → 0.1.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.
- checksums.yaml +4 -4
- data/lib/translateable/version.rb +1 -1
- data/translateable.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1568846c469cec338d192c62938cbe251ca177b7
|
|
4
|
+
data.tar.gz: 4c6e9f4d15edbdd175ad0fb3b8fa303c9e07db0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 30508916028a562c23edd5a58d48b0a3faa3bff3859fc8769ceb5ee14ec0c59f7418cdeae2142fff895d00b66505ca14cfa2de066e496e7a387721082b5fdf25
|
|
7
|
+
data.tar.gz: e98d9b39fc4655a43b071282ee8c02e2bd7f39e6eb9bd5c048e2bc4e3ef091d80b5044ce9c8db845857fed11a0993f1edda1017d021c141e503f112e7a48ada5
|
data/translateable.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = 'Allows to store text data in different languages.'
|
|
13
13
|
spec.description = "Similar to globalize, but uses PostgreSQL's JSONB to store data in a single field. No additional tables required. Very thin abstraction"
|
|
14
|
-
spec.homepage = 'https://github.com/olegantonyan/
|
|
14
|
+
spec.homepage = 'https://github.com/olegantonyan/translateable'
|
|
15
15
|
spec.license = 'MIT'
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: translateable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Oleg Antonyan
|
|
@@ -148,7 +148,7 @@ files:
|
|
|
148
148
|
- lib/translateable.rb
|
|
149
149
|
- lib/translateable/version.rb
|
|
150
150
|
- translateable.gemspec
|
|
151
|
-
homepage: https://github.com/olegantonyan/
|
|
151
|
+
homepage: https://github.com/olegantonyan/translateable
|
|
152
152
|
licenses:
|
|
153
153
|
- MIT
|
|
154
154
|
metadata: {}
|