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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7c9cb47f89859d3b8f659e9e555d887967dc541e
4
- data.tar.gz: f3870fd5f9e180fafe4959b7a17a05185e515485
3
+ metadata.gz: b946136d29feb673862e543e48a47cad1922f10a
4
+ data.tar.gz: d835048ea1301cf3d3b4a5e79249435ea4f99deb
5
5
  SHA512:
6
- metadata.gz: 6617747d6a2ab5a83dbf13bd9c2a775369131ff6e73b23e0893326f918783e3a2f8d25e697f2fc516048223508185ab4f317c37e723a60b8c5e3ef14264cf57b
7
- data.tar.gz: c64c1b4b92b247048ffd4c21af3109ed701a34666399540916e02e66ee985a7d44a58613f9b8cd6ae9d3c2d66b356924dd85cc57601094bb37d1d30340977086
6
+ metadata.gz: f7eaf7927e9167615a9cfb48821d744bdbc26ef5cc4e20063b9c216d27b2a80dadea1ab11e0af89ec33c986dff6af65a288e0c3278ead656a3930e26943a0c38
7
+ data.tar.gz: 4421595991381253e1db26b28496fa1076d88edcfb9895a99cd1e04573eb0b1e96eda892de60d830510b51853a5c9c445a3ee9791b85628f915add5b9d2f9e84
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # SelectWithOther
2
2
 
3
- TODO: Write a gem description
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
- TODO: Write usage instructions here
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/[my-github-username]/select_with_other/fork )
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`)
@@ -1,4 +1,4 @@
1
- module ImageZoomer
1
+ module SelectWithOther
2
2
  class Engine < Rails::Engine
3
3
  end
4
4
  end
@@ -1,3 +1,3 @@
1
1
  module SelectWithOther
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: select_with_other
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Chumak