auth-lh 0.8.1 → 0.8.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: fec788f94b94ec721dab1acad889e6fbb3985469
4
- data.tar.gz: 2fb8d63148e5bf4f2e296a496917ab1aea6f4316
3
+ metadata.gz: a2292eed7dcc1d2b78d9d68cdb1cd58a2353f383
4
+ data.tar.gz: c9386564157da1ec46f8a5a520a94237544af2c1
5
5
  SHA512:
6
- metadata.gz: af3cf0966028379c4c9793f03c15d8c04f42703cba0a0786c1bae2bd7eaacc4c9dce12ee7584e7b794c749cb8551a653731f4dcde24fcf8ba5a19bf0f653dbb8
7
- data.tar.gz: dc82953450ff41328a6309fc41dad5b8a618b9963b004d1cbfe3d79a6ecc85e29e2842945b2b49d4d87d77add50dc87079655d605467969c17cd4b061740d6e5
6
+ metadata.gz: 59460412bec88dfa096b980849c3a8feb19cbe2c8e78ee427ab67b146776ae5077c990029697e4e7b5c485b62b5f3aed3cc577596373ae459d878c7aeaef3d11
7
+ data.tar.gz: ba4e3b148cf7867c90d600fb14ba8f681daed88488c36722ca1c7ec83aa5199b7f1673b0a1bbb7b3ad64f413d78e4bcbc90658618b84316d4487b78b86182516
data/CHANGELOG.md CHANGED
@@ -118,6 +118,6 @@
118
118
 
119
119
  * Added has attendance control field
120
120
 
121
- ## v0.8.1
121
+ ## v0.8.2
122
122
 
123
123
  * Removed birthdate field
@@ -1,5 +1,5 @@
1
1
  module Auth
2
2
  module Lh
3
- VERSION = "0.8.1"
3
+ VERSION = "0.8.2"
4
4
  end
5
5
  end
@@ -1,6 +1,7 @@
1
1
  module AuthLh
2
2
  class ExternalApp
3
- attr_accessor :code, :name, :description, :url, :notify_user_changed, :is_local
3
+ attr_accessor :code, :name, :description, :url, :send_notifications,
4
+ :is_local, :notifications_url
4
5
 
5
6
  def initialize(attributes={})
6
7
  attributes.each do |k,v|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auth-lh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matias Hick
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-27 00:00:00.000000000 Z
11
+ date: 2015-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler