ie_iframe_cookies 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/Readme.md CHANGED
@@ -22,6 +22,10 @@ To cookie-tag users as 'iframe-using', add this to all actions rendered inside I
22
22
 
23
23
  Authors
24
24
  =======
25
+
26
+ ### [Contributors](http://github.com/grosser/ie_iframe_cookies/contributors)
27
+ - [Eric Harrison](https://github.com/fuelxc)
28
+
25
29
  [Sascha Depold](https://github.com/sdepold)
26
30
 
27
31
  [Michael Grosser](http://grosser.it)<br/>
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ie_iframe_cookies}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Michael Grosser"]
12
- s.date = %q{2011-11-18}
12
+ s.date = %q{2011-11-27}
13
13
  s.email = %q{michael@grosser.it}
14
14
  s.files = [
15
15
  "Gemfile",
@@ -2,6 +2,7 @@ class IEIframeCookies
2
2
  VERSION = File.read( File.join(File.dirname(__FILE__),'..','VERSION') ).strip
3
3
  end
4
4
 
5
+ require 'action_pack'
5
6
 
6
7
  module ActionController
7
8
  class Base
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ie_iframe_cookies
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Grosser
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-11-18 00:00:00 -08:00
18
+ date: 2011-11-27 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies: []
21
21