g5_updatable 0.3.3 → 0.3.4

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: 8de8edd72c6cff57dfe906bed69118890dc95d57
4
- data.tar.gz: 19d24e6cc24116ba0c7ddb0c67099e8bd831ee91
3
+ metadata.gz: 61c6dd80e6a5144741debe9dba69c73e0d004d52
4
+ data.tar.gz: 9ce50fe0889062777a9b864709f2b75ec949234b
5
5
  SHA512:
6
- metadata.gz: 53fe2badf74e650d847baebc1256eeddbac673fff7c17f7f1925ce033afe86425b8cc32e4fc121251bbc80c514eafab709647fe4c2fb3e2bc8b8419737632719
7
- data.tar.gz: 7504cd3784ffb6995edc3fb24bde15bc4bc5a2ed69d7dc8d4528fe78aba793aacfcc7b3790e0bf9fdd071cdf7f3a4b33ed27c395d1d3fa4ed3288358f489f870
6
+ metadata.gz: 7b420f4d2bb54e2853af06afd30932104ccb7a5f8de9d8676f08f599dbbc8bb3340e7696d3dfae0e01ee2d4b22b2315157e0b26ecbb92b1277e14735e1dc15d5
7
+ data.tar.gz: a7375ee8377c118754473314bf85f777dd045b473850d2d6d0eb19b7f79e8f21116348c8d57a6ec6e1e59b69d360b576f8cf536778e088189335566783e61d10
@@ -3,12 +3,14 @@ FactoryGirl.define do
3
3
  uid "http://example.com/clients/g5-c-1234-client/locations/g5-cl-1234-location"
4
4
  urn "g5-cl-1234-location"
5
5
  client_uid "http://example.com/clients/g5-c-1234-client"
6
- properties { { name: "Test Location" } }
6
+ name 'test location'
7
+ properties { { domain: "http://myloc.com" } }
7
8
  end
8
9
 
9
10
  factory :client, class: G5Updatable::Client do
10
11
  uid "http://example.com/clients/g5-c-1234-client"
11
12
  urn "g5-c-1234-client"
12
- properties { { name: "Test Client" } }
13
+ name 'test client'
14
+ properties { { city: "Test Client" } }
13
15
  end
14
16
  end
@@ -1,3 +1,3 @@
1
1
  module G5Updatable
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  end
@@ -19481,3 +19481,252 @@ Migrating to AddNameToClientsAndLocations (20141211211945)
19481
19481
   (0.1ms) RELEASE SAVEPOINT active_record_1
19482
19482
  G5Updatable::Client Load (0.5ms) SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" ORDER BY "g5_updatable_clients"."id" ASC LIMIT 1
19483
19483
   (0.1ms) ROLLBACK
