coalescing_panda 3.1.11 → 3.1.12

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: 1adae37a1c10e1bb7ce48e9c7bd185a773c2376c
4
- data.tar.gz: cf1679a860ee794d6f07a9f7d08ccc3caa900983
3
+ metadata.gz: bdd827137dd5ad4fbd6d631173d6414b0d5a72b1
4
+ data.tar.gz: 57cd5786c88a0d48b20dbbb56e2a69a39a90d005
5
5
  SHA512:
6
- metadata.gz: 7e8cd371f76459b142c138abfc490b3a8d49a7621c617cafc894fc7ee5afa07e2970fd2fc45dc35d3532ab2baf8f553dcbb9580caba6a45a8ef0d98b873fb416
7
- data.tar.gz: 0fef896981de968e6c2e4e75578d71482840d8b966083e11e6469c37d86378776bac03f8513b7a209e14a7f0e9a8a63ab4595cf608285f9f6953159792676f1f
6
+ metadata.gz: e3a3a624e83f2a5c911ce1b708f5e03ca89e75d911cca367f75fa6370099c24a8413f6732cad8eb7d13566bdbdba3d6bf533da89d69e55036b4e3fb43fc4515c
7
+ data.tar.gz: b5cbf6b78f4e1ae592a3662f58acad109749dbb01ab78097dcc90fd4a8e6aa26a48d49561020c1cf3a8d149b4b6389eda6b8b60889345f4ceb1a108aa0ebb742
@@ -7,5 +7,6 @@ module CoalescingPanda
7
7
 
8
8
  validates :coalescing_panda_course_id, presence: true
9
9
  validates :canvas_assignment_id, presence: true
10
+ serialize :submission_types
10
11
  end
11
12
  end
@@ -0,0 +1,5 @@
1
+ class AddSubmissionTypesToAssignments < ActiveRecord::Migration
2
+ def change
3
+ add_column :coalescing_panda_assignments, :submission_types, :text
4
+ end
5
+ end
@@ -1,3 +1,3 @@
1
1
  module CoalescingPanda
2
- VERSION = '3.1.11'
2
+ VERSION = '3.1.12'
3
3
  end
Binary file
Binary file