g5_authenticatable 1.1.2.rc.1 → 1.1.2.rc.2

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: c2cb34d3b28574111f10bb4db862b8b54276bd825763a7540294d353906e81e8
4
- data.tar.gz: fa649cec65a016088cf63073e3503b546a7daeb19d0de5d5393a49480070e1a3
3
+ metadata.gz: 76682780702aa5e79dd278fc633eb2563e161bd47039165a9d6f20779673ca08
4
+ data.tar.gz: 968b7d53be1c468ac4deacc88ef819becf9db83327fcda49c75910c14045a396
5
5
  SHA512:
6
- metadata.gz: 744623d894aac98bc79523e84d9aab3c42a1ae59733bce8cb95e1c929685c1746b48dbed9c3fdad09f1c1207af6f66ce7c19c55aabb9352ea9624a3ed0d60303
7
- data.tar.gz: 948276bb53c47074e9425cd2f1e9f3d9473b8521936b20d3fe3ab48b93858f5bd18eeb12ea45ea6cdb9da663bafb062d64f748974f1db83350b29410fea638fb
6
+ metadata.gz: fb33b618dbfe42927b4953e516b977317626fdbeccb97b9d4cf9c5828dd5a23a678dd12d53923b8dde9fb1635e0480b0fd01256ff6a9a076555614a3cdd7b6f7
7
+ data.tar.gz: 6228f0a3ee6b8449dabff8f4cefea88a279bacf75eb6097adf87521ca63a32008ae91b6dba63590695372a57748b935d372f207c60380c7a0f62bb9f583649c6
@@ -2,7 +2,6 @@
2
2
  <html>
3
3
  <head>
4
4
  <title>G5Authenticatable</title>
5
- <%= stylesheet_link_tag "g5_authenticatable/application", :media => "all" %>
6
5
  <%= javascript_include_tag "g5_authenticatable/application" %>
7
6
  <%= csrf_meta_tags %>
8
7
  </head>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module G5Authenticatable
4
- VERSION = '1.1.2.rc.1'
4
+ VERSION = '1.1.2.rc.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: g5_authenticatable
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2.rc.1
4
+ version: 1.1.2.rc.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - maeve
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-26 00:00:00.000000000 Z
11
+ date: 2018-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: devise_g5_authenticatable
@@ -308,7 +308,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
308
308
  version: 1.3.1
309
309
  requirements: []
310
310
  rubyforge_project:
311
- rubygems_version: 2.7.6
311
+ rubygems_version: 2.7.7
312
312
  signing_key:
313
313
  specification_version: 4
314
314
  summary: An authentication engine for G5 applications.