enableplaceholder-jquery-rails 1.2.204 → 1.2.205
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 +8 -8
- data/CHANGELOG.md +20 -13
- data/README.md +1 -1
- data/lib/enableplaceholder-jquery-rails/version.rb +1 -1
- data/spec/test_app/config/application.rb +8 -10
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YTM5MGZiODU0NzU4MmQwNzI0YTNiZTdiMjAwNGNiNmFlZTY1YzYzZg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ODIwMzQzNzAxZDJjM2EwNzI3MGI0MmNkNjZmZDI3ODRiYjNiOWI2NQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NjM3YzViMzU3MTQ0NWY2YjdmMWYwNzA0ODcxYTA0ZDAzZWI2YTAxNjI2MjRi
|
|
10
|
+
MmMwZGE2NDkzNDEyMjk1N2I2ZWYyYmU2MGMxNWEzNDdlYzYyNWEwY2U1NGU5
|
|
11
|
+
M2VlYzdjYzcyNDcwODFlMTA0ZTZlZjhlNmRmNGRhZjBiODVjYmY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NGVmNTUwZDY1NjNhNGM2NjYwZWM1YmE5OWQxYzVhNjY3ZTY3OTI1MTY3YjJk
|
|
14
|
+
MzVlNTU3NmZkOWUxNGYwMDhjNTk4MTc5NDk5YzUyNmJkMzQxNzZkMTRhZjc1
|
|
15
|
+
ODI0NTdmODIyNWFlZmRhYzc1ODljYjYzODZkYmY4ZDIyNjYzYjU=
|
data/CHANGELOG.md
CHANGED
|
@@ -1,47 +1,54 @@
|
|
|
1
1
|
CHANGELOG
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
+
1.2.205 / 2014-02-20
|
|
5
|
+
--------------------
|
|
6
|
+
|
|
7
|
+
- `IMPROVE` - update CHANGELOG style
|
|
8
|
+
- `IMPROVE` - fix rubocop LineLength offenses
|
|
9
|
+
|
|
10
|
+
|
|
4
11
|
1.2.204 / 2014-02-16
|
|
5
12
|
--------------------
|
|
6
13
|
|
|
7
|
-
- `NEW` add ruby lint checks (via rubocop), fix flagged items | [#24][]
|
|
8
|
-
- `IMPROVE` update `semantic` gem version | [#22][]
|
|
9
|
-
- `NEW` add [CHANGELOG](CHANGELOG.md) | [#20][]
|
|
10
|
-
- `IMPROVE` update `railties` gem dependency | [#18][]
|
|
14
|
+
- `NEW` - add ruby lint checks (via rubocop), fix flagged items | [#24][]
|
|
15
|
+
- `IMPROVE` - update `semantic` gem version | [#22][]
|
|
16
|
+
- `NEW` - add [CHANGELOG](CHANGELOG.md) | [#20][]
|
|
17
|
+
- `IMPROVE` - update `railties` gem dependency | [#18][]
|
|
11
18
|
|
|
12
19
|
|
|
13
20
|
1.2.203 / 2013-12-24
|
|
14
21
|
--------------------
|
|
15
22
|
|
|
16
|
-
- `IMPROVE` update coding style to match that of other jhx gems | [#16][]
|
|
23
|
+
- `IMPROVE` - update coding style to match that of other jhx gems | [#16][]
|
|
17
24
|
|
|
18
25
|
|
|
19
26
|
1.2.202 / 2013-12-22
|
|
20
27
|
--------------------
|
|
21
28
|
|
|
22
|
-
- `IMPROVE` revise version to follow [Semantic Versioning](semver.org) | [#14][]
|
|
29
|
+
- `IMPROVE` - revise version to follow [Semantic Versioning](http://semver.org) | [#14][]
|
|
23
30
|
|
|
24
31
|
|
|
25
32
|
1.2.2.pre.2 / 2013-12-22
|
|
26
33
|
------------------------
|
|
27
34
|
|
|
28
|
-
- `IMPROVE` add code coverge badge to [README](README.md) | [#11][], [#12][]
|
|
29
|
-
- `IMPROVE` add dependency badge to [README](README.md) | [#8][]
|
|
30
|
-
- `NEW` add spec for dummy Rails app | [#6][]
|
|
31
|
-
- `NEW` add support for Travis-CI | [#2][], [#3][], [#4][]
|
|
35
|
+
- `IMPROVE` - add code coverge badge to [README](README.md) | [#11][], [#12][]
|
|
36
|
+
- `IMPROVE` - add dependency badge to [README](README.md) | [#8][]
|
|
37
|
+
- `NEW` - add spec for dummy Rails app | [#6][]
|
|
38
|
+
- `NEW` - add support for Travis-CI | [#2][], [#3][], [#4][]
|
|
32
39
|
|
|
33
40
|
|
|
34
41
|
1.2.2.1 / 2013-07-29
|
|
35
42
|
--------------------
|
|
36
43
|
|
|
37
|
-
- `IMPROVE` require gem name instead of jQuery plugin name
|
|
38
|
-
- `IMPROVE` update [README](README.md) with minor changes
|
|
44
|
+
- `IMPROVE` - require gem name instead of jQuery plugin name
|
|
45
|
+
- `IMPROVE` - update [README](README.md) with minor changes
|
|
39
46
|
|
|
40
47
|
|
|
41
48
|
1.2.2 / 2013-07-28
|
|
42
49
|
------------------
|
|
43
50
|
|
|
44
|
-
- `NEW` initial release
|
|
51
|
+
- `NEW` - initial release
|
|
45
52
|
|
|
46
53
|
|
|
47
54
|
Legend
|
data/README.md
CHANGED
|
@@ -15,7 +15,7 @@ Add these lines to your application's `Gemfile`:
|
|
|
15
15
|
|
|
16
16
|
```rb
|
|
17
17
|
# enablePlaceholder jquery plugin packaged for the rails asset pipeline
|
|
18
|
-
gem 'enableplaceholder-jquery-rails', '~> 1.2.
|
|
18
|
+
gem 'enableplaceholder-jquery-rails', '~> 1.2.205'
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
And then execute:
|
|
@@ -9,6 +9,6 @@ module EnableplaceholderJquery
|
|
|
9
9
|
# "1.2.200" is enablePlaceholder v1.2.2 + gem release 0
|
|
10
10
|
# "1.2.201" is enablePlaceholder v1.2.2 + gem release 1
|
|
11
11
|
# "1.2.210" is enablePlaceholder v1.2.2 + gem release 10
|
|
12
|
-
VERSION = '1.2.
|
|
12
|
+
VERSION = '1.2.205'
|
|
13
13
|
end
|
|
14
14
|
end
|
|
@@ -15,9 +15,9 @@ require 'enableplaceholder-jquery-rails'
|
|
|
15
15
|
module TestApp
|
|
16
16
|
class Application < Rails::Application
|
|
17
17
|
# Settings in config/environments/* take precedence over those specified
|
|
18
|
-
# here.
|
|
19
|
-
#
|
|
20
|
-
#
|
|
18
|
+
# here. Application configuration should go into files in
|
|
19
|
+
# config/initializers -- all .rb files in that directory are
|
|
20
|
+
# automatically loaded.
|
|
21
21
|
|
|
22
22
|
# Custom directories with classes and modules you want to be autoloadable.
|
|
23
23
|
# config.autoload_paths += %W(#{config.root}/extras)
|
|
@@ -32,9 +32,8 @@ module TestApp
|
|
|
32
32
|
# :forum_observer
|
|
33
33
|
|
|
34
34
|
# Set Time.zone default to the specified zone and make Active Record
|
|
35
|
-
# auto-convert to this zone.
|
|
36
|
-
#
|
|
37
|
-
# Default is UTC.
|
|
35
|
+
# auto-convert to this zone. Run "rake -D time" for a list of tasks for
|
|
36
|
+
# finding time zone names. Default is UTC.
|
|
38
37
|
# config.time_zone = 'Central Time (US & Canada)'
|
|
39
38
|
|
|
40
39
|
# The default locale is :en and all translations from
|
|
@@ -53,10 +52,9 @@ module TestApp
|
|
|
53
52
|
config.active_support.escape_html_entities_in_json = true
|
|
54
53
|
|
|
55
54
|
# Use SQL instead of Active Record's schema dumper when creating the
|
|
56
|
-
# database.
|
|
57
|
-
#
|
|
58
|
-
#
|
|
59
|
-
# like if you have constraints or database-specific column types
|
|
55
|
+
# database. This is necessary if your schema can't be completely dumped
|
|
56
|
+
# by the schema dumper, like if you have constraints or database-specific
|
|
57
|
+
# column types
|
|
60
58
|
# config.active_record.schema_format = :sql
|
|
61
59
|
|
|
62
60
|
# Enforce whitelist mode for mass assignment.
|
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.
|
|
4
|
+
version: 1.2.205
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Doc Walker
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-02-
|
|
11
|
+
date: 2014-02-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|