country_select 1.3.1 → 2.0.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +12 -7
- data/Appraisals +4 -4
- data/CHANGELOG.md +16 -0
- data/Gemfile +0 -5
- data/README.md +48 -40
- data/Rakefile +3 -7
- data/UPGRADING.md +69 -0
- data/country_select.gemspec +4 -10
- data/gemfiles/actionpack3.0.gemfile +2 -3
- data/gemfiles/actionpack3.1.gemfile +2 -3
- data/gemfiles/actionpack3.2.gemfile +2 -3
- data/gemfiles/actionpack4.0.gemfile +1 -2
- data/gemfiles/actionpack4.1.gemfile +2 -3
- data/lib/country_select.rb +8 -126
- data/lib/country_select/country_select_helper.rb +38 -0
- data/lib/country_select/rails3/country_select_helper.rb +39 -0
- data/lib/country_select/tag_helper.rb +88 -0
- data/lib/country_select/version.rb +1 -1
- data/spec/country_select_spec.rb +131 -158
- metadata +37 -35
- checksums.yaml.gz.sig +0 -1
- data.tar.gz.sig +0 -0
- data/gemfiles/actionpack3.0.gemfile.lock +0 -284
- data/gemfiles/actionpack3.1.gemfile.lock +0 -292
- data/gemfiles/actionpack3.2.gemfile.lock +0 -291
- data/gemfiles/actionpack4.0.gemfile.lock +0 -282
- data/gemfiles/actionpack4.1.gemfile.lock +0 -286
- data/lib/country_select/countries.rb +0 -34
- metadata.gz.sig +0 -0
metadata
CHANGED
@@ -1,36 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: country_select
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0.rc1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stefan Penner
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
|
-
cert_chain:
|
11
|
-
-
|
12
|
-
-----BEGIN CERTIFICATE-----
|
13
|
-
MIIDijCCAnKgAwIBAgIBATANBgkqhkiG9w0BAQUFADBFMRcwFQYDVQQDDA5hZGFt
|
14
|
-
YW5kZXJzb25pczEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPyLGQB
|
15
|
-
GRYDY29tMB4XDTE0MDEyODIyNTQ1N1oXDTE1MDEyODIyNTQ1N1owRTEXMBUGA1UE
|
16
|
-
AwwOYWRhbWFuZGVyc29uaXMxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmS
|
17
|
-
JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJ4Q
|
18
|
-
ab6dy9kVAE7JgB9dPAkjU+fHK2vPrYiV7y4PxHm7TEhtoJ05EhcqVEweFn2HNf/M
|
19
|
-
Pf6AUZjngyMmS6tbEpx600RH38faj6p457oldUKb/cpCiwHwu7AaIKt77VhDeosl
|
20
|
-
A43KzUoq5tnAg6eauuTF7vllUUZnd+qozGEuVVIX+Wxt2qGEsNv+mOCCzq3Pg+g+
|
21
|
-
lpSIzGYMAOAxv/pCYwd+yudMgcwxo0f4L89MSqQlJQ0rYqvB28dd3GrgDtMiK2NR
|
22
|
-
RPkHHRjOq7KU/Fc3ldxzNtI72kffvKn/tF+q40fQbC8w2om97C6LI9mos/a+yw+G
|
23
|
-
b87MAcgczKwYywmmtykCAwEAAaOBhDCBgTAJBgNVHRMEAjAAMAsGA1UdDwQEAwIE
|
24
|
-
sDAdBgNVHQ4EFgQUaPpU61pfY1/3HHQV1WiKbihL3NwwIwYDVR0RBBwwGoEYYWRh
|
25
|
-
bWFuZGVyc29uaXNAZ21haWwuY29tMCMGA1UdEgQcMBqBGGFkYW1hbmRlcnNvbmlz
|
26
|
-
QGdtYWlsLmNvbTANBgkqhkiG9w0BAQUFAAOCAQEAZk4hTjlk+ZYuD09/HJzXlwgJ
|
27
|
-
QthblKYRFnNktL+7OqByg28NzMsYpEEm0sHlyOmywRo2a24/JWxuTHQnqcMuR0aX
|
28
|
-
3PIR50hsV2QHpQ0C2jDb51Q+zqSkdkw7Lj3P/ezb2fRZch6FQgDFDnUfx/Z1adHm
|
29
|
-
ERqy2jy+jvaMqYJZ1eLEAGVnCwzCC7PKNkNUcXVrMNvjNke+0T6jOylYPMyhbt8z
|
30
|
-
b/CRir9ENc3AaSLrSWqwHBqnM+brG5INQq6eTgu70I0woN06eih0en4ABYQZmT6h
|
31
|
-
DZZ1NZEkFwLS/haj/p8XUSq+KlwMDtnIss9ABXLJOONRzU4eICRpA/15bs89FQ==
|
32
|
-
-----END CERTIFICATE-----
|
33
|
-
date: 2014-01-29 00:00:00.000000000 Z
|
10
|
+
cert_chain: []
|
11
|
+
date: 2014-08-11 00:00:00.000000000 Z
|
34
12
|
dependencies:
|
35
13
|
- !ruby/object:Gem::Dependency
|
36
14
|
name: rspec
|
@@ -60,6 +38,26 @@ dependencies:
|
|
60
38
|
- - "~>"
|
61
39
|
- !ruby/object:Gem::Version
|
62
40
|
version: '3'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: appraisal
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '1.0'
|
48
|
+
- - ">="
|
49
|
+
- !ruby/object:Gem::Version
|
50
|
+
version: 1.0.0
|
51
|
+
type: :development
|
52
|
+
prerelease: false
|
53
|
+
version_requirements: !ruby/object:Gem::Requirement
|
54
|
+
requirements:
|
55
|
+
- - "~>"
|
56
|
+
- !ruby/object:Gem::Version
|
57
|
+
version: '1.0'
|
58
|
+
- - ">="
|
59
|
+
- !ruby/object:Gem::Version
|
60
|
+
version: 1.0.0
|
63
61
|
- !ruby/object:Gem::Dependency
|
64
62
|
name: pry
|
65
63
|
requirement: !ruby/object:Gem::Requirement
|
@@ -78,14 +76,20 @@ dependencies:
|
|
78
76
|
name: countries
|
79
77
|
requirement: !ruby/object:Gem::Requirement
|
80
78
|
requirements:
|
81
|
-
- -
|
79
|
+
- - "~>"
|
80
|
+
- !ruby/object:Gem::Version
|
81
|
+
version: '0.9'
|
82
|
+
- - ">="
|
82
83
|
- !ruby/object:Gem::Version
|
83
84
|
version: 0.9.3
|
84
85
|
type: :runtime
|
85
86
|
prerelease: false
|
86
87
|
version_requirements: !ruby/object:Gem::Requirement
|
87
88
|
requirements:
|
88
|
-
- -
|
89
|
+
- - "~>"
|
90
|
+
- !ruby/object:Gem::Version
|
91
|
+
version: '0.9'
|
92
|
+
- - ">="
|
89
93
|
- !ruby/object:Gem::Version
|
90
94
|
version: 0.9.3
|
91
95
|
description: Provides a simple helper to get an HTML select list of countries. The
|
@@ -106,19 +110,17 @@ files:
|
|
106
110
|
- MIT-LICENSE
|
107
111
|
- README.md
|
108
112
|
- Rakefile
|
113
|
+
- UPGRADING.md
|
109
114
|
- country_select.gemspec
|
110
115
|
- gemfiles/actionpack3.0.gemfile
|
111
|
-
- gemfiles/actionpack3.0.gemfile.lock
|
112
116
|
- gemfiles/actionpack3.1.gemfile
|
113
|
-
- gemfiles/actionpack3.1.gemfile.lock
|
114
117
|
- gemfiles/actionpack3.2.gemfile
|
115
|
-
- gemfiles/actionpack3.2.gemfile.lock
|
116
118
|
- gemfiles/actionpack4.0.gemfile
|
117
|
-
- gemfiles/actionpack4.0.gemfile.lock
|
118
119
|
- gemfiles/actionpack4.1.gemfile
|
119
|
-
- gemfiles/actionpack4.1.gemfile.lock
|
120
120
|
- lib/country_select.rb
|
121
|
-
- lib/country_select/
|
121
|
+
- lib/country_select/country_select_helper.rb
|
122
|
+
- lib/country_select/rails3/country_select_helper.rb
|
123
|
+
- lib/country_select/tag_helper.rb
|
122
124
|
- lib/country_select/version.rb
|
123
125
|
- spec/country_select_spec.rb
|
124
126
|
- spec/spec_helper.rb
|
@@ -137,9 +139,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
137
139
|
version: '0'
|
138
140
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
139
141
|
requirements:
|
140
|
-
- - "
|
142
|
+
- - ">"
|
141
143
|
- !ruby/object:Gem::Version
|
142
|
-
version:
|
144
|
+
version: 1.3.1
|
143
145
|
requirements: []
|
144
146
|
rubyforge_project: country_select
|
145
147
|
rubygems_version: 2.2.0
|
checksums.yaml.gz.sig
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
c����0�SeXxlx��䔸�0��8T_B~7h������6���,z"*�B�Yb�F�ŭ똓1��-AR�_UV5�.�.�Ii>!�����00��cf��b����X���T�C������pwخ[��(�v�����1&��V���=�m�D��na������x��5o�7n��V�F��-p*a{���W�x\a�6�]m�]��C��V �~�����e�=��?ʏ����T�,|�g�@c��cX|��ȵ�[���3]�8{�%#gU
|
data.tar.gz.sig
DELETED
Binary file
|
@@ -1,284 +0,0 @@
|
|
1
|
-
GIT
|
2
|
-
remote: git://github.com/thoughtbot/appraisal.git
|
3
|
-
revision: 6d599ff1f2418d199ba2357b7c0297a63521ab13
|
4
|
-
ref: 6d599f
|
5
|
-
specs:
|
6
|
-
appraisal (1.0.0.beta2)
|
7
|
-
bundler
|
8
|
-
rake
|
9
|
-
thor (>= 0.14.0)
|
10
|
-
|
11
|
-
PATH
|
12
|
-
remote: ../
|
13
|
-
specs:
|
14
|
-
country_select (1.3.1)
|
15
|
-
countries (= 0.9.3)
|
16
|
-
|
17
|
-
GEM
|
18
|
-
remote: https://rubygems.org/
|
19
|
-
specs:
|
20
|
-
abstract (1.0.0)
|
21
|
-
actionpack (3.0.20)
|
22
|
-
activemodel (= 3.0.20)
|
23
|
-
activesupport (= 3.0.20)
|
24
|
-
builder (~> 2.1.2)
|
25
|
-
erubis (~> 2.6.6)
|
26
|
-
i18n (~> 0.5.0)
|
27
|
-
rack (~> 1.2.5)
|
28
|
-
rack-mount (~> 0.6.14)
|
29
|
-
rack-test (~> 0.5.7)
|
30
|
-
tzinfo (~> 0.3.23)
|
31
|
-
activemodel (3.0.20)
|
32
|
-
activesupport (= 3.0.20)
|
33
|
-
builder (~> 2.1.2)
|
34
|
-
i18n (~> 0.5.0)
|
35
|
-
activesupport (3.0.20)
|
36
|
-
builder (2.1.2)
|
37
|
-
coderay (1.0.9)
|
38
|
-
countries (0.9.3)
|
39
|
-
currencies (~> 0.4.2)
|
40
|
-
currencies (0.4.2)
|
41
|
-
diff-lcs (1.2.4)
|
42
|
-
erubis (2.6.6)
|
43
|
-
abstract (>= 1.0.0)
|
44
|
-
ffi2-generators (0.1.1)
|
45
|
-
i18n (0.5.0)
|
46
|
-
method_source (0.8.1)
|
47
|
-
pry (0.9.12.2)
|
48
|
-
coderay (~> 1.0.5)
|
49
|
-
method_source (~> 0.8)
|
50
|
-
slop (~> 3.4)
|
51
|
-
psych (2.0.2)
|
52
|
-
racc (1.4.11)
|
53
|
-
rack (1.2.8)
|
54
|
-
rack-mount (0.6.14)
|
55
|
-
rack (>= 1.0.0)
|
56
|
-
rack-test (0.5.7)
|
57
|
-
rack (>= 1.0)
|
58
|
-
rake (10.0.4)
|
59
|
-
rspec (2.13.0)
|
60
|
-
rspec-core (~> 2.13.0)
|
61
|
-
rspec-expectations (~> 2.13.0)
|
62
|
-
rspec-mocks (~> 2.13.0)
|
63
|
-
rspec-core (2.13.1)
|
64
|
-
rspec-expectations (2.13.0)
|
65
|
-
diff-lcs (>= 1.1.3, < 2.0)
|
66
|
-
rspec-mocks (2.13.1)
|
67
|
-
rubysl (2.0.15)
|
68
|
-
rubysl-abbrev (~> 2.0)
|
69
|
-
rubysl-base64 (~> 2.0)
|
70
|
-
rubysl-benchmark (~> 2.0)
|
71
|
-
rubysl-bigdecimal (~> 2.0)
|
72
|
-
rubysl-cgi (~> 2.0)
|
73
|
-
rubysl-cgi-session (~> 2.0)
|
74
|
-
rubysl-cmath (~> 2.0)
|
75
|
-
rubysl-complex (~> 2.0)
|
76
|
-
rubysl-continuation (~> 2.0)
|
77
|
-
rubysl-coverage (~> 2.0)
|
78
|
-
rubysl-csv (~> 2.0)
|
79
|
-
rubysl-curses (~> 2.0)
|
80
|
-
rubysl-date (~> 2.0)
|
81
|
-
rubysl-delegate (~> 2.0)
|
82
|
-
rubysl-digest (~> 2.0)
|
83
|
-
rubysl-drb (~> 2.0)
|
84
|
-
rubysl-e2mmap (~> 2.0)
|
85
|
-
rubysl-english (~> 2.0)
|
86
|
-
rubysl-enumerator (~> 2.0)
|
87
|
-
rubysl-erb (~> 2.0)
|
88
|
-
rubysl-etc (~> 2.0)
|
89
|
-
rubysl-expect (~> 2.0)
|
90
|
-
rubysl-fcntl (~> 2.0)
|
91
|
-
rubysl-fiber (~> 2.0)
|
92
|
-
rubysl-fileutils (~> 2.0)
|
93
|
-
rubysl-find (~> 2.0)
|
94
|
-
rubysl-forwardable (~> 2.0)
|
95
|
-
rubysl-getoptlong (~> 2.0)
|
96
|
-
rubysl-gserver (~> 2.0)
|
97
|
-
rubysl-io-console (~> 2.0)
|
98
|
-
rubysl-io-nonblock (~> 2.0)
|
99
|
-
rubysl-io-wait (~> 2.0)
|
100
|
-
rubysl-ipaddr (~> 2.0)
|
101
|
-
rubysl-irb (~> 2.0)
|
102
|
-
rubysl-logger (~> 2.0)
|
103
|
-
rubysl-mathn (~> 2.0)
|
104
|
-
rubysl-matrix (~> 2.0)
|
105
|
-
rubysl-mkmf (~> 2.0)
|
106
|
-
rubysl-monitor (~> 2.0)
|
107
|
-
rubysl-mutex_m (~> 2.0)
|
108
|
-
rubysl-net-ftp (~> 2.0)
|
109
|
-
rubysl-net-http (~> 2.0)
|
110
|
-
rubysl-net-imap (~> 2.0)
|
111
|
-
rubysl-net-pop (~> 2.0)
|
112
|
-
rubysl-net-protocol (~> 2.0)
|
113
|
-
rubysl-net-smtp (~> 2.0)
|
114
|
-
rubysl-net-telnet (~> 2.0)
|
115
|
-
rubysl-nkf (~> 2.0)
|
116
|
-
rubysl-observer (~> 2.0)
|
117
|
-
rubysl-open-uri (~> 2.0)
|
118
|
-
rubysl-open3 (~> 2.0)
|
119
|
-
rubysl-openssl (~> 2.0)
|
120
|
-
rubysl-optparse (~> 2.0)
|
121
|
-
rubysl-ostruct (~> 2.0)
|
122
|
-
rubysl-pathname (~> 2.0)
|
123
|
-
rubysl-prettyprint (~> 2.0)
|
124
|
-
rubysl-prime (~> 2.0)
|
125
|
-
rubysl-profile (~> 2.0)
|
126
|
-
rubysl-profiler (~> 2.0)
|
127
|
-
rubysl-pstore (~> 2.0)
|
128
|
-
rubysl-pty (~> 2.0)
|
129
|
-
rubysl-rational (~> 2.0)
|
130
|
-
rubysl-readline (~> 2.0)
|
131
|
-
rubysl-resolv (~> 2.0)
|
132
|
-
rubysl-rexml (~> 2.0)
|
133
|
-
rubysl-rinda (~> 2.0)
|
134
|
-
rubysl-rss (~> 2.0)
|
135
|
-
rubysl-scanf (~> 2.0)
|
136
|
-
rubysl-securerandom (~> 2.0)
|
137
|
-
rubysl-set (~> 2.0)
|
138
|
-
rubysl-shellwords (~> 2.0)
|
139
|
-
rubysl-singleton (~> 2.0)
|
140
|
-
rubysl-socket (~> 2.0)
|
141
|
-
rubysl-stringio (~> 2.0)
|
142
|
-
rubysl-strscan (~> 2.0)
|
143
|
-
rubysl-sync (~> 2.0)
|
144
|
-
rubysl-syslog (~> 2.0)
|
145
|
-
rubysl-tempfile (~> 2.0)
|
146
|
-
rubysl-thread (~> 2.0)
|
147
|
-
rubysl-thwait (~> 2.0)
|
148
|
-
rubysl-time (~> 2.0)
|
149
|
-
rubysl-timeout (~> 2.0)
|
150
|
-
rubysl-tmpdir (~> 2.0)
|
151
|
-
rubysl-tsort (~> 2.0)
|
152
|
-
rubysl-un (~> 2.0)
|
153
|
-
rubysl-uri (~> 2.0)
|
154
|
-
rubysl-weakref (~> 2.0)
|
155
|
-
rubysl-webrick (~> 2.0)
|
156
|
-
rubysl-xmlrpc (~> 2.0)
|
157
|
-
rubysl-yaml (~> 2.0)
|
158
|
-
rubysl-zlib (~> 2.0)
|
159
|
-
rubysl-abbrev (2.0.4)
|
160
|
-
rubysl-base64 (2.0.0)
|
161
|
-
rubysl-benchmark (2.0.1)
|
162
|
-
rubysl-bigdecimal (2.0.2)
|
163
|
-
rubysl-cgi (2.0.1)
|
164
|
-
rubysl-cgi-session (2.0.1)
|
165
|
-
rubysl-cmath (2.0.0)
|
166
|
-
rubysl-complex (2.0.0)
|
167
|
-
rubysl-continuation (2.0.0)
|
168
|
-
rubysl-coverage (2.0.3)
|
169
|
-
rubysl-csv (2.0.2)
|
170
|
-
rubysl-english (~> 2.0)
|
171
|
-
rubysl-curses (2.0.1)
|
172
|
-
rubysl-date (2.0.6)
|
173
|
-
rubysl-delegate (2.0.1)
|
174
|
-
rubysl-digest (2.0.3)
|
175
|
-
rubysl-drb (2.0.1)
|
176
|
-
rubysl-e2mmap (2.0.0)
|
177
|
-
rubysl-english (2.0.0)
|
178
|
-
rubysl-enumerator (2.0.0)
|
179
|
-
rubysl-erb (2.0.1)
|
180
|
-
rubysl-etc (2.0.3)
|
181
|
-
ffi2-generators (~> 0.1)
|
182
|
-
rubysl-expect (2.0.0)
|
183
|
-
rubysl-fcntl (2.0.4)
|
184
|
-
ffi2-generators (~> 0.1)
|
185
|
-
rubysl-fiber (2.0.0)
|
186
|
-
rubysl-fileutils (2.0.3)
|
187
|
-
rubysl-find (2.0.1)
|
188
|
-
rubysl-forwardable (2.0.1)
|
189
|
-
rubysl-getoptlong (2.0.0)
|
190
|
-
rubysl-gserver (2.0.0)
|
191
|
-
rubysl-socket (~> 2.0)
|
192
|
-
rubysl-thread (~> 2.0)
|
193
|
-
rubysl-io-console (2.0.0)
|
194
|
-
rubysl-io-nonblock (2.0.0)
|
195
|
-
rubysl-io-wait (2.0.0)
|
196
|
-
rubysl-ipaddr (2.0.0)
|
197
|
-
rubysl-irb (2.0.4)
|
198
|
-
rubysl-e2mmap (~> 2.0)
|
199
|
-
rubysl-mathn (~> 2.0)
|
200
|
-
rubysl-readline (~> 2.0)
|
201
|
-
rubysl-thread (~> 2.0)
|
202
|
-
rubysl-logger (2.0.0)
|
203
|
-
rubysl-mathn (2.0.0)
|
204
|
-
rubysl-matrix (2.1.0)
|
205
|
-
rubysl-e2mmap (~> 2.0)
|
206
|
-
rubysl-mkmf (2.0.1)
|
207
|
-
rubysl-fileutils (~> 2.0)
|
208
|
-
rubysl-shellwords (~> 2.0)
|
209
|
-
rubysl-monitor (2.0.0)
|
210
|
-
rubysl-mutex_m (2.0.0)
|
211
|
-
rubysl-net-ftp (2.0.1)
|
212
|
-
rubysl-net-http (2.0.4)
|
213
|
-
rubysl-cgi (~> 2.0)
|
214
|
-
rubysl-erb (~> 2.0)
|
215
|
-
rubysl-singleton (~> 2.0)
|
216
|
-
rubysl-net-imap (2.0.1)
|
217
|
-
rubysl-net-pop (2.0.1)
|
218
|
-
rubysl-net-protocol (2.0.1)
|
219
|
-
rubysl-net-smtp (2.0.1)
|
220
|
-
rubysl-net-telnet (2.0.0)
|
221
|
-
rubysl-nkf (2.0.1)
|
222
|
-
rubysl-observer (2.0.0)
|
223
|
-
rubysl-open-uri (2.0.0)
|
224
|
-
rubysl-open3 (2.0.0)
|
225
|
-
rubysl-openssl (2.1.0)
|
226
|
-
rubysl-optparse (2.0.1)
|
227
|
-
rubysl-shellwords (~> 2.0)
|
228
|
-
rubysl-ostruct (2.0.4)
|
229
|
-
rubysl-pathname (2.0.0)
|
230
|
-
rubysl-prettyprint (2.0.2)
|
231
|
-
rubysl-prime (2.0.1)
|
232
|
-
rubysl-profile (2.0.0)
|
233
|
-
rubysl-profiler (2.0.1)
|
234
|
-
rubysl-pstore (2.0.0)
|
235
|
-
rubysl-pty (2.0.2)
|
236
|
-
rubysl-rational (2.0.1)
|
237
|
-
rubysl-readline (2.0.2)
|
238
|
-
rubysl-resolv (2.0.0)
|
239
|
-
rubysl-rexml (2.0.2)
|
240
|
-
rubysl-rinda (2.0.1)
|
241
|
-
rubysl-rss (2.0.0)
|
242
|
-
rubysl-scanf (2.0.0)
|
243
|
-
rubysl-securerandom (2.0.0)
|
244
|
-
rubysl-set (2.0.1)
|
245
|
-
rubysl-shellwords (2.0.0)
|
246
|
-
rubysl-singleton (2.0.0)
|
247
|
-
rubysl-socket (2.0.1)
|
248
|
-
rubysl-stringio (2.0.0)
|
249
|
-
rubysl-strscan (2.0.0)
|
250
|
-
rubysl-sync (2.0.0)
|
251
|
-
rubysl-syslog (2.0.1)
|
252
|
-
ffi2-generators (~> 0.1)
|
253
|
-
rubysl-tempfile (2.0.1)
|
254
|
-
rubysl-thread (2.0.2)
|
255
|
-
rubysl-thwait (2.0.0)
|
256
|
-
rubysl-time (2.0.3)
|
257
|
-
rubysl-timeout (2.0.0)
|
258
|
-
rubysl-tmpdir (2.0.0)
|
259
|
-
rubysl-tsort (2.0.1)
|
260
|
-
rubysl-un (2.0.0)
|
261
|
-
rubysl-fileutils (~> 2.0)
|
262
|
-
rubysl-optparse (~> 2.0)
|
263
|
-
rubysl-uri (2.0.0)
|
264
|
-
rubysl-weakref (2.0.0)
|
265
|
-
rubysl-webrick (2.0.0)
|
266
|
-
rubysl-xmlrpc (2.0.0)
|
267
|
-
rubysl-yaml (2.0.4)
|
268
|
-
rubysl-zlib (2.0.1)
|
269
|
-
slop (3.4.5)
|
270
|
-
thor (0.18.1)
|
271
|
-
tzinfo (0.3.37)
|
272
|
-
|
273
|
-
PLATFORMS
|
274
|
-
ruby
|
275
|
-
|
276
|
-
DEPENDENCIES
|
277
|
-
actionpack (~> 3.0.0)
|
278
|
-
appraisal!
|
279
|
-
country_select!
|
280
|
-
pry (~> 0)
|
281
|
-
psych
|
282
|
-
racc
|
283
|
-
rspec (~> 2)
|
284
|
-
rubysl (~> 2.0)
|
@@ -1,292 +0,0 @@
|
|
1
|
-
GIT
|
2
|
-
remote: git://github.com/thoughtbot/appraisal.git
|
3
|
-
revision: 6d599ff1f2418d199ba2357b7c0297a63521ab13
|
4
|
-
ref: 6d599f
|
5
|
-
specs:
|
6
|
-
appraisal (1.0.0.beta2)
|
7
|
-
bundler
|
8
|
-
rake
|
9
|
-
thor (>= 0.14.0)
|
10
|
-
|
11
|
-
PATH
|
12
|
-
remote: ../
|
13
|
-
specs:
|
14
|
-
country_select (1.3.1)
|
15
|
-
countries (= 0.9.3)
|
16
|
-
|
17
|
-
GEM
|
18
|
-
remote: https://rubygems.org/
|
19
|
-
specs:
|
20
|
-
actionpack (3.1.12)
|
21
|
-
activemodel (= 3.1.12)
|
22
|
-
activesupport (= 3.1.12)
|
23
|
-
builder (~> 3.0.0)
|
24
|
-
erubis (~> 2.7.0)
|
25
|
-
i18n (~> 0.6)
|
26
|
-
rack (~> 1.3.6)
|
27
|
-
rack-cache (~> 1.2)
|
28
|
-
rack-mount (~> 0.8.2)
|
29
|
-
rack-test (~> 0.6.1)
|
30
|
-
sprockets (~> 2.0.4)
|
31
|
-
activemodel (3.1.12)
|
32
|
-
activesupport (= 3.1.12)
|
33
|
-
builder (~> 3.0.0)
|
34
|
-
i18n (~> 0.6)
|
35
|
-
activesupport (3.1.12)
|
36
|
-
multi_json (~> 1.0)
|
37
|
-
builder (3.0.4)
|
38
|
-
coderay (1.0.9)
|
39
|
-
countries (0.9.3)
|
40
|
-
currencies (~> 0.4.2)
|
41
|
-
currencies (0.4.2)
|
42
|
-
diff-lcs (1.2.4)
|
43
|
-
erubis (2.7.0)
|
44
|
-
ffi2-generators (0.1.1)
|
45
|
-
hike (1.2.2)
|
46
|
-
i18n (0.6.4)
|
47
|
-
method_source (0.8.1)
|
48
|
-
multi_json (1.7.3)
|
49
|
-
pry (0.9.12.2)
|
50
|
-
coderay (~> 1.0.5)
|
51
|
-
method_source (~> 0.8)
|
52
|
-
slop (~> 3.4)
|
53
|
-
psych (2.0.2)
|
54
|
-
racc (1.4.11)
|
55
|
-
rack (1.3.10)
|
56
|
-
rack-cache (1.2)
|
57
|
-
rack (>= 0.4)
|
58
|
-
rack-mount (0.8.3)
|
59
|
-
rack (>= 1.0.0)
|
60
|
-
rack-test (0.6.2)
|
61
|
-
rack (>= 1.0)
|
62
|
-
rake (10.0.4)
|
63
|
-
rspec (2.13.0)
|
64
|
-
rspec-core (~> 2.13.0)
|
65
|
-
rspec-expectations (~> 2.13.0)
|
66
|
-
rspec-mocks (~> 2.13.0)
|
67
|
-
rspec-core (2.13.1)
|
68
|
-
rspec-expectations (2.13.0)
|
69
|
-
diff-lcs (>= 1.1.3, < 2.0)
|
70
|
-
rspec-mocks (2.13.1)
|
71
|
-
rubysl (2.0.15)
|
72
|
-
rubysl-abbrev (~> 2.0)
|
73
|
-
rubysl-base64 (~> 2.0)
|
74
|
-
rubysl-benchmark (~> 2.0)
|
75
|
-
rubysl-bigdecimal (~> 2.0)
|
76
|
-
rubysl-cgi (~> 2.0)
|
77
|
-
rubysl-cgi-session (~> 2.0)
|
78
|
-
rubysl-cmath (~> 2.0)
|
79
|
-
rubysl-complex (~> 2.0)
|
80
|
-
rubysl-continuation (~> 2.0)
|
81
|
-
rubysl-coverage (~> 2.0)
|
82
|
-
rubysl-csv (~> 2.0)
|
83
|
-
rubysl-curses (~> 2.0)
|
84
|
-
rubysl-date (~> 2.0)
|
85
|
-
rubysl-delegate (~> 2.0)
|
86
|
-
rubysl-digest (~> 2.0)
|
87
|
-
rubysl-drb (~> 2.0)
|
88
|
-
rubysl-e2mmap (~> 2.0)
|
89
|
-
rubysl-english (~> 2.0)
|
90
|
-
rubysl-enumerator (~> 2.0)
|
91
|
-
rubysl-erb (~> 2.0)
|
92
|
-
rubysl-etc (~> 2.0)
|
93
|
-
rubysl-expect (~> 2.0)
|
94
|
-
rubysl-fcntl (~> 2.0)
|
95
|
-
rubysl-fiber (~> 2.0)
|
96
|
-
rubysl-fileutils (~> 2.0)
|
97
|
-
rubysl-find (~> 2.0)
|
98
|
-
rubysl-forwardable (~> 2.0)
|
99
|
-
rubysl-getoptlong (~> 2.0)
|
100
|
-
rubysl-gserver (~> 2.0)
|
101
|
-
rubysl-io-console (~> 2.0)
|
102
|
-
rubysl-io-nonblock (~> 2.0)
|
103
|
-
rubysl-io-wait (~> 2.0)
|
104
|
-
rubysl-ipaddr (~> 2.0)
|
105
|
-
rubysl-irb (~> 2.0)
|
106
|
-
rubysl-logger (~> 2.0)
|
107
|
-
rubysl-mathn (~> 2.0)
|
108
|
-
rubysl-matrix (~> 2.0)
|
109
|
-
rubysl-mkmf (~> 2.0)
|
110
|
-
rubysl-monitor (~> 2.0)
|
111
|
-
rubysl-mutex_m (~> 2.0)
|
112
|
-
rubysl-net-ftp (~> 2.0)
|
113
|
-
rubysl-net-http (~> 2.0)
|
114
|
-
rubysl-net-imap (~> 2.0)
|
115
|
-
rubysl-net-pop (~> 2.0)
|
116
|
-
rubysl-net-protocol (~> 2.0)
|
117
|
-
rubysl-net-smtp (~> 2.0)
|
118
|
-
rubysl-net-telnet (~> 2.0)
|
119
|
-
rubysl-nkf (~> 2.0)
|
120
|
-
rubysl-observer (~> 2.0)
|
121
|
-
rubysl-open-uri (~> 2.0)
|
122
|
-
rubysl-open3 (~> 2.0)
|
123
|
-
rubysl-openssl (~> 2.0)
|
124
|
-
rubysl-optparse (~> 2.0)
|
125
|
-
rubysl-ostruct (~> 2.0)
|
126
|
-
rubysl-pathname (~> 2.0)
|
127
|
-
rubysl-prettyprint (~> 2.0)
|
128
|
-
rubysl-prime (~> 2.0)
|
129
|
-
rubysl-profile (~> 2.0)
|
130
|
-
rubysl-profiler (~> 2.0)
|
131
|
-
rubysl-pstore (~> 2.0)
|
132
|
-
rubysl-pty (~> 2.0)
|
133
|
-
rubysl-rational (~> 2.0)
|
134
|
-
rubysl-readline (~> 2.0)
|
135
|
-
rubysl-resolv (~> 2.0)
|
136
|
-
rubysl-rexml (~> 2.0)
|
137
|
-
rubysl-rinda (~> 2.0)
|
138
|
-
rubysl-rss (~> 2.0)
|
139
|
-
rubysl-scanf (~> 2.0)
|
140
|
-
rubysl-securerandom (~> 2.0)
|
141
|
-
rubysl-set (~> 2.0)
|
142
|
-
rubysl-shellwords (~> 2.0)
|
143
|
-
rubysl-singleton (~> 2.0)
|
144
|
-
rubysl-socket (~> 2.0)
|
145
|
-
rubysl-stringio (~> 2.0)
|
146
|
-
rubysl-strscan (~> 2.0)
|
147
|
-
rubysl-sync (~> 2.0)
|
148
|
-
rubysl-syslog (~> 2.0)
|
149
|
-
rubysl-tempfile (~> 2.0)
|
150
|
-
rubysl-thread (~> 2.0)
|
151
|
-
rubysl-thwait (~> 2.0)
|
152
|
-
rubysl-time (~> 2.0)
|
153
|
-
rubysl-timeout (~> 2.0)
|
154
|
-
rubysl-tmpdir (~> 2.0)
|
155
|
-
rubysl-tsort (~> 2.0)
|
156
|
-
rubysl-un (~> 2.0)
|
157
|
-
rubysl-uri (~> 2.0)
|
158
|
-
rubysl-weakref (~> 2.0)
|
159
|
-
rubysl-webrick (~> 2.0)
|
160
|
-
rubysl-xmlrpc (~> 2.0)
|
161
|
-
rubysl-yaml (~> 2.0)
|
162
|
-
rubysl-zlib (~> 2.0)
|
163
|
-
rubysl-abbrev (2.0.4)
|
164
|
-
rubysl-base64 (2.0.0)
|
165
|
-
rubysl-benchmark (2.0.1)
|
166
|
-
rubysl-bigdecimal (2.0.2)
|
167
|
-
rubysl-cgi (2.0.1)
|
168
|
-
rubysl-cgi-session (2.0.1)
|
169
|
-
rubysl-cmath (2.0.0)
|
170
|
-
rubysl-complex (2.0.0)
|
171
|
-
rubysl-continuation (2.0.0)
|
172
|
-
rubysl-coverage (2.0.3)
|
173
|
-
rubysl-csv (2.0.2)
|
174
|
-
rubysl-english (~> 2.0)
|
175
|
-
rubysl-curses (2.0.1)
|
176
|
-
rubysl-date (2.0.6)
|
177
|
-
rubysl-delegate (2.0.1)
|
178
|
-
rubysl-digest (2.0.3)
|
179
|
-
rubysl-drb (2.0.1)
|
180
|
-
rubysl-e2mmap (2.0.0)
|
181
|
-
rubysl-english (2.0.0)
|
182
|
-
rubysl-enumerator (2.0.0)
|
183
|
-
rubysl-erb (2.0.1)
|
184
|
-
rubysl-etc (2.0.3)
|
185
|
-
ffi2-generators (~> 0.1)
|
186
|
-
rubysl-expect (2.0.0)
|
187
|
-
rubysl-fcntl (2.0.4)
|
188
|
-
ffi2-generators (~> 0.1)
|
189
|
-
rubysl-fiber (2.0.0)
|
190
|
-
rubysl-fileutils (2.0.3)
|
191
|
-
rubysl-find (2.0.1)
|
192
|
-
rubysl-forwardable (2.0.1)
|
193
|
-
rubysl-getoptlong (2.0.0)
|
194
|
-
rubysl-gserver (2.0.0)
|
195
|
-
rubysl-socket (~> 2.0)
|
196
|
-
rubysl-thread (~> 2.0)
|
197
|
-
rubysl-io-console (2.0.0)
|
198
|
-
rubysl-io-nonblock (2.0.0)
|
199
|
-
rubysl-io-wait (2.0.0)
|
200
|
-
rubysl-ipaddr (2.0.0)
|
201
|
-
rubysl-irb (2.0.4)
|
202
|
-
rubysl-e2mmap (~> 2.0)
|
203
|
-
rubysl-mathn (~> 2.0)
|
204
|
-
rubysl-readline (~> 2.0)
|
205
|
-
rubysl-thread (~> 2.0)
|
206
|
-
rubysl-logger (2.0.0)
|
207
|
-
rubysl-mathn (2.0.0)
|
208
|
-
rubysl-matrix (2.1.0)
|
209
|
-
rubysl-e2mmap (~> 2.0)
|
210
|
-
rubysl-mkmf (2.0.1)
|
211
|
-
rubysl-fileutils (~> 2.0)
|
212
|
-
rubysl-shellwords (~> 2.0)
|
213
|
-
rubysl-monitor (2.0.0)
|
214
|
-
rubysl-mutex_m (2.0.0)
|
215
|
-
rubysl-net-ftp (2.0.1)
|
216
|
-
rubysl-net-http (2.0.4)
|
217
|
-
rubysl-cgi (~> 2.0)
|
218
|
-
rubysl-erb (~> 2.0)
|
219
|
-
rubysl-singleton (~> 2.0)
|
220
|
-
rubysl-net-imap (2.0.1)
|
221
|
-
rubysl-net-pop (2.0.1)
|
222
|
-
rubysl-net-protocol (2.0.1)
|
223
|
-
rubysl-net-smtp (2.0.1)
|
224
|
-
rubysl-net-telnet (2.0.0)
|
225
|
-
rubysl-nkf (2.0.1)
|
226
|
-
rubysl-observer (2.0.0)
|
227
|
-
rubysl-open-uri (2.0.0)
|
228
|
-
rubysl-open3 (2.0.0)
|
229
|
-
rubysl-openssl (2.1.0)
|
230
|
-
rubysl-optparse (2.0.1)
|
231
|
-
rubysl-shellwords (~> 2.0)
|
232
|
-
rubysl-ostruct (2.0.4)
|
233
|
-
rubysl-pathname (2.0.0)
|
234
|
-
rubysl-prettyprint (2.0.2)
|
235
|
-
rubysl-prime (2.0.1)
|
236
|
-
rubysl-profile (2.0.0)
|
237
|
-
rubysl-profiler (2.0.1)
|
238
|
-
rubysl-pstore (2.0.0)
|
239
|
-
rubysl-pty (2.0.2)
|
240
|
-
rubysl-rational (2.0.1)
|
241
|
-
rubysl-readline (2.0.2)
|
242
|
-
rubysl-resolv (2.0.0)
|
243
|
-
rubysl-rexml (2.0.2)
|
244
|
-
rubysl-rinda (2.0.1)
|
245
|
-
rubysl-rss (2.0.0)
|
246
|
-
rubysl-scanf (2.0.0)
|
247
|
-
rubysl-securerandom (2.0.0)
|
248
|
-
rubysl-set (2.0.1)
|
249
|
-
rubysl-shellwords (2.0.0)
|
250
|
-
rubysl-singleton (2.0.0)
|
251
|
-
rubysl-socket (2.0.1)
|
252
|
-
rubysl-stringio (2.0.0)
|
253
|
-
rubysl-strscan (2.0.0)
|
254
|
-
rubysl-sync (2.0.0)
|
255
|
-
rubysl-syslog (2.0.1)
|
256
|
-
ffi2-generators (~> 0.1)
|
257
|
-
rubysl-tempfile (2.0.1)
|
258
|
-
rubysl-thread (2.0.2)
|
259
|
-
rubysl-thwait (2.0.0)
|
260
|
-
rubysl-time (2.0.3)
|
261
|
-
rubysl-timeout (2.0.0)
|
262
|
-
rubysl-tmpdir (2.0.0)
|
263
|
-
rubysl-tsort (2.0.1)
|
264
|
-
rubysl-un (2.0.0)
|
265
|
-
rubysl-fileutils (~> 2.0)
|
266
|
-
rubysl-optparse (~> 2.0)
|
267
|
-
rubysl-uri (2.0.0)
|
268
|
-
rubysl-weakref (2.0.0)
|
269
|
-
rubysl-webrick (2.0.0)
|
270
|
-
rubysl-xmlrpc (2.0.0)
|
271
|
-
rubysl-yaml (2.0.4)
|
272
|
-
rubysl-zlib (2.0.1)
|
273
|
-
slop (3.4.5)
|
274
|
-
sprockets (2.0.4)
|
275
|
-
hike (~> 1.2)
|
276
|
-
rack (~> 1.0)
|
277
|
-
tilt (~> 1.1, != 1.3.0)
|
278
|
-
thor (0.18.1)
|
279
|
-
tilt (1.4.1)
|
280
|
-
|
281
|
-
PLATFORMS
|
282
|
-
ruby
|
283
|
-
|
284
|
-
DEPENDENCIES
|
285
|
-
actionpack (~> 3.1.0)
|
286
|
-
appraisal!
|
287
|
-
country_select!
|
288
|
-
pry (~> 0)
|
289
|
-
psych
|
290
|
-
racc
|
291
|
-
rspec (~> 2)
|
292
|
-
rubysl (~> 2.0)
|