coalescing_panda 4.2.1 → 4.2.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: 519501033f3c78d2c49f30a9a523065e251feb57
4
- data.tar.gz: 5aec7906435b2e5ada50ff028781ec7db8a6e17a
3
+ metadata.gz: 254d1642ecf464271207ddb4af573c9dfd2880c4
4
+ data.tar.gz: 5adb1fa0d695161f66e0935e71759c3b61f247bd
5
5
  SHA512:
6
- metadata.gz: b9424f32281fb6152de9bd0b23a40dd0c9261f8ff78b8d9d0a9777a950a30ee551f42327d4d94a02ce03714985ba841a9e81a68d9490c9fbf4b5b9e91858d909
7
- data.tar.gz: 294f06a91e77b402989fda68f71e7350c28e9eca13f519c1b27513bea9de893cac6c5748a5c90a9b66324f1b8229f9cc92f527d21ec933ab38bdf4f903b040d0
6
+ metadata.gz: 8d24ba29210d5293c475e63fc4bdeb7610824a93f35f33580d398e4d83696e1471e1845b91e20cf87ee4644d1bb365f3e02011f4f5e4b0bc848db34e400eab8b
7
+ data.tar.gz: fc4b1ecdabf3783bb2f7ad12f79ef015ab1d86baaeff3ae784e10596079f4cb5758809223f5aad8cbb0f5a3ba0ae2742e3a1b41d2c98f676cab987da9d57ace6
@@ -1,3 +1,3 @@
1
1
  module CoalescingPanda
2
- VERSION = '4.2.1'
2
+ VERSION = '4.2.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.2.1
4
+ version: 4.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Mills
@@ -166,6 +166,20 @@ dependencies:
166
166
  - - ">="
167
167
  - !ruby/object:Gem::Version
168
168
  version: '0'
169
+ - !ruby/object:Gem::Dependency
170
+ name: open_uri_redirections
171
+ requirement: !ruby/object:Gem::Requirement
172
+ requirements:
173
+ - - ">="
174
+ - !ruby/object:Gem::Version
175
+ version: '0'
176
+ type: :runtime
177
+ prerelease: false
178
+ version_requirements: !ruby/object:Gem::Requirement
179
+ requirements:
180
+ - - ">="
181
+ - !ruby/object:Gem::Version
182
+ version: '0'
169
183
  - !ruby/object:Gem::Dependency
170
184
  name: sqlite3
171
185
  requirement: !ruby/object:Gem::Requirement
@@ -444,7 +458,6 @@ files:
444
458
  - spec/factories/submissions.rb
445
459
  - spec/factories/terms.rb
446
460
  - spec/factories/users.rb
447
- - spec/helpers/coalescing_panda/canvas_batches_helper_spec.rb
448
461
  - spec/models/coalescing_panda/assignment_group_spec.rb
449
462
  - spec/models/coalescing_panda/assignment_spec.rb
450
463
  - spec/models/coalescing_panda/canvas_api_auth_spec.rb
@@ -539,7 +552,6 @@ test_files:
539
552
  - spec/factories/submissions.rb
540
553
  - spec/factories/terms.rb
541
554
  - spec/factories/users.rb
542
- - spec/helpers/coalescing_panda/canvas_batches_helper_spec.rb
543
555
  - spec/models/coalescing_panda/assignment_group_spec.rb
544
556
  - spec/models/coalescing_panda/assignment_spec.rb
545
557
  - spec/models/coalescing_panda/canvas_api_auth_spec.rb
@@ -1,17 +0,0 @@
1
- require 'rails_helper'
2
-
3
- # Specs in this file have access to a helper object that includes
4
- # the CanvasBatchesHelper. For example:
5
- #
6
- # describe CanvasBatchesHelper do
7
- # describe "string concat" do
8
- # it "concats two strings with spaces" do
9
- # expect(helper.concat_strings("this","that")).to eq("this that")
10
- # end
11
- # end
12
- # end
13
- module CoalescingPanda
14
- RSpec.describe CanvasBatchesHelper, :type => :helper do
15
- pending "add some examples to (or delete) #{__FILE__}"
16
- end
17
- end