sequel_bitemporal 0.6.1 → 0.6.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/lib/sequel/plugins/bitemporal.rb +1 -1
- data/sequel_bitemporal.gemspec +1 -1
- metadata +9 -3
|
@@ -337,7 +337,7 @@ module Sequel
|
|
|
337
337
|
@current_version_values = current_version.values
|
|
338
338
|
attributes.detect do |key, new_value|
|
|
339
339
|
case key
|
|
340
|
-
when :master_id, :created_at, :expired_at
|
|
340
|
+
when :id, :master_id, :created_at, :expired_at
|
|
341
341
|
false
|
|
342
342
|
when :valid_from
|
|
343
343
|
new_value && new_value<current_version.valid_from
|
data/sequel_bitemporal.gemspec
CHANGED
|
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = "sequel_bitemporal"
|
|
6
|
-
s.version = "0.6.
|
|
6
|
+
s.version = "0.6.2"
|
|
7
7
|
s.authors = ["Joseph HALTER", "Jonathan TRON"]
|
|
8
8
|
s.email = ["joseph.halter@thetalentbox.com", "jonathan.tron@thetalentbox.com"]
|
|
9
9
|
s.homepage = "https://github.com/TalentBox/sequel_bitemporal"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sequel_bitemporal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-01-
|
|
13
|
+
date: 2013-01-24 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: sequel
|
|
@@ -125,15 +125,21 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
125
125
|
- - ! '>='
|
|
126
126
|
- !ruby/object:Gem::Version
|
|
127
127
|
version: '0'
|
|
128
|
+
segments:
|
|
129
|
+
- 0
|
|
130
|
+
hash: 3142511012562917394
|
|
128
131
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
129
132
|
none: false
|
|
130
133
|
requirements:
|
|
131
134
|
- - ! '>='
|
|
132
135
|
- !ruby/object:Gem::Version
|
|
133
136
|
version: '0'
|
|
137
|
+
segments:
|
|
138
|
+
- 0
|
|
139
|
+
hash: 3142511012562917394
|
|
134
140
|
requirements: []
|
|
135
141
|
rubyforge_project:
|
|
136
|
-
rubygems_version: 1.8.
|
|
142
|
+
rubygems_version: 1.8.23
|
|
137
143
|
signing_key:
|
|
138
144
|
specification_version: 3
|
|
139
145
|
summary: Bitemporal versioning for sequel.
|