auther 3.2.0 → 4.0.0

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
  SHA1:
3
- metadata.gz: 085b8b9ce0fb56519b72882c84207705d939db68
4
- data.tar.gz: 194032b50097a00c696a01e4b960e3345389b1be
3
+ metadata.gz: b422fcc6430a698ace4e8966391085fc7b70b991
4
+ data.tar.gz: 99b41935ad041cce7496758764e6485bdf7f4023
5
5
  SHA512:
6
- metadata.gz: fe517b029a6e4cc6ea48826b8aa8be79b24a53cdc4d921cc99e39acf14c01cfcf46c512849ac0dbf1678dd5b589d13f6e1ae00d76e45c54a907004aa9eba5ff2
7
- data.tar.gz: 682c5e2003a298a5929b6145d1de60ae46ae9171a4f9dbf47c6c22f96f84bb422bbd2e9e98c0de80cbcd46c43889fa23b6587249f500be3c4500b808d6097455
6
+ metadata.gz: ff9544164b89b30cfaa1230d98e18201f2df699c5a4df5802e4060f09ad428e69c478ed2f1598cb9d7385dae32283d4f63ac6709bf39a27c97f546a27b31dc26
7
+ data.tar.gz: d8aa9ca7e626f54d81f7677d82a5e514883cf0180dd9a50552ddd9d24601367e5fcadfcad10c17e60cd66c8bba59050004e0420fd736165553a247774061cf09
@@ -1,2 +1 @@
1
- c��Ԇ�w�Sz]�e|�"5�Fx�Q�s�OQ�~�Y;�З���x�gHky�R�mo\}
2
- �m{'�VJ��=$2K̈́FT���.s�Y��l����.#E�{l������=�J�!
1
+ 'ӡ��7���y0�#L ���D��΃�f���v8b&�*``�:���vl�&�^
data.tar.gz.sig CHANGED
@@ -1,3 +1,2 @@
1
- *%g��s��G�sHM��a-�τ�}�K�,��S� 2fE���Tg���ـ�Dy.ʫu��:޲�g,��3����-�+`��Wy�ͯ�W�z�����Wڻ���1�gq����'�2�J�� YX�6{8��wd
2
- (u2=
3
- (�}d?v�b�s�����*q��c6����
1
+ ��iF��Sh�����҃��ԉ��@�wʒ>�eD~�֦y�DM�~�*���h��X����"X�$~�[��� ���`��sh��Ȝp��()2�3Q���bM ���IO�^��7Q����`iL����p��E��pXM��������ޭ9�����+�6P"<
2
+ ,�2K� ���/�ڍ�Y�4�4�ɏ�������.n5�n���BM>#���w���J9 ���~w����-�{g���s�ӯ˙��﷗
data/LICENSE.md CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2014 [Alchemists](http://www.alchemists.io).
1
+ Copyright (c) 2014 [Alchemists](https://www.alchemists.io).
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -32,14 +32,13 @@ making for a pleasent user experience.
32
32
  0. Any of the following Ruby VMs:
33
33
  - [MRI 2.x.x](http://www.ruby-lang.org)
34
34
  - [JRuby 1.x.x](http://jruby.org)
35
- - [Rubinius 2.x.x](http://rubini.us)
36
35
  0. [Ruby on Rails 4.x.x](http://rubyonrails.org).
37
36
 
38
37
  # Setup
39
38
 
40
39
  For a secure install, type the following from the command line (recommended):
41
40
 
42
- gem cert --add <(curl -Ls http://www.alchemists.io/gem-public.pem)
41
+ gem cert --add <(curl -Ls https://www.alchemists.io/gem-public.pem)
43
42
  gem install auther --trust-policy MediumSecurity
44
43
 
45
44
  NOTE: A HighSecurity trust policy would be best but MediumSecurity enables signed gem verification while
@@ -198,15 +197,6 @@ To test, run:
198
197
 
199
198
  bundle exec rspec spec
200
199
 
201
- # Upgrading
202
-
203
- For those using Auther 1.x.x, there are a few minor changes to be applied in order to upgrade to 2.x.x:
204
-
205
- 0. Move the old Auther settings (i.e. `config/application.rb`) into an Auther initilizer (i.e.
206
- `config/initializers/auther.rb`). Read the *Customization- section above for additional instruction.
207
- 0. All account settings have changed from `login` and `password` to `encrypted_login` and `encrypted_password` keys.
208
- 0. The `success_url` account settings have been renamed to `authorized_url`.
209
-
210
200
  # Troubleshooting
211
201
 
212
202
  - If upgrading Rails, changing the cookie/session settings, generating a new secret base key, etc. this might
@@ -226,11 +216,11 @@ Read [CONTRIBUTING](CONTRIBUTING.md) for details.
226
216
 
227
217
  # Credits
228
218
 
229
- Developed by [Brooke Kuhlmann](http://www.alchemists.io) at [Alchemists](http://www.alchemists.io).
219
+ Developed by [Brooke Kuhlmann](https://www.alchemists.io) at [Alchemists](https://www.alchemists.io).
230
220
 
231
221
  # License
232
222
 
233
- Copyright (c) 2014 [Alchemists](http://www.alchemists.io).
223
+ Copyright (c) 2014 [Alchemists](https://www.alchemists.io).
234
224
  Read the [LICENSE](LICENSE.md) for details.
235
225
 
236
226
  # History
@@ -1,3 +1,3 @@
1
1
  module Auther
2
- VERSION = "3.2.0"
2
+ VERSION = "4.0.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auther
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0
4
+ version: 4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -30,7 +30,7 @@ cert_chain:
30
30
  fMlZDUGx3lQarp/vPjK+6XH7DLXjBEKqeIGBIpLthYUvDxJRp23C+T3liGSL32vg
31
31
  mSpxxwmK95GDFuEy2mNPaxnazdkw8c+7DbrSpzd/CnNZkRgitxOavs8=
32
32
  -----END CERTIFICATE-----
33
- date: 2014-10-12 00:00:00.000000000 Z
33
+ date: 2014-12-26 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: pry-byebug
@@ -66,84 +66,84 @@ dependencies:
66
66
  requirements:
67
67
  - - "~>"
68
68
  - !ruby/object:Gem::Version
69
- version: '4.0'
69
+ version: '4.1'
70
70
  type: :runtime
71
71
  prerelease: false
72
72
  version_requirements: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - "~>"
75
75
  - !ruby/object:Gem::Version
76
- version: '4.0'
76
+ version: '4.1'
77
77
  - !ruby/object:Gem::Dependency
78
78
  name: slim-rails
79
79
  requirement: !ruby/object:Gem::Requirement
80
80
  requirements:
81
- - - "~>"
81
+ - - ">="
82
82
  - !ruby/object:Gem::Version
83
- version: '2.1'
83
+ version: '0'
84
84
  type: :runtime
85
85
  prerelease: false
86
86
  version_requirements: !ruby/object:Gem::Requirement
87
87
  requirements:
88
- - - "~>"
88
+ - - ">="
89
89
  - !ruby/object:Gem::Version
90
- version: '2.1'
90
+ version: '0'
91
91
  - !ruby/object:Gem::Dependency
92
92
  name: sass-rails
93
93
  requirement: !ruby/object:Gem::Requirement
94
94
  requirements:
95
- - - "~>"
95
+ - - ">="
96
96
  - !ruby/object:Gem::Version
97
- version: '4.0'
97
+ version: '0'
98
98
  type: :runtime
99
99
  prerelease: false
100
100
  version_requirements: !ruby/object:Gem::Requirement
101
101
  requirements:
102
- - - "~>"
102
+ - - ">="
103
103
  - !ruby/object:Gem::Version
104
- version: '4.0'
104
+ version: '0'
105
105
  - !ruby/object:Gem::Dependency
106
106
  name: jquery-rails
107
107
  requirement: !ruby/object:Gem::Requirement
108
108
  requirements:
109
- - - "~>"
109
+ - - ">="
110
110
  - !ruby/object:Gem::Version
111
- version: '3.1'
111
+ version: '0'
112
112
  type: :runtime
113
113
  prerelease: false
114
114
  version_requirements: !ruby/object:Gem::Requirement
115
115
  requirements:
116
- - - "~>"
116
+ - - ">="
117
117
  - !ruby/object:Gem::Version
118
- version: '3.1'
118
+ version: '0'
119
119
  - !ruby/object:Gem::Dependency
120
120
  name: modernizr-rails
121
121
  requirement: !ruby/object:Gem::Requirement
122
122
  requirements:
123
- - - "~>"
123
+ - - ">="
124
124
  - !ruby/object:Gem::Version
125
- version: '2.7'
125
+ version: '0'
126
126
  type: :runtime
127
127
  prerelease: false
128
128
  version_requirements: !ruby/object:Gem::Requirement
129
129
  requirements:
130
- - - "~>"
130
+ - - ">="
131
131
  - !ruby/object:Gem::Version
132
- version: '2.7'
132
+ version: '0'
133
133
  - !ruby/object:Gem::Dependency
134
134
  name: foundation-rails
135
135
  requirement: !ruby/object:Gem::Requirement
136
136
  requirements:
137
137
  - - "~>"
138
138
  - !ruby/object:Gem::Version
139
- version: '5.4'
139
+ version: '5.5'
140
140
  type: :runtime
141
141
  prerelease: false
142
142
  version_requirements: !ruby/object:Gem::Requirement
143
143
  requirements:
144
144
  - - "~>"
145
145
  - !ruby/object:Gem::Version
146
- version: '5.4'
146
+ version: '5.5'
147
147
  - !ruby/object:Gem::Dependency
148
148
  name: rake
149
149
  requirement: !ruby/object:Gem::Requirement
@@ -256,6 +256,20 @@ dependencies:
256
256
  - - ">="
257
257
  - !ruby/object:Gem::Version
258
258
  version: '0'
259
+ - !ruby/object:Gem::Dependency
260
+ name: terminal-notifier
261
+ requirement: !ruby/object:Gem::Requirement
262
+ requirements:
263
+ - - ">="
264
+ - !ruby/object:Gem::Version
265
+ version: '0'
266
+ type: :development
267
+ prerelease: false
268
+ version_requirements: !ruby/object:Gem::Requirement
269
+ requirements:
270
+ - - ">="
271
+ - !ruby/object:Gem::Version
272
+ version: '0'
259
273
  - !ruby/object:Gem::Dependency
260
274
  name: terminal-notifier-guard
261
275
  requirement: !ruby/object:Gem::Requirement
@@ -287,7 +301,7 @@ dependencies:
287
301
  description: Enhances Rails with multi-account, form-based, database-less, application-wide
288
302
  authentication as a Rails Engine.
289
303
  email:
290
- - bkuhlmann@alchemists.io
304
+ - brooke@alchemists.io
291
305
  executables: []
292
306
  extensions: []
293
307
  extra_rdoc_files:
@@ -340,7 +354,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
340
354
  version: '0'
341
355
  requirements: []
342
356
  rubyforge_project:
343
- rubygems_version: 2.4.2
357
+ rubygems_version: 2.4.5
344
358
  signing_key:
345
359
  specification_version: 4
346
360
  summary: Enhances Rails with multi-account, form-based, database-less, application-wide
metadata.gz.sig CHANGED
Binary file