change_manager 0.1.2 → 0.1.5

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: 017826a243440669dcfccf80ea816154624bbea6
4
- data.tar.gz: 4fcec7389b4a4eecf71c2b8c6c36466b1f15a523
3
+ metadata.gz: 04869266d59b398a40c9cfc421769bf7c9177dc4
4
+ data.tar.gz: 60950b44a16edaa95b8ed7015f55a9b0c11ac151
5
5
  SHA512:
6
- metadata.gz: 9ea97e742b8dd1e7997dc5eb50538feddf0c4aaa9ba73d9a733904c02f244a601f2326d139f403fce599565f7d6c89d6909b0f353cbfa85fcd45a11bdd3ac181
7
- data.tar.gz: af886f19c0c039cc567349b1f6d0bc0be43d48318897c8d2181ec56e967e664883a13e3dc8bf5e95f262cdef4dc658e68fb9bacc1288cead8eb750227702bc2a
6
+ metadata.gz: a3a30a6561ee6c5f3e38231269e50f7f877ab08920e5e6c901415615e9fd4e39a2ed66bf82f9bf1eb43cc670a0c244e5851e46e6fbbc6227e83bb1ba800fc324
7
+ data.tar.gz: c661dc1f0a1fd3b897634d149c0df4d7fe023a5746895dad498d927db3c6199ef9d512799f6847acc8196af9a3d90c01b885d7f790d84585d66907fc319e3970
@@ -3,7 +3,7 @@ module ChangeManager
3
3
  def self.queue_change(owner, change_type, context, target)
4
4
  change_id = Change.new_change(owner, change_type, context, target)
5
5
  # Resque.enqueue(MakeChange, change_id)
6
- Resque.enqueue_in(30.seconds, ChangeManager::BeginChange, change_id)
6
+ Resque.enqueue_in(5.minutes, ChangeManager::BeginChange, change_id)
7
7
  end
8
8
 
9
9
  def self.process_change(change_id)
@@ -33,6 +33,7 @@ module ChangeManager
33
33
  if change.inverse_of?(next_change)
34
34
  change.cancel
35
35
  next_change.cancel
36
+ puts 'cancelled inverse changes ' + change.change_type + ' and ' + next_change.change_type
36
37
  similar_changes.delete_if { |change| change.cancelled? }
37
38
  end
38
39
  end
@@ -1,3 +1,3 @@
1
1
  module ChangeManager
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.5"
3
3
  end
@@ -8,14 +8,14 @@ module ChangeManager
8
8
  queued_change.should be_true
9
9
  end
10
10
  end
11
- describe '#notify' do
11
+ describe '#process_change' do
12
12
  let(:cancelled_change) { FactoryGirl.create(:change, cancelled: true)}
13
13
  let(:change) { FactoryGirl.create(:change) }
14
14
  it 'should do nothing if initial change is cancelled' do
15
- Manager.notify(cancelled_change.id).should be_nil
15
+ Manager.process_change(cancelled_change.id).should be_nil
16
16
  end
17
17
  it 'should execute if initial change isn\'t cancelled' do
18
- Manager.notify(change.id).should_not be_nil
18
+ Manager.process_change(change.id).should_not be_nil
19
19
  end
20
20
  end
21
21
  describe '#group_similar_changes:' do
@@ -672,3 +672,306 @@ The Scholar@UC team
672
672
   (0.1ms) rollback transaction
673
673
   (0.1ms) begin transaction
674
674
   (0.0ms) rollback transaction
