couchpillow 0.4.1 → 0.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 68340b1c8ca93e9e114eb3a9af1bd96b705e4b0a
4
- data.tar.gz: 0ba836b544c3ea80cc23f09b490cac0b0c8788ae
3
+ metadata.gz: 7d84be9337a6dfe5e7c16a73c9b4a7158121270b
4
+ data.tar.gz: bb05ae6199ee43110587cef9d50ebf1ddb68eeb2
5
5
  SHA512:
6
- metadata.gz: 1ccd1a7058ceae8a0978fa7f2dca06282246cc756651e929d144840bb9bf177e9b2e0dbc57fbe07dcccff7cd74d1a5bfedfa70706074558d4af3c60901bbe0ea
7
- data.tar.gz: e56be83f06ef9f5e2cb9b8375772440dc59ac32040483aa7729df8a361b3a710c5e1e4617fb488f8d371d9a7da9f542943380de08ac5ad77ff06d861af0ee931
6
+ metadata.gz: 4beacbd56fbcd07aff7c44bf25edaf557857c85d8ff253194286fd42b2f1b39a1388d0aad69f834b4ff2d45d780fb245ad69787d189fa75bd6619678f3c26a55
7
+ data.tar.gz: 329f5fe5aecfb16772275b08533ec80b691868183d65e69df4fa51e228bc0f0dd50213270fbab93363d0442c7a415e2194adb06b205563a156e7c697a195f862
@@ -22,7 +22,7 @@ module CouchPillow
22
22
  .default { Time.now.utc }
23
23
 
24
24
 
25
- def initialize hash = {}, id = "#{self.class._type}_#{SecureRandom.hex}"
25
+ def initialize hash = {}, id = "#{self.class._type}::#{SecureRandom.hex}"
26
26
  @data = self.class.symbolize(hash)
27
27
 
28
28
  @id = id
@@ -1,5 +1,5 @@
1
1
  module CouchPillow
2
2
  GEM_NAME = "couchpillow"
3
3
  NAME = "CouchPillow"
4
- VERSION = "0.4.1"
4
+ VERSION = "0.4.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: couchpillow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Albert Tedja
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-24 00:00:00.000000000 Z
11
+ date: 2015-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest