carmen 0.2.12 → 0.2.13
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.
- data/lib/carmen/action_view_helpers.rb +1 -1
- data/lib/carmen/version.rb +1 -1
- metadata +10 -22
|
@@ -33,7 +33,7 @@ module ActionView
|
|
|
33
33
|
country_options += "\n<option value=\"\" disabled=\"disabled\">-------------</option>\n"
|
|
34
34
|
end
|
|
35
35
|
end
|
|
36
|
-
|
|
36
|
+
country_options = country_options.html_safe if country_options.respond_to?(:html_safe)
|
|
37
37
|
return country_options + options_for_select(Carmen.countries, priority_country_codes.include?(selected) ? nil : selected)
|
|
38
38
|
end
|
|
39
39
|
end
|
data/lib/carmen/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: carmen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 13
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 13
|
|
10
|
+
version: 0.2.13
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Jim Benton
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-
|
|
18
|
+
date: 2012-03-08 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: mocha
|
|
@@ -37,28 +37,16 @@ dependencies:
|
|
|
37
37
|
requirement: &id002 !ruby/object:Gem::Requirement
|
|
38
38
|
none: false
|
|
39
39
|
requirements:
|
|
40
|
-
- - "
|
|
40
|
+
- - "="
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
hash:
|
|
42
|
+
hash: 11
|
|
43
43
|
segments:
|
|
44
|
-
-
|
|
45
|
-
|
|
44
|
+
- 3
|
|
45
|
+
- 2
|
|
46
|
+
- 2
|
|
47
|
+
version: 3.2.2
|
|
46
48
|
type: :development
|
|
47
49
|
version_requirements: *id002
|
|
48
|
-
- !ruby/object:Gem::Dependency
|
|
49
|
-
name: hanna
|
|
50
|
-
prerelease: false
|
|
51
|
-
requirement: &id003 !ruby/object:Gem::Requirement
|
|
52
|
-
none: false
|
|
53
|
-
requirements:
|
|
54
|
-
- - ">="
|
|
55
|
-
- !ruby/object:Gem::Version
|
|
56
|
-
hash: 3
|
|
57
|
-
segments:
|
|
58
|
-
- 0
|
|
59
|
-
version: "0"
|
|
60
|
-
type: :development
|
|
61
|
-
version_requirements: *id003
|
|
62
50
|
description: A collection of geographic country and state names for Ruby. Also includes replacements for Rails' country_select and state_select plugins
|
|
63
51
|
email: jim@autonomousmachine.com
|
|
64
52
|
executables: []
|