ie_iframe_cookies 0.1.4 → 0.1.5

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 5ddd9cba03955ac7edbca843073b1ed8df67f1eb
4
+ data.tar.gz: 247d304e7c531ba49b731d5ba6a4f45023bb74b2
5
+ SHA512:
6
+ metadata.gz: 0a98e0c94fab96e1adf73ff96da17d54dbbbb923f90917fb723a06113a5ef4d5e5bcbf3100482e77835408b7bfec64eca05fd101cd09042fb4c2250f590e94e8
7
+ data.tar.gz: 2bb6e1aea8f7d1d5490f086fd19b97d95b731b1d17a13416a79f3517cdf3f365a6cf4fbf342fc72afd4673676b931e97d6c39b18eba9dd8c48a16dc8b6f6b069
data/.travis.yml CHANGED
@@ -1,4 +1,16 @@
1
1
  rvm:
2
2
  - ree
3
- - 1.9.2
4
3
  - 1.9.3
4
+ - 2.0.0
5
+ gemfile:
6
+ - gemfiles/rails_2.gemfile
7
+ - gemfiles/rails_3.gemfile
8
+ - gemfiles/rails_4.gemfile
9
+ matrix:
10
+ exclude:
11
+ - rvm: 2.0.0
12
+ gemfile: gemfiles/rails_2.gemfile
13
+ - rvm: ree
14
+ gemfile: gemfiles/rails_4.gemfile
15
+ bundler_args: ""
16
+ script: bundle exec rake test
data/Gemfile CHANGED
@@ -1,8 +1,2 @@
1
- source :rubygems
1
+ source "https://rubygems.org"
2
2
  gemspec
3
-
4
- gem 'appraisal'
5
- gem 'bump'
6
- gem 'rails'
7
- gem 'rake'
8
- gem 'test-unit', '>= 2.5.3'
data/Gemfile.lock CHANGED
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ie_iframe_cookies (0.1.4)
4
+ ie_iframe_cookies (0.1.5)
5
5
 
6
6
  GEM
7
- remote: http://rubygems.org/
7
+ remote: https://rubygems.org/
8
8
  specs:
9
9
  actionmailer (3.2.5)
10
10
  actionpack (= 3.2.5)
@@ -33,12 +33,9 @@ GEM
33
33
  activesupport (3.2.5)
34
34
  i18n (~> 0.6)
35
35
  multi_json (~> 1.0)
36
- appraisal (0.5.1)
37
- bundler
38
- rake
39
36
  arel (3.0.2)
40
37
  builder (3.0.0)
41
- bump (0.3.7)
38
+ bump (0.5.0)
42
39
  erubis (2.7.0)
43
40
  hike (1.2.1)
44
41
  i18n (0.6.0)
@@ -49,6 +46,7 @@ GEM
49
46
  mime-types (~> 1.16)
50
47
  treetop (~> 1.4.8)
51
48
  mime-types (1.18)
49
+ minitest (4.7.5)
52
50
  multi_json (1.3.6)
53
51
  polyglot (0.3.3)
54
52
  rack (1.4.1)
@@ -80,21 +78,21 @@ GEM
80
78
  hike (~> 1.2)
81
79
  rack (~> 1.0)
82
80
  tilt (~> 1.1, != 1.3.0)
83
- test-unit (2.5.3)
84
81
  thor (0.15.2)
85
82
  tilt (1.3.3)
86
83
  treetop (1.4.10)
87
84
  polyglot
88
85
  polyglot (>= 0.3.1)
89
86
  tzinfo (0.3.33)
87
+ wwtd (0.4.4)
90
88
 
91
89
  PLATFORMS
92
90
  ruby
93
91
 
94
92
  DEPENDENCIES
95
- appraisal
96
93
  bump
97
94
  ie_iframe_cookies!
95
+ minitest (~> 4.0)
98
96
  rails
99
97
  rake
100
- test-unit (>= 2.5.3)
98
+ wwtd (>= 0.3.2)
data/Rakefile CHANGED
@@ -1,7 +1,8 @@
1
+ require 'bundler/setup'
1
2
  require 'bundler/gem_tasks'
2
3
  require 'rake/testtask'
3
4
  require 'bump/tasks'
4
- require 'appraisal'
5
+ require 'wwtd/tasks'
5
6
 
6
7
  Rake::TestTask.new(:test) do |test|
7
8
  test.libs << 'lib'