19484
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
19485
+  (0.2ms) BEGIN
19486
+  (0.1ms) SAVEPOINT active_record_1
19487
+ SQL (1.7ms) INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2014-12-11 23:57:48.507342"], ["name", "test location"], ["properties", "{\"domain\":\"http://myloc.com\"}"], ["uid", "https://example.com/location_uid"], ["updated_at", "2014-12-11 23:57:48.507342"], ["urn", "g5-cl-1234-location"]]
19488
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19489
+ G5Updatable::Location Load (1.2ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'https://example.com/location_uid' LIMIT 1
19490
+  (0.2ms) ROLLBACK
19491
+  (0.2ms) BEGIN
19492
+  (0.2ms) SAVEPOINT active_record_1
19493
+ SQL (0.7ms) INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2014-12-11 23:57:48.532105"], ["name", "test location"], ["properties", "{\"domain\":\"http://myloc.com\"}"], ["uid", "https://example.com/location_uid"], ["updated_at", "2014-12-11 23:57:48.532105"], ["urn", "g5-cl-1234-location"]]
19494
+  (0.2ms) RELEASE SAVEPOINT active_record_1
19495
+  (0.2ms) SAVEPOINT active_record_1
19496
+ SQL (0.6ms) INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2014-12-11 23:57:48.535495"], ["name", "test location"], ["properties", "{\"domain\":\"http://myloc.com\"}"], ["uid", "http://example.com/clients/g5-c-1234-client/locations/g5-cl-1234-location"], ["updated_at", "2014-12-11 23:57:48.535495"], ["urn", "g5-cl-1234-location"]]
19497
+  (0.2ms) RELEASE SAVEPOINT active_record_1
19498
+ G5Updatable::Location Load (0.7ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'https://example.com/location_uid' LIMIT 1
19499
+ G5Updatable::Location Load (0.5ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/clients/g5-c-1234-client/locations/g5-cl-1234-location' LIMIT 1
19500
+  (0.2ms) ROLLBACK
19501
+  (0.1ms) BEGIN
19502
+ G5Updatable::Location Load (0.4ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'https://example.com/location_uid' LIMIT 1
19503
+  (0.1ms) ROLLBACK
19504
+  (0.1ms) BEGIN
19505
+  (0.2ms) ROLLBACK
19506
+  (0.3ms) BEGIN
19507
+  (0.2ms) ROLLBACK
19508
+  (0.4ms) BEGIN
19509
+  (0.1ms) SAVEPOINT active_record_1
19510
+ SQL (0.6ms) INSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2014-12-11 23:57:48.570528"], ["name", "test client"], ["properties", "{\"city\":\"Test Client\"}"], ["uid", "http://example.com/clients/g5-c-1234-client"], ["updated_at", "2014-12-11 23:57:48.570528"], ["urn", "g5-c-1234-client"]]
19511
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19512
+  (0.1ms) SAVEPOINT active_record_1
19513
+ SQL (0.3ms) INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2014-12-11 23:57:48.573230"], ["name", "test location"], ["properties", "{\"domain\":\"http://myloc.com\"}"], ["uid", "http://example.com/clients/g5-c-1234-client/locations/g5-cl-1234-location"], ["updated_at", "2014-12-11 23:57:48.573230"], ["urn", "g5-cl-1234-location"]]
19514
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19515
+ G5Updatable::Location Load (0.4ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."client_uid" = 'http://example.com/clients/g5-c-1234-client'
19516
+  (0.1ms) ROLLBACK
19517
+  (0.1ms) BEGIN
19518
+  (0.1ms) ROLLBACK
19519
+  (0.1ms) BEGIN
19520
+  (0.1ms) SAVEPOINT active_record_1
19521
+ SQL (0.3ms) INSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2014-12-11 23:57:48.578494"], ["name", "test client"], ["properties", "{\"key\":\"value\"}"], ["uid", "http://example.com/clients/g5-c-1234-client"], ["updated_at", "2014-12-11 23:57:48.578494"], ["urn", "g5-c-1234-client"]]
19522
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19523
+ G5Updatable::Client Load (0.4ms) SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."id" = $1 LIMIT 1 [["id", 197]]
19524
+  (0.1ms) ROLLBACK
19525
+  (0.1ms) BEGIN
19526
+  (0.1ms) ROLLBACK
19527
+  (0.1ms) BEGIN
19528
+  (0.1ms) ROLLBACK
19529
+  (0.1ms) BEGIN
19530
+  (0.1ms) ROLLBACK
19531
+  (0.1ms) BEGIN
19532
+  (0.1ms) ROLLBACK
19533
+  (0.1ms) BEGIN
19534
+  (0.1ms) ROLLBACK
19535
+  (0.1ms) BEGIN
19536
+  (0.1ms) ROLLBACK
19537
+  (0.1ms) BEGIN
19538
+  (0.1ms) ROLLBACK
19539
+  (0.1ms) BEGIN
19540
+  (0.1ms) ROLLBACK
19541
+  (0.2ms) BEGIN
19542
+  (0.1ms) ROLLBACK
19543
+  (0.3ms) BEGIN
19544
+  (0.1ms) ROLLBACK
19545
+  (0.2ms) BEGIN
19546
+  (0.1ms) SAVEPOINT active_record_1
19547
+ SQL (0.4ms) INSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2014-12-11 23:57:48.618326"], ["name", "test client"], ["properties", "{\"city\":\"Test Client\"}"], ["uid", "http://example.com/clients/g5-c-1234-client"], ["updated_at", "2014-12-11 23:57:48.618326"], ["urn", "g5-c-1234-client"]]
19548
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19549
+  (0.1ms) SAVEPOINT active_record_1
19550
+ SQL (0.4ms) INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2014-12-11 23:57:48.620990"], ["name", "test location"], ["properties", "{\"domain\":\"http://myloc.com\"}"], ["uid", "http://example.com/clients/g5-c-1234-client/locations/g5-cl-1234-location"], ["updated_at", "2014-12-11 23:57:48.620990"], ["urn", "g5-cl-1234-location"]]
19551
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19552
+ G5Updatable::Client Load (0.4ms) SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/clients/g5-c-1234-client' LIMIT 1
19553
+  (0.1ms) ROLLBACK
19554
+  (0.1ms) BEGIN
19555
+  (0.1ms) ROLLBACK
19556
+  (0.1ms) BEGIN
19557
+  (0.1ms) SAVEPOINT active_record_1
19558
+ SQL (0.3ms) INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2014-12-11 23:57:48.626534"], ["name", "test location"], ["properties", "{\"key\":\"value\"}"], ["uid", "http://example.com/clients/g5-c-1234-client/locations/g5-cl-1234-location"], ["updated_at", "2014-12-11 23:57:48.626534"], ["urn", "g5-cl-1234-location"]]
19559
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19560
+ G5Updatable::Location Load (0.3ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."id" = $1 LIMIT 1 [["id", 271]]
19561
+  (0.3ms) ROLLBACK
19562
+  (0.1ms) BEGIN
19563
+  (0.2ms) ROLLBACK
19564
+  (0.1ms) BEGIN
19565
+  (0.1ms) ROLLBACK
19566
+  (0.1ms) BEGIN
19567
+ G5Updatable::Location Load (0.3ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1
19568
+  (0.1ms) SAVEPOINT active_record_1
19569
+ SQL (0.2ms) INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "client_uid"], ["created_at", "2014-12-11 23:57:48.635306"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.635306"], ["urn", "urn"]]
19570
+  (0.2ms) RELEASE SAVEPOINT active_record_1
19571
+  (0.3ms) SELECT COUNT(*) FROM "g5_updatable_locations"
19572
+  (0.1ms) ROLLBACK
19573
+  (0.1ms) BEGIN
19574
+ G5Updatable::Location Load (0.3ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1
19575
+  (0.1ms) SAVEPOINT active_record_1
19576
+ SQL (0.2ms) INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "client_uid"], ["created_at", "2014-12-11 23:57:48.639074"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.639074"], ["urn", "urn"]]
19577
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19578
+ G5Updatable::Location Load (0.6ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" ORDER BY "g5_updatable_locations"."id" ASC LIMIT 1
19579
+ G5Updatable::Location Load (0.3ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."name" = 'Location Name' LIMIT 1
19580
+  (0.1ms) ROLLBACK
19581
+  (0.1ms) BEGIN
19582
+ G5Updatable::Location Load (0.3ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1
19583
+  (0.1ms) SAVEPOINT active_record_1
19584
+ SQL (0.2ms) INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "client_uid"], ["created_at", "2014-12-11 23:57:48.643883"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.643883"], ["urn", "urn"]]
19585
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19586
+ G5Updatable::Location Load (0.3ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" ORDER BY "g5_updatable_locations"."id" ASC LIMIT 1
19587
+  (0.1ms) ROLLBACK
19588
+  (0.1ms) BEGIN
19589
+ G5Updatable::Location Load (0.3ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1
19590
+  (0.1ms) SAVEPOINT active_record_1
19591
+ SQL (0.2ms) INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "client_uid"], ["created_at", "2014-12-11 23:57:48.647408"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.647408"], ["urn", "urn"]]
19592
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19593
+ G5Updatable::Location Load (0.3ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" ORDER BY "g5_updatable_locations"."id" ASC LIMIT 1
19594
+  (0.1ms) ROLLBACK
19595
+  (0.1ms) BEGIN
19596
+ G5Updatable::Location Load (0.3ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1
19597
+  (0.1ms) SAVEPOINT active_record_1
19598
+ SQL (0.2ms) INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "client_uid"], ["created_at", "2014-12-11 23:57:48.650632"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.650632"], ["urn", "urn"]]
19599
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19600
+ G5Updatable::Location Load (0.3ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" ORDER BY "g5_updatable_locations"."id" ASC LIMIT 1
19601
+  (0.1ms) ROLLBACK
19602
+  (0.1ms) BEGIN
19603
+ G5Updatable::Location Load (0.3ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1
19604
+  (0.1ms) SAVEPOINT active_record_1
19605
+ SQL (0.2ms) INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "client_uid"], ["created_at", "2014-12-11 23:57:48.654386"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.654386"], ["urn", "urn"]]
19606
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19607
+ G5Updatable::Location Load (0.3ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" ORDER BY "g5_updatable_locations"."id" ASC LIMIT 1
19608
+  (0.1ms) ROLLBACK
19609
+  (0.1ms) BEGIN
19610
+ G5Updatable::Location Load (0.3ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1
19611
+  (0.1ms) SAVEPOINT active_record_1
19612
+ SQL (0.2ms) INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "client_uid"], ["created_at", "2014-12-11 23:57:48.658011"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.658011"], ["urn", "urn"]]
19613
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19614
+ G5Updatable::Location Load (0.3ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" ORDER BY "g5_updatable_locations"."id" ASC LIMIT 1
19615
+  (0.1ms) ROLLBACK
19616
+  (0.1ms) BEGIN
19617
+  (0.1ms) SAVEPOINT active_record_1
19618
+ SQL (0.2ms) INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2014-12-11 23:57:48.660914"], ["name", "test location"], ["properties", "{\"domain\":\"http://myloc.com\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.660914"], ["urn", "old"]]
19619
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19620
+ G5Updatable::Location Load (0.3ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1
19621
+  (0.1ms) SAVEPOINT active_record_1
19622
+ SQL (0.4ms) UPDATE "g5_updatable_locations" SET "client_uid" = $1, "name" = $2, "properties" = $3, "updated_at" = $4, "urn" = $5 WHERE "g5_updatable_locations"."id" = 279 [["client_uid", "client_uid"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["updated_at", "2014-12-11 23:57:48.663005"], ["urn", "urn"]]
19623
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19624
+  (0.2ms) SELECT COUNT(*) FROM "g5_updatable_locations"
19625
+  (0.1ms) ROLLBACK
19626
+  (0.1ms) BEGIN
19627
+  (0.1ms) SAVEPOINT active_record_1
19628
+ SQL (0.2ms) INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2014-12-11 23:57:48.667301"], ["name", "test location"], ["properties", "{\"domain\":\"http://myloc.com\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.667301"], ["urn", "old"]]
19629
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19630
+ G5Updatable::Location Load (0.3ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1
19631
+  (0.1ms) SAVEPOINT active_record_1
19632
+ SQL (0.4ms) UPDATE "g5_updatable_locations" SET "client_uid" = $1, "name" = $2, "properties" = $3, "updated_at" = $4, "urn" = $5 WHERE "g5_updatable_locations"."id" = 280 [["client_uid", "client_uid"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["updated_at", "2014-12-11 23:57:48.669469"], ["urn", "urn"]]
19633
+  (0.2ms) RELEASE SAVEPOINT active_record_1
19634
+ G5Updatable::Location Load (0.5ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" ORDER BY "g5_updatable_locations"."id" ASC LIMIT 1
19635
+  (0.1ms) ROLLBACK
19636
+  (0.1ms) BEGIN
19637
+  (0.1ms) SAVEPOINT active_record_1
19638
+ SQL (0.2ms) INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2014-12-11 23:57:48.674171"], ["name", "test location"], ["properties", "{\"domain\":\"http://myloc.com\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.674171"], ["urn", "old"]]
19639
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19640
+ G5Updatable::Location Load (0.3ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1
19641
+  (0.1ms) SAVEPOINT active_record_1
19642
+ SQL (0.3ms) UPDATE "g5_updatable_locations" SET "client_uid" = $1, "name" = $2, "properties" = $3, "updated_at" = $4, "urn" = $5 WHERE "g5_updatable_locations"."id" = 281 [["client_uid", "client_uid"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["updated_at", "2014-12-11 23:57:48.676476"], ["urn", "urn"]]
19643
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19644
+ G5Updatable::Location Load (0.2ms) SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" ORDER BY "g5_updatable_locations"."id" ASC LIMIT 1
19645
+  (0.1ms) ROLLBACK
19646
+  (0.1ms) BEGIN
19647
+ G5Updatable::Client Load (0.3ms) SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1
19648
+  (0.1ms) SAVEPOINT active_record_1
19649
+ SQL (0.3ms) INSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2014-12-11 23:57:48.680726"], ["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.680726"], ["urn", "urn"]]
19650
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19651
+  (0.2ms) SELECT COUNT(*) FROM "g5_updatable_clients"
19652
+  (0.1ms) ROLLBACK
19653
+  (0.1ms) BEGIN
19654
+ G5Updatable::Client Load (0.3ms) SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1
19655
+  (0.1ms) SAVEPOINT active_record_1
19656
+ SQL (0.2ms) INSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2014-12-11 23:57:48.684005"], ["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.684005"], ["urn", "urn"]]
19657
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19658
+ G5Updatable::Client Load (0.3ms) SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" ORDER BY "g5_updatable_clients"."id" ASC LIMIT 1
19659
+ G5Updatable::Client Load (0.4ms) SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."name" = 'Client Name' LIMIT 1
19660
+  (0.1ms) ROLLBACK
19661
+  (0.1ms) BEGIN
19662
+ G5Updatable::Client Load (0.3ms) SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1
19663
+  (0.1ms) SAVEPOINT active_record_1
19664
+ SQL (0.3ms) INSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2014-12-11 23:57:48.688578"], ["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.688578"], ["urn", "urn"]]
19665
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19666
+ G5Updatable::Client Load (0.3ms) SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" ORDER BY "g5_updatable_clients"."id" ASC LIMIT 1
19667
+  (0.1ms) ROLLBACK
19668
+  (0.1ms) BEGIN
19669
+ G5Updatable::Client Load (0.3ms) SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1
19670
+  (0.1ms) SAVEPOINT active_record_1
19671
+ SQL (0.2ms) INSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2014-12-11 23:57:48.691867"], ["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.691867"], ["urn", "urn"]]
19672
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19673
+ G5Updatable::Client Load (0.2ms) SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" ORDER BY "g5_updatable_clients"."id" ASC LIMIT 1
19674
+  (0.1ms) ROLLBACK
19675
+  (0.1ms) BEGIN
19676
+ G5Updatable::Client Load (0.3ms) SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1
19677
+  (0.1ms) SAVEPOINT active_record_1
19678
+ SQL (0.2ms) INSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2014-12-11 23:57:48.694997"], ["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.694997"], ["urn", "urn"]]
19679
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19680
+ G5Updatable::Client Load (0.3ms) SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" ORDER BY "g5_updatable_clients"."id" ASC LIMIT 1
19681
+  (0.1ms) ROLLBACK
19682
+  (0.1ms) BEGIN
19683
+ G5Updatable::Client Load (0.3ms) SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1
19684
+  (0.1ms) SAVEPOINT active_record_1
19685
+ SQL (0.3ms) INSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2014-12-11 23:57:48.698407"], ["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.698407"], ["urn", "urn"]]
19686
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19687
+ G5Updatable::Client Load (0.4ms) SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" ORDER BY "g5_updatable_clients"."id" ASC LIMIT 1
19688
+  (0.2ms) ROLLBACK
19689
+  (0.1ms) BEGIN
19690
+  (0.1ms) SAVEPOINT active_record_1
19691
+ SQL (0.4ms) INSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2014-12-11 23:57:48.710341"], ["name", "test client"], ["properties", "{\"city\":\"Test Client\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.710341"], ["urn", "old"]]
19692
+  (0.2ms) RELEASE SAVEPOINT active_record_1
19693
+ G5Updatable::Client Load (0.6ms) SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1
19694
+  (0.2ms) SAVEPOINT active_record_1
19695
+ SQL (0.5ms) UPDATE "g5_updatable_clients" SET "name" = $1, "properties" = $2, "updated_at" = $3, "urn" = $4 WHERE "g5_updatable_clients"."id" = 205 [["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["updated_at", "2014-12-11 23:57:48.714798"], ["urn", "urn"]]
19696
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19697
+  (0.3ms) SELECT COUNT(*) FROM "g5_updatable_clients"
19698
+  (0.1ms) ROLLBACK
19699
+  (0.1ms) BEGIN
19700
+  (0.2ms) SAVEPOINT active_record_1
19701
+ SQL (0.3ms) INSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2014-12-11 23:57:48.720006"], ["name", "test client"], ["properties", "{\"city\":\"Test Client\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.720006"], ["urn", "old"]]
19702
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19703
+ G5Updatable::Client Load (0.5ms) SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1
19704
+  (0.1ms) SAVEPOINT active_record_1
19705
+ SQL (0.4ms) UPDATE "g5_updatable_clients" SET "name" = $1, "properties" = $2, "updated_at" = $3, "urn" = $4 WHERE "g5_updatable_clients"."id" = 206 [["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["updated_at", "2014-12-11 23:57:48.723227"], ["urn", "urn"]]
19706
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19707
+ G5Updatable::Client Load (0.4ms) SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" ORDER BY "g5_updatable_clients"."id" ASC LIMIT 1
19708
+  (0.1ms) ROLLBACK
19709
+  (0.1ms) BEGIN
19710
+  (0.1ms) SAVEPOINT active_record_1
19711
+ SQL (0.2ms) INSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2014-12-11 23:57:48.727115"], ["name", "test client"], ["properties", "{\"city\":\"Test Client\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.727115"], ["urn", "old"]]
19712
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19713
+ G5Updatable::Client Load (0.3ms) SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1
19714
+  (0.1ms) SAVEPOINT active_record_1
19715
+ SQL (0.3ms) UPDATE "g5_updatable_clients" SET "name" = $1, "properties" = $2, "updated_at" = $3, "urn" = $4 WHERE "g5_updatable_clients"."id" = 207 [["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["updated_at", "2014-12-11 23:57:48.729230"], ["urn", "urn"]]
19716
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19717
+ G5Updatable::Client Load (0.3ms) SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" ORDER BY "g5_updatable_clients"."id" ASC LIMIT 1
19718
+  (0.1ms) ROLLBACK
19719
+  (0.1ms) BEGIN
19720
+  (0.1ms) ROLLBACK
19721
+  (0.1ms) BEGIN
19722
+  (0.1ms) ROLLBACK
19723
+  (0.1ms) BEGIN
19724
+  (0.1ms) ROLLBACK
19725
+  (0.1ms) BEGIN
19726
+  (0.1ms) ROLLBACK
19727
+  (0.1ms) BEGIN
19728
+  (0.1ms) ROLLBACK
19729
+  (0.1ms) BEGIN
19730
+  (0.1ms) ROLLBACK
19731
+  (0.1ms) BEGIN
19732
+  (0.1ms) ROLLBACK
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: g5_updatable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Bauer