protobuf-activerecord 3.3.0 → 3.3.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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 83d490440de55e5f819bad525efef1571449f9f0
|
|
4
|
+
data.tar.gz: 7f1048b2c82821f5646c61c0332797c2dc4d6cb5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0dcd9ec4c112cff39b1eb6996d2509ae1a3b07ec10d4b3ed0ffaf67921bd02b699e715053013e37687f7823e0fcfca2e57a762e816103d09c7ce3cdf63ba1afc
|
|
7
|
+
data.tar.gz: 62848e072057f8f64c875529f50927381d4917d3c034e248caa509f3a037ee13b4742d5fc3962a52ba8a38a339986704245469dd8bd96629bde525b2c2920646
|
|
@@ -10,8 +10,8 @@ describe Protobuf::ActiveRecord::Serialization do
|
|
|
10
10
|
|
|
11
11
|
describe "._protobuf_convert_attributes_to_fields" do
|
|
12
12
|
context "when the column type is :date" do
|
|
13
|
-
let(:date) { Date.
|
|
14
|
-
let(:integer) {
|
|
13
|
+
let(:date) { Date.new(2015, 10, 1) }
|
|
14
|
+
let(:integer) { 1_443_657_600 }
|
|
15
15
|
|
|
16
16
|
before { allow(User).to receive(:_protobuf_date_column?).and_return(true) }
|
|
17
17
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: protobuf-activerecord
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.3.
|
|
4
|
+
version: 3.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Hutchison
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-10-
|
|
11
|
+
date: 2015-10-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|