angular_csrf 0.1.3 → 0.1.4
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/lib/version.rb +1 -1
- data/spec/rails_app/log/test.log +40 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65541043c2e58a2b603e8142e2afe9ddb3573c8a
|
4
|
+
data.tar.gz: 22cbea81504fbeaa9cfe8ed54ff8d5593790a01d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17fd0eb4544410489094fe236cfb89862ee6c9a354c9d64b76efd0c9ee32f8b8bb667b426a81d690a987c7f622fc7b5f87f45b5292a0d241f8edd2677daebbb7
|
7
|
+
data.tar.gz: 2fc1e1be0a4eabf02aad2de8a594d4bc2acbab77eba89aa09da53a7740c7169315c3cee89f5e33bd77837f78b72fcae2e03806302746b441b61bc8a7106dc513
|
data/lib/version.rb
CHANGED
data/spec/rails_app/log/test.log
CHANGED
@@ -2880,3 +2880,43 @@ Completed 422 Unprocessable Entity in 0ms
|
|
2880
2880
|
Started POST "/" for 127.0.0.1 at 2015-02-01 20:32:38 +0100
|
2881
2881
|
Processing by GuineaPigController#create as HTML
|
2882
2882
|
Completed 201 Created in 0ms
|
2883
|
+
Started GET "/" for 127.0.0.1 at 2015-02-01 20:46:12 +0100
|
2884
|
+
Processing by GuineaPigController#index as HTML
|
2885
|
+
Completed 200 OK in 9ms
|
2886
|
+
Started POST "/" for 127.0.0.1 at 2015-02-01 20:46:12 +0100
|
2887
|
+
Processing by GuineaPigController#create as HTML
|
2888
|
+
Can't verify CSRF token authenticity
|
2889
|
+
Completed 422 Unprocessable Entity in 0ms
|
2890
|
+
Started POST "/" for 127.0.0.1 at 2015-02-01 20:46:12 +0100
|
2891
|
+
Processing by GuineaPigController#create as HTML
|
2892
|
+
Completed 201 Created in 0ms
|
2893
|
+
Started GET "/" for 127.0.0.1 at 2015-02-01 20:46:12 +0100
|
2894
|
+
Processing by GuineaPigController#index as HTML
|
2895
|
+
Completed 200 OK in 0ms
|
2896
|
+
Started POST "/" for 127.0.0.1 at 2015-02-01 20:46:12 +0100
|
2897
|
+
Processing by GuineaPigController#create as HTML
|
2898
|
+
Can't verify CSRF token authenticity
|
2899
|
+
Completed 422 Unprocessable Entity in 0ms
|
2900
|
+
Started POST "/" for 127.0.0.1 at 2015-02-01 20:46:12 +0100
|
2901
|
+
Processing by GuineaPigController#create as HTML
|
2902
|
+
Completed 201 Created in 0ms
|
2903
|
+
Started GET "/" for 127.0.0.1 at 2015-07-08 14:21:14 +0200
|
2904
|
+
Processing by GuineaPigController#index as HTML
|
2905
|
+
Completed 200 OK in 7ms
|
2906
|
+
Started POST "/" for 127.0.0.1 at 2015-07-08 14:21:14 +0200
|
2907
|
+
Processing by GuineaPigController#create as HTML
|
2908
|
+
Can't verify CSRF token authenticity
|
2909
|
+
Completed 422 Unprocessable Entity in 0ms
|
2910
|
+
Started POST "/" for 127.0.0.1 at 2015-07-08 14:21:14 +0200
|
2911
|
+
Processing by GuineaPigController#create as HTML
|
2912
|
+
Completed 201 Created in 0ms
|
2913
|
+
Started GET "/" for 127.0.0.1 at 2015-07-08 14:21:14 +0200
|
2914
|
+
Processing by GuineaPigController#index as HTML
|
2915
|
+
Completed 200 OK in 0ms
|
2916
|
+
Started POST "/" for 127.0.0.1 at 2015-07-08 14:21:14 +0200
|
2917
|
+
Processing by GuineaPigController#create as HTML
|
2918
|
+
Can't verify CSRF token authenticity
|
2919
|
+
Completed 422 Unprocessable Entity in 0ms
|
2920
|
+
Started POST "/" for 127.0.0.1 at 2015-07-08 14:21:14 +0200
|
2921
|
+
Processing by GuineaPigController#create as HTML
|
2922
|
+
Completed 201 Created in 0ms
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: angular_csrf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chaker Nakhli
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-07-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|