@@ -9,6 +10,4 @@ Rake::TestTask.new(:test) do |test|
9
10
  test.verbose = true
10
11
  end
11
12
 
12
- task :default do
13
- sh "bundle exec rake appraisal:install && bundle exec rake appraisal test"
14
- end
13
+ task :default => :wwtd
@@ -0,0 +1,3 @@
1
+ source "https://rubygems.org"
2
+ gem "rails", "~> 2.3.18"
3
+ gemspec :path=>"../"
@@ -0,0 +1,41 @@
1
+ PATH
2
+ remote: /Users/mgrosser/Code/tools/ie_iframe_cookies
3
+ specs:
4
+ ie_iframe_cookies (0.1.4)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ actionmailer (2.3.18)
10
+ actionpack (= 2.3.18)
11
+ actionpack (2.3.18)
12
+ activesupport (= 2.3.18)
13
+ rack (~> 1.1.0)
14
+ activerecord (2.3.18)
15
+ activesupport (= 2.3.18)
16
+ activeresource (2.3.18)
17
+ activesupport (= 2.3.18)
18
+ activesupport (2.3.18)
19
+ bump (0.5.0)
20
+ minitest (4.7.5)
21
+ rack (1.1.6)
22
+ rails (2.3.18)
23
+ actionmailer (= 2.3.18)
24
+ actionpack (= 2.3.18)
25
+ activerecord (= 2.3.18)
26
+ activeresource (= 2.3.18)
27
+ activesupport (= 2.3.18)
28
+ rake (>= 0.8.3)
29
+ rake (10.1.0)
30
+ wwtd (0.4.4)
31
+
32
+ PLATFORMS
33
+ ruby
34
+
35
+ DEPENDENCIES
36
+ bump
37
+ ie_iframe_cookies!
38
+ minitest (~> 4.0)
39
+ rails (~> 2.3.18)
40
+ rake
41
+ wwtd (>= 0.3.2)
@@ -0,0 +1,3 @@
1
+ source "https://rubygems.org"
2
+ gem "rails", "~> 3.2.15"
3
+ gemspec :path=>"../"
@@ -0,0 +1,98 @@
1
+ PATH
2
+ remote: /Users/mgrosser/Code/tools/ie_iframe_cookies
3
+ specs:
4
+ ie_iframe_cookies (0.1.4)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ actionmailer (3.2.15)
10
+ actionpack (= 3.2.15)
11
+ mail (~> 2.5.4)
12
+ actionpack (3.2.15)
13
+ activemodel (= 3.2.15)
14
+ activesupport (= 3.2.15)
15
+ builder (~> 3.0.0)
16
+ erubis (~> 2.7.0)
17
+ journey (~> 1.0.4)
18
+ rack (~> 1.4.5)
19
+ rack-cache (~> 1.2)
20
+ rack-test (~> 0.6.1)
21
+ sprockets (~> 2.2.1)
22
+ activemodel (3.2.15)
23
+ activesupport (= 3.2.15)
24
+ builder (~> 3.0.0)
25
+ activerecord (3.2.15)
26
+ activemodel (= 3.2.15)
27
+ activesupport (= 3.2.15)
28
+ arel (~> 3.0.2)
29
+ tzinfo (~> 0.3.29)
30
+ activeresource (3.2.15)
31
+ activemodel (= 3.2.15)
32
+ activesupport (= 3.2.15)
33
+ activesupport (3.2.15)
34
+ i18n (~> 0.6, >= 0.6.4)
35
+ multi_json (~> 1.0)
36
+ arel (3.0.2)
37
+ builder (3.0.4)
38
+ bump (0.5.0)
39
+ erubis (2.7.0)
40
+ hike (1.2.3)
41
+ i18n (0.6.5)
42
+ journey (1.0.4)
43
+ json (1.8.1)
44
+ mail (2.5.4)
45
+ mime-types (~> 1.16)
46
+ treetop (~> 1.4.8)
47
+ mime-types (1.25)
48
+ minitest (4.7.5)
49
+ multi_json (1.8.2)
50
+ polyglot (0.3.3)
51
+ rack (1.4.5)
52
+ rack-cache (1.2)
53
+ rack (>= 0.4)
54
+ rack-ssl (1.3.3)
55
+ rack
56
+ rack-test (0.6.2)
57
+ rack (>= 1.0)
58
+ rails (3.2.15)
59
+ actionmailer (= 3.2.15)
60
+ actionpack (= 3.2.15)
61
+ activerecord (= 3.2.15)
62
+ activeresource (= 3.2.15)
63
+ activesupport (= 3.2.15)
64
+ bundler (~> 1.0)
65
+ railties (= 3.2.15)
66
+ railties (3.2.15)
67
+ actionpack (= 3.2.15)
68
+ activesupport (= 3.2.15)
69
+ rack-ssl (~> 1.3.2)
70
+ rake (>= 0.8.7)
71
+ rdoc (~> 3.4)
72
+ thor (>= 0.14.6, < 2.0)
73
+ rake (10.1.0)
74
+ rdoc (3.12.2)
75
+ json (~> 1.4)
76
+ sprockets (2.2.2)
77
+ hike (~> 1.2)
78
+ multi_json (~> 1.0)
79
+ rack (~> 1.0)
80
+ tilt (~> 1.1, != 1.3.0)
81
+ thor (0.18.1)
82
+ tilt (1.4.1)
83
+ treetop (1.4.15)
84
+ polyglot
85
+ polyglot (>= 0.3.1)
86
+ tzinfo (0.3.38)
87
+ wwtd (0.4.4)
88
+
89
+ PLATFORMS
90
+ ruby
91
+
92
+ DEPENDENCIES
93
+ bump
94
+ ie_iframe_cookies!
95
+ minitest (~> 4.0)
96
+ rails (~> 3.2.15)
97
+ rake
98
+ wwtd (>= 0.3.2)
@@ -0,0 +1,3 @@
1
+ source "https://rubygems.org"
2
+ gem "rails", "~> 4.0.1"
3
+ gemspec :path=>"../"
@@ -0,0 +1,92 @@
1
+ PATH
2
+ remote: /Users/mgrosser/Code/tools/ie_iframe_cookies
3
+ specs:
4
+ ie_iframe_cookies (0.1.4)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ actionmailer (4.0.1)
10
+ actionpack (= 4.0.1)
11
+ mail (~> 2.5.4)
12
+ actionpack (4.0.1)
13
+ activesupport (= 4.0.1)
14
+ builder (~> 3.1.0)
15
+ erubis (~> 2.7.0)
16
+ rack (~> 1.5.2)
17
+ rack-test (~> 0.6.2)
18
+ activemodel (4.0.1)
19
+ activesupport (= 4.0.1)
20
+ builder (~> 3.1.0)
21
+ activerecord (4.0.1)
22
+ activemodel (= 4.0.1)
23
+ activerecord-deprecated_finders (~> 1.0.2)
24
+ activesupport (= 4.0.1)
25
+ arel (~> 4.0.0)
26
+ activerecord-deprecated_finders (1.0.3)
27
+ activesupport (4.0.1)
28
+ i18n (~> 0.6, >= 0.6.4)
29
+ minitest (~> 4.2)
30
+ multi_json (~> 1.3)
31
+ thread_safe (~> 0.1)
32
+ tzinfo (~> 0.3.37)
33
+ arel (4.0.1)
34
+ atomic (1.1.14)
35
+ builder (3.1.4)
36
+ bump (0.5.0)
37
+ erubis (2.7.0)
38
+ hike (1.2.3)
39
+ i18n (0.6.5)
40
+ mail (2.5.4)
41
+ mime-types (~> 1.16)
42
+ treetop (~> 1.4.8)
43
+ mime-types (1.25)
44
+ minitest (4.7.5)
45
+ multi_json (1.8.2)
46
+ polyglot (0.3.3)
47
+ rack (1.5.2)
48
+ rack-test (0.6.2)
49
+ rack (>= 1.0)
50
+ rails (4.0.1)
51
+ actionmailer (= 4.0.1)
52
+ actionpack (= 4.0.1)
53
+ activerecord (= 4.0.1)
54
+ activesupport (= 4.0.1)
55
+ bundler (>= 1.3.0, < 2.0)
56
+ railties (= 4.0.1)
57
+ sprockets-rails (~> 2.0.0)
58
+ railties (4.0.1)
59
+ actionpack (= 4.0.1)
60
+ activesupport (= 4.0.1)
61
+ rake (>= 0.8.7)
62
+ thor (>= 0.18.1, < 2.0)
63
+ rake (10.1.0)
64
+ sprockets (2.10.0)
65
+ hike (~> 1.2)
66
+ multi_json (~> 1.0)
67
+ rack (~> 1.0)
68
+ tilt (~> 1.1, != 1.3.0)
69
+ sprockets-rails (2.0.1)
70
+ actionpack (>= 3.0)
71
+ activesupport (>= 3.0)
72
+ sprockets (~> 2.8)
73
+ thor (0.18.1)
74
+ thread_safe (0.1.3)
75
+ atomic
76
+ tilt (1.4.1)
77
+ treetop (1.4.15)
78
+ polyglot
79
+ polyglot (>= 0.3.1)
80
+ tzinfo (0.3.38)
81
+ wwtd (0.4.4)
82
+
83
+ PLATFORMS
84
+ ruby
85
+
86
+ DEPENDENCIES
87
+ bump
88
+ ie_iframe_cookies!
89
+ minitest (~> 4.0)
90
+ rails (~> 4.0.1)
91
+ rake
92
+ wwtd (>= 0.3.2)
@@ -9,4 +9,9 @@ Gem::Specification.new name, IEIframeCookies::VERSION do |s|
9
9
  s.homepage = "http://github.com/grosser/#{name}"
