angular_csrf 0.1.1 → 0.1.2

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: fa8d458ab4ffe0ef539c18c9a06af18c00bdf74a
4
- data.tar.gz: 5e4410dd7f69658f13619c58af70173134c58100
3
+ metadata.gz: a9b8b252bd73aed6ea7580f2d471a095223ec598
4
+ data.tar.gz: 36b7d8b1d0db47305ea40e0f3a72acf814e9563c
5
5
  SHA512:
6
- metadata.gz: 49692eee9d5b417f5171b6d7fe9bb28b0cdac0c0a7f2b43d61c8d8be31565597c2eb96ccb627531e2c4ca7eaa0a23ff6ad9e0475608c81517726fc00310226ff
7
- data.tar.gz: f5618a234bdedf8f336e4c6c65258d312c29575466e250053ccd8b96889ac8ff1ab522b2b57594698cf6b862ce997672792ad68e7817795b1b884c917bc75b36
6
+ metadata.gz: be590420c3690edb5ca2cf850929bc9aa80f5e246767a28ce44901802eafb15078becbe8c63994c1656982f6ed934eee33afeac595fae9d4741d1e1573ba7cab
7
+ data.tar.gz: 3cb60b6217e35fed7f690ace981446f4502fdfe764bd852685cb4f2c86cf8d20727e6c3c69d86303630a64c2486bdef20e7c76c5c376ec4188c511c37ec4aac1
data/README.md CHANGED
@@ -4,6 +4,10 @@ angular_csrf
4
4
  Extends Rails CSRF protection to play nicely with AngularJS.
5
5
 
6
6
  [![Build Status](https://travis-ci.org/Sinbadsoft/angular_csrf.svg)](https://travis-ci.org/Sinbadsoft/angular_csrf)
7
+ [![security](https://hakiri.io/github/Sinbadsoft/angular_csrf/master.svg)](https://hakiri.io/github/Sinbadsoft/angular_csrf/master)
8
+ [![Code Climate](https://codeclimate.com/github/Sinbadsoft/angular_csrf/badges/gpa.svg)](https://codeclimate.com/github/Sinbadsoft/angular_csrf)
9
+ [![Dependency Status](https://gemnasium.com/Sinbadsoft/angular_csrf.svg)](https://gemnasium.com/Sinbadsoft/angular_csrf)
10
+ [![Gem Version](https://badge.fury.io/rb/angular_csrf.svg)](http://badge.fury.io/rb/angular_csrf)
7
11
 
8
12
  CSRF is an exploit that allows malicious websites to do unauthorized actions on a website that trusts the user.
9
13
  The angular_csrf gem extends the CSRF protection in Rails to match the naming convention used in AngularJS for the HTTP
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module AngularCsrf
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
@@ -1703,3 +1703,24 @@ Completed 201 Created in 0ms
1703
1703
  Started GET "/" for 127.0.0.1 at 2014-11-10 15:42:38 +0100
1704
1704
  Processing by GuineaPigController#index as HTML
1705
1705
  Completed 200 OK in 0ms
1706
+ Started GET "/" for 127.0.0.1 at 2014-11-19 10:15:19 +0100
1707
+ Processing by GuineaPigController#index as HTML
1708
+ Completed 200 OK in 6ms
1709
+ Started POST "/create_and_reset_session" for 127.0.0.1 at 2014-11-19 10:15:19 +0100
1710
+ Processing by GuineaPigController#create_and_reset_session as HTML
1711
+ Completed 201 Created in 0ms
1712
+ Started GET "/" for 127.0.0.1 at 2014-11-19 10:15:19 +0100
1713
+ Processing by GuineaPigController#index as HTML
1714
+ Completed 200 OK in 0ms
1715
+ Started GET "/" for 127.0.0.1 at 2014-11-19 10:15:19 +0100
1716
+ Processing by GuineaPigController#index as HTML
1717
+ Completed 200 OK in 0ms
1718
+ Started POST "/" for 127.0.0.1 at 2014-11-19 10:15:19 +0100
1719
+ Processing by GuineaPigController#create as HTML
1720
+ Completed 201 Created in 0ms
1721
+ Started GET "/" for 127.0.0.1 at 2014-11-19 10:15:19 +0100
1722
+ Processing by GuineaPigController#index as HTML
1723
+ Completed 200 OK in 0ms
1724
+ Started POST "/" for 127.0.0.1 at 2014-11-19 10:15:19 +0100
1725
+ Processing by GuineaPigController#create as HTML
1726
+ 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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chaker Nakhli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-10 00:00:00.000000000 Z
11
+ date: 2014-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails