bootstrap_colorpicker_rails 1.0.0 → 1.0.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: 3fe5fadd2857593776b0ffe5e16bc557e741466e
|
|
4
|
+
data.tar.gz: b1b290d4135ab064fc42283f8a10270889ce291b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89ca2f007128813bebaf638095ed244655fc07ead06b77b3b926b8ba16e09e5e8572601005d3d318fd856c859727810d4a52daf4132a372bcd8848376c769ea4
|
|
7
|
+
data.tar.gz: 16168d70dcd34c930fe4577416333a28b2c2784aebaed8dcbcaa33588c0e6db6faaab76f628587c8e820ff6cfa6bd6c02dbc253eb656933f05e72d638460e104
|
data/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
|
+
## v1.0.1
|
|
2
|
+
|
|
3
|
+
* Fix for issue #1.
|
|
4
|
+
|
|
5
|
+
|
|
1
6
|
## v1.0.0
|
|
2
7
|
|
|
3
|
-
*
|
|
8
|
+
* Add `wrapper_options` to simple_form input for future compatibility. Thanks to Sebastian Roth (@ened).
|
|
4
9
|
|
|
5
10
|
|
|
6
11
|
## v0.1.0
|
|
7
12
|
|
|
8
|
-
* Rails integration for Bootstrap Colorpicker
|
|
9
|
-
* simple_form input for Bootstrap Colorpicker
|
|
13
|
+
* Rails integration for Bootstrap Colorpicker.
|
|
14
|
+
* simple_form input for Bootstrap Colorpicker.
|
data/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# BootstrapColorpickerRails
|
|
2
2
|
|
|
3
3
|
[](http://badge.fury.io/rb/bootstrap_colorpicker_rails)
|
|
4
|
+
[](https://codeclimate.com/github/ShPakvel/bootstrap_colorpicker_rails)
|
|
5
|
+
[](https://gemnasium.com/ShPakvel/bootstrap_colorpicker_rails)
|
|
4
6
|
|
|
5
7
|
This gem is Rails integration for Bootstrap Colorpicker. It includes simple_form input for Colorpicker.
|
|
6
8
|
|
|
@@ -64,6 +66,8 @@ There is `simple_form` input which you can apply via `as: :colorpicker` option.
|
|
|
64
66
|
<%= f.input :color, as: :colorpicker %>
|
|
65
67
|
```
|
|
66
68
|
|
|
69
|
+
**Note:** For simple_form version < '3.1.0' use this gem version '0.1.0'
|
|
70
|
+
|
|
67
71
|
|
|
68
72
|
## Contributing
|
|
69
73
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bootstrap_colorpicker_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pavel Shpak
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-01-
|
|
11
|
+
date: 2015-01-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|