10
10
  s.files = `git ls-files`.split("\n")
11
11
  s.license = "MIT"
12
+ s.add_development_dependency 'bump'
13
+ s.add_development_dependency 'rails'
14
+ s.add_development_dependency 'rake'
15
+ s.add_development_dependency 'minitest', '~> 4.0'
16
+ s.add_development_dependency 'wwtd', '>= 0.3.2'
12
17
  end
@@ -32,7 +32,8 @@ end
32
32
 
33
33
  request.send(method) do
34
34
  def ie_iframe_cookies_browser_is_ie?
35
- (env['HTTP_USER_AGENT'] || "").include?("MSIE")
35
+ agent = (env['HTTP_USER_AGENT'] || "")
36
+ ["MSIE", "Trident"].detect { |ie| agent.include?(ie) }
36
37
  end
37
38
 
38
39
  def normal_cookies_for_ie_in_iframes?
@@ -1,3 +1,3 @@
1
1
  module IEIframeCookies
2
- VERSION = Version = "0.1.4"
2
+ VERSION = Version = "0.1.5"
3
3
  end
@@ -70,6 +70,13 @@ class IEIFrameCookiesTest < ActionController::TestCase
70
70
  assert_equal "true", cookies['using_iframes_in_ie'].to_s
71
71
  end
