modernizr-rails 2.6.2.3 → 2.6.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/lib/modernizr/rails/version.rb +1 -1
- data/vendor/assets/javascripts/modernizr.js +2 -2
- metadata +11 -11
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# modernizr-rails
|
2
2
|
|
3
|
-
The modernizr-rails gem will include the [Modernizr.js](https://github.com/Modernizr/Modernizr) library into your `Rails 3.1+` app via the asset pipeline. This gem is bundled with the
|
3
|
+
The modernizr-rails gem will include the [Modernizr.js](https://github.com/Modernizr/Modernizr) library into your `Rails 3.1+` app via the asset pipeline. This gem is bundled with the last tagged release version from the [Modernizr GitHub repo](https://github.com/Modernizr/Modernizr), which is minified by the Rails Assets Pipeline for you automatically. If you need custom feature detection tests, consider the [Custom feature detection tests](#custom-feature-detection-tests) section in this README.
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
Add the following to your `assets` group in your Gemfile:
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Modernizr v2.6.
|
2
|
+
* Modernizr v2.6.3
|
3
3
|
* www.modernizr.com
|
4
4
|
*
|
5
5
|
* Copyright (c) Faruk Ates, Paul Irish, Alex Sexton
|
@@ -24,7 +24,7 @@
|
|
24
24
|
|
25
25
|
window.Modernizr = (function( window, document, undefined ) {
|
26
26
|
|
27
|
-
var version = '2.6.
|
27
|
+
var version = '2.6.3',
|
28
28
|
|
29
29
|
Modernizr = {},
|
30
30
|
|
metadata
CHANGED
@@ -1,32 +1,32 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: modernizr-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
+
version: 2.6.3
|
4
5
|
prerelease:
|
5
|
-
version: 2.6.2.3
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Russ Frisch
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-11-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
|
-
|
16
|
-
|
15
|
+
name: rails
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
17
18
|
requirements:
|
18
19
|
- - ! '>='
|
19
20
|
- !ruby/object:Gem::Version
|
20
21
|
version: 3.1.0
|
21
|
-
none: false
|
22
22
|
type: :development
|
23
|
-
|
24
|
-
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
25
26
|
requirements:
|
26
27
|
- - ! '>='
|
27
28
|
- !ruby/object:Gem::Version
|
28
29
|
version: 3.1.0
|
29
|
-
none: false
|
30
30
|
description: This Modernizr.js was built using the at http://www.modernizr.com/download/
|
31
31
|
with all options enabled.
|
32
32
|
email:
|
@@ -52,20 +52,20 @@ rdoc_options: []
|
|
52
52
|
require_paths:
|
53
53
|
- lib
|
54
54
|
required_ruby_version: !ruby/object:Gem::Requirement
|
55
|
+
none: false
|
55
56
|
requirements:
|
56
57
|
- - ! '>='
|
57
58
|
- !ruby/object:Gem::Version
|
58
59
|
version: '0'
|
59
|
-
none: false
|
60
60
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
61
|
+
none: false
|
61
62
|
requirements:
|
62
63
|
- - ! '>='
|
63
64
|
- !ruby/object:Gem::Version
|
64
65
|
version: '0'
|
65
|
-
none: false
|
66
66
|
requirements: []
|
67
67
|
rubyforge_project: modernizr-rails
|
68
|
-
rubygems_version: 1.8.
|
68
|
+
rubygems_version: 1.8.23
|
69
69
|
signing_key:
|
70
70
|
specification_version: 3
|
71
71
|
summary: Gem wrapper to include the Modernizr.js library via the asset pipeline.
|