i18n-sequel_bitemporal 1.0.0 → 1.0.1

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
  SHA256:
3
- metadata.gz: f731e3323b34e7a0253dee70fbd08d2dd8cff9b3589347908663d8905840baff
4
- data.tar.gz: d42a2810825195aec26371edd59724e1058b994c8c8215f56cd9b5595272072a
3
+ metadata.gz: 001e75fff58372096d2e4bf9864cd3574c524a7aa6d5a8fcfd37f701a05778bd
4
+ data.tar.gz: 89495e4d973f1d036c850dc75fd9fff7e378649aa93cee9dfc26cf7f6944e112
5
5
  SHA512:
6
- metadata.gz: da5c601442f074c486ff12ddae35576a73bdc33ad269b9a1463360d404dbce1d8843215db794e079046b8b85d8571a376c2a57ad25f966b554e9a43853ac783d
7
- data.tar.gz: 4467d7ffa4f04ada44ac4df07906ae17c2ae2e49b4fbd6714d4910503a456be800a2f6918b769e75b84511030203ab7e3ef2db508edf5de9c3b9e4c49af0c465
6
+ metadata.gz: 57755d218667ac589fafcab3d4689bb5ecfe01cb60971f2716ec77efd6e098359b690cb457c0281d5544fdb10a1a0f0fb48283472f1b0d56987e52f033fad28c
7
+ data.tar.gz: 4e048ec53e79fb4371482990d0469363624491c9caea3b18140b832cc6339a16cb63fbd64306acd12a79e3243326ab56b6720bd7683711c134e73ec9d9d2d3e1
@@ -1 +1 @@
1
- 2.5.1
1
+ 2.6.3
@@ -5,8 +5,9 @@ before_script:
5
5
  - psql -c 'create database i18n_sequel_bitemporal;' -U postgres
6
6
  rvm:
7
7
  - 2.3.8
8
- - 2.4.5
9
- - 2.5.3
8
+ - 2.4.6
9
+ - 2.5.5
10
+ - 2.6.3
10
11
  env:
11
12
  - ADAPTER=sqlite3
12
13
  - ADAPTER=postgres
@@ -10,7 +10,6 @@ Gem::Specification.new do |s|
10
10
  s.homepage = "http://github.com/TalentBox/i18n-sequel_bitemporal"
11
11
  s.summary = "I18n Bitemporal Sequel backend"
12
12
  s.description = "I18n Bitemporal Sequel backend. Allows to store translations in a database using Sequel using a bitemporal approach, e.g. for providing a web-interface for managing translations."
13
- s.rubyforge_project = "[none]"
14
13
 
15
14
  s.platform = Gem::Platform::RUBY
16
15
 
@@ -24,6 +24,7 @@ module I18n
24
24
  end
25
25
 
26
26
  module Implementation
27
+ using I18n::HashRefinements if defined?(I18n::HashRefinements)
27
28
  include Base, Flatten
28
29
 
29
30
  def initialize(opts= {})
@@ -1,5 +1,5 @@
1
1
  module I18n
2
2
  module SequelBitemporal
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n-sequel_bitemporal
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Tron
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-05 00:00:00.000000000 Z
11
+ date: 2019-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -89,8 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  - !ruby/object:Gem::Version
90
90
  version: '0'
91
91
  requirements: []
92
- rubyforge_project: "[none]"
93
- rubygems_version: 2.7.6
92
+ rubygems_version: 3.0.3
94
93
  signing_key:
95
94
  specification_version: 4
96
95
  summary: I18n Bitemporal Sequel backend