coalescing_panda 3.1.9 → 3.1.10

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: 7ca9411c999343acf354094a8bf331ed37b52a36
4
- data.tar.gz: 9e2732d89b64b63f0c2a8dbb534e25646016e63c
3
+ metadata.gz: 76c735e68bb5a079675e3c9ab13f6d8bb53cd1b5
4
+ data.tar.gz: a327da898bcc55f5524d9692955d2b50edc9ea30
5
5
  SHA512:
6
- metadata.gz: 619e0697fb5f824a39393313673b0e64eb3dd52bf5cae70a489a39d41c3646a35d3d4974e442a93f29d85e7df7bea12ce55e3bb404602ce4f1a3a4c660cc8545
7
- data.tar.gz: a7b1db8b7ea8f3c26ae60f29fb14d13cd23aae9deb324d2d66052ff278aa61eed046bbeb3007ca4c26cfab153bd04fb13c7297c85b7c9e0992b6ee9395497457
6
+ metadata.gz: 6fb0e44bb23faa8343ee86111e858b51a4c6969a1145846de7d31a290e489d57aa23031e3e88751b9570daeafa0bc85a22e38dacbd0aa858b41e7d1d9a552ae2
7
+ data.tar.gz: 2ca754d3a525409562f8ab0a4cebcf756abd93ff578c44e5a4254fdc05d05d94f093d3cb4832d4f3a05fdb1d5ae0ea7523bc93c9125c3b8410a52f8a50218d34
@@ -3,7 +3,7 @@ class CreateCoalescingPandaAssignments < ActiveRecord::Migration
3
3
  create_table :coalescing_panda_assignments do |t|
4
4
  t.belongs_to :coalescing_panda_course, null: false
5
5
  t.string :name
6
- t.string :description
6
+ t.text :description
7
7
  t.string :canvas_assignment_id, null: false
8
8
  t.string :workflow_state
9
9
  t.float :points_possible
@@ -1,3 +1,3 @@
1
1
  module CoalescingPanda
2
- VERSION = '3.1.9'
2
+ VERSION = '3.1.10'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coalescing_panda
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.9
4
+ version: 3.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Mills
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-12-03 00:00:00.000000000 Z
13
+ date: 2014-12-04 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails