enableplaceholder-jquery-rails 1.2.2 → 1.2.2.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c9b3753b345d81fef265eb5f2f688f3fc575b337
|
|
4
|
+
data.tar.gz: 0691ab662ab63a4396a6dbcc99550ba30269310a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 426f26fb03728c201db3551a88c7dc2523882ecf69291fc6695e39caa4697dd88ae066a2dd33a25c17828165b89827091cb95910b2cd401f6759e53362ee3e96
|
|
7
|
+
data.tar.gz: 26629339ddeb39d7f9d726b3b36e46acfb44410261d4ed16a485192436e6cd346a2adf9ac70dea773124c569268fe4c4fb68e0dc470009512c60750bcbd930f1
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# enableplaceholder-jquery-rails [](http://badge.fury.io/rb/enableplaceholder-jquery-rails)
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> Gemified by Doc Walker
|
|
4
4
|
|
|
5
5
|
Provides the `enablePlaceholder` jQuery plugin packaged for the Rails 3.1+ asset pipeline.
|
|
6
6
|
|
|
@@ -8,16 +8,22 @@ Provides the `enablePlaceholder` jQuery plugin packaged for the Rails 3.1+ asset
|
|
|
8
8
|
|
|
9
9
|
Add these lines to your application's Gemfile:
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
```rb
|
|
12
|
+
# enablePlaceholder jquery plugin packaged for the rails asset pipeline
|
|
13
|
+
gem 'enableplaceholder-jquery-rails', '~> 1.2.2'
|
|
14
|
+
```
|
|
13
15
|
|
|
14
16
|
And then execute:
|
|
15
17
|
|
|
16
|
-
|
|
18
|
+
```sh
|
|
19
|
+
$ bundle
|
|
20
|
+
```
|
|
17
21
|
|
|
18
22
|
Or install it yourself as:
|
|
19
23
|
|
|
20
|
-
|
|
24
|
+
```sh
|
|
25
|
+
$ gem install enableplaceholder-jquery-rails
|
|
26
|
+
```
|
|
21
27
|
|
|
22
28
|
Gem version notes:
|
|
23
29
|
|
|
@@ -28,9 +34,11 @@ Gem version notes:
|
|
|
28
34
|
|
|
29
35
|
Add these lines to `app/assets/javascripts/application.js`
|
|
30
36
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
37
|
+
```js
|
|
38
|
+
// provides HTML5 placeholder behavior for old browsers
|
|
39
|
+
// from gem 'enableplaceholder-jquery-rails':
|
|
40
|
+
//= require enableplaceholder-jquery-rails
|
|
41
|
+
```
|
|
34
42
|
|
|
35
43
|
## Contributing
|
|
36
44
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
module EnableplaceholderJquery
|
|
2
2
|
module Rails
|
|
3
|
-
# Use
|
|
4
|
-
# is updated without updating version of
|
|
3
|
+
# Use enablePlaceholder version; append a pre-release version identifier
|
|
4
|
+
# if gem is updated without updating version of enablePlaceholder.
|
|
5
5
|
# Examples:
|
|
6
6
|
# "2.0.0.rc1"
|
|
7
7
|
# "2.0.0.pre"
|
|
8
8
|
# "2.0.0.beta"
|
|
9
9
|
# Refer to Semantic Versioning 2.0.0 (http://semver.org).
|
|
10
|
-
VERSION = "1.2.2"
|
|
10
|
+
VERSION = "1.2.2.1"
|
|
11
11
|
end
|
|
12
12
|
end
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//= require jquery.enablePlaceholder
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: enableplaceholder-jquery-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.2
|
|
4
|
+
version: 1.2.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Doc Walker
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-07-
|
|
11
|
+
date: 2013-07-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
@@ -69,6 +69,7 @@ files:
|
|
|
69
69
|
- lib/enableplaceholder-jquery-rails.rb
|
|
70
70
|
- lib/enableplaceholder-jquery-rails/engine.rb
|
|
71
71
|
- lib/enableplaceholder-jquery-rails/version.rb
|
|
72
|
+
- vendor/assets/javascripts/enableplaceholder-jquery-rails.js
|
|
72
73
|
- vendor/assets/javascripts/jquery.enablePlaceholder.js
|
|
73
74
|
homepage: https://github.com/jhx/gem-enableplaceholder-jquery-rails
|
|
74
75
|
licenses:
|