coalescing_panda 3.1.2 → 3.1.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2ffc19770d2233ac777721414cc57eac84a041ef
|
4
|
+
data.tar.gz: 1024528490b36fa379e4651d8d563b4085c757f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a6f2c9cb1ceb6b9a7da2da3985d5c293ffe48e630155da889b017ce20d733f8f3d8ae5d137fbc434f8ae355885abe35239f271745b9bf33e27d1fc47013d1cd
|
7
|
+
data.tar.gz: 60fc7bfc4751a238ede86fa85c1998b8b4216a4f64da7603d4fdb70f9770836179caeb157e89b985fd6a65da6819434be025912c3ed46c775f3f8d2140b0162e
|
Binary file
|
data/spec/dummy/db/schema.rb
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
#
|
12
12
|
# It's strongly recommended that you check this file into your version control system.
|
13
13
|
|
14
|
-
ActiveRecord::Schema.define(version:
|
14
|
+
ActiveRecord::Schema.define(version: 20141125185516) do
|
15
15
|
|
16
16
|
create_table "coalescing_panda_assignments", force: true do |t|
|
17
17
|
t.integer "coalescing_panda_course_id"
|
@@ -77,6 +77,7 @@ ActiveRecord::Schema.define(version: 20141124160857) do
|
|
77
77
|
t.datetime "end_at"
|
78
78
|
t.datetime "created_at"
|
79
79
|
t.datetime "updated_at"
|
80
|
+
t.string "type"
|
80
81
|
end
|
81
82
|
|
82
83
|
add_index "coalescing_panda_enrollments", ["canvas_enrollment_id"], name: "index_coalescing_panda_enrollments_on_canvas_enrollment_id"
|
@@ -560,3 +560,16 @@ Migrating to CreateDelayedJobs (20141124160857)
|
|
560
560
|
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20141124160857"]]
|
561
561
|
[1m[35m (0.9ms)[0m commit transaction
|
562
562
|
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
563
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
564
|
+
Migrating to AddTypeToEnrollments (20141125185516)
|
565
|
+
[1m[35m (0.1ms)[0m begin transaction
|
566
|
+
[1m[36m (0.2ms)[0m [1mALTER TABLE "enrollments" ADD "type" varchar(255)[0m
|
567
|
+
SQLite3::SQLException: no such table: enrollments: ALTER TABLE "enrollments" ADD "type" varchar(255)
|
568
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
569
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
570
|
+
Migrating to AddTypeToEnrollments (20141125185516)
|
571
|
+
[1m[35m (0.1ms)[0m begin transaction
|
572
|
+
[1m[36m (0.5ms)[0m [1mALTER TABLE "coalescing_panda_enrollments" ADD "type" varchar(255)[0m
|
573
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141125185516"]]
|
574
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
575
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
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.
|
4
|
+
version: 3.1.3
|
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-11-
|
13
|
+
date: 2014-11-25 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|
@@ -358,6 +358,7 @@ files:
|
|
358
358
|
- db/migrate/20141120205729_add_canvas_account_id_to_lti_account.rb
|
359
359
|
- db/migrate/20141121174846_create_coalescing_panda_canvas_batches.rb
|
360
360
|
- db/migrate/20141124160857_create_delayed_jobs.rb
|
361
|
+
- db/migrate/20141125185516_add_type_to_enrollments.rb
|
361
362
|
- lib/coalescing_panda.rb
|
362
363
|
- lib/coalescing_panda/controller_helpers.rb
|
363
364
|
- lib/coalescing_panda/engine.rb
|