g5_updatable 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 702ca0f81942cfea8feee17cabfd7f80ea17ef68
4
- data.tar.gz: 9fa1c8f99d238e3a8884edfede43aec84de3e838
3
+ metadata.gz: bde0a7d86b404b9ac963b31247542ba845666eeb
4
+ data.tar.gz: d0b7a782024e35fd093883883979078370ef1db6
5
5
  SHA512:
6
- metadata.gz: c9b2171dddc5dc022d1342a6a03e3593b1278bf59c3e823be9daa4339dc63faf4c3eacf5ab6c1fa91653952700384487b823af96b5342b4651e52f87d4993097
7
- data.tar.gz: 82b3f65222b04a594935a8d61a17f1d70b26449d87a4b541663d9455af9bc46fabf9ca8a22c3bdf280889772b329bad3f4c80368ffd59b289f8a48ea77f66f9f
6
+ metadata.gz: a8024e7f5fd6aa37805eac7b87e11d4cffd2f7802286de63709761eeac71ff86056ebdf517f4ba13b08b3e18e0e538d7ee819d6f5717013e16db7c1ae28192f8
7
+ data.tar.gz: 76c110e7d08fa1ea6c1608e081ddb8673ba0743d432d3f89ba7d1596bb0991f8ffcc30a3e40813511d8d5d7704c64a404872081b85a804c314319d1ed00f49cb
@@ -1,3 +1,3 @@
1
1
  module G5Updatable
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -688,3 +688,233 @@
688
688
   (0.0ms) rollback transaction
689
689
   (0.1ms) begin transaction
690
690
   (0.0ms) rollback transaction