72
72
 
73
+ test "it sets tracking cookie for IE11" do
74
+ @request.env['HTTP_USER_AGENT'] = "Some Trident thingy"
75
+ get :activate
76
+ is_ok!
77
+ assert_equal "true", cookies['using_iframes_in_ie'].to_s
78
+ end
79
+
73
80
  test "does not set tracking cookie for nice users" do
74
81
  get :activate
75
82
  is_ok!
data/test/test_helper.rb CHANGED
@@ -1,6 +1,7 @@
1
+ require 'minitest/autorun'
2
+ require 'active_support/all'
1
3
  require 'action_pack'
2
4
  require 'action_controller'
3
- require 'test/unit'
4
5
 
5
6
  if ActionPack::VERSION::MAJOR > 2
6
7
  require 'action_dispatch/testing/test_process'
@@ -8,7 +9,7 @@ if ActionPack::VERSION::MAJOR > 2
8
9
 
9
10
  ROUTES = ActionDispatch::Routing::RouteSet.new
10
11
  ROUTES.draw do
11
- match ':controller(/:action(/:id(.:format)))'
12
+ match ':controller(/:action(/:id(.:format)))', :via => :any
12
13
  end
13
14
  ROUTES.finalize!
14
15
 
@@ -25,6 +26,12 @@ if ActionPack::VERSION::MAJOR > 2
25
26
  cookies
26
27
  end
27
28
  end
29
+
30
+ ActionController::Base.class_eval do
31
+ def _routes
32
+ ROUTES
33
+ end
34
+ end
28
35
  else
29
36
  require 'action_controller/test_process'
30
37
  ActionController::Routing::Routes.reload rescue nil
metadata CHANGED
@@ -1,16 +1,85 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ie_iframe_cookies
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 0.1.4
4
+ version: 0.1.5
6
5
  platform: ruby
7
6
  authors:
