couchbase-orm 0.0.12 → 0.1.0

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: 44135e0c3811a53e9244b2abb2a85246b32aad72
4
- data.tar.gz: 62706edfbb74806112f634d835134eefcc063b79
3
+ metadata.gz: bcfde58cff1d73cb5c06b636e946f0dfebc64c6d
4
+ data.tar.gz: 0062e73a8e321bae098ddca86d841d3a29b22071
5
5
  SHA512:
6
- metadata.gz: 748a1c214023270fd9510b2a448c066afc3fbbd371abfa2d01260a5517b48860486412957596558f7486fd09d03a7588c8faa0234246f1650037f8147b8bfe01
7
- data.tar.gz: 8c68a6a0e04ae8abd51bbee6321b23a7d53fc6adf84cea12df091a6791eaf3a57190fc218fc32e2fd6e3d51193f51200a3ff211a51f70be346491acd4d5faff4
6
+ metadata.gz: d4542142c00446e685e475586ef6d18fc73d1e74f9ea5dec98c6c38c125d21579e24b037a17d015a2b24b82398a36331f939439ff5174f870c20f2f61daba9df
7
+ data.tar.gz: e2cf0e2089143115321a74ea8d1623bc48f7d79492cf42c8312ba42c79cb2645688023085b55bb1959f99f11f47c028f7abc3f9ef4d89a00f9e8abb97432f8dd
@@ -180,6 +180,7 @@ module CouchbaseOrm
180
180
 
181
181
  yield self if block_given?
182
182
 
183
+ clear_changes_information
183
184
  run_callbacks :initialize
184
185
  end
185
186
 
@@ -185,7 +185,7 @@ module CouchbaseOrm
185
185
  @__metadata__.key = resp.key
186
186
  @__metadata__.cas = resp.cas
187
187
 
188
- clear_changes_information
188
+ changes_applied
189
189
  self
190
190
  end
191
191
 
@@ -245,7 +245,7 @@ module CouchbaseOrm
245
245
  @__metadata__.key = resp.key
246
246
  @__metadata__.cas = resp.cas
247
247
 
248
- clear_changes_information
248
+ changes_applied
249
249
  true
250
250
  end
251
251
  end
@@ -270,7 +270,7 @@ module CouchbaseOrm
270
270
  @__metadata__.key = resp.key
271
271
  @__metadata__.cas = resp.cas
272
272
 
273
- clear_changes_information
273
+ changes_applied
274
274
  true
275
275
  end
276
276
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true, encoding: ASCII-8BIT
2
2
 
3
3
  module CouchbaseOrm
4
- VERSION = '0.0.12'
4
+ VERSION = '0.1.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: couchbase-orm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen von Takach
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-01 00:00:00.000000000 Z
11
+ date: 2016-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: libcouchbase