plz_plz_ie 9.0.1 → 9.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d9c0994fe042c0d69e26f9d1939ed91629ef164f
4
- data.tar.gz: 38da115bd68a87736c22b4b756da271226d20609
3
+ metadata.gz: 8ccb0c2ce393cf7a7052aa74f03c8e0b0aa1fb32
4
+ data.tar.gz: dcc5d7a554c27310ab8ae52d4f396a2e07c8db78
5
5
  SHA512:
6
- metadata.gz: b63a702dce05b16759e68b84e73ff3435dce0be25a802082a7c14ec3ab2c68a28b25321f0bc3e5c9872f51cb471e6705fa79be599c566fde995fee58e886286a
7
- data.tar.gz: 9c98b1f79b7fb701eeca078677a198a51b71941d2dc804d93fde3259fd58f0096a6b16b5db1d38dde98bf1966848d0ab971ea93f6ce1b4a947630a7feb828ab1
6
+ metadata.gz: d867686f3da900caf59d2b4d2649f4ce1853cf8f53acfa9c80e1d3f68bcbd628b1b2ac461b8a94eab9edf8c9332e81ae4c8018f348a9eae28c7737853ca650b5
7
+ data.tar.gz: f2c5cc7cfa2bf05c64b0ff7bf6a5002cdeea723cacf88748e431f3b816197935877fd0cc10f197e372a9544fe05c81ac1717b4fa16969f2cd039c6975f7bae8b
@@ -2,7 +2,7 @@ module PlzPlzIE
2
2
  class Middleware
3
3
  IEVR = /(?:MSIE)[\/ ]?([0-9.]+)/i
4
4
 
5
- def initialize(app,options)
5
+ def initialize(app,options={})
6
6
  @app = app
7
7
  @lastest = options[:lastest] || 9
8
8
  @template = options[:path] || File.expand_path("../templates/plz_plz_ie.html", __FILE__)
@@ -1,3 +1,3 @@
1
1
  module PlzPlzIE
2
- VERSION = '9.0.1'
2
+ VERSION = '9.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plz_plz_ie
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.0.1
4
+ version: 9.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - pokka
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-04-28 00:00:00.000000000 Z
11
+ date: 2013-05-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: render a page to the old IE browser
14
14
  email:
@@ -19,9 +19,7 @@ extra_rdoc_files: []
19
19
  files:
20
20
  - .gitignore
21
21
  - README.md
22
- - lib/.DS_Store
23
22
  - lib/plz_plz_ie.rb
24
- - lib/plz_plz_ie/.DS_Store
25
23
  - lib/plz_plz_ie/middleware.rb
26
24
  - lib/plz_plz_ie/templates/plz_plz_ie.html
27
25
  - lib/plz_plz_ie/version.rb