8
7
  - Michael Grosser
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-12-18 00:00:00.000000000 Z
13
- dependencies: []
11
+ date: 2013-11-28 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bump
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - '>='
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - '>='
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rails
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: minitest
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ~>
60
+ - !ruby/object:Gem::Version
61
+ version: '4.0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ~>
67
+ - !ruby/object:Gem::Version
68
+ version: '4.0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: wwtd
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - '>='
74
+ - !ruby/object:Gem::Version
75
+ version: 0.3.2
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - '>='
81
+ - !ruby/object:Gem::Version
82
+ version: 0.3.2
14
83
  description:
15
84
  email: michael@grosser.it
16
85
  executables: []
@@ -18,17 +87,16 @@ extensions: []
18
87
  extra_rdoc_files: []
19
88
  files:
20
89
  - .travis.yml
21
- - Appraisals
22
90
  - Gemfile
23
91
  - Gemfile.lock
24
92
  - Rakefile
25
93
  - Readme.md
26
- - gemfiles/rails_2.3.14.gemfile
27
- - gemfiles/rails_2.3.14.gemfile.lock
28
- - gemfiles/rails_3.1.8.gemfile
29
- - gemfiles/rails_3.1.8.gemfile.lock
30
- - gemfiles/rails_3.2.9.gemfile
31
- - gemfiles/rails_3.2.9.gemfile.lock
94
+ - gemfiles/rails_2.gemfile
95
+ - gemfiles/rails_2.gemfile.lock
96
+ - gemfiles/rails_3.gemfile
97
+ - gemfiles/rails_3.gemfile.lock
98
+ - gemfiles/rails_4.gemfile
99
+ - gemfiles/rails_4.gemfile.lock
32
100
  - ie_iframe_cookies.gemspec
33
101
  - lib/ie_iframe_cookies.rb
34
102
  - lib/ie_iframe_cookies/version.rb
@@ -37,32 +105,25 @@ files:
37
105
  homepage: http://github.com/grosser/ie_iframe_cookies
38
106
  licenses:
39
107
  - MIT
108
+ metadata: {}
40
109
  post_install_message:
41
110
  rdoc_options: []
42
111
  require_paths:
43
112
  - lib
44
113
  required_ruby_version: !ruby/object:Gem::Requirement
45
114
  requirements:
46
- - - ! '>='
115
+ - - '>='
47
116
  - !ruby/object:Gem::Version
48
117
  version: '0'
49
- segments:
50
- - 0
51
- hash: 2082685623061134999
52
- none: false
53
118
  required_rubygems_version: !ruby/object:Gem::Requirement
54
119
  requirements:
55
- - - ! '>='
120
+ - - '>='
56
121
  - !ruby/object:Gem::Version
57
122
  version: '0'
58
- segments:
59
- - 0
60
- hash: 2082685623061134999
61
- none: false
62
123
  requirements: []
63
124
  rubyforge_project:
64
- rubygems_version: 1.8.24
125
+ rubygems_version: 2.0.3
65
126
  signing_key:
66
- specification_version: 3
67
- summary: ! 'Rails: Enabled cookies inside IFrames for IE via p3p headers'
127
+ specification_version: 4
128
+ summary: 'Rails: Enabled cookies inside IFrames for IE via p3p headers'
68
129
  test_files: []
data/Appraisals DELETED
@@ -1,5 +0,0 @@
1
- %w[2.3.14 3.1.8 3.2.9].each do |version|
2
- appraise "rails-#{version}" do
3
- gem "rails", "~> #{version}"
4
- end
5
- end
@@ -1,11 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source :rubygems
4
-
5
- gem "appraisal"
6
- gem "bump"
7
- gem "rake"
8
- gem "test-unit", ">= 2.5.3"
9
- gem "rails", "~> 2.3.14"
10
-
11
- gemspec :path=>"../"
@@ -1,43 +0,0 @@
1
- PATH
2
- remote: /Users/mgrosser/code/tools/ie_iframe_cookies
3
- specs:
4
- ie_iframe_cookies (0.1.3)
5
-
6
- GEM
7
- remote: http://rubygems.org/
8
- specs:
9
- actionmailer (2.3.14)
10
- actionpack (= 2.3.14)
11
- actionpack (2.3.14)
12
- activesupport (= 2.3.14)
13
- rack (~> 1.1.0)
14
- activerecord (2.3.14)
15
- activesupport (= 2.3.14)
16
- activeresource (2.3.14)
17
- activesupport (= 2.3.14)
18
- activesupport (2.3.14)
19
- appraisal (0.5.1)
20
- bundler
21
- rake
22
- bump (0.3.7)
23
- rack (1.1.3)
24
- rails (2.3.14)
25
- actionmailer (= 2.3.14)
26
- actionpack (= 2.3.14)
27
- activerecord (= 2.3.14)
28
- activeresource (= 2.3.14)
29
- activesupport (= 2.3.14)
30
- rake (>= 0.8.3)
31
- rake (10.0.3)
32
- test-unit (2.5.3)
33
-
34
- PLATFORMS
35
- ruby
36
-
37
- DEPENDENCIES
38
- appraisal
39
- bump
40
- ie_iframe_cookies!
41
- rails (~> 2.3.14)
42
- rake
43
- test-unit (>= 2.5.3)
@@ -1,11 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source :rubygems
4
-
5
- gem "appraisal"
6
- gem "bump"
7
- gem "rake"
8
- gem "test-unit", ">= 2.5.3"
9
- gem "rails", "~> 3.1.8"
10
-
11
- gemspec :path=>"../"
@@ -1,102 +0,0 @@
1
- PATH
2
- remote: /Users/mgrosser/code/tools/ie_iframe_cookies
3
- specs:
4
- ie_iframe_cookies (0.1.3)
5
-
6
- GEM
7
- remote: http://rubygems.org/
8
- specs:
9
- actionmailer (3.1.8)
10
- actionpack (= 3.1.8)
11
- mail (~> 2.3.3)
12
- actionpack (3.1.8)
13
- activemodel (= 3.1.8)
14
- activesupport (= 3.1.8)
15
- builder (~> 3.0.0)
16
- erubis (~> 2.7.0)
17
- i18n (~> 0.6)
18
- rack (~> 1.3.6)
19
- rack-cache (~> 1.2)
20
- rack-mount (~> 0.8.2)
21
- rack-test (~> 0.6.1)
22
- sprockets (~> 2.0.4)
23
- activemodel (3.1.8)
24
- activesupport (= 3.1.8)
25
- builder (~> 3.0.0)
26
- i18n (~> 0.6)
27
- activerecord (3.1.8)
28
- activemodel (= 3.1.8)
29
- activesupport (= 3.1.8)
30
- arel (~> 2.2.3)
31
- tzinfo (~> 0.3.29)
32
- activeresource (3.1.8)
33
- activemodel (= 3.1.8)
34
- activesupport (= 3.1.8)
35
- activesupport (3.1.8)
36
- multi_json (>= 1.0, < 1.3)
37
- appraisal (0.5.1)
38
- bundler
39
- rake
40
- arel (2.2.3)
41
- builder (3.0.4)
42
- bump (0.3.7)
43
- erubis (2.7.0)
44
- hike (1.2.1)
45
- i18n (0.6.1)
46
- json (1.7.5)
47
- mail (2.3.3)
48
- i18n (>= 0.4.0)
49
- mime-types (~> 1.16)
50
- treetop (~> 1.4.8)
51
- mime-types (1.19)
52
- multi_json (1.2.0)
53
- polyglot (0.3.3)
54
- rack (1.3.6)
55
- rack-cache (1.2)
56
- rack (>= 0.4)
57
- rack-mount (0.8.3)
58
- rack (>= 1.0.0)
59
- rack-ssl (1.3.2)
60
- rack
61
- rack-test (0.6.2)
62
- rack (>= 1.0)
63
- rails (3.1.8)
64
- actionmailer (= 3.1.8)
65
- actionpack (= 3.1.8)
66
- activerecord (= 3.1.8)
67
- activeresource (= 3.1.8)
68
- activesupport (= 3.1.8)
69
- bundler (~> 1.0)
70
- railties (= 3.1.8)
71
- railties (3.1.8)
72
- actionpack (= 3.1.8)
73
- activesupport (= 3.1.8)
74
- rack-ssl (~> 1.3.2)
75
- rake (>= 0.8.7)
76
- rdoc (~> 3.4)
77
- thor (~> 0.14.6)
78
- rake (10.0.3)
79
- rdoc (3.12)
80
- json (~> 1.4)
81
- sprockets (2.0.4)
82
- hike (~> 1.2)
83
- rack (~> 1.0)
84
- tilt (~> 1.1, != 1.3.0)
85
- test-unit (2.5.3)
86
- thor (0.14.6)
87
- tilt (1.3.3)
88
- treetop (1.4.12)
89
- polyglot
90
- polyglot (>= 0.3.1)
91
- tzinfo (0.3.35)
92
-
93
- PLATFORMS
94
- ruby
95
-
96
- DEPENDENCIES
97
- appraisal
98
- bump
99
- ie_iframe_cookies!
100
- rails (~> 3.1.8)
101
- rake
102
- test-unit (>= 2.5.3)
@@ -1,11 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source :rubygems
4
-
5
- gem "appraisal"
6
- gem "bump"
7
- gem "rake"
8
- gem "test-unit", ">= 2.5.3"
9
- gem "rails", "~> 3.2.9"
10
-
11
- gemspec :path=>"../"
@@ -1,101 +0,0 @@
1
- PATH
2
- remote: /Users/mgrosser/code/tools/ie_iframe_cookies
3
- specs:
4
- ie_iframe_cookies (0.1.3)
5
-
6
- GEM
7
- remote: http://rubygems.org/
8
- specs:
9
- actionmailer (3.2.9)
10
- actionpack (= 3.2.9)
11
- mail (~> 2.4.4)
12
- actionpack (3.2.9)
13
- activemodel (= 3.2.9)
14
- activesupport (= 3.2.9)
15
- builder (~> 3.0.0)
16
- erubis (~> 2.7.0)
17
- journey (~> 1.0.4)
18
- rack (~> 1.4.0)
19
- rack-cache (~> 1.2)
20
- rack-test (~> 0.6.1)
21
- sprockets (~> 2.2.1)
22
- activemodel (3.2.9)
23
- activesupport (= 3.2.9)
24
- builder (~> 3.0.0)
25
- activerecord (3.2.9)
26
- activemodel (= 3.2.9)
27
- activesupport (= 3.2.9)
28
- arel (~> 3.0.2)
29
- tzinfo (~> 0.3.29)
30
- activeresource (3.2.9)
31
- activemodel (= 3.2.9)
32
- activesupport (= 3.2.9)
33
- activesupport (3.2.9)
34
- i18n (~> 0.6)
35
- multi_json (~> 1.0)
36
- appraisal (0.5.1)
37
- bundler
38
- rake
39
- arel (3.0.2)
40
- builder (3.0.4)
41
- bump (0.3.7)
42
- erubis (2.7.0)
43
- hike (1.2.1)
44
- i18n (0.6.1)
45
- journey (1.0.4)
46
- json (1.7.5)
47
- mail (2.4.4)
48
- i18n (>= 0.4.0)
49
- mime-types (~> 1.16)
50
- treetop (~> 1.4.8)
51
- mime-types (1.19)
52
- multi_json (1.5.0)
53
- polyglot (0.3.3)
54
- rack (1.4.1)
55
- rack-cache (1.2)
56
- rack (>= 0.4)
57
- rack-ssl (1.3.2)
58
- rack
59
- rack-test (0.6.2)
60
- rack (>= 1.0)
61
- rails (3.2.9)
62
- actionmailer (= 3.2.9)
63
- actionpack (= 3.2.9)
64
- activerecord (= 3.2.9)
65
- activeresource (= 3.2.9)
66
- activesupport (= 3.2.9)
67
- bundler (~> 1.0)
68
- railties (= 3.2.9)
69
- railties (3.2.9)
70
- actionpack (= 3.2.9)
71
- activesupport (= 3.2.9)
72
- rack-ssl (~> 1.3.2)
73
- rake (>= 0.8.7)
74
- rdoc (~> 3.4)
75
- thor (>= 0.14.6, < 2.0)
76
- rake (10.0.3)
77
- rdoc (3.12)
78
- json (~> 1.4)
79
- sprockets (2.2.2)
80
- hike (~> 1.2)
81
- multi_json (~> 1.0)
82
- rack (~> 1.0)
83
- tilt (~> 1.1, != 1.3.0)
84
- test-unit (2.5.3)
85
- thor (0.16.0)
86
- tilt (1.3.3)
87
- treetop (1.4.12)
88
- polyglot
89
- polyglot (>= 0.3.1)
90
- tzinfo (0.3.35)
91
-
92
- PLATFORMS
93
- ruby
94
-
95
- DEPENDENCIES
96
- appraisal
97
- bump
98
- ie_iframe_cookies!
99
- rails (~> 3.2.9)
100
- rake
101
- test-unit (>= 2.5.3)