angular_rails_csrf 2.0.0 → 2.1.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4becb4082b16922fde4f2110f3beb5111726ab08
4
- data.tar.gz: b106877de928863c4586b8f9038b9cf72847416f
3
+ metadata.gz: e5637daf0c4b0192544d2858e9c857fe533ea0fb
4
+ data.tar.gz: a42f3ecf1dd6801e4c2f298ebbfc8ea82aa9dbfb
5
5
  SHA512:
6
- metadata.gz: d364e35e39341cd2bfef8a4ad885ac7815d5bb3eab69728a9a7a3b8d9a755978a7401338a208a51bfbf418ff67265d0d78776ab0f0df9dc397490106ddd158ab
7
- data.tar.gz: fdf99a8394b9e6a411eaaffd72c429e0380611da8387f3ec65cd240563f9f4fdfb7fc124da6f9650d17abde40d6b221b5f78c363404848baefaae9ad76094737
6
+ metadata.gz: 0a4ec85675b0ca4e3800924f06ec7651c40881723f6f143c17c65e4e5376abfb7ebf0e88b5dbfbc3a6a5d81de4b42664bfb4aa1bb82c9a1caa9a49195eff6aed
7
+ data.tar.gz: 47a54d24dd1d6b69771fd3709b749ace2695a68c66df2f4fa0b8105d8ca75199b9004d2cf9b5050790c5271782ac95895ce68df92141777fc278f5b1db38c09d
@@ -1,3 +1,3 @@
1
1
  module AngularRailsCsrf
2
- VERSION = "2.0.0"
2
+ VERSION = "2.1.0"
3
3
  end
@@ -1,81 +0,0 @@
1
- --------------------------------------------------------------------------------------------------------
2
- AngularRailsCsrfTest: test_a_get_sets_the_XSRF-TOKEN_cookie_but_does_not_require_the_X-XSRF-TOKEN_header
3
- --------------------------------------------------------------------------------------------------------
4
- Processing by ApplicationController#index as HTML
5
- Completed 200 OK in 0ms
6
- -----------------------------------------------------------------------------
7
- AngularRailsCsrfTest: test_a_post_is_accepted_if_X-XSRF-TOKEN_is_set_properly
8
- -----------------------------------------------------------------------------
9
- Processing by ApplicationController#create as HTML
10
- Completed 200 OK in 1ms
11
- -----------------------------------------------------------------------------------------------------
12
- AngularRailsCsrfTest: test_a_post_raises_an_error_with_the_X-XSRF-TOKEN_header_set_to_the_wrong_value
13
- -----------------------------------------------------------------------------------------------------
14
- Processing by ApplicationController#create as HTML
15
- Can't verify CSRF token authenticity.
16
- Completed 422 Unprocessable Entity in 1ms
17
- -------------------------------------------------------------------------------------
18
- AngularRailsCsrfTest: test_a_post_raises_an_error_without_the_X-XSRF-TOKEN_header_set
19
- -------------------------------------------------------------------------------------
20
- Processing by ApplicationController#create as HTML
21
- Can't verify CSRF token authenticity.
22
- Completed 422 Unprocessable Entity in 0ms
23
- Processing by ApplicationController#index as HTML
24
- Completed 200 OK in 0ms
25
- Processing by ApplicationController#create as HTML
26
- Completed 200 OK in 0ms
27
- Processing by ApplicationController#create as HTML
28
- WARNING: Can't verify CSRF token authenticity
29
- Completed 422 Unprocessable Entity in 0ms
30
- Processing by ApplicationController#create as HTML
31
- WARNING: Can't verify CSRF token authenticity
32
- Completed 422 Unprocessable Entity in 0ms
33
- --------------------------------------------------------------------------------------------------------
34
- AngularRailsCsrfTest: test_a_get_sets_the_XSRF-TOKEN_cookie_but_does_not_require_the_X-XSRF-TOKEN_header
35
- --------------------------------------------------------------------------------------------------------
36
- Processing by ApplicationController#index as HTML
37
- Completed 200 OK in 0ms
38
- -----------------------------------------------------------------------------
39
- AngularRailsCsrfTest: test_a_post_is_accepted_if_X-XSRF-TOKEN_is_set_properly
40
- -----------------------------------------------------------------------------
41
- Processing by ApplicationController#create as HTML
42
- Completed 200 OK in 1ms
43
- -----------------------------------------------------------------------------------------------------
44
- AngularRailsCsrfTest: test_a_post_raises_an_error_with_the_X-XSRF-TOKEN_header_set_to_the_wrong_value
45
- -----------------------------------------------------------------------------------------------------
46
- Processing by ApplicationController#create as HTML
47
- Can't verify CSRF token authenticity.
48
- Completed 422 Unprocessable Entity in 0ms
49
- -------------------------------------------------------------------------------------
50
- AngularRailsCsrfTest: test_a_post_raises_an_error_without_the_X-XSRF-TOKEN_header_set
51
- -------------------------------------------------------------------------------------
52
- Processing by ApplicationController#create as HTML
53
- Can't verify CSRF token authenticity.
54
- Completed 422 Unprocessable Entity in 1ms
55
- -------------------------------------------------------------------------------------
56
- AngularRailsCsrfTest: test_a_post_raises_an_error_without_the_X-XSRF-TOKEN_header_set
57
- -------------------------------------------------------------------------------------
58
- Processing by ApplicationController#create as HTML
59
- Can't verify CSRF token authenticity.
60
- Completed 422 Unprocessable Entity in 1ms
61
- -----------------------------------------------------------------------------------------------------
62
- AngularRailsCsrfTest: test_a_post_raises_an_error_with_the_X-XSRF-TOKEN_header_set_to_the_wrong_value
63
- -----------------------------------------------------------------------------------------------------
64
- Processing by ApplicationController#create as HTML
65
- Can't verify CSRF token authenticity.
66
- Completed 422 Unprocessable Entity in 0ms
67
- -----------------------------------------------------------------------------
68
- AngularRailsCsrfTest: test_a_post_is_accepted_if_X-XSRF-TOKEN_is_set_properly
69
- -----------------------------------------------------------------------------
70
- Processing by ApplicationController#create as HTML
71
- Completed 200 OK in 1ms
72
- --------------------------------------------------------------------------------------------------------
73
- AngularRailsCsrfTest: test_a_get_sets_the_XSRF-TOKEN_cookie_but_does_not_require_the_X-XSRF-TOKEN_header
74
- --------------------------------------------------------------------------------------------------------
75
- Processing by ApplicationController#index as HTML
76
- Completed 200 OK in 1ms
77
- ----------------------------------------------------------------------------
78
- AngularRailsCsrfExceptionTest: test_a_get_does_not_set_the_XSRF-TOKEN_cookie
79
- ----------------------------------------------------------------------------
80
- Processing by ExclusionsController#index as HTML
81
- Completed 200 OK in 1ms
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: angular_rails_csrf
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Sanders
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-10-04 00:00:00.000000000 Z
12
+ date: 2017-04-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - "~>"
19
19
  - !ruby/object:Gem::Version
