sinatra-hexacta 0.4.3 → 0.5.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/sinatra/helpers/cas.rb +1 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97f4b7ddae3eed8c5c72cb43e0782c54b1110c732d1a4799d4c6455584bc9f0f
4
- data.tar.gz: 9e3fd98d2ee05cbb2ace638f1e743c5d70a13bdb749e0d8c5396e2a8ba8c230a
3
+ metadata.gz: 40539215cd6fdc0125ffc66f4ff4676f0fd1e9406363ab1c77610210f7b2f089
4
+ data.tar.gz: 0e98f2f83219644a2b656f3c2dc004feb32057d8f496a080020d46ef3f3e56b8
5
5
  SHA512:
6
- metadata.gz: 9e122a0675221f5c77fd5863b558d078c5717861d040841b170e4d77ea9614b0ad5ac2ba1ea1746d71f8e19674bc1b4467561ac83e2760d12ed6a3701bdd463d
7
- data.tar.gz: dae1e7b0facb4f41be2b769e551ae20b16cd70f1a0f1eb66a95606fddba8bb26d72ac9797371e391159875de4879c108d647efd3793d552adb3f81caaad38814
6
+ metadata.gz: efbe90d384fe23a27f1aadd100bda5f915453650197588c86e64a8f62af65cd1b4751773e9090051d29291abbc388a61a33e4fcc30f8189ff5250ad42c59b93a
7
+ data.tar.gz: c01a593e12a8ecdf8c1b161d9a5259b5cd22b55512af32871bc8c7b61f9c1b33d5121d5ec383af6c11abe9976d81daee520b2681f370f6d70a7b3dd5a479f9d8
@@ -1,5 +1,6 @@
1
1
  require 'active_support/all' #bug in rubycas client requires this
2
2
  require 'rubycas-client'
3
+ require 'yaml' #for Casino
3
4
 
4
5
  module Sinatra
5
6
  module CasHelper
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-hexacta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marco Zanger