lti-ruby-box 1.14.1 → 1.14.2

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: 9cdfb70e994d4482adeca9ea6fe82dc9ca53d673
4
- data.tar.gz: d20703c790f5ed46329fc587bc7323aacc3e473b
3
+ metadata.gz: 739f14d8740e601393eb6f155b673f0d24bd1b85
4
+ data.tar.gz: 66cf9f2148deee934de362ba02ff01f34989950f
5
5
  SHA512:
6
- metadata.gz: 368d3ce5239ec743c55c4818d1b932d17ae7ce74347fcecbd2d946945b205fedbd7dd79e7a624edd581bca109735591a59cd337e3ef596da6e49617e3c779dd2
7
- data.tar.gz: 5373f7b63f522ad526c4f4065abba06363375b6aac16916f4f7c0b397eac7627d993d2fdfdc2cc4c5e75fbf6e15e05922a14ef96a05f4393c3ad6148d2b59313
6
+ metadata.gz: 8c33c0c540a4053853fc34638b08ad38e4f2c27572a920c529066f45de12c16f48c6c263cdabb4f820a569c85e9293759b3f6eff58dbd5105596409852aae216
7
+ data.tar.gz: c5290af63ef78fb2d515bf395b3b5c4aebc8a5916d49eee82c9f43b931a2ae599c2fb9f947a9681de098bd7bb9ab18b11f232ecb8dd523a72ac8a2f6a8fbb3b9
@@ -60,7 +60,7 @@ module RubyBox
60
60
 
61
61
  http = Net::HTTP.new(uri.host, uri.port)
62
62
  http.use_ssl = true
63
- http.ssl_version = :SSLv3
63
+ # http.ssl_version = :SSLv3
64
64
  #http.set_debug_output($stdout)
65
65
 
66
66
  if @access_token
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "lti-ruby-box"
8
- s.version = "1.14.1"
8
+ s.version = "1.14.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Attachments.me", "wbhumphrey"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lti-ruby-box
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.1
4
+ version: 1.14.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Attachments.me
@@ -181,4 +181,3 @@ signing_key:
181
181
  specification_version: 4
182
182
  summary: ruby gem for box.com 2.0 api
183
183
  test_files: []
184
- has_rdoc: