angular_csrf 0.1.3 → 0.1.4

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: d0d20b5f53013d30629c823691ed9c60419095a6
4
- data.tar.gz: 936d25874e0f27d7850349e73402fc3939c52f03
3
+ metadata.gz: 65541043c2e58a2b603e8142e2afe9ddb3573c8a
4
+ data.tar.gz: 22cbea81504fbeaa9cfe8ed54ff8d5593790a01d
5
5
  SHA512:
6
- metadata.gz: 1d858874b318165898f9be2da58e192af0bf02375f6f9385ccc988800bede6681b52cfa840a13164e5ff0a483724cc137a2ec81d0e71a78437d42351125e711c
7
- data.tar.gz: 5b481e2da6cabc859cb10c24c759b646b280de1caa1e0a8cc16cc41fa22e85f68a3c0f2973f902b16e47d9f0aa28878dc95982c3dfa75b67a49d5dcda9911a2f
6
+ metadata.gz: 17fd0eb4544410489094fe236cfb89862ee6c9a354c9d64b76efd0c9ee32f8b8bb667b426a81d690a987c7f622fc7b5f87f45b5292a0d241f8edd2677daebbb7
7
+ data.tar.gz: 2fc1e1be0a4eabf02aad2de8a594d4bc2acbab77eba89aa09da53a7740c7169315c3cee89f5e33bd77837f78b72fcae2e03806302746b441b61bc8a7106dc513
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module AngularCsrf
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
3
3
  end
@@ -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.3
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-02-01 00:00:00.000000000 Z
11
+ date: 2015-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails