omniauth-redbooth 1.0.1.rc.1 → 1.0.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
  SHA1:
3
- metadata.gz: cf62604b882c484c140a9251fe42e6d757e2c1ee
4
- data.tar.gz: a02d5e72917911eac03a8adc6298247b625dcad8
3
+ metadata.gz: 80e48c21567a5199a5a02c3362f230c8b2cc21dc
4
+ data.tar.gz: 28acba46f05e4847c1a20789e235db6644a01c89
5
5
  SHA512:
6
- metadata.gz: 7cd0585183d94ed193857eb67f9c7b565399a4e1c95292cb4b32d3cace5bc9f0b94bc1036edef93690c5dea25a743fe45a167353d00bbb94b80400bcb7781b22
7
- data.tar.gz: 2c8a2086570a5ec790a089bb80a36c8d429de9f3a894026f8eaea1c071e199e3be46378481db9add55f19f049604e5be0bf0fc89e9d28e2eeb9132c8293af797
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/v1.0.1...HEAD
36
- [1.0.0]: https://github.com/redbooth/omniauth-redbooth/compare/v0.3.2...v1.0.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
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Redbooth
3
- VERSION = '1.0.1.rc.1'
3
+ VERSION = '1.0.1'
4
4
  end
5
5
  end
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.rc.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-24 00:00:00.000000000 Z
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: 1.3.1
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: