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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/simple_form_language_input/version.rb +1 -1
- data/simple_form_language_input.gemspec +2 -2
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 81097e2f1e5e24fadfc437902473bf5168e7f1cc
|
|
4
|
+
data.tar.gz: 498c928f8efc12320e3cff6e8814c5116e38f330
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 30d825a200002d5e793cdb4ba0719724efcaeef0b9beec937bb546bc19e2cb5063ae02ae429ad58824ccebbca0c5169162037a29acfc915abc48741b957f5ad5
|
|
7
|
+
data.tar.gz: f0530da4ab6849837bf7383bd72f2d051ccbba796f76471a6c51a3abced543f7cc29fbe07a127ea78ddd596f5a6cc023755d2a4030c482d38cf011b8457d80a0
|
data/Gemfile.lock
CHANGED
|
@@ -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
|
|
13
|
-
spec.description = "Simple Form
|
|
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.
|
|
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
|
|
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
|
|
167
|
+
summary: Simple Form input component for displaying a localised <select> of languages
|
|
167
168
|
test_files: []
|