go_sso 0.2.0 → 0.2.1

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
  SHA256:
3
- metadata.gz: dec95b352aa71a72cf9fd14c8add2dbdf8071d13ec890f3e1b5932f692f894f8
4
- data.tar.gz: 611c62890222269f6347118fdf4ac346a350e6bf89c896a322cfd2026b41f496
3
+ metadata.gz: 36f032c370e61bd7b378a223a8f8e51dd3b6f2d6bde35dec09d2d288b39676b0
4
+ data.tar.gz: 8bc914aec38fe19e1748822733aa8b5f4755ac199d4e096dd0449787dae555d8
5
5
  SHA512:
6
- metadata.gz: 20800b3baa179f58fc6caef835e688b03a3933448e8937217f4b4e68887df690cd4b81f7e093c64dde8315e8d8266b8f809e57e198f4fd8dc706a9e74c6a624e
7
- data.tar.gz: 8f9e5fe488ac6067421271acc75fb5fe0d4f82e8051f6a8976d3725e452c7d0db42f0ba62cb610f3268ef1e063cbdc95c10775005366f41f272cea57af74d7d4
6
+ metadata.gz: 894606614e9cc9a629ef03634cc23f60bdb3e21281b61bdd71f54abd018480c4139a239923ccc7c237bf920af4595060394a7892c48e667e6538d5798fb86cb5
7
+ data.tar.gz: ac5d260eface93aa54f79dba9eb6364c1cd0fbf2c401214f90635aacb46ce5b89d6ab1df07c7c18518ab5c85ef6ddfa64833b9b266cc60f6822bce8a7a5c6a69
@@ -1,3 +1,3 @@
1
1
  module GoSso
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: go_sso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yi Feng
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-28 00:00:00.000000000 Z
11
+ date: 2019-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oauth2
@@ -124,7 +124,6 @@ files:
124
124
  - app/helpers/go_sso/application_helper.rb
125
125
  - app/jobs/go_sso/application_job.rb
126
126
  - app/mailers/go_sso/application_mailer.rb
127
- - app/models/go_sso/application_record.rb
128
127
  - app/views/layouts/go_sso/application.html.erb
129
128
  - config/routes.rb
130
129
  - lib/go_sso.rb
@@ -1,5 +0,0 @@
1
- module GoSso
2
- class ApplicationRecord < ActiveRecord::Base
3
- self.abstract_class = true
4
- end
5
- end