675
+  (0.5ms) begin transaction
676
+  (0.1ms) rollback transaction
677
+  (0.1ms) begin transaction
678
+  (0.1ms) rollback transaction
679
+  (0.1ms) begin transaction
680
+  (0.1ms) rollback transaction
681
+  (0.0ms) begin transaction
682
+  (0.1ms) SAVEPOINT active_record_1
683
+ SQL (32.7ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_as_delegate"], ["context", "1"], ["created_at", Mon, 23 May 2016 14:50:24 UTC +00:00], ["owner", "email@test.com"], ["target", "spec@test.com"], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
684
+  (0.1ms) RELEASE SAVEPOINT active_record_1
685
+  (0.5ms) rollback transaction
686
+  (0.1ms) begin transaction
687
+  (0.1ms) rollback transaction
688
+  (0.1ms) begin transaction
689
+  (0.1ms) SAVEPOINT active_record_1
690
+ SQL (0.4ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", true], ["change_type", "added_as_delegate"], ["context", "1"], ["created_at", Mon, 23 May 2016 14:50:24 UTC +00:00], ["owner", "email@test.com"], ["target", "spec@test.com"], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
691
+  (0.1ms) RELEASE SAVEPOINT active_record_1
692
+  (0.5ms) rollback transaction
693
+  (0.1ms) begin transaction
694
+  (0.1ms) rollback transaction
695
+  (0.1ms) begin transaction
696
+  (0.1ms) rollback transaction
697
+  (0.1ms) begin transaction
698
+  (0.1ms) rollback transaction
699
+  (0.1ms) begin transaction
700
+  (0.0ms) SAVEPOINT active_record_1
701
+ SQL (0.4ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "removed_as_delegate"], ["context", "work_id1"], ["created_at", Mon, 23 May 2016 14:50:24 UTC +00:00], ["owner", "test"], ["target", "testemail@gmail.com"], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
702
+  (0.0ms) RELEASE SAVEPOINT active_record_1
703
+  (0.6ms) rollback transaction
704
+  (0.1ms) begin transaction
705
+  (0.1ms) SAVEPOINT active_record_1
706
+ SQL (0.4ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", true], ["change_type", "added_as_delegate"], ["context", "1"], ["created_at", Mon, 23 May 2016 14:50:24 UTC +00:00], ["owner", "email@test.com"], ["target", "spec@test.com"], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
707
+  (0.1ms) RELEASE SAVEPOINT active_record_1
708
+  (0.6ms) rollback transaction
709
+  (0.1ms) begin transaction
710
+  (0.1ms) SAVEPOINT active_record_1
711
+ SQL (0.4ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_as_delegate"], ["context", "1"], ["created_at", Mon, 23 May 2016 14:50:24 UTC +00:00], ["owner", "email@test.com"], ["target", "spec@test.com"], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
712
+  (0.1ms) RELEASE SAVEPOINT active_record_1
713
+  (0.4ms) rollback transaction
714
+  (0.1ms) begin transaction
715
+  (0.0ms) SAVEPOINT active_record_1
716
+ SQL (0.3ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_as_editor"], ["context", "work_id1"], ["created_at", Mon, 23 May 2016 14:50:24 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
717
+  (0.1ms) RELEASE SAVEPOINT active_record_1
718
+ ChangeManager::Change Load (0.1ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 1]]
719
+  (0.0ms) SAVEPOINT active_record_1
720
+ SQL (1.0ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_as_delegate"], ["context", "work_id1"], ["created_at", Mon, 23 May 2016 14:50:24 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
721
+  (0.0ms) RELEASE SAVEPOINT active_record_1
722
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 2]]
723
+  (0.0ms) SAVEPOINT active_record_1
724
+ SQL (0.1ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_to_group"], ["context", "work_id2"], ["created_at", Mon, 23 May 2016 14:50:24 UTC +00:00], ["owner", "owner"], ["target", "target2"], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
725
+  (0.1ms) RELEASE SAVEPOINT active_record_1
726
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 3]]
727
+  (0.0ms) SAVEPOINT active_record_1
728
+ SQL (0.1ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_to_group"], ["context", "work_id2"], ["created_at", Mon, 23 May 2016 14:50:24 UTC +00:00], ["owner", "owner1"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
729
+  (0.0ms) RELEASE SAVEPOINT active_record_1
730
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 4]]
731
+ ChangeManager::Change Load (0.2ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."owner" = 'owner' AND "change_manager_changes"."target" = 'target' AND "change_manager_changes"."cancelled" = 'f'
732
+  (1.3ms) rollback transaction
733
+  (0.1ms) begin transaction
734
+  (0.1ms) SAVEPOINT active_record_1
735
+ SQL (0.5ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_as_editor"], ["context", "work_id1"], ["created_at", Mon, 23 May 2016 14:50:24 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
736
+  (0.1ms) RELEASE SAVEPOINT active_record_1
737
+ ChangeManager::Change Load (0.1ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 1]]
738
+  (0.1ms) SAVEPOINT active_record_1
739
+ SQL (0.3ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_to_group"], ["context", "work_id4"], ["created_at", Mon, 23 May 2016 14:50:24 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
740
+  (0.1ms) RELEASE SAVEPOINT active_record_1
741
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 2]]
742
+  (0.1ms) SAVEPOINT active_record_1
743
+ SQL (0.1ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_as_delegate"], ["context", "work_id1"], ["created_at", Mon, 23 May 2016 14:50:24 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
744
+  (0.1ms) RELEASE SAVEPOINT active_record_1
745
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 3]]
746
+  (0.1ms) SAVEPOINT active_record_1
747
+ SQL (0.2ms) UPDATE "change_manager_changes" SET "cancelled" = ?, "updated_at" = ? WHERE "change_manager_changes"."id" = 2 [["cancelled", true], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
748
+  (0.1ms) RELEASE SAVEPOINT active_record_1
749
+ ChangeManager::Change Load (0.1ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."owner" = 'owner' AND "change_manager_changes"."target" = 'target' AND "change_manager_changes"."cancelled" = 'f'
750
+  (1.2ms) rollback transaction
751
+  (0.1ms) begin transaction
752
+  (0.0ms) SAVEPOINT active_record_1
753
+ SQL (0.4ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_to_group"], ["context", "work_id1"], ["created_at", Mon, 23 May 2016 14:50:24 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
754
+  (0.0ms) RELEASE SAVEPOINT active_record_1
755
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 1]]
756
+  (0.0ms) SAVEPOINT active_record_1
757
+ SQL (0.3ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_to_group"], ["context", "work_id4"], ["created_at", Mon, 23 May 2016 14:50:24 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
758
+  (0.0ms) RELEASE SAVEPOINT active_record_1
759
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 2]]
760
+  (0.0ms) SAVEPOINT active_record_1
761
+ SQL (0.1ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_as_delegate"], ["context", "work_id1"], ["created_at", Mon, 23 May 2016 14:50:24 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
762
+  (0.0ms) RELEASE SAVEPOINT active_record_1
763
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 3]]
764
+  (0.0ms) SAVEPOINT active_record_1
765
+ SQL (0.1ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "removed_as_delegate"], ["context", "work_id1"], ["created_at", Mon, 23 May 2016 14:50:24 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
766
+  (0.0ms) RELEASE SAVEPOINT active_record_1
767
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 4]]
768
+ ChangeManager::Change Load (0.1ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."owner" = 'owner' AND "change_manager_changes"."target" = 'target' AND "change_manager_changes"."cancelled" = 'f'
769
+  (0.0ms) SAVEPOINT active_record_1
770
+ SQL (0.1ms) UPDATE "change_manager_changes" SET "cancelled" = ?, "updated_at" = ? WHERE "change_manager_changes"."id" = 3 [["cancelled", true], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
771
+  (0.0ms) RELEASE SAVEPOINT active_record_1
772
+  (0.0ms) SAVEPOINT active_record_1
773
+ SQL (0.1ms) UPDATE "change_manager_changes" SET "cancelled" = ?, "updated_at" = ? WHERE "change_manager_changes"."id" = 4 [["cancelled", true], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
774
+  (0.1ms) RELEASE SAVEPOINT active_record_1
775
+  (0.8ms) rollback transaction
776
+  (0.0ms) begin transaction
777
+  (0.0ms) SAVEPOINT active_record_1
778
+ SQL (0.3ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_to_group"], ["context", "work_id1"], ["created_at", Mon, 23 May 2016 14:50:24 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
779
+  (0.0ms) RELEASE SAVEPOINT active_record_1
780
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 1]]
781
+  (0.0ms) SAVEPOINT active_record_1
782
+ SQL (0.3ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_to_group"], ["context", "work_id4"], ["created_at", Mon, 23 May 2016 14:50:24 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
783
+  (0.0ms) RELEASE SAVEPOINT active_record_1
784
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 2]]
785
+  (0.1ms) SAVEPOINT active_record_1
786
+ SQL (0.1ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_as_delegate"], ["context", "work_id1"], ["created_at", Mon, 23 May 2016 14:50:24 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
787
+  (0.1ms) RELEASE SAVEPOINT active_record_1
788
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 3]]
789
+  (0.0ms) SAVEPOINT active_record_1
790
+ SQL (0.1ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "removed_as_delegate"], ["context", "work_id1"], ["created_at", Mon, 23 May 2016 14:50:24 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
791
+  (0.1ms) RELEASE SAVEPOINT active_record_1
792
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 4]]
793
+  (0.0ms) SAVEPOINT active_record_1
794
+ SQL (0.1ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_as_delegate"], ["context", "work_id1"], ["created_at", Mon, 23 May 2016 14:50:24 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
795
+  (0.0ms) RELEASE SAVEPOINT active_record_1
796
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 5]]
797
+ ChangeManager::Change Load (0.1ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."owner" = 'owner' AND "change_manager_changes"."target" = 'target' AND "change_manager_changes"."cancelled" = 'f'
798
+  (0.0ms) SAVEPOINT active_record_1
799
+ SQL (0.1ms) UPDATE "change_manager_changes" SET "cancelled" = ?, "updated_at" = ? WHERE "change_manager_changes"."id" = 3 [["cancelled", true], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
800
+  (0.0ms) RELEASE SAVEPOINT active_record_1
801
+  (0.0ms) SAVEPOINT active_record_1
802
+ SQL (0.1ms) UPDATE "change_manager_changes" SET "cancelled" = ?, "updated_at" = ? WHERE "change_manager_changes"."id" = 4 [["cancelled", true], ["updated_at", Mon, 23 May 2016 14:50:24 UTC +00:00]]
803
+  (0.1ms) RELEASE SAVEPOINT active_record_1
804
+  (0.9ms) rollback transaction
805
+  (0.3ms) begin transaction
806
+  (0.0ms) SAVEPOINT active_record_1
807
+ SQL (2.8ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "removed_as_delegate"], ["context", "work_id1"], ["created_at", Mon, 23 May 2016 14:52:35 UTC +00:00], ["owner", "test"], ["target", "testemail@gmail.com"], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
808
+  (0.0ms) RELEASE SAVEPOINT active_record_1
809
+  (1.1ms) rollback transaction
810
+  (0.1ms) begin transaction
811
+  (0.0ms) SAVEPOINT active_record_1
812
+ SQL (0.3ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_as_editor"], ["context", "work_id1"], ["created_at", Mon, 23 May 2016 14:52:35 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
813
+  (0.1ms) RELEASE SAVEPOINT active_record_1
814
+ ChangeManager::Change Load (0.1ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 1]]
815
+  (0.0ms) SAVEPOINT active_record_1
816
+ SQL (1.0ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_as_delegate"], ["context", "work_id1"], ["created_at", Mon, 23 May 2016 14:52:35 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
817
+  (0.1ms) RELEASE SAVEPOINT active_record_1
818
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 2]]
819
+  (0.0ms) SAVEPOINT active_record_1
820
+ SQL (0.1ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_to_group"], ["context", "work_id2"], ["created_at", Mon, 23 May 2016 14:52:35 UTC +00:00], ["owner", "owner"], ["target", "target2"], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
821
+  (0.0ms) RELEASE SAVEPOINT active_record_1
822
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 3]]
823
+  (0.0ms) SAVEPOINT active_record_1
824
+ SQL (0.1ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_to_group"], ["context", "work_id2"], ["created_at", Mon, 23 May 2016 14:52:35 UTC +00:00], ["owner", "owner1"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
825
+  (0.0ms) RELEASE SAVEPOINT active_record_1
826
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 4]]
827
+ ChangeManager::Change Load (0.1ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."owner" = 'owner' AND "change_manager_changes"."target" = 'target' AND "change_manager_changes"."cancelled" = 'f'
828
+  (0.9ms) rollback transaction
829
+  (0.0ms) begin transaction
830
+  (0.0ms) SAVEPOINT active_record_1
831
+ SQL (0.3ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_to_group"], ["context", "work_id1"], ["created_at", Mon, 23 May 2016 14:52:35 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
832
+  (0.0ms) RELEASE SAVEPOINT active_record_1
833
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 1]]
834
+  (0.0ms) SAVEPOINT active_record_1
835
+ SQL (0.3ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_to_group"], ["context", "work_id4"], ["created_at", Mon, 23 May 2016 14:52:35 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
836
+  (0.0ms) RELEASE SAVEPOINT active_record_1
837
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 2]]
838
+  (0.0ms) SAVEPOINT active_record_1
839
+ SQL (0.1ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_as_delegate"], ["context", "work_id1"], ["created_at", Mon, 23 May 2016 14:52:35 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
840
+  (0.0ms) RELEASE SAVEPOINT active_record_1
841
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 3]]
842
+  (0.0ms) SAVEPOINT active_record_1
843
+ SQL (0.1ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "removed_as_delegate"], ["context", "work_id1"], ["created_at", Mon, 23 May 2016 14:52:35 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
844
+  (0.0ms) RELEASE SAVEPOINT active_record_1
845
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 4]]
846
+ ChangeManager::Change Load (0.1ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."owner" = 'owner' AND "change_manager_changes"."target" = 'target' AND "change_manager_changes"."cancelled" = 'f'
847
+  (0.0ms) SAVEPOINT active_record_1
848
+ SQL (0.1ms) UPDATE "change_manager_changes" SET "cancelled" = ?, "updated_at" = ? WHERE "change_manager_changes"."id" = 3 [["cancelled", true], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
849
+  (0.0ms) RELEASE SAVEPOINT active_record_1
850
+  (0.1ms) SAVEPOINT active_record_1
851
+ SQL (0.1ms) UPDATE "change_manager_changes" SET "cancelled" = ?, "updated_at" = ? WHERE "change_manager_changes"."id" = 4 [["cancelled", true], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
852
+  (0.0ms) RELEASE SAVEPOINT active_record_1
853
+  (0.9ms) rollback transaction
854
+  (0.1ms) begin transaction
855
+  (0.0ms) SAVEPOINT active_record_1
856
+ SQL (0.3ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_to_group"], ["context", "work_id1"], ["created_at", Mon, 23 May 2016 14:52:35 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
857
+  (0.0ms) RELEASE SAVEPOINT active_record_1
858
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 1]]
859
+  (0.0ms) SAVEPOINT active_record_1
860
+ SQL (0.4ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_to_group"], ["context", "work_id4"], ["created_at", Mon, 23 May 2016 14:52:35 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
861
+  (0.0ms) RELEASE SAVEPOINT active_record_1
862
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 2]]
863
+  (0.0ms) SAVEPOINT active_record_1
864
+ SQL (0.1ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_as_delegate"], ["context", "work_id1"], ["created_at", Mon, 23 May 2016 14:52:35 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
865
+  (0.0ms) RELEASE SAVEPOINT active_record_1
866
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 3]]
867
+  (0.0ms) SAVEPOINT active_record_1
868
+ SQL (0.1ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "removed_as_delegate"], ["context", "work_id1"], ["created_at", Mon, 23 May 2016 14:52:35 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
869
+  (0.0ms) RELEASE SAVEPOINT active_record_1
870
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 4]]
871
+  (0.0ms) SAVEPOINT active_record_1
872
+ SQL (0.1ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_as_delegate"], ["context", "work_id1"], ["created_at", Mon, 23 May 2016 14:52:35 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
873
+  (0.0ms) RELEASE SAVEPOINT active_record_1
874
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 5]]
875
+ ChangeManager::Change Load (0.1ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."owner" = 'owner' AND "change_manager_changes"."target" = 'target' AND "change_manager_changes"."cancelled" = 'f'
876
+  (0.1ms) SAVEPOINT active_record_1
877
+ SQL (0.1ms) UPDATE "change_manager_changes" SET "cancelled" = ?, "updated_at" = ? WHERE "change_manager_changes"."id" = 3 [["cancelled", true], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
878
+  (0.1ms) RELEASE SAVEPOINT active_record_1
879
+  (0.0ms) SAVEPOINT active_record_1
880
+ SQL (0.1ms) UPDATE "change_manager_changes" SET "cancelled" = ?, "updated_at" = ? WHERE "change_manager_changes"."id" = 4 [["cancelled", true], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
881
+  (0.0ms) RELEASE SAVEPOINT active_record_1
882
+  (0.9ms) rollback transaction
883
+  (0.1ms) begin transaction
884
+  (0.0ms) SAVEPOINT active_record_1
885
+ SQL (0.3ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_as_editor"], ["context", "work_id1"], ["created_at", Mon, 23 May 2016 14:52:35 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
886
+  (0.0ms) RELEASE SAVEPOINT active_record_1
887
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 1]]
888
+  (0.1ms) SAVEPOINT active_record_1
889
+ SQL (0.3ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_to_group"], ["context", "work_id4"], ["created_at", Mon, 23 May 2016 14:52:35 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
890
+  (0.1ms) RELEASE SAVEPOINT active_record_1
891
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 2]]
892
+  (0.1ms) SAVEPOINT active_record_1
893
+ SQL (0.1ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_as_delegate"], ["context", "work_id1"], ["created_at", Mon, 23 May 2016 14:52:35 UTC +00:00], ["owner", "owner"], ["target", "target"], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
894
+  (0.0ms) RELEASE SAVEPOINT active_record_1
895
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 3]]
896
+  (0.0ms) SAVEPOINT active_record_1
897
+ SQL (0.1ms) UPDATE "change_manager_changes" SET "cancelled" = ?, "updated_at" = ? WHERE "change_manager_changes"."id" = 2 [["cancelled", true], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
898
+  (0.1ms) RELEASE SAVEPOINT active_record_1
899
+ ChangeManager::Change Load (0.1ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."owner" = 'owner' AND "change_manager_changes"."target" = 'target' AND "change_manager_changes"."cancelled" = 'f'
900
+  (0.8ms) rollback transaction
901
+  (0.1ms) begin transaction
902
+  (0.1ms) SAVEPOINT active_record_1
903
+ SQL (0.3ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", true], ["change_type", "added_as_delegate"], ["context", "1"], ["created_at", Mon, 23 May 2016 14:52:35 UTC +00:00], ["owner", "email@test.com"], ["target", "spec@test.com"], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
904
+  (0.0ms) RELEASE SAVEPOINT active_record_1
905
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 1]]
906
+  (0.6ms) rollback transaction
907
+  (0.1ms) begin transaction
908
+  (0.0ms) SAVEPOINT active_record_1
909
+ SQL (0.4ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_as_delegate"], ["context", "1"], ["created_at", Mon, 23 May 2016 14:52:35 UTC +00:00], ["owner", "email@test.com"], ["target", "spec@test.com"], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
910
+  (0.1ms) RELEASE SAVEPOINT active_record_1
911
+ ChangeManager::Change Load (0.1ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 1]]
912
+ ChangeManager::Change Load (0.0ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."id" = ? LIMIT 1 [["id", 1]]
913
+ ChangeManager::Change Load (0.1ms) SELECT "change_manager_changes".* FROM "change_manager_changes" WHERE "change_manager_changes"."owner" = 'email@test.com' AND "change_manager_changes"."target" = 'spec@test.com' AND "change_manager_changes"."cancelled" = 'f'
914
+  (0.0ms) SAVEPOINT active_record_1
915
+ SQL (0.3ms) UPDATE "change_manager_changes" SET "cancelled" = ?, "updated_at" = ? WHERE "change_manager_changes"."id" = 1 [["cancelled", true], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
916
+  (0.0ms) RELEASE SAVEPOINT active_record_1
917
+ Rendered /Users/kyle/workspace/change_manager/app/views/change_manager/notification_mailer/construct_email.html.erb (1.9ms)
918
+
919
+ Sent mail to spec@test.com (30.9ms)
920
+ Date: Mon, 23 May 2016 10:52:35 -0400
921
+ From: email@test.com
922
+ To: spec@test.com
923
+ Message-ID: <57431933ed47e_47c3febcc463be0937b2@kyles-mbp.lang.uc.edu.mail>
924
+ Subject: Updates from Scholar@UC
925
+ Mime-Version: 1.0
926
+ Content-Type: text/html;
927
+ charset=UTF-8
928
+ Content-Transfer-Encoding: 7bit
929
+
930
+ <!-- mailer template here -->
931
+ <div>
932
+ Dear Scholar@UC User,
933
+ </div>
934
+ <br>
935
+ This email is to inform you that the following changes have been made to your account:
936
+ <br><br>
937
+ <table><th><td>Change Owner</td><td>Change Context</td><td>Change</td><td>Time</td></th><tr><td>email@test.com</td><td>1</td><td>added_as_delegate</td><td>2016-05-23 14:52:35 UTC</td></tr></table>
938
+
939
+ Changes can include:
940
+ <br>
941
+ <ul>
942
+ <li>Being added/removed as another contributor's delegate</li>
943
+ <li>Being added/removed as an editor of a work</li>
944
+ <li>Being added/removed to a group</li>
945
+ </ul>
946
+
947
+
948
+ Thanks,
949
+ The Scholar@UC team
950
+  (0.2ms) SAVEPOINT active_record_1
951
+ SQL (0.3ms) UPDATE "change_manager_changes" SET "notified" = ?, "updated_at" = ? WHERE "change_manager_changes"."id" = 1 [["notified", Mon, 23 May 2016 14:52:35 UTC +00:00], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
952
+  (0.1ms) RELEASE SAVEPOINT active_record_1
953
+  (0.9ms) rollback transaction
954
+  (0.1ms) begin transaction
955
+  (0.1ms) SAVEPOINT active_record_1
956
+ SQL (0.4ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", false], ["change_type", "added_as_delegate"], ["context", "1"], ["created_at", Mon, 23 May 2016 14:52:35 UTC +00:00], ["owner", "email@test.com"], ["target", "spec@test.com"], ["updated_at", Mon, 23 May 2016 14:52:35 UTC +00:00]]
957
+  (0.1ms) RELEASE SAVEPOINT active_record_1
958
+  (0.5ms) rollback transaction
959
+  (0.1ms) begin transaction
960
+  (0.1ms) rollback transaction
961
+  (0.1ms) begin transaction
962
+  (0.1ms) rollback transaction
963
+  (0.1ms) begin transaction
964
+  (0.1ms) rollback transaction
965
+  (0.1ms) begin transaction
966
+  (0.1ms) rollback transaction
967
+  (0.0ms) begin transaction
968
+  (0.0ms) SAVEPOINT active_record_1
969
+ SQL (0.4ms) INSERT INTO "change_manager_changes" ("cancelled", "change_type", "context", "created_at", "owner", "target", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["cancelled", true], ["change_type", "added_as_delegate"], ["context", "1"], ["created_at", Mon, 23 May 2016 14:52:36 UTC +00:00], ["owner", "email@test.com"], ["target", "spec@test.com"], ["updated_at", Mon, 23 May 2016 14:52:36 UTC +00:00]]
970
+  (0.0ms) RELEASE SAVEPOINT active_record_1
971
+  (0.5ms) rollback transaction
972
+  (0.0ms) begin transaction
973
+  (0.1ms) rollback transaction
974
+  (0.0ms) begin transaction
975
+  (0.1ms) rollback transaction
976
+  (0.0ms) begin transaction
977
+  (0.1ms) rollback transaction
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: change_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Lawhorn
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-23 00:00:00.000000000 Z
11
+ date: 2016-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails