angular_csrf 0.1.0 → 0.1.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: 95e75e2f469c61150a318e60a4ce6e371c4adefb
4
- data.tar.gz: ed12d8d03ed7d95b1738e4002e499baa755409ce
3
+ metadata.gz: fa8d458ab4ffe0ef539c18c9a06af18c00bdf74a
4
+ data.tar.gz: 5e4410dd7f69658f13619c58af70173134c58100
5
5
  SHA512:
6
- metadata.gz: 941795f53de3d76c9621ccd1fae633e402b21b8d2ea606f9324a503ad256820ececa659743a9a0b3da0cb81c61fb4a50bb5418b1164fc429ead8d24d2fc38e0e
7
- data.tar.gz: 1928154628be02e35c76c90c87c7f6d0c353b8b680e65a47e090b7afeaabdbfef779228580d27119db37c9cacd91aba0ef3d45d9b7b0c5026ed8273472a80207
6
+ metadata.gz: 49692eee9d5b417f5171b6d7fe9bb28b0cdac0c0a7f2b43d61c8d8be31565597c2eb96ccb627531e2c4ca7eaa0a23ff6ad9e0475608c81517726fc00310226ff
7
+ data.tar.gz: f5618a234bdedf8f336e4c6c65258d312c29575466e250053ccd8b96889ac8ff1ab522b2b57594698cf6b862ce997672792ad68e7817795b1b884c917bc75b36
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module AngularCsrf
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
@@ -1661,3 +1661,45 @@ Completed 201 Created in 0ms
1661
1661
  Started GET "/" for 127.0.0.1 at 2014-11-10 15:01:18 +0100
1662
1662
  Processing by GuineaPigController#index as HTML
1663
1663
  Completed 200 OK in 0ms
1664
+ Started GET "/" for 127.0.0.1 at 2014-11-10 15:35:16 +0100
1665
+ Processing by GuineaPigController#index as HTML
1666
+ Completed 200 OK in 7ms
1667
+ Started POST "/" for 127.0.0.1 at 2014-11-10 15:35:16 +0100
1668
+ Processing by GuineaPigController#create as HTML
1669
+ Completed 201 Created in 0ms
1670
+ Started GET "/" for 127.0.0.1 at 2014-11-10 15:35:16 +0100
1671
+ Processing by GuineaPigController#index as HTML
1672
+ Completed 200 OK in 0ms
1673
+ Started GET "/" for 127.0.0.1 at 2014-11-10 15:35:16 +0100
1674
+ Processing by GuineaPigController#index as HTML
1675
+ Completed 200 OK in 0ms
1676
+ Started POST "/" for 127.0.0.1 at 2014-11-10 15:35:16 +0100
1677
+ Processing by GuineaPigController#create as HTML
1678
+ Completed 201 Created in 0ms
1679
+ Started GET "/" for 127.0.0.1 at 2014-11-10 15:35:16 +0100
1680
+ Processing by GuineaPigController#index as HTML
1681
+ Completed 200 OK in 0ms
1682
+ Started POST "/create_and_reset_session" for 127.0.0.1 at 2014-11-10 15:35:16 +0100
1683
+ Processing by GuineaPigController#create_and_reset_session as HTML
1684
+ Completed 201 Created in 0ms
1685
+ Started GET "/" for 127.0.0.1 at 2014-11-10 15:42:38 +0100
1686
+ Processing by GuineaPigController#index as HTML
1687
+ Completed 200 OK in 8ms
1688
+ Started POST "/create_and_reset_session" for 127.0.0.1 at 2014-11-10 15:42:38 +0100
1689
+ Processing by GuineaPigController#create_and_reset_session as HTML
1690
+ Completed 201 Created in 0ms
1691
+ Started GET "/" for 127.0.0.1 at 2014-11-10 15:42:38 +0100
1692
+ Processing by GuineaPigController#index as HTML
1693
+ Completed 200 OK in 0ms
1694
+ Started POST "/" for 127.0.0.1 at 2014-11-10 15:42:38 +0100
1695
+ Processing by GuineaPigController#create as HTML
1696
+ Completed 201 Created in 0ms
1697
+ Started GET "/" for 127.0.0.1 at 2014-11-10 15:42:38 +0100
1698
+ Processing by GuineaPigController#index as HTML
1699
+ Completed 200 OK in 0ms
1700
+ Started POST "/" for 127.0.0.1 at 2014-11-10 15:42:38 +0100
1701
+ Processing by GuineaPigController#create as HTML
1702
+ Completed 201 Created in 0ms
1703
+ Started GET "/" for 127.0.0.1 at 2014-11-10 15:42:38 +0100
1704
+ Processing by GuineaPigController#index as HTML
1705
+ Completed 200 OK in 0ms
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: angular_csrf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chaker Nakhli
@@ -52,8 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.1'
55
- description: Adapt CSRF protection in Rails applications and webservices to handle
56
- AngularJS clients.
55
+ description: Extends Rails CSRF protection to play nicely with AngularJS.
57
56
  email:
58
57
  - chaker.nakhli@sinbadsoft.com
59
58
  executables: []
@@ -108,7 +107,7 @@ files:
108
107
  - spec/rails_app/public/robots.txt
109
108
  - spec/rails_helper.rb
110
109
  - spec/spec_helper.rb
111
- homepage: http://github.com/sinbadsoft/angular_csrf
110
+ homepage: https://github.com/sinbadsoft/angular_csrf
112
111
  licenses:
113
112
  - MIT
114
113
  metadata: {}
@@ -132,7 +131,7 @@ rubyforge_project:
132
131
  rubygems_version: 2.2.2
133
132
  signing_key:
134
133
  specification_version: 4
135
- summary: Add support for AngularJS clients to Rails CSRF protection
134
+ summary: Extends Rails CSRF protection to play nicely with AngularJS
136
135
  test_files:
137
136
  - spec/angular_csrf_spec.rb
138
137
  - spec/rails_app/app/assets/javascripts/application.js