691
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
692
+  (0.1ms) begin transaction
693
+  (0.1ms) SAVEPOINT active_record_1
694
+ SQL (0.4ms) INSERT INTO "clients" ("created_at", "domain", "name", "uid", "updated_at", "vertical") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-08-19 15:53:40.462631"], ["domain", "http://bar.com"], ["name", "Foo"], ["uid", "/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html"], ["updated_at", "2014-08-19 15:53:40.462631"], ["vertical", "Self-Storage"]]
695
+  (0.0ms) RELEASE SAVEPOINT active_record_1
696
+  (0.3ms) rollback transaction
697
+  (0.0ms) begin transaction
698
+  (0.0ms) SAVEPOINT active_record_1
699
+ SQL (0.2ms) INSERT INTO "clients" ("created_at", "domain", "name", "uid", "updated_at", "vertical") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-08-19 15:53:40.490129"], ["domain", "http://bar.com"], ["name", "Foo"], ["uid", "/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html"], ["updated_at", "2014-08-19 15:53:40.490129"], ["vertical", "Self-Storage"]]
700
+  (0.0ms) RELEASE SAVEPOINT active_record_1
701
+ Client Load (0.1ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
702
+ Client Load (0.1ms) SELECT "clients".* FROM "clients" WHERE "clients"."uid" = '/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html' LIMIT 1
703
+  (0.0ms) SAVEPOINT active_record_1
704
+ SQL (1.0ms) UPDATE "clients" SET "name" = ?, "updated_at" = ? WHERE "clients"."id" = 1 [["name", "Farmhouse"], ["updated_at", "2014-08-19 15:53:40.511605"]]
705
+  (0.0ms) RELEASE SAVEPOINT active_record_1
706
+ Client Load (0.0ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
707
+  (0.4ms) rollback transaction
708
+  (0.0ms) begin transaction
709
+  (0.0ms) SAVEPOINT active_record_1
710
+ SQL (0.2ms) INSERT INTO "clients" ("created_at", "domain", "name", "uid", "updated_at", "vertical") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-08-19 15:53:40.516070"], ["domain", "http://bar.com"], ["name", "Foo"], ["uid", "/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html"], ["updated_at", "2014-08-19 15:53:40.516070"], ["vertical", "Self-Storage"]]
711
+  (0.0ms) RELEASE SAVEPOINT active_record_1
712
+ Client Load (0.0ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
713
+ Client Load (0.1ms) SELECT "clients".* FROM "clients" WHERE "clients"."uid" = '/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html' LIMIT 1
714
+  (0.0ms) SAVEPOINT active_record_1
715
+ SQL (0.2ms) UPDATE "clients" SET "name" = ?, "updated_at" = ? WHERE "clients"."id" = 1 [["name", "Farmhouse"], ["updated_at", "2014-08-19 15:53:40.529759"]]
716
+  (0.0ms) RELEASE SAVEPOINT active_record_1
717
+ Client Load (0.0ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
718
+  (0.3ms) rollback transaction
719
+  (0.0ms) begin transaction
720
+  (0.0ms) SAVEPOINT active_record_1
721
+ SQL (0.2ms) INSERT INTO "clients" ("created_at", "domain", "name", "uid", "updated_at", "vertical") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-08-19 15:53:40.532703"], ["domain", "http://bar.com"], ["name", "Foo"], ["uid", "/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html"], ["updated_at", "2014-08-19 15:53:40.532703"], ["vertical", "Self-Storage"]]
722
+  (0.0ms) RELEASE SAVEPOINT active_record_1
723
+ Client Load (0.0ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
724
+ Client Load (0.1ms) SELECT "clients".* FROM "clients" WHERE "clients"."uid" = '/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html' LIMIT 1
725
+  (0.0ms) SAVEPOINT active_record_1
726
+ SQL (0.3ms) UPDATE "clients" SET "name" = ?, "updated_at" = ?, "vertical" = ? WHERE "clients"."id" = 1 [["name", "Farmhouse"], ["updated_at", "2014-08-19 15:53:40.547010"], ["vertical", "Apartments"]]
727
+  (0.0ms) RELEASE SAVEPOINT active_record_1
728
+ Client Load (0.0ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
729
+  (0.4ms) rollback transaction
730
+  (0.1ms) begin transaction
731
+  (0.0ms) SAVEPOINT active_record_1
732
+ SQL (0.3ms) INSERT INTO "clients" ("created_at", "domain", "name", "uid", "updated_at", "vertical") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-08-19 15:53:40.550301"], ["domain", "http://bar.com"], ["name", "Foo"], ["uid", "/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html"], ["updated_at", "2014-08-19 15:53:40.550301"], ["vertical", "Self-Storage"]]
733
+  (0.0ms) RELEASE SAVEPOINT active_record_1
734
+ Client Load (0.0ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
735
+ Client Load (0.1ms) SELECT "clients".* FROM "clients" WHERE "clients"."uid" = '/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html' LIMIT 1
736
+  (0.0ms) SAVEPOINT active_record_1
737
+ SQL (0.2ms) UPDATE "clients" SET "name" = ?, "updated_at" = ?, "vertical" = ? WHERE "clients"."id" = 1 [["name", "Farmhouse"], ["updated_at", "2014-08-19 15:53:40.571744"], ["vertical", "Apartments"]]
738
+  (0.0ms) RELEASE SAVEPOINT active_record_1
739
+ Client Load (0.1ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
740
+  (0.3ms) rollback transaction
741
+  (0.0ms) begin transaction
742
+  (0.0ms) rollback transaction
743
+  (0.0ms) begin transaction
744
+  (0.1ms) rollback transaction
745
+  (0.0ms) begin transaction
746
+  (0.1ms) rollback transaction
747
+  (0.0ms) begin transaction
748
+  (0.1ms) rollback transaction
749
+  (0.0ms) begin transaction
750
+  (0.1ms) rollback transaction
751
+  (0.0ms) begin transaction
752
+  (0.0ms) rollback transaction
753
+  (0.0ms) begin transaction
754
+  (0.1ms) rollback transaction
755
+  (0.0ms) begin transaction
756
+  (0.1ms) rollback transaction
757
+  (0.0ms) begin transaction
758
+  (0.1ms) rollback transaction
759
+  (0.0ms) begin transaction
760
+  (0.1ms) rollback transaction
761
+  (0.1ms) begin transaction
762
+  (0.1ms) rollback transaction
763
+  (0.0ms) begin transaction
764
+  (0.1ms) rollback transaction
765
+  (0.1ms) begin transaction
766
+  (0.1ms) rollback transaction
767
+  (0.1ms) begin transaction
768
+  (0.1ms) rollback transaction
769
+  (0.0ms) begin transaction
770
+  (0.1ms) rollback transaction
771
+  (0.1ms) begin transaction
772
+  (0.0ms) rollback transaction
773
+  (0.0ms) begin transaction
774
+  (0.1ms) rollback transaction
775
+  (0.0ms) begin transaction
776
+  (0.1ms) rollback transaction
777
+  (0.0ms) begin transaction
778
+  (0.1ms) rollback transaction
779
+  (0.1ms) begin transaction
780
+  (0.1ms) rollback transaction
781
+  (0.0ms) begin transaction
782
+  (0.1ms) rollback transaction
783
+  (0.0ms) begin transaction
784
+  (0.0ms) rollback transaction
785
+  (0.0ms) begin transaction
786
+  (0.0ms) rollback transaction
787
+  (0.0ms) begin transaction
788
+  (0.1ms) rollback transaction
789
+  (0.1ms) begin transaction
790
+  (0.1ms) rollback transaction
791
+  (0.0ms) begin transaction
792
+  (0.0ms) rollback transaction
793
+  (0.0ms) begin transaction
794
+  (0.0ms) rollback transaction
795
+  (0.0ms) begin transaction
796
+  (0.0ms) SAVEPOINT active_record_1
797
+ SQL (0.2ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "Port Alleneborough"], ["corporate", "f"], ["created_at", "2014-08-19 15:53:41.858390"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "OH"], ["uid", "http://foo.com"], ["updated_at", "2014-08-19 15:53:41.858390"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
798
+  (0.0ms) RELEASE SAVEPOINT active_record_1
799
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
800
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
801
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
802
+  (0.0ms) SAVEPOINT active_record_1
803
+ SQL (0.4ms) INSERT INTO "locations" ("created_at", "name", "updated_at", "urn") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 15:53:41.870563"], ["name", "North Shore Oahu"], ["updated_at", "2014-08-19 15:53:41.870563"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
804
+  (0.0ms) RELEASE SAVEPOINT active_record_1
805
+  (0.3ms) rollback transaction
806
+  (0.0ms) begin transaction
807
+  (0.1ms) SAVEPOINT active_record_1
808
+ SQL (0.2ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "North Luisa"], ["corporate", "f"], ["created_at", "2014-08-19 15:53:41.891270"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "FL"], ["uid", "http://foo.com"], ["updated_at", "2014-08-19 15:53:41.891270"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
809
+  (0.0ms) RELEASE SAVEPOINT active_record_1
810
+  (0.1ms) SELECT COUNT(*) FROM "locations"
811
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
812
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
813
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
814
+  (0.0ms) SAVEPOINT active_record_1
815
+ SQL (0.2ms) INSERT INTO "locations" ("created_at", "name", "updated_at", "urn") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 15:53:41.894390"], ["name", "North Shore Oahu"], ["updated_at", "2014-08-19 15:53:41.894390"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
816
+  (0.0ms) RELEASE SAVEPOINT active_record_1
817
+  (0.0ms) SELECT COUNT(*) FROM "locations"
818
+  (0.3ms) rollback transaction
819
+  (0.0ms) begin transaction
820
+  (0.1ms) SAVEPOINT active_record_1
821
+ SQL (0.2ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "Lake Sincere"], ["corporate", "f"], ["created_at", "2014-08-19 15:53:41.915306"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "MP"], ["uid", "http://foo.com"], ["updated_at", "2014-08-19 15:53:41.915306"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
822
+  (0.0ms) RELEASE SAVEPOINT active_record_1
823
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
824
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
825
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
826
+  (0.0ms) SAVEPOINT active_record_1
827
+ SQL (0.2ms) UPDATE "locations" SET "name" = ?, "updated_at" = ? WHERE "locations"."id" = 1 [["name", "Hollywood"], ["updated_at", "2014-08-19 15:53:41.917777"]]
828
+  (0.0ms) RELEASE SAVEPOINT active_record_1
829
+ Location Exists (0.0ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
830
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
831
+  (0.0ms) SAVEPOINT active_record_1
832
+ SQL (0.1ms) INSERT INTO "locations" ("created_at", "name", "updated_at", "urn") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 15:53:41.919455"], ["name", "North Shore Oahu"], ["updated_at", "2014-08-19 15:53:41.919455"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
833
+  (0.0ms) RELEASE SAVEPOINT active_record_1
834
+ Location Load (0.0ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
835
+  (0.3ms) rollback transaction
836
+  (0.0ms) begin transaction
837
+  (0.1ms) SAVEPOINT active_record_1
838
+ SQL (0.2ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "Lake Nasirmouth"], ["corporate", "f"], ["created_at", "2014-08-19 15:53:41.945708"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "MD"], ["uid", "http://foo.com"], ["updated_at", "2014-08-19 15:53:41.945708"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
839
+  (0.0ms) RELEASE SAVEPOINT active_record_1
840
+  (0.1ms) SELECT COUNT(*) FROM "locations"
841
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
842
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
843
+  (0.0ms) SAVEPOINT active_record_1
844
+ SQL (0.2ms) UPDATE "locations" SET "name" = ?, "updated_at" = ? WHERE "locations"."id" = 1 [["name", "Hollywood"], ["updated_at", "2014-08-19 15:53:41.948044"]]
845
+  (0.1ms) RELEASE SAVEPOINT active_record_1
846
+ Location Exists (0.0ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
847
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
848
+  (0.0ms) SAVEPOINT active_record_1
849
+ SQL (0.1ms) INSERT INTO "locations" ("created_at", "name", "updated_at", "urn") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 15:53:41.949534"], ["name", "North Shore Oahu"], ["updated_at", "2014-08-19 15:53:41.949534"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
850
+  (0.0ms) RELEASE SAVEPOINT active_record_1
851
+  (0.0ms) SELECT COUNT(*) FROM "locations"
852
+  (0.3ms) rollback transaction
853
+  (0.0ms) begin transaction
854
+  (0.1ms) SAVEPOINT active_record_1
855
+ SQL (0.2ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "North Jaren"], ["corporate", "f"], ["created_at", "2014-08-19 15:53:41.969082"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "FM"], ["uid", "http://foo.com"], ["updated_at", "2014-08-19 15:53:41.969082"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
856
+  (0.0ms) RELEASE SAVEPOINT active_record_1
857
+ Location Load (0.0ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
858
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
859
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
860
+  (0.0ms) SAVEPOINT active_record_1
861
+ SQL (0.2ms) UPDATE "locations" SET "name" = ?, "updated_at" = ? WHERE "locations"."id" = 1 [["name", "Hollywood"], ["updated_at", "2014-08-19 15:53:41.971967"]]
862
+  (0.0ms) RELEASE SAVEPOINT active_record_1
863
+ Location Exists (0.0ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
864
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
865
+  (0.0ms) SAVEPOINT active_record_1
866
+ SQL (0.1ms) INSERT INTO "locations" ("created_at", "name", "updated_at", "urn") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 15:53:41.973490"], ["name", "North Shore Oahu"], ["updated_at", "2014-08-19 15:53:41.973490"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
867
+  (0.0ms) RELEASE SAVEPOINT active_record_1
868
+ Location Load (0.0ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
869
+  (0.4ms) rollback transaction
870
+  (0.0ms) begin transaction
871
+  (0.1ms) SAVEPOINT active_record_1
872
+ SQL (0.2ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "New Noemie"], ["corporate", "f"], ["created_at", "2014-08-19 15:53:41.994058"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "VT"], ["uid", "http://foo.com"], ["updated_at", "2014-08-19 15:53:41.994058"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
873
+  (0.0ms) RELEASE SAVEPOINT active_record_1
874
+ Location Load (0.0ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
875
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
876
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
877
+  (0.0ms) SAVEPOINT active_record_1
878
+ SQL (0.2ms) UPDATE "locations" SET "name" = ?, "neighborhood" = ?, "updated_at" = ? WHERE "locations"."id" = 1 [["name", "Hollywood"], ["neighborhood", "River West"], ["updated_at", "2014-08-19 15:53:41.996641"]]
879
+  (0.0ms) RELEASE SAVEPOINT active_record_1
880
+ Location Exists (0.0ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
881
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
882
+  (0.0ms) SAVEPOINT active_record_1
883
+ SQL (0.1ms) INSERT INTO "locations" ("created_at", "name", "neighborhood", "updated_at", "urn") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-19 15:53:41.998220"], ["name", "North Shore Oahu"], ["neighborhood", "Westwood"], ["updated_at", "2014-08-19 15:53:41.998220"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
884
+  (0.0ms) RELEASE SAVEPOINT active_record_1
885
+ Location Load (0.0ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
886
+  (0.3ms) rollback transaction
887
+  (0.0ms) begin transaction
888
+  (0.1ms) SAVEPOINT active_record_1
889
+ SQL (0.2ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "Zoeborough"], ["corporate", "f"], ["created_at", "2014-08-19 15:53:42.018576"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "LA"], ["uid", "http://foo.com"], ["updated_at", "2014-08-19 15:53:42.018576"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
890
+  (0.1ms) RELEASE SAVEPOINT active_record_1
891
+  (0.1ms) SELECT COUNT(*) FROM "locations"
892
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
893
+ Location Load (0.2ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
894
+  (0.0ms) SAVEPOINT active_record_1
895
+ SQL (0.2ms) UPDATE "locations" SET "name" = ?, "neighborhood" = ?, "updated_at" = ? WHERE "locations"."id" = 1 [["name", "Hollywood"], ["neighborhood", "River West"], ["updated_at", "2014-08-19 15:53:42.021150"]]
896
+  (0.0ms) RELEASE SAVEPOINT active_record_1
897
+ Location Exists (0.0ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
898
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
899
+  (0.0ms) SAVEPOINT active_record_1
900
+ SQL (0.1ms) INSERT INTO "locations" ("created_at", "name", "neighborhood", "updated_at", "urn") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-19 15:53:42.022771"], ["name", "North Shore Oahu"], ["neighborhood", "Westwood"], ["updated_at", "2014-08-19 15:53:42.022771"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
901
+  (0.0ms) RELEASE SAVEPOINT active_record_1
902
+  (0.0ms) SELECT COUNT(*) FROM "locations"
903
+  (0.3ms) rollback transaction
904
+  (0.0ms) begin transaction
905
+  (0.0ms) SAVEPOINT active_record_1
906
+ SQL (0.2ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "Dorianmouth"], ["corporate", "f"], ["created_at", "2014-08-19 15:53:42.042436"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "IL"], ["uid", "http://foo.com"], ["updated_at", "2014-08-19 15:53:42.042436"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
907
+  (0.0ms) RELEASE SAVEPOINT active_record_1
908
+ Location Load (0.0ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
909
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
910
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
911
+  (0.0ms) SAVEPOINT active_record_1
912
+ SQL (0.2ms) UPDATE "locations" SET "name" = ?, "neighborhood" = ?, "updated_at" = ? WHERE "locations"."id" = 1 [["name", "Hollywood"], ["neighborhood", "River West"], ["updated_at", "2014-08-19 15:53:42.045024"]]
913
+  (0.0ms) RELEASE SAVEPOINT active_record_1
914
+ Location Exists (0.0ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
915
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
916
+  (0.0ms) SAVEPOINT active_record_1
917
+ SQL (0.1ms) INSERT INTO "locations" ("created_at", "name", "neighborhood", "updated_at", "urn") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-19 15:53:42.046722"], ["name", "North Shore Oahu"], ["neighborhood", "Westwood"], ["updated_at", "2014-08-19 15:53:42.046722"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
918
+  (0.0ms) RELEASE SAVEPOINT active_record_1
919
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
920
+  (0.3ms) rollback transaction
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: g5_updatable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Bauer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-07 00:00:00.000000000 Z
11
+ date: 2014-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 4.1.4
19
+ version: 4.1.5
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 4.1.4
26
+ version: 4.1.5
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: microformats2
29
29
  requirement: !ruby/object:Gem::Requirement