omniauth-redbooth 1.0.1.rc.1 → 1.0.1
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 +4 -4
- data/CHANGELOG.md +12 -10
- data/lib/omniauth-redbooth/version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 80e48c21567a5199a5a02c3362f230c8b2cc21dc
|
|
4
|
+
data.tar.gz: 28acba46f05e4847c1a20789e235db6644a01c89
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba43719939e45b9028e68e0b280e4ca77f2233847b6bb01d0feba433f7ed2cc30f57f9bd04a2fdc8c767a0505c0b87a952b6e413b1adea3211d9cc962c8089b3
|
|
7
|
+
data.tar.gz: d30fb620f97205bfbdc36af6deda0630afcd4a94d3b36edd05bb3a4a66a857abb4e9a7b9dde916bef32dba6b9380934f00c8a780521e0bc34a41cc3d37b89399
|
data/CHANGELOG.md
CHANGED
|
@@ -3,36 +3,38 @@
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
5
|
### Added
|
|
6
|
+
### Changed
|
|
7
|
+
### Deprecated
|
|
8
|
+
### Removed
|
|
9
|
+
### Deprecated
|
|
10
|
+
### Fixed
|
|
11
|
+
### Security
|
|
6
12
|
|
|
13
|
+
## [1.0.1] - 2015-11-26
|
|
14
|
+
|
|
15
|
+
### Added
|
|
7
16
|
- Test on ruby 2.1 and 2.2 too.
|
|
8
17
|
|
|
9
18
|
### Changed
|
|
10
|
-
|
|
11
19
|
- cleaned up the code a bit.
|
|
12
20
|
- cleaned up specs a bit and updated to RSpec 3.
|
|
13
21
|
- Use debugger gem on ruby 1.9.x or less and byebug on 2.x
|
|
14
22
|
|
|
15
|
-
### Deprecated
|
|
16
|
-
### Removed
|
|
17
|
-
|
|
18
23
|
### Fixed
|
|
19
|
-
|
|
20
24
|
- changed omniauth-oauth2 dependency to 1.x up to 1.3.1 since [this change][1]
|
|
21
25
|
in omniauth-oauth2 1.4 breaks the strategy.
|
|
22
26
|
- Stop dealing with SCRIPT_NAME since it was breaking stuff
|
|
23
27
|
|
|
24
|
-
### Security
|
|
25
|
-
|
|
26
28
|
## [1.0.0] - 2015-11-18
|
|
27
29
|
|
|
28
30
|
### Changed
|
|
29
31
|
- omniauth-oauth2 dependency to ~> 1.2
|
|
30
32
|
|
|
31
33
|
## Previous changes
|
|
32
|
-
|
|
33
34
|
Undocumented. Please review git commits history.
|
|
34
35
|
|
|
35
|
-
[Unreleased]: https://github.com/redbooth/omniauth-redbooth/compare/
|
|
36
|
-
[1.0.
|
|
36
|
+
[Unreleased]: https://github.com/redbooth/omniauth-redbooth/compare/1.0.1...HEAD
|
|
37
|
+
[1.0.1]: https://github.com/redbooth/omniauth-redbooth/compare/1.0.0...1.0.1
|
|
38
|
+
[1.0.0]: https://github.com/redbooth/omniauth-redbooth/compare/0.0.4...1.0.0
|
|
37
39
|
|
|
38
40
|
[1]: https://github.com/intridea/omniauth-oauth2/issues/81
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-redbooth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.1
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andres Bravo
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2015-11-
|
|
13
|
+
date: 2015-11-26 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: omniauth-oauth2
|
|
@@ -251,9 +251,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
251
251
|
version: '0'
|
|
252
252
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
253
253
|
requirements:
|
|
254
|
-
- - "
|
|
254
|
+
- - ">="
|
|
255
255
|
- !ruby/object:Gem::Version
|
|
256
|
-
version:
|
|
256
|
+
version: '0'
|
|
257
257
|
requirements: []
|
|
258
258
|
rubyforge_project:
|
|
259
259
|
rubygems_version: 2.4.5.1
|
|
@@ -263,4 +263,3 @@ summary: Official OmniAuth strategy for Redbooth.com.
|
|
|
263
263
|
test_files:
|
|
264
264
|
- spec/omniauth/strategies/redbooth_spec.rb
|
|
265
265
|
- spec/spec_helper.rb
|
|
266
|
-
has_rdoc:
|