coalescing_panda 4.1.1 → 4.1.2

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: 525ed1c66b5491a7b55eaaa5010424ab68c5ad80
4
- data.tar.gz: f4505d9681606087338a9493592a56f877b82247
3
+ metadata.gz: 7836e4e893a774bd7f229043fc48ba88b8cc0d8e
4
+ data.tar.gz: a75d83499252d48ba959637c21708f2c182782c9
5
5
  SHA512:
6
- metadata.gz: 638088308a6bfb0e6236e1cd421697d3aa7e2edac77f43dc2dc2a04007f9bc47e5f9264a1d757f6f6bffc77ad0af4a578683f5813f30f727ae81d0c5a4440820
7
- data.tar.gz: 93ab82f7ae7f20991071081fa8d7e2767fbb507557e043d1c30139a8cf42d2b685a3e0036073edb0b04f9fb2e1a6d0be7ba3a88168925dad4f0e895c19d87e8e
6
+ metadata.gz: 5c047be1feec467f3a3167d4bf569cdbca75ac0792faa36b7babc8dbde122f8cc75d2e51c15360e7af02ca0ffda11349d6b842dce6e7db372f8dd4d3c50cdf46
7
+ data.tar.gz: bdec19cae853144ab5c590d8bf08028d8ed4905cc9564bb977ac13ab5014c358affd49b3ed2be24a388522dd5e495a75dc8f551776aba9edd40e648c3b6db101
@@ -86,7 +86,7 @@ class CoalescingPanda::Workers::CourseMiner
86
86
  assignment_group.save(validate: false)
87
87
  assignment_group_ids << assignment_group.id
88
88
  end
89
- course.assignment_groups.where.not(id: assigment_group_ids).destroy_all
89
+ course.assignment_groups.where.not(id: assignment_group_ids).destroy_all
90
90
  rescue => e
91
91
  Rails.logger.error "Error syncing assignment groups: #{e}"
92
92
  end
@@ -1,3 +1,3 @@
1
1
  module CoalescingPanda
2
- VERSION = '4.1.1'
2
+ VERSION = '4.1.2'
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: 4.1.1
4
+ version: 4.1.2
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: 2015-05-08 00:00:00.000000000 Z
13
+ date: 2015-05-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails