select_with_other 0.0.1 → 0.0.3
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 +4 -4
- data/README.md +4 -3
- data/lib/select_with_other/engine.rb +1 -1
- data/lib/select_with_other/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b946136d29feb673862e543e48a47cad1922f10a
|
|
4
|
+
data.tar.gz: d835048ea1301cf3d3b4a5e79249435ea4f99deb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7eaf7927e9167615a9cfb48821d744bdbc26ef5cc4e20063b9c216d27b2a80dadea1ab11e0af89ec33c986dff6af65a288e0c3278ead656a3930e26943a0c38
|
|
7
|
+
data.tar.gz: 4421595991381253e1db26b28496fa1076d88edcfb9895a99cd1e04573eb0b1e96eda892de60d830510b51853a5c9c445a3ee9791b85628f915add5b9d2f9e84
|
data/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# SelectWithOther
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Select tag implementation using radio buttons and allowing for
|
|
4
|
+
entry of custom "Other" value.
|
|
4
5
|
|
|
5
6
|
## Installation
|
|
6
7
|
|
|
@@ -18,11 +19,11 @@ Or install it yourself as:
|
|
|
18
19
|
|
|
19
20
|
## Usage
|
|
20
21
|
|
|
21
|
-
|
|
22
|
+
See them on project's [github page](https://github.com/alexchumak/select-with-other).
|
|
22
23
|
|
|
23
24
|
## Contributing
|
|
24
25
|
|
|
25
|
-
1. Fork it ( https://github.com/
|
|
26
|
+
1. Fork it ( https://github.com/alexchumak/select-with-other/fork )
|
|
26
27
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
27
28
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
28
29
|
4. Push to the branch (`git push origin my-new-feature`)
|