simple_form_language_input 0.1.0 → 0.1.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: d0a58b862aa9dc06b39681de77e6e47a3c5ab4da
4
- data.tar.gz: 81bdec35cfcadab3b04699cb349c59a947f9cac0
3
+ metadata.gz: 81097e2f1e5e24fadfc437902473bf5168e7f1cc
4
+ data.tar.gz: 498c928f8efc12320e3cff6e8814c5116e38f330
5
5
  SHA512:
6
- metadata.gz: bb5cce37bb52e0bcec5ccf29af8a3082ddbfa1d50a9901f03d812d49eb4bbaa733ce59c5da18e55e275ac81735b28f6ed96fa024c47e1b6afd7bb5c605e90a12
7
- data.tar.gz: 064770bd895e9bda55dba7dc713f2b42ea8bc1733bb40fe2d1220fcd298a22a17c63deb0edea195f77d39ceda785c1e9739c420942ecd183aaf05486418cca2c
6
+ metadata.gz: 30d825a200002d5e793cdb4ba0719724efcaeef0b9beec937bb546bc19e2cb5063ae02ae429ad58824ccebbca0c5169162037a29acfc915abc48741b957f5ad5
7
+ data.tar.gz: f0530da4ab6849837bf7383bd72f2d051ccbba796f76471a6c51a3abced543f7cc29fbe07a127ea78ddd596f5a6cc023755d2a4030c482d38cf011b8457d80a0
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simple_form_language_input (0.1.0)
4
+ simple_form_language_input (0.1.1)
5
5
  rails_language_select
6
6
  simple_form
7
7
 
@@ -1,3 +1,3 @@
1
1
  module SimpleFormLanguageInput
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Kaspars"]
10
10
  spec.email = ["kasparsj@gmail.com"]
11
11
 
12
- spec.summary = "Simple Form language input"
13
- spec.description = "Simple Form language input"
12
+ spec.summary = "Simple Form input component for displaying a localised <select> of languages"
13
+ spec.description = "Simple Form input component for displaying a localised <select> of languages using the ISO 369 standard or your own custom data source."
14
14
  spec.homepage = "https://github.com/kasparsj/simple_form_language_input"
15
15
  spec.license = "MIT"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_form_language_input
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kaspars
@@ -122,7 +122,8 @@ dependencies:
122
122
  - - ">="
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
- description: Simple Form language input
125
+ description: Simple Form input component for displaying a localised <select> of languages
126
+ using the ISO 369 standard or your own custom data source.
126
127
  email:
127
128
  - kasparsj@gmail.com
128
129
  executables: []
@@ -163,5 +164,5 @@ rubyforge_project:
163
164
  rubygems_version: 2.5.1
164
165
  signing_key:
165
166
  specification_version: 4
166
- summary: Simple Form language input
167
+ summary: Simple Form input component for displaying a localised <select> of languages
167
168
  test_files: []