20
- version: '11.3'
20
+ version: '12.0'
21
21
  type: :development
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - "~>"
26
26
  - !ruby/object:Gem::Version
27
- version: '11.3'
27
+ version: '12.0'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: test-unit
30
30
  requirement: !ruby/object:Gem::Requirement
@@ -45,14 +45,14 @@ dependencies:
45
45
  requirements:
46
46
  - - '='
47
47
  - !ruby/object:Gem::Version
48
- version: 5.0.0.1
48
+ version: 5.1.0
49
49
  type: :development
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
53
  - - '='
54
54
  - !ruby/object:Gem::Version
55
- version: 5.0.0.1
55
+ version: 5.1.0
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: railties
58
58
  requirement: !ruby/object:Gem::Requirement
@@ -60,7 +60,7 @@ dependencies:
60
60
  - - ">="
61
61
  - !ruby/object:Gem::Version
62
62
  version: '3'
63
- - - "<"
63
+ - - "<="
64
64
  - !ruby/object:Gem::Version
65
65
  version: '5.1'
66
66
  type: :runtime
@@ -70,7 +70,7 @@ dependencies:
70
70
  - - ">="
71
71
  - !ruby/object:Gem::Version
72
72
  version: '3'
73
- - - "<"
73
+ - - "<="
74
74
  - !ruby/object:Gem::Version
75
75
  version: '5.1'
76
76
  description: AngularJS style CSRF protection for Rails
@@ -118,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  version: '0'
119
119
  requirements: []
120
120
  rubyforge_project:
121
- rubygems_version: 2.6.6
121
+ rubygems_version: 2.6.10
122
122
  signing_key:
123
123
  specification_version: 4
124
124
  summary: Support for AngularJS $http service style CSRF protection in Rails