panda_pal 3.0.4 → 3.0.5

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: 1d16957913d7195c98c714a4b47ff07223f9a65b
4
- data.tar.gz: c192f640c91f329763bc267bbb8bb57f2f473364
3
+ metadata.gz: b618369cbc7feeaca8ce3830fb7730b96ef7df29
4
+ data.tar.gz: d7d002e843183aed78d45ee70cab9c90d8169bbb
5
5
  SHA512:
6
- metadata.gz: 74b8f0d95d1f05ea37f2d1a11d3da878c967d35e0126f5161aab594857a7bad314a7edbb3d53a7c3bca00c7e5e4fb93d14f703a5b9b162c256891a2ad5fbc612
7
- data.tar.gz: 30795eba2b1d8f085f64806855c787967ada4d17bbe9d3574388f211f00312eab2ae1340edab6e420efc9065de30ff9f9a829596e56e1ba01b9e4a1b4cfd4d3b
6
+ metadata.gz: cd00187eb8d8a01913f87e6e2614948f99546a29bc2685c4d025b9dd31d1ecd233ae3f5fdb2ce1bc15b38f9bfcb430f17fd70d32aad99ca610ce374272b2c94d
7
+ data.tar.gz: 2a7a94969dfd721d2f6f4b965521717496c94dbe5e2cbf6a30813dc10f82a21514951b9435cff0a9323da46084aa4e189654cfef86a42dfec2c5328b9bcde347
File without changes
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module PandaPal
2
- VERSION = "3.0.4"
2
+ VERSION = "3.0.5"
3
3
  end
data/panda_pal.gemspec CHANGED
@@ -6,8 +6,8 @@ require "panda_pal/version"
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "panda_pal"
8
8
  s.version = PandaPal::VERSION
9
- s.authors = ["Ben Young", "Cody Tanner"]
10
- s.email = ["byoung@instructure.com", "ctanner@instructure.com"]
9
+ s.authors = ["Instructure ProServe"]
10
+ s.email = ["pseng@instructure.com"]
11
11
  s.homepage = "http://instructure.com"
12
12
  s.summary = "LTI mountable engine"
13
13
  s.license = "MIT"
Binary file
Binary file