tld 0.6.4 → 0.7.0
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 +7 -0
- data/.gitignore +1 -1
- data/.travis.yml +18 -0
- data/Gemfile +6 -2
- data/History.txt +8 -0
- data/README.rdoc +1 -0
- data/VERSION +1 -1
- data/lib/tld/cc.rb +1203 -0
- data/lib/tld/generic.rb +1819 -0
- data/lib/tld/generic_restricted.rb +19 -0
- data/lib/tld/infrastructure.rb +11 -0
- data/lib/tld/{pseudo_tld.rb → pseudo.rb} +0 -0
- data/lib/tld/{reserved_tld.rb → reserved.rb} +0 -0
- data/lib/tld/{retired_tld.rb → retired.rb} +0 -0
- data/lib/tld/sponsored.rb +67 -0
- data/lib/tld/test.rb +51 -0
- data/lib/tld/tld.rb +7 -3
- data/lib/tld.rb +9 -8
- data/rakelib/tld.rake +14 -16
- data/rakelib/tld.rb +37 -70
- data/rakelib/tld.rb.erb +3 -2
- data/test/tld_test.rb +10 -9
- data/tld.gemspec +1 -1
- metadata +29 -17
- data/Gemfile.lock +0 -30
- data/lib/tld/cc_tld.rb +0 -778
- data/lib/tld/generic_tld.rb +0 -28
- data/lib/tld/infrastructure_tld.rb +0 -10
- data/lib/tld/sponsored_tld.rb +0 -49
data/lib/tld/generic.rb
ADDED
@@ -0,0 +1,1819 @@
|
|
1
|
+
class TLD
|
2
|
+
class Generic < TLD
|
3
|
+
def type
|
4
|
+
:generic
|
5
|
+
end
|
6
|
+
class TLDAbogado < Generic #:nodoc:
|
7
|
+
self.tld = %q{abogado}
|
8
|
+
self.sponsoring_organization = %q{Top Level Domain Holdings Limited}
|
9
|
+
end
|
10
|
+
class TLDAcademy < Generic #:nodoc:
|
11
|
+
self.tld = %q{academy}
|
12
|
+
self.sponsoring_organization = %q{Half Oaks, LLC}
|
13
|
+
end
|
14
|
+
class TLDAccountants < Generic #:nodoc:
|
15
|
+
self.tld = %q{accountants}
|
16
|
+
self.sponsoring_organization = %q{Knob Town, LLC}
|
17
|
+
end
|
18
|
+
class TLDActive < Generic #:nodoc:
|
19
|
+
self.tld = %q{active}
|
20
|
+
self.sponsoring_organization = %q{The Active Network, Inc}
|
21
|
+
end
|
22
|
+
class TLDActor < Generic #:nodoc:
|
23
|
+
self.tld = %q{actor}
|
24
|
+
self.sponsoring_organization = %q{United TLD Holdco Ltd.}
|
25
|
+
end
|
26
|
+
class TLDAgency < Generic #:nodoc:
|
27
|
+
self.tld = %q{agency}
|
28
|
+
self.sponsoring_organization = %q{Steel Falls, LLC}
|
29
|
+
end
|
30
|
+
class TLDAirforce < Generic #:nodoc:
|
31
|
+
self.tld = %q{airforce}
|
32
|
+
self.sponsoring_organization = %q{United TLD Holdco Ltd.}
|
33
|
+
end
|
34
|
+
class TLDAllfinanz < Generic #:nodoc:
|
35
|
+
self.tld = %q{allfinanz}
|
36
|
+
self.sponsoring_organization = %q{Allfinanz Deutsche Vermögensberatung Aktiengesellschaft}
|
37
|
+
end
|
38
|
+
class TLDAlsace < Generic #:nodoc:
|
39
|
+
self.tld = %q{alsace}
|
40
|
+
self.sponsoring_organization = %q{REGION D ALSACE}
|
41
|
+
end
|
42
|
+
class TLDAndroid < Generic #:nodoc:
|
43
|
+
self.tld = %q{android}
|
44
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
45
|
+
end
|
46
|
+
class TLDArchi < Generic #:nodoc:
|
47
|
+
self.tld = %q{archi}
|
48
|
+
self.sponsoring_organization = %q{STARTING DOT LIMITED}
|
49
|
+
end
|
50
|
+
class TLDArmy < Generic #:nodoc:
|
51
|
+
self.tld = %q{army}
|
52
|
+
self.sponsoring_organization = %q{United TLD Holdco Ltd.}
|
53
|
+
end
|
54
|
+
class TLDAssociates < Generic #:nodoc:
|
55
|
+
self.tld = %q{associates}
|
56
|
+
self.sponsoring_organization = %q{Baxter Hill, LLC}
|
57
|
+
end
|
58
|
+
class TLDAttorney < Generic #:nodoc:
|
59
|
+
self.tld = %q{attorney}
|
60
|
+
self.sponsoring_organization = %q{United TLD Holdco, Ltd}
|
61
|
+
end
|
62
|
+
class TLDAuction < Generic #:nodoc:
|
63
|
+
self.tld = %q{auction}
|
64
|
+
self.sponsoring_organization = %q{United TLD HoldCo, Ltd.}
|
65
|
+
end
|
66
|
+
class TLDAudio < Generic #:nodoc:
|
67
|
+
self.tld = %q{audio}
|
68
|
+
self.sponsoring_organization = %q{Uniregistry, Corp.}
|
69
|
+
end
|
70
|
+
class TLDAutos < Generic #:nodoc:
|
71
|
+
self.tld = %q{autos}
|
72
|
+
self.sponsoring_organization = %q{DERAutos, LLC}
|
73
|
+
end
|
74
|
+
class TLDAxa < Generic #:nodoc:
|
75
|
+
self.tld = %q{axa}
|
76
|
+
self.sponsoring_organization = %q{AXA SA}
|
77
|
+
end
|
78
|
+
class TLDBand < Generic #:nodoc:
|
79
|
+
self.tld = %q{band}
|
80
|
+
self.sponsoring_organization = %q{United TLD Holdco, Ltd}
|
81
|
+
end
|
82
|
+
class TLDBar < Generic #:nodoc:
|
83
|
+
self.tld = %q{bar}
|
84
|
+
self.sponsoring_organization = %q{Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable}
|
85
|
+
end
|
86
|
+
class TLDBargains < Generic #:nodoc:
|
87
|
+
self.tld = %q{bargains}
|
88
|
+
self.sponsoring_organization = %q{Half Hallow, LLC}
|
89
|
+
end
|
90
|
+
class TLDBayern < Generic #:nodoc:
|
91
|
+
self.tld = %q{bayern}
|
92
|
+
self.sponsoring_organization = %q{Bayern Connect GmbH}
|
93
|
+
end
|
94
|
+
class TLDBeer < Generic #:nodoc:
|
95
|
+
self.tld = %q{beer}
|
96
|
+
self.sponsoring_organization = %q{Top Level Domain Holdings Limited}
|
97
|
+
end
|
98
|
+
class TLDBerlin < Generic #:nodoc:
|
99
|
+
self.tld = %q{berlin}
|
100
|
+
self.sponsoring_organization = %q{dotBERLIN GmbH & Co. KG}
|
101
|
+
end
|
102
|
+
class TLDBest < Generic #:nodoc:
|
103
|
+
self.tld = %q{best}
|
104
|
+
self.sponsoring_organization = %q{BestTLD Pty Ltd}
|
105
|
+
end
|
106
|
+
class TLDBid < Generic #:nodoc:
|
107
|
+
self.tld = %q{bid}
|
108
|
+
self.sponsoring_organization = %q{dot Bid Limited}
|
109
|
+
end
|
110
|
+
class TLDBike < Generic #:nodoc:
|
111
|
+
self.tld = %q{bike}
|
112
|
+
self.sponsoring_organization = %q{Grand Hollow, LLC}
|
113
|
+
end
|
114
|
+
class TLDBio < Generic #:nodoc:
|
115
|
+
self.tld = %q{bio}
|
116
|
+
self.sponsoring_organization = %q{STARTING DOT LIMITED}
|
117
|
+
end
|
118
|
+
class TLDBlack < Generic #:nodoc:
|
119
|
+
self.tld = %q{black}
|
120
|
+
self.sponsoring_organization = %q{Afilias Limited}
|
121
|
+
end
|
122
|
+
class TLDBlackfriday < Generic #:nodoc:
|
123
|
+
self.tld = %q{blackfriday}
|
124
|
+
self.sponsoring_organization = %q{Uniregistry, Corp.}
|
125
|
+
end
|
126
|
+
class TLDBloomberg < Generic #:nodoc:
|
127
|
+
self.tld = %q{bloomberg}
|
128
|
+
self.sponsoring_organization = %q{Bloomberg IP Holdings LLC}
|
129
|
+
end
|
130
|
+
class TLDBlue < Generic #:nodoc:
|
131
|
+
self.tld = %q{blue}
|
132
|
+
self.sponsoring_organization = %q{Afilias Limited}
|
133
|
+
end
|
134
|
+
class TLDBmw < Generic #:nodoc:
|
135
|
+
self.tld = %q{bmw}
|
136
|
+
self.sponsoring_organization = %q{Bayerische Motoren Werke Aktiengesellschaft}
|
137
|
+
end
|
138
|
+
class TLDBnpparibas < Generic #:nodoc:
|
139
|
+
self.tld = %q{bnpparibas}
|
140
|
+
self.sponsoring_organization = %q{BNP Paribas}
|
141
|
+
end
|
142
|
+
class TLDBoo < Generic #:nodoc:
|
143
|
+
self.tld = %q{boo}
|
144
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
145
|
+
end
|
146
|
+
class TLDBoutique < Generic #:nodoc:
|
147
|
+
self.tld = %q{boutique}
|
148
|
+
self.sponsoring_organization = %q{Over Galley, LLC}
|
149
|
+
end
|
150
|
+
class TLDBrussels < Generic #:nodoc:
|
151
|
+
self.tld = %q{brussels}
|
152
|
+
self.sponsoring_organization = %q{DNS.be vzw}
|
153
|
+
end
|
154
|
+
class TLDBudapest < Generic #:nodoc:
|
155
|
+
self.tld = %q{budapest}
|
156
|
+
self.sponsoring_organization = %q{Top Level Domain Holdings Limited}
|
157
|
+
end
|
158
|
+
class TLDBuild < Generic #:nodoc:
|
159
|
+
self.tld = %q{build}
|
160
|
+
self.sponsoring_organization = %q{Plan Bee LLC}
|
161
|
+
end
|
162
|
+
class TLDBuilders < Generic #:nodoc:
|
163
|
+
self.tld = %q{builders}
|
164
|
+
self.sponsoring_organization = %q{Atomic Madison, LLC}
|
165
|
+
end
|
166
|
+
class TLDBusiness < Generic #:nodoc:
|
167
|
+
self.tld = %q{business}
|
168
|
+
self.sponsoring_organization = %q{Spring Cross, LLC}
|
169
|
+
end
|
170
|
+
class TLDBuzz < Generic #:nodoc:
|
171
|
+
self.tld = %q{buzz}
|
172
|
+
self.sponsoring_organization = %q{DOTSTRATEGY CO.}
|
173
|
+
end
|
174
|
+
class TLDBzh < Generic #:nodoc:
|
175
|
+
self.tld = %q{bzh}
|
176
|
+
self.sponsoring_organization = %q{Association www.bzh}
|
177
|
+
end
|
178
|
+
class TLDCab < Generic #:nodoc:
|
179
|
+
self.tld = %q{cab}
|
180
|
+
self.sponsoring_organization = %q{Half Sunset, LLC}
|
181
|
+
end
|
182
|
+
class TLDCal < Generic #:nodoc:
|
183
|
+
self.tld = %q{cal}
|
184
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
185
|
+
end
|
186
|
+
class TLDCamera < Generic #:nodoc:
|
187
|
+
self.tld = %q{camera}
|
188
|
+
self.sponsoring_organization = %q{Atomic Maple, LLC}
|
189
|
+
end
|
190
|
+
class TLDCamp < Generic #:nodoc:
|
191
|
+
self.tld = %q{camp}
|
192
|
+
self.sponsoring_organization = %q{Delta Dynamite, LLC}
|
193
|
+
end
|
194
|
+
class TLDCancerresearch < Generic #:nodoc:
|
195
|
+
self.tld = %q{cancerresearch}
|
196
|
+
self.sponsoring_organization = %q{Australian Cancer Research Foundation}
|
197
|
+
end
|
198
|
+
class TLDCapetown < Generic #:nodoc:
|
199
|
+
self.tld = %q{capetown}
|
200
|
+
self.sponsoring_organization = %q{ZA Central Registry NPC trading as ZA Central Registry}
|
201
|
+
end
|
202
|
+
class TLDCapital < Generic #:nodoc:
|
203
|
+
self.tld = %q{capital}
|
204
|
+
self.sponsoring_organization = %q{Delta Mill, LLC}
|
205
|
+
end
|
206
|
+
class TLDCaravan < Generic #:nodoc:
|
207
|
+
self.tld = %q{caravan}
|
208
|
+
self.sponsoring_organization = %q{Caravan International, Inc.}
|
209
|
+
end
|
210
|
+
class TLDCards < Generic #:nodoc:
|
211
|
+
self.tld = %q{cards}
|
212
|
+
self.sponsoring_organization = %q{Foggy Hollow, LLC}
|
213
|
+
end
|
214
|
+
class TLDCare < Generic #:nodoc:
|
215
|
+
self.tld = %q{care}
|
216
|
+
self.sponsoring_organization = %q{Goose Cross, LLC}
|
217
|
+
end
|
218
|
+
class TLDCareer < Generic #:nodoc:
|
219
|
+
self.tld = %q{career}
|
220
|
+
self.sponsoring_organization = %q{dotCareer LLC}
|
221
|
+
end
|
222
|
+
class TLDCareers < Generic #:nodoc:
|
223
|
+
self.tld = %q{careers}
|
224
|
+
self.sponsoring_organization = %q{Wild Corner, LLC}
|
225
|
+
end
|
226
|
+
class TLDCasa < Generic #:nodoc:
|
227
|
+
self.tld = %q{casa}
|
228
|
+
self.sponsoring_organization = %q{Top Level Domain Holdings Limited}
|
229
|
+
end
|
230
|
+
class TLDCash < Generic #:nodoc:
|
231
|
+
self.tld = %q{cash}
|
232
|
+
self.sponsoring_organization = %q{Delta Lake, LLC}
|
233
|
+
end
|
234
|
+
class TLDCatering < Generic #:nodoc:
|
235
|
+
self.tld = %q{catering}
|
236
|
+
self.sponsoring_organization = %q{New Falls. LLC}
|
237
|
+
end
|
238
|
+
class TLDCenter < Generic #:nodoc:
|
239
|
+
self.tld = %q{center}
|
240
|
+
self.sponsoring_organization = %q{Tin Mill, LLC}
|
241
|
+
end
|
242
|
+
class TLDCeo < Generic #:nodoc:
|
243
|
+
self.tld = %q{ceo}
|
244
|
+
self.sponsoring_organization = %q{CEOTLD Pty Ltd}
|
245
|
+
end
|
246
|
+
class TLDCern < Generic #:nodoc:
|
247
|
+
self.tld = %q{cern}
|
248
|
+
self.sponsoring_organization = %q{European Organization for Nuclear Research ("CERN")}
|
249
|
+
end
|
250
|
+
class TLDChannel < Generic #:nodoc:
|
251
|
+
self.tld = %q{channel}
|
252
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
253
|
+
end
|
254
|
+
class TLDCheap < Generic #:nodoc:
|
255
|
+
self.tld = %q{cheap}
|
256
|
+
self.sponsoring_organization = %q{Sand Cover, LLC}
|
257
|
+
end
|
258
|
+
class TLDChristmas < Generic #:nodoc:
|
259
|
+
self.tld = %q{christmas}
|
260
|
+
self.sponsoring_organization = %q{Uniregistry, Corp.}
|
261
|
+
end
|
262
|
+
class TLDChrome < Generic #:nodoc:
|
263
|
+
self.tld = %q{chrome}
|
264
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
265
|
+
end
|
266
|
+
class TLDChurch < Generic #:nodoc:
|
267
|
+
self.tld = %q{church}
|
268
|
+
self.sponsoring_organization = %q{Holly Fileds, LLC}
|
269
|
+
end
|
270
|
+
class TLDCitic < Generic #:nodoc:
|
271
|
+
self.tld = %q{citic}
|
272
|
+
self.sponsoring_organization = %q{CITIC Group Corporation}
|
273
|
+
end
|
274
|
+
class TLDCity < Generic #:nodoc:
|
275
|
+
self.tld = %q{city}
|
276
|
+
self.sponsoring_organization = %q{Snow Sky, LLC}
|
277
|
+
end
|
278
|
+
class TLDClaims < Generic #:nodoc:
|
279
|
+
self.tld = %q{claims}
|
280
|
+
self.sponsoring_organization = %q{Black Corner, LLC}
|
281
|
+
end
|
282
|
+
class TLDCleaning < Generic #:nodoc:
|
283
|
+
self.tld = %q{cleaning}
|
284
|
+
self.sponsoring_organization = %q{Fox Shadow, LLC}
|
285
|
+
end
|
286
|
+
class TLDClick < Generic #:nodoc:
|
287
|
+
self.tld = %q{click}
|
288
|
+
self.sponsoring_organization = %q{Uniregistry, Corp.}
|
289
|
+
end
|
290
|
+
class TLDClinic < Generic #:nodoc:
|
291
|
+
self.tld = %q{clinic}
|
292
|
+
self.sponsoring_organization = %q{Goose Park, LLC}
|
293
|
+
end
|
294
|
+
class TLDClothing < Generic #:nodoc:
|
295
|
+
self.tld = %q{clothing}
|
296
|
+
self.sponsoring_organization = %q{Steel Lake, LLC}
|
297
|
+
end
|
298
|
+
class TLDClub < Generic #:nodoc:
|
299
|
+
self.tld = %q{club}
|
300
|
+
self.sponsoring_organization = %q{.CLUB DOMAINS, LLC}
|
301
|
+
end
|
302
|
+
class TLDCoach < Generic #:nodoc:
|
303
|
+
self.tld = %q{coach}
|
304
|
+
self.sponsoring_organization = %q{Koko Island, LLC}
|
305
|
+
end
|
306
|
+
class TLDCodes < Generic #:nodoc:
|
307
|
+
self.tld = %q{codes}
|
308
|
+
self.sponsoring_organization = %q{Puff Willow, LLC}
|
309
|
+
end
|
310
|
+
class TLDCoffee < Generic #:nodoc:
|
311
|
+
self.tld = %q{coffee}
|
312
|
+
self.sponsoring_organization = %q{Trixy Cover, LLC}
|
313
|
+
end
|
314
|
+
class TLDCollege < Generic #:nodoc:
|
315
|
+
self.tld = %q{college}
|
316
|
+
self.sponsoring_organization = %q{XYZ.COM LLC}
|
317
|
+
end
|
318
|
+
class TLDCologne < Generic #:nodoc:
|
319
|
+
self.tld = %q{cologne}
|
320
|
+
self.sponsoring_organization = %q{NetCologne Gesellschaft für Telekommunikation mbH}
|
321
|
+
end
|
322
|
+
class TLDCom < Generic #:nodoc:
|
323
|
+
self.tld = %q{com}
|
324
|
+
self.sponsoring_organization = %q{VeriSign Global Registry Services}
|
325
|
+
end
|
326
|
+
class TLDCommunity < Generic #:nodoc:
|
327
|
+
self.tld = %q{community}
|
328
|
+
self.sponsoring_organization = %q{Fox Orchard, LLC}
|
329
|
+
end
|
330
|
+
class TLDCompany < Generic #:nodoc:
|
331
|
+
self.tld = %q{company}
|
332
|
+
self.sponsoring_organization = %q{Silver Avenue, LLC}
|
333
|
+
end
|
334
|
+
class TLDComputer < Generic #:nodoc:
|
335
|
+
self.tld = %q{computer}
|
336
|
+
self.sponsoring_organization = %q{Pine Mill, LLC}
|
337
|
+
end
|
338
|
+
class TLDCondos < Generic #:nodoc:
|
339
|
+
self.tld = %q{condos}
|
340
|
+
self.sponsoring_organization = %q{Pine House, LLC}
|
341
|
+
end
|
342
|
+
class TLDConstruction < Generic #:nodoc:
|
343
|
+
self.tld = %q{construction}
|
344
|
+
self.sponsoring_organization = %q{Fox Dynamite, LLC}
|
345
|
+
end
|
346
|
+
class TLDConsulting < Generic #:nodoc:
|
347
|
+
self.tld = %q{consulting}
|
348
|
+
self.sponsoring_organization = %q{United TLD Holdco, LTD.}
|
349
|
+
end
|
350
|
+
class TLDContractors < Generic #:nodoc:
|
351
|
+
self.tld = %q{contractors}
|
352
|
+
self.sponsoring_organization = %q{Magic Woods, LLC}
|
353
|
+
end
|
354
|
+
class TLDCooking < Generic #:nodoc:
|
355
|
+
self.tld = %q{cooking}
|
356
|
+
self.sponsoring_organization = %q{Top Level Domain Holdings Limited}
|
357
|
+
end
|
358
|
+
class TLDCool < Generic #:nodoc:
|
359
|
+
self.tld = %q{cool}
|
360
|
+
self.sponsoring_organization = %q{Koko Lake, LLC}
|
361
|
+
end
|
362
|
+
class TLDCountry < Generic #:nodoc:
|
363
|
+
self.tld = %q{country}
|
364
|
+
self.sponsoring_organization = %q{Top Level Domain Holdings Limited}
|
365
|
+
end
|
366
|
+
class TLDCredit < Generic #:nodoc:
|
367
|
+
self.tld = %q{credit}
|
368
|
+
self.sponsoring_organization = %q{Snow Shadow, LLC}
|
369
|
+
end
|
370
|
+
class TLDCreditcard < Generic #:nodoc:
|
371
|
+
self.tld = %q{creditcard}
|
372
|
+
self.sponsoring_organization = %q{Binky Frostbite, LLC}
|
373
|
+
end
|
374
|
+
class TLDCricket < Generic #:nodoc:
|
375
|
+
self.tld = %q{cricket}
|
376
|
+
self.sponsoring_organization = %q{dot Cricket Limited}
|
377
|
+
end
|
378
|
+
class TLDCrs < Generic #:nodoc:
|
379
|
+
self.tld = %q{crs}
|
380
|
+
self.sponsoring_organization = %q{Federated Co-operatives Limited}
|
381
|
+
end
|
382
|
+
class TLDCruises < Generic #:nodoc:
|
383
|
+
self.tld = %q{cruises}
|
384
|
+
self.sponsoring_organization = %q{Spring Way, LLC}
|
385
|
+
end
|
386
|
+
class TLDCuisinella < Generic #:nodoc:
|
387
|
+
self.tld = %q{cuisinella}
|
388
|
+
self.sponsoring_organization = %q{SALM S.A.S.}
|
389
|
+
end
|
390
|
+
class TLDCymru < Generic #:nodoc:
|
391
|
+
self.tld = %q{cymru}
|
392
|
+
self.sponsoring_organization = %q{Nominet UK}
|
393
|
+
end
|
394
|
+
class TLDDad < Generic #:nodoc:
|
395
|
+
self.tld = %q{dad}
|
396
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
397
|
+
end
|
398
|
+
class TLDDance < Generic #:nodoc:
|
399
|
+
self.tld = %q{dance}
|
400
|
+
self.sponsoring_organization = %q{United TLD Holdco Ltd.}
|
401
|
+
end
|
402
|
+
class TLDDating < Generic #:nodoc:
|
403
|
+
self.tld = %q{dating}
|
404
|
+
self.sponsoring_organization = %q{Pine Fest, LLC}
|
405
|
+
end
|
406
|
+
class TLDDay < Generic #:nodoc:
|
407
|
+
self.tld = %q{day}
|
408
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
409
|
+
end
|
410
|
+
class TLDDeals < Generic #:nodoc:
|
411
|
+
self.tld = %q{deals}
|
412
|
+
self.sponsoring_organization = %q{Sand Sunset, LLC}
|
413
|
+
end
|
414
|
+
class TLDDegree < Generic #:nodoc:
|
415
|
+
self.tld = %q{degree}
|
416
|
+
self.sponsoring_organization = %q{United TLD Holdco, Ltd}
|
417
|
+
end
|
418
|
+
class TLDDelivery < Generic #:nodoc:
|
419
|
+
self.tld = %q{delivery}
|
420
|
+
self.sponsoring_organization = %q{Steel Station, LLC}
|
421
|
+
end
|
422
|
+
class TLDDemocrat < Generic #:nodoc:
|
423
|
+
self.tld = %q{democrat}
|
424
|
+
self.sponsoring_organization = %q{United TLD Holdco Ltd.}
|
425
|
+
end
|
426
|
+
class TLDDental < Generic #:nodoc:
|
427
|
+
self.tld = %q{dental}
|
428
|
+
self.sponsoring_organization = %q{Tin Birch, LLC}
|
429
|
+
end
|
430
|
+
class TLDDentist < Generic #:nodoc:
|
431
|
+
self.tld = %q{dentist}
|
432
|
+
self.sponsoring_organization = %q{United TLD Holdco, Ltd}
|
433
|
+
end
|
434
|
+
class TLDDesi < Generic #:nodoc:
|
435
|
+
self.tld = %q{desi}
|
436
|
+
self.sponsoring_organization = %q{Desi Networks LLC}
|
437
|
+
end
|
438
|
+
class TLDDiamonds < Generic #:nodoc:
|
439
|
+
self.tld = %q{diamonds}
|
440
|
+
self.sponsoring_organization = %q{John Edge, LLC}
|
441
|
+
end
|
442
|
+
class TLDDiet < Generic #:nodoc:
|
443
|
+
self.tld = %q{diet}
|
444
|
+
self.sponsoring_organization = %q{Uniregistry, Corp.}
|
445
|
+
end
|
446
|
+
class TLDDigital < Generic #:nodoc:
|
447
|
+
self.tld = %q{digital}
|
448
|
+
self.sponsoring_organization = %q{Dash Park, LLC}
|
449
|
+
end
|
450
|
+
class TLDDirect < Generic #:nodoc:
|
451
|
+
self.tld = %q{direct}
|
452
|
+
self.sponsoring_organization = %q{Half Trail, LLC}
|
453
|
+
end
|
454
|
+
class TLDDirectory < Generic #:nodoc:
|
455
|
+
self.tld = %q{directory}
|
456
|
+
self.sponsoring_organization = %q{Extra Madison, LLC}
|
457
|
+
end
|
458
|
+
class TLDDiscount < Generic #:nodoc:
|
459
|
+
self.tld = %q{discount}
|
460
|
+
self.sponsoring_organization = %q{Holly Hill, LLC}
|
461
|
+
end
|
462
|
+
class TLDDnp < Generic #:nodoc:
|
463
|
+
self.tld = %q{dnp}
|
464
|
+
self.sponsoring_organization = %q{Dai Nippon Printing Co., Ltd.}
|
465
|
+
end
|
466
|
+
class TLDDomains < Generic #:nodoc:
|
467
|
+
self.tld = %q{domains}
|
468
|
+
self.sponsoring_organization = %q{Sugar Cross, LLC}
|
469
|
+
end
|
470
|
+
class TLDDurban < Generic #:nodoc:
|
471
|
+
self.tld = %q{durban}
|
472
|
+
self.sponsoring_organization = %q{ZA Central Registry NPC trading as ZA Central Registry}
|
473
|
+
end
|
474
|
+
class TLDDvag < Generic #:nodoc:
|
475
|
+
self.tld = %q{dvag}
|
476
|
+
self.sponsoring_organization = %q{Deutsche Vermögensberatung Aktiengesellschaft DVAG}
|
477
|
+
end
|
478
|
+
class TLDEat < Generic #:nodoc:
|
479
|
+
self.tld = %q{eat}
|
480
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
481
|
+
end
|
482
|
+
class TLDEducation < Generic #:nodoc:
|
483
|
+
self.tld = %q{education}
|
484
|
+
self.sponsoring_organization = %q{Brice Way, LLC}
|
485
|
+
end
|
486
|
+
class TLDEmail < Generic #:nodoc:
|
487
|
+
self.tld = %q{email}
|
488
|
+
self.sponsoring_organization = %q{Spring Madison, LLC}
|
489
|
+
end
|
490
|
+
class TLDEmerck < Generic #:nodoc:
|
491
|
+
self.tld = %q{emerck}
|
492
|
+
self.sponsoring_organization = %q{Merck KGaA}
|
493
|
+
end
|
494
|
+
class TLDEnergy < Generic #:nodoc:
|
495
|
+
self.tld = %q{energy}
|
496
|
+
self.sponsoring_organization = %q{Binky Birch, LLC}
|
497
|
+
end
|
498
|
+
class TLDEngineer < Generic #:nodoc:
|
499
|
+
self.tld = %q{engineer}
|
500
|
+
self.sponsoring_organization = %q{United TLD Holdco Ltd.}
|
501
|
+
end
|
502
|
+
class TLDEngineering < Generic #:nodoc:
|
503
|
+
self.tld = %q{engineering}
|
504
|
+
self.sponsoring_organization = %q{Romeo Canyon}
|
505
|
+
end
|
506
|
+
class TLDEnterprises < Generic #:nodoc:
|
507
|
+
self.tld = %q{enterprises}
|
508
|
+
self.sponsoring_organization = %q{Snow Oaks, LLC}
|
509
|
+
end
|
510
|
+
class TLDEquipment < Generic #:nodoc:
|
511
|
+
self.tld = %q{equipment}
|
512
|
+
self.sponsoring_organization = %q{Corn Station, LLC}
|
513
|
+
end
|
514
|
+
class TLDEsq < Generic #:nodoc:
|
515
|
+
self.tld = %q{esq}
|
516
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
517
|
+
end
|
518
|
+
class TLDEstate < Generic #:nodoc:
|
519
|
+
self.tld = %q{estate}
|
520
|
+
self.sponsoring_organization = %q{Trixy Park, LLC}
|
521
|
+
end
|
522
|
+
class TLDEus < Generic #:nodoc:
|
523
|
+
self.tld = %q{eus}
|
524
|
+
self.sponsoring_organization = %q{Puntueus Fundazioa}
|
525
|
+
end
|
526
|
+
class TLDEvents < Generic #:nodoc:
|
527
|
+
self.tld = %q{events}
|
528
|
+
self.sponsoring_organization = %q{Pioneer Maple, LLC}
|
529
|
+
end
|
530
|
+
class TLDEverbank < Generic #:nodoc:
|
531
|
+
self.tld = %q{everbank}
|
532
|
+
self.sponsoring_organization = %q{EverBank}
|
533
|
+
end
|
534
|
+
class TLDExchange < Generic #:nodoc:
|
535
|
+
self.tld = %q{exchange}
|
536
|
+
self.sponsoring_organization = %q{Spring Falls, LLC}
|
537
|
+
end
|
538
|
+
class TLDExpert < Generic #:nodoc:
|
539
|
+
self.tld = %q{expert}
|
540
|
+
self.sponsoring_organization = %q{Magic Pass, LLC}
|
541
|
+
end
|
542
|
+
class TLDExposed < Generic #:nodoc:
|
543
|
+
self.tld = %q{exposed}
|
544
|
+
self.sponsoring_organization = %q{Victor Beach, LLC}
|
545
|
+
end
|
546
|
+
class TLDFail < Generic #:nodoc:
|
547
|
+
self.tld = %q{fail}
|
548
|
+
self.sponsoring_organization = %q{Atomic Pipe, LLC}
|
549
|
+
end
|
550
|
+
class TLDFarm < Generic #:nodoc:
|
551
|
+
self.tld = %q{farm}
|
552
|
+
self.sponsoring_organization = %q{Just Maple, LLC}
|
553
|
+
end
|
554
|
+
class TLDFeedback < Generic #:nodoc:
|
555
|
+
self.tld = %q{feedback}
|
556
|
+
self.sponsoring_organization = %q{Top Level Spectrum, Inc.}
|
557
|
+
end
|
558
|
+
class TLDFinance < Generic #:nodoc:
|
559
|
+
self.tld = %q{finance}
|
560
|
+
self.sponsoring_organization = %q{Cotton Cypress, LLC}
|
561
|
+
end
|
562
|
+
class TLDFinancial < Generic #:nodoc:
|
563
|
+
self.tld = %q{financial}
|
564
|
+
self.sponsoring_organization = %q{Just Cover, LLC}
|
565
|
+
end
|
566
|
+
class TLDFirmdale < Generic #:nodoc:
|
567
|
+
self.tld = %q{firmdale}
|
568
|
+
self.sponsoring_organization = %q{Firmdale Holdings Limited}
|
569
|
+
end
|
570
|
+
class TLDFish < Generic #:nodoc:
|
571
|
+
self.tld = %q{fish}
|
572
|
+
self.sponsoring_organization = %q{Fox Woods, LLC}
|
573
|
+
end
|
574
|
+
class TLDFishing < Generic #:nodoc:
|
575
|
+
self.tld = %q{fishing}
|
576
|
+
self.sponsoring_organization = %q{Top Level Domain Holdings Limited}
|
577
|
+
end
|
578
|
+
class TLDFitness < Generic #:nodoc:
|
579
|
+
self.tld = %q{fitness}
|
580
|
+
self.sponsoring_organization = %q{Brice Orchard, LLC}
|
581
|
+
end
|
582
|
+
class TLDFlights < Generic #:nodoc:
|
583
|
+
self.tld = %q{flights}
|
584
|
+
self.sponsoring_organization = %q{Fox Station, LLC}
|
585
|
+
end
|
586
|
+
class TLDFlorist < Generic #:nodoc:
|
587
|
+
self.tld = %q{florist}
|
588
|
+
self.sponsoring_organization = %q{Half Cypress, LLC}
|
589
|
+
end
|
590
|
+
class TLDFlsmidth < Generic #:nodoc:
|
591
|
+
self.tld = %q{flsmidth}
|
592
|
+
self.sponsoring_organization = %q{FLSmidth A/S}
|
593
|
+
end
|
594
|
+
class TLDFly < Generic #:nodoc:
|
595
|
+
self.tld = %q{fly}
|
596
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
597
|
+
end
|
598
|
+
class TLDFoo < Generic #:nodoc:
|
599
|
+
self.tld = %q{foo}
|
600
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
601
|
+
end
|
602
|
+
class TLDForsale < Generic #:nodoc:
|
603
|
+
self.tld = %q{forsale}
|
604
|
+
self.sponsoring_organization = %q{United TLD Holdco, LLC}
|
605
|
+
end
|
606
|
+
class TLDFoundation < Generic #:nodoc:
|
607
|
+
self.tld = %q{foundation}
|
608
|
+
self.sponsoring_organization = %q{John Dale, LLC}
|
609
|
+
end
|
610
|
+
class TLDFrl < Generic #:nodoc:
|
611
|
+
self.tld = %q{frl}
|
612
|
+
self.sponsoring_organization = %q{FRLregistry B.V.}
|
613
|
+
end
|
614
|
+
class TLDFrogans < Generic #:nodoc:
|
615
|
+
self.tld = %q{frogans}
|
616
|
+
self.sponsoring_organization = %q{OP3FT}
|
617
|
+
end
|
618
|
+
class TLDFund < Generic #:nodoc:
|
619
|
+
self.tld = %q{fund}
|
620
|
+
self.sponsoring_organization = %q{John Castle, LLC}
|
621
|
+
end
|
622
|
+
class TLDFurniture < Generic #:nodoc:
|
623
|
+
self.tld = %q{furniture}
|
624
|
+
self.sponsoring_organization = %q{Lone Fields, LLC}
|
625
|
+
end
|
626
|
+
class TLDFutbol < Generic #:nodoc:
|
627
|
+
self.tld = %q{futbol}
|
628
|
+
self.sponsoring_organization = %q{United TLD Holdco, Ltd.}
|
629
|
+
end
|
630
|
+
class TLDGal < Generic #:nodoc:
|
631
|
+
self.tld = %q{gal}
|
632
|
+
self.sponsoring_organization = %q{Asociación puntoGAL}
|
633
|
+
end
|
634
|
+
class TLDGallery < Generic #:nodoc:
|
635
|
+
self.tld = %q{gallery}
|
636
|
+
self.sponsoring_organization = %q{Sugar House, LLC}
|
637
|
+
end
|
638
|
+
class TLDGbiz < Generic #:nodoc:
|
639
|
+
self.tld = %q{gbiz}
|
640
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
641
|
+
end
|
642
|
+
class TLDGent < Generic #:nodoc:
|
643
|
+
self.tld = %q{gent}
|
644
|
+
self.sponsoring_organization = %q{COMBELL GROUP NV/SA}
|
645
|
+
end
|
646
|
+
class TLDGift < Generic #:nodoc:
|
647
|
+
self.tld = %q{gift}
|
648
|
+
self.sponsoring_organization = %q{Uniregistry, Corp.}
|
649
|
+
end
|
650
|
+
class TLDGifts < Generic #:nodoc:
|
651
|
+
self.tld = %q{gifts}
|
652
|
+
self.sponsoring_organization = %q{Goose Sky, LLC}
|
653
|
+
end
|
654
|
+
class TLDGives < Generic #:nodoc:
|
655
|
+
self.tld = %q{gives}
|
656
|
+
self.sponsoring_organization = %q{United TLD Holdco Ltd.}
|
657
|
+
end
|
658
|
+
class TLDGlass < Generic #:nodoc:
|
659
|
+
self.tld = %q{glass}
|
660
|
+
self.sponsoring_organization = %q{Black Cover, LLC}
|
661
|
+
end
|
662
|
+
class TLDGle < Generic #:nodoc:
|
663
|
+
self.tld = %q{gle}
|
664
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
665
|
+
end
|
666
|
+
class TLDGlobal < Generic #:nodoc:
|
667
|
+
self.tld = %q{global}
|
668
|
+
self.sponsoring_organization = %q{Dot GLOBAL AS}
|
669
|
+
end
|
670
|
+
class TLDGlobo < Generic #:nodoc:
|
671
|
+
self.tld = %q{globo}
|
672
|
+
self.sponsoring_organization = %q{Globo Comunicação e Participações S.A}
|
673
|
+
end
|
674
|
+
class TLDGmail < Generic #:nodoc:
|
675
|
+
self.tld = %q{gmail}
|
676
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
677
|
+
end
|
678
|
+
class TLDGmo < Generic #:nodoc:
|
679
|
+
self.tld = %q{gmo}
|
680
|
+
self.sponsoring_organization = %q{GMO Internet, Inc.}
|
681
|
+
end
|
682
|
+
class TLDGmx < Generic #:nodoc:
|
683
|
+
self.tld = %q{gmx}
|
684
|
+
self.sponsoring_organization = %q{1&1 Mail & Media GmbH}
|
685
|
+
end
|
686
|
+
class TLDGoogle < Generic #:nodoc:
|
687
|
+
self.tld = %q{google}
|
688
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
689
|
+
end
|
690
|
+
class TLDGop < Generic #:nodoc:
|
691
|
+
self.tld = %q{gop}
|
692
|
+
self.sponsoring_organization = %q{Republican State Leadership Committee, Inc.}
|
693
|
+
end
|
694
|
+
class TLDGraphics < Generic #:nodoc:
|
695
|
+
self.tld = %q{graphics}
|
696
|
+
self.sponsoring_organization = %q{Over Madison, LLC}
|
697
|
+
end
|
698
|
+
class TLDGratis < Generic #:nodoc:
|
699
|
+
self.tld = %q{gratis}
|
700
|
+
self.sponsoring_organization = %q{Pioneer Tigers, LLC}
|
701
|
+
end
|
702
|
+
class TLDGreen < Generic #:nodoc:
|
703
|
+
self.tld = %q{green}
|
704
|
+
self.sponsoring_organization = %q{Afilias Limited}
|
705
|
+
end
|
706
|
+
class TLDGripe < Generic #:nodoc:
|
707
|
+
self.tld = %q{gripe}
|
708
|
+
self.sponsoring_organization = %q{Corn Sunset, LLC}
|
709
|
+
end
|
710
|
+
class TLDGuide < Generic #:nodoc:
|
711
|
+
self.tld = %q{guide}
|
712
|
+
self.sponsoring_organization = %q{Snow Moon, LLC}
|
713
|
+
end
|
714
|
+
class TLDGuitars < Generic #:nodoc:
|
715
|
+
self.tld = %q{guitars}
|
716
|
+
self.sponsoring_organization = %q{Uniregistry, Corp.}
|
717
|
+
end
|
718
|
+
class TLDGuru < Generic #:nodoc:
|
719
|
+
self.tld = %q{guru}
|
720
|
+
self.sponsoring_organization = %q{Pioneer Cypress, LLC}
|
721
|
+
end
|
722
|
+
class TLDHamburg < Generic #:nodoc:
|
723
|
+
self.tld = %q{hamburg}
|
724
|
+
self.sponsoring_organization = %q{Hamburg Top-Level-Domain GmbH}
|
725
|
+
end
|
726
|
+
class TLDHaus < Generic #:nodoc:
|
727
|
+
self.tld = %q{haus}
|
728
|
+
self.sponsoring_organization = %q{United TLD Holdco, LTD.}
|
729
|
+
end
|
730
|
+
class TLDHealthcare < Generic #:nodoc:
|
731
|
+
self.tld = %q{healthcare}
|
732
|
+
self.sponsoring_organization = %q{Silver Glen, LLC}
|
733
|
+
end
|
734
|
+
class TLDHelp < Generic #:nodoc:
|
735
|
+
self.tld = %q{help}
|
736
|
+
self.sponsoring_organization = %q{Uniregistry, Corp.}
|
737
|
+
end
|
738
|
+
class TLDHere < Generic #:nodoc:
|
739
|
+
self.tld = %q{here}
|
740
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
741
|
+
end
|
742
|
+
class TLDHiphop < Generic #:nodoc:
|
743
|
+
self.tld = %q{hiphop}
|
744
|
+
self.sponsoring_organization = %q{Uniregistry, Corp.}
|
745
|
+
end
|
746
|
+
class TLDHiv < Generic #:nodoc:
|
747
|
+
self.tld = %q{hiv}
|
748
|
+
self.sponsoring_organization = %q{dotHIV gemeinnuetziger e.V.}
|
749
|
+
end
|
750
|
+
class TLDHoldings < Generic #:nodoc:
|
751
|
+
self.tld = %q{holdings}
|
752
|
+
self.sponsoring_organization = %q{John Madison, LLC}
|
753
|
+
end
|
754
|
+
class TLDHoliday < Generic #:nodoc:
|
755
|
+
self.tld = %q{holiday}
|
756
|
+
self.sponsoring_organization = %q{Goose Woods, LLC}
|
757
|
+
end
|
758
|
+
class TLDHomes < Generic #:nodoc:
|
759
|
+
self.tld = %q{homes}
|
760
|
+
self.sponsoring_organization = %q{DERHomes, LLC}
|
761
|
+
end
|
762
|
+
class TLDHorse < Generic #:nodoc:
|
763
|
+
self.tld = %q{horse}
|
764
|
+
self.sponsoring_organization = %q{Top Level Domain Holdings Limited}
|
765
|
+
end
|
766
|
+
class TLDHost < Generic #:nodoc:
|
767
|
+
self.tld = %q{host}
|
768
|
+
self.sponsoring_organization = %q{DotHost Inc.}
|
769
|
+
end
|
770
|
+
class TLDHosting < Generic #:nodoc:
|
771
|
+
self.tld = %q{hosting}
|
772
|
+
self.sponsoring_organization = %q{Uniregistry, Corp.}
|
773
|
+
end
|
774
|
+
class TLDHouse < Generic #:nodoc:
|
775
|
+
self.tld = %q{house}
|
776
|
+
self.sponsoring_organization = %q{Sugar Park, LLC}
|
777
|
+
end
|
778
|
+
class TLDHow < Generic #:nodoc:
|
779
|
+
self.tld = %q{how}
|
780
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
781
|
+
end
|
782
|
+
class TLDIbm < Generic #:nodoc:
|
783
|
+
self.tld = %q{ibm}
|
784
|
+
self.sponsoring_organization = %q{International Business Machines Corporation}
|
785
|
+
end
|
786
|
+
class TLDImmo < Generic #:nodoc:
|
787
|
+
self.tld = %q{immo}
|
788
|
+
self.sponsoring_organization = %q{Auburn Bloom, LLC}
|
789
|
+
end
|
790
|
+
class TLDImmobilien < Generic #:nodoc:
|
791
|
+
self.tld = %q{immobilien}
|
792
|
+
self.sponsoring_organization = %q{United TLD Holdco Ltd.}
|
793
|
+
end
|
794
|
+
class TLDIndustries < Generic #:nodoc:
|
795
|
+
self.tld = %q{industries}
|
796
|
+
self.sponsoring_organization = %q{Outer House, LLC}
|
797
|
+
end
|
798
|
+
class TLDInfo < Generic #:nodoc:
|
799
|
+
self.tld = %q{info}
|
800
|
+
self.sponsoring_organization = %q{Afilias Limited}
|
801
|
+
end
|
802
|
+
class TLDIng < Generic #:nodoc:
|
803
|
+
self.tld = %q{ing}
|
804
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
805
|
+
end
|
806
|
+
class TLDInk < Generic #:nodoc:
|
807
|
+
self.tld = %q{ink}
|
808
|
+
self.sponsoring_organization = %q{Top Level Design, LLC}
|
809
|
+
end
|
810
|
+
class TLDInstitute < Generic #:nodoc:
|
811
|
+
self.tld = %q{institute}
|
812
|
+
self.sponsoring_organization = %q{Outer Maple, LLC}
|
813
|
+
end
|
814
|
+
class TLDInsure < Generic #:nodoc:
|
815
|
+
self.tld = %q{insure}
|
816
|
+
self.sponsoring_organization = %q{Pioneer Willow, LLC}
|
817
|
+
end
|
818
|
+
class TLDInternational < Generic #:nodoc:
|
819
|
+
self.tld = %q{international}
|
820
|
+
self.sponsoring_organization = %q{Wild Way, LLC}
|
821
|
+
end
|
822
|
+
class TLDInvestments < Generic #:nodoc:
|
823
|
+
self.tld = %q{investments}
|
824
|
+
self.sponsoring_organization = %q{Holly Glen, LLC}
|
825
|
+
end
|
826
|
+
class TLDJetzt < Generic #:nodoc:
|
827
|
+
self.tld = %q{jetzt}
|
828
|
+
self.sponsoring_organization = %q{New TLD Company AB}
|
829
|
+
end
|
830
|
+
class TLDJoburg < Generic #:nodoc:
|
831
|
+
self.tld = %q{joburg}
|
832
|
+
self.sponsoring_organization = %q{ZA Central Registry NPC trading as ZA Central Registry}
|
833
|
+
end
|
834
|
+
class TLDJuegos < Generic #:nodoc:
|
835
|
+
self.tld = %q{juegos}
|
836
|
+
self.sponsoring_organization = %q{Uniregistry, Corp.}
|
837
|
+
end
|
838
|
+
class TLDKaufen < Generic #:nodoc:
|
839
|
+
self.tld = %q{kaufen}
|
840
|
+
self.sponsoring_organization = %q{United TLD Holdco Ltd.}
|
841
|
+
end
|
842
|
+
class TLDKim < Generic #:nodoc:
|
843
|
+
self.tld = %q{kim}
|
844
|
+
self.sponsoring_organization = %q{Afilias Limited}
|
845
|
+
end
|
846
|
+
class TLDKitchen < Generic #:nodoc:
|
847
|
+
self.tld = %q{kitchen}
|
848
|
+
self.sponsoring_organization = %q{Just Goodbye, LLC}
|
849
|
+
end
|
850
|
+
class TLDKiwi < Generic #:nodoc:
|
851
|
+
self.tld = %q{kiwi}
|
852
|
+
self.sponsoring_organization = %q{DOT KIWI LIMITED}
|
853
|
+
end
|
854
|
+
class TLDKoeln < Generic #:nodoc:
|
855
|
+
self.tld = %q{koeln}
|
856
|
+
self.sponsoring_organization = %q{NetCologne Gesellschaft für Telekommunikation mbH}
|
857
|
+
end
|
858
|
+
class TLDKrd < Generic #:nodoc:
|
859
|
+
self.tld = %q{krd}
|
860
|
+
self.sponsoring_organization = %q{KRG Department of Information Technology}
|
861
|
+
end
|
862
|
+
class TLDKred < Generic #:nodoc:
|
863
|
+
self.tld = %q{kred}
|
864
|
+
self.sponsoring_organization = %q{KredTLD Pty Ltd}
|
865
|
+
end
|
866
|
+
class TLDLacaixa < Generic #:nodoc:
|
867
|
+
self.tld = %q{lacaixa}
|
868
|
+
self.sponsoring_organization = %q{CAIXA D'ESTALVIS I PENSIONS DE BARCELONA}
|
869
|
+
end
|
870
|
+
class TLDLand < Generic #:nodoc:
|
871
|
+
self.tld = %q{land}
|
872
|
+
self.sponsoring_organization = %q{Pine Moon, LLC}
|
873
|
+
end
|
874
|
+
class TLDLawyer < Generic #:nodoc:
|
875
|
+
self.tld = %q{lawyer}
|
876
|
+
self.sponsoring_organization = %q{United TLD Holdco, Ltd}
|
877
|
+
end
|
878
|
+
class TLDLds < Generic #:nodoc:
|
879
|
+
self.tld = %q{lds}
|
880
|
+
self.sponsoring_organization = %q{IRI Domain Management, LLC}
|
881
|
+
end
|
882
|
+
class TLDLease < Generic #:nodoc:
|
883
|
+
self.tld = %q{lease}
|
884
|
+
self.sponsoring_organization = %q{Victor Trail, LLC}
|
885
|
+
end
|
886
|
+
class TLDLegal < Generic #:nodoc:
|
887
|
+
self.tld = %q{legal}
|
888
|
+
self.sponsoring_organization = %q{Blue Falls, LLC}
|
889
|
+
end
|
890
|
+
class TLDLgbt < Generic #:nodoc:
|
891
|
+
self.tld = %q{lgbt}
|
892
|
+
self.sponsoring_organization = %q{Afilias Limited}
|
893
|
+
end
|
894
|
+
class TLDLife < Generic #:nodoc:
|
895
|
+
self.tld = %q{life}
|
896
|
+
self.sponsoring_organization = %q{Trixy Oaks, LLC}
|
897
|
+
end
|
898
|
+
class TLDLighting < Generic #:nodoc:
|
899
|
+
self.tld = %q{lighting}
|
900
|
+
self.sponsoring_organization = %q{John McCook, LLC}
|
901
|
+
end
|
902
|
+
class TLDLimited < Generic #:nodoc:
|
903
|
+
self.tld = %q{limited}
|
904
|
+
self.sponsoring_organization = %q{Big Fest, LLC}
|
905
|
+
end
|
906
|
+
class TLDLimo < Generic #:nodoc:
|
907
|
+
self.tld = %q{limo}
|
908
|
+
self.sponsoring_organization = %q{Hidden Frostbite, LLC}
|
909
|
+
end
|
910
|
+
class TLDLink < Generic #:nodoc:
|
911
|
+
self.tld = %q{link}
|
912
|
+
self.sponsoring_organization = %q{Uniregistry, Corp.}
|
913
|
+
end
|
914
|
+
class TLDLoans < Generic #:nodoc:
|
915
|
+
self.tld = %q{loans}
|
916
|
+
self.sponsoring_organization = %q{June Woods, LLC}
|
917
|
+
end
|
918
|
+
class TLDLondon < Generic #:nodoc:
|
919
|
+
self.tld = %q{london}
|
920
|
+
self.sponsoring_organization = %q{Dot London Domains Limited}
|
921
|
+
end
|
922
|
+
class TLDLotto < Generic #:nodoc:
|
923
|
+
self.tld = %q{lotto}
|
924
|
+
self.sponsoring_organization = %q{Afilias Limited}
|
925
|
+
end
|
926
|
+
class TLDLtda < Generic #:nodoc:
|
927
|
+
self.tld = %q{ltda}
|
928
|
+
self.sponsoring_organization = %q{InterNetX Corp.}
|
929
|
+
end
|
930
|
+
class TLDLuxe < Generic #:nodoc:
|
931
|
+
self.tld = %q{luxe}
|
932
|
+
self.sponsoring_organization = %q{Top Level Domain Holdings Limited}
|
933
|
+
end
|
934
|
+
class TLDLuxury < Generic #:nodoc:
|
935
|
+
self.tld = %q{luxury}
|
936
|
+
self.sponsoring_organization = %q{Luxury Partners LLC}
|
937
|
+
end
|
938
|
+
class TLDMadrid < Generic #:nodoc:
|
939
|
+
self.tld = %q{madrid}
|
940
|
+
self.sponsoring_organization = %q{Comunidad de Madrid}
|
941
|
+
end
|
942
|
+
class TLDMaison < Generic #:nodoc:
|
943
|
+
self.tld = %q{maison}
|
944
|
+
self.sponsoring_organization = %q{Victor Frostbite, LLC}
|
945
|
+
end
|
946
|
+
class TLDManagement < Generic #:nodoc:
|
947
|
+
self.tld = %q{management}
|
948
|
+
self.sponsoring_organization = %q{John Goodbye, LLC}
|
949
|
+
end
|
950
|
+
class TLDMango < Generic #:nodoc:
|
951
|
+
self.tld = %q{mango}
|
952
|
+
self.sponsoring_organization = %q{PUNTO FA S.L.}
|
953
|
+
end
|
954
|
+
class TLDMarket < Generic #:nodoc:
|
955
|
+
self.tld = %q{market}
|
956
|
+
self.sponsoring_organization = %q{Unitied TLD Holdco, Ltd}
|
957
|
+
end
|
958
|
+
class TLDMarketing < Generic #:nodoc:
|
959
|
+
self.tld = %q{marketing}
|
960
|
+
self.sponsoring_organization = %q{Fern Pass, LLC}
|
961
|
+
end
|
962
|
+
class TLDMedia < Generic #:nodoc:
|
963
|
+
self.tld = %q{media}
|
964
|
+
self.sponsoring_organization = %q{Grand Glen, LLC}
|
965
|
+
end
|
966
|
+
class TLDMeet < Generic #:nodoc:
|
967
|
+
self.tld = %q{meet}
|
968
|
+
self.sponsoring_organization = %q{Afilias Limited}
|
969
|
+
end
|
970
|
+
class TLDMelbourne < Generic #:nodoc:
|
971
|
+
self.tld = %q{melbourne}
|
972
|
+
self.sponsoring_organization = %q{The Crown in right of the State of Victoria, represented by its Department of State Development, Business and Innovation}
|
973
|
+
end
|
974
|
+
class TLDMeme < Generic #:nodoc:
|
975
|
+
self.tld = %q{meme}
|
976
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
977
|
+
end
|
978
|
+
class TLDMemorial < Generic #:nodoc:
|
979
|
+
self.tld = %q{memorial}
|
980
|
+
self.sponsoring_organization = %q{Dog Beach, LLC}
|
981
|
+
end
|
982
|
+
class TLDMenu < Generic #:nodoc:
|
983
|
+
self.tld = %q{menu}
|
984
|
+
self.sponsoring_organization = %q{Wedding TLD2, LLC}
|
985
|
+
end
|
986
|
+
class TLDMiami < Generic #:nodoc:
|
987
|
+
self.tld = %q{miami}
|
988
|
+
self.sponsoring_organization = %q{Top Level Domain Holdings Limited}
|
989
|
+
end
|
990
|
+
class TLDMini < Generic #:nodoc:
|
991
|
+
self.tld = %q{mini}
|
992
|
+
self.sponsoring_organization = %q{Bayerische Motoren Werke Aktiengesellschaft}
|
993
|
+
end
|
994
|
+
class TLDModa < Generic #:nodoc:
|
995
|
+
self.tld = %q{moda}
|
996
|
+
self.sponsoring_organization = %q{United TLD Holdco Ltd.}
|
997
|
+
end
|
998
|
+
class TLDMoe < Generic #:nodoc:
|
999
|
+
self.tld = %q{moe}
|
1000
|
+
self.sponsoring_organization = %q{Interlink Co., Ltd.}
|
1001
|
+
end
|
1002
|
+
class TLDMonash < Generic #:nodoc:
|
1003
|
+
self.tld = %q{monash}
|
1004
|
+
self.sponsoring_organization = %q{Monash University}
|
1005
|
+
end
|
1006
|
+
class TLDMoney < Generic #:nodoc:
|
1007
|
+
self.tld = %q{money}
|
1008
|
+
self.sponsoring_organization = %q{Outer McCook, LLC}
|
1009
|
+
end
|
1010
|
+
class TLDMormon < Generic #:nodoc:
|
1011
|
+
self.tld = %q{mormon}
|
1012
|
+
self.sponsoring_organization = %q{IRI Domain Management, LLC ("Applicant")}
|
1013
|
+
end
|
1014
|
+
class TLDMortgage < Generic #:nodoc:
|
1015
|
+
self.tld = %q{mortgage}
|
1016
|
+
self.sponsoring_organization = %q{United TLD Holdco, Ltd}
|
1017
|
+
end
|
1018
|
+
class TLDMoscow < Generic #:nodoc:
|
1019
|
+
self.tld = %q{moscow}
|
1020
|
+
self.sponsoring_organization = %q{Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)}
|
1021
|
+
end
|
1022
|
+
class TLDMotorcycles < Generic #:nodoc:
|
1023
|
+
self.tld = %q{motorcycles}
|
1024
|
+
self.sponsoring_organization = %q{DERMotorcycles, LLC}
|
1025
|
+
end
|
1026
|
+
class TLDMov < Generic #:nodoc:
|
1027
|
+
self.tld = %q{mov}
|
1028
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
1029
|
+
end
|
1030
|
+
class TLDNagoya < Generic #:nodoc:
|
1031
|
+
self.tld = %q{nagoya}
|
1032
|
+
self.sponsoring_organization = %q{GMO Registry, Inc.}
|
1033
|
+
end
|
1034
|
+
class TLDNavy < Generic #:nodoc:
|
1035
|
+
self.tld = %q{navy}
|
1036
|
+
self.sponsoring_organization = %q{United TLD Holdco Ltd.}
|
1037
|
+
end
|
1038
|
+
class TLDNet < Generic #:nodoc:
|
1039
|
+
self.tld = %q{net}
|
1040
|
+
self.sponsoring_organization = %q{VeriSign Global Registry Services}
|
1041
|
+
end
|
1042
|
+
class TLDNetwork < Generic #:nodoc:
|
1043
|
+
self.tld = %q{network}
|
1044
|
+
self.sponsoring_organization = %q{Trixy Manor, LLC}
|
1045
|
+
end
|
1046
|
+
class TLDNeustar < Generic #:nodoc:
|
1047
|
+
self.tld = %q{neustar}
|
1048
|
+
self.sponsoring_organization = %q{NeuStar, Inc.}
|
1049
|
+
end
|
1050
|
+
class TLDNew < Generic #:nodoc:
|
1051
|
+
self.tld = %q{new}
|
1052
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
1053
|
+
end
|
1054
|
+
class TLDNexus < Generic #:nodoc:
|
1055
|
+
self.tld = %q{nexus}
|
1056
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
1057
|
+
end
|
1058
|
+
class TLDNgo < Generic #:nodoc:
|
1059
|
+
self.tld = %q{ngo}
|
1060
|
+
self.sponsoring_organization = %q{Public Interest Registry}
|
1061
|
+
end
|
1062
|
+
class TLDNhk < Generic #:nodoc:
|
1063
|
+
self.tld = %q{nhk}
|
1064
|
+
self.sponsoring_organization = %q{Japan Broadcasting Corporation (NHK)}
|
1065
|
+
end
|
1066
|
+
class TLDNinja < Generic #:nodoc:
|
1067
|
+
self.tld = %q{ninja}
|
1068
|
+
self.sponsoring_organization = %q{United TLD Holdco Ltd.}
|
1069
|
+
end
|
1070
|
+
class TLDNra < Generic #:nodoc:
|
1071
|
+
self.tld = %q{nra}
|
1072
|
+
self.sponsoring_organization = %q{NRA Holdings Company, INC.}
|
1073
|
+
end
|
1074
|
+
class TLDNrw < Generic #:nodoc:
|
1075
|
+
self.tld = %q{nrw}
|
1076
|
+
self.sponsoring_organization = %q{Minds + Machines GmbH}
|
1077
|
+
end
|
1078
|
+
class TLDNyc < Generic #:nodoc:
|
1079
|
+
self.tld = %q{nyc}
|
1080
|
+
self.sponsoring_organization = %q{The City of New York by and through the New York City Department of Information Technology & Telecommunications}
|
1081
|
+
end
|
1082
|
+
class TLDOkinawa < Generic #:nodoc:
|
1083
|
+
self.tld = %q{okinawa}
|
1084
|
+
self.sponsoring_organization = %q{BusinessRalliart inc.}
|
1085
|
+
end
|
1086
|
+
class TLDOng < Generic #:nodoc:
|
1087
|
+
self.tld = %q{ong}
|
1088
|
+
self.sponsoring_organization = %q{Public Interest Registry}
|
1089
|
+
end
|
1090
|
+
class TLDOnl < Generic #:nodoc:
|
1091
|
+
self.tld = %q{onl}
|
1092
|
+
self.sponsoring_organization = %q{I-REGISTRY Ltd., Niederlassung Deutschland}
|
1093
|
+
end
|
1094
|
+
class TLDOoo < Generic #:nodoc:
|
1095
|
+
self.tld = %q{ooo}
|
1096
|
+
self.sponsoring_organization = %q{INFIBEAM INCORPORATION LIMITED}
|
1097
|
+
end
|
1098
|
+
class TLDOrg < Generic #:nodoc:
|
1099
|
+
self.tld = %q{org}
|
1100
|
+
self.sponsoring_organization = %q{Public Interest Registry (PIR)}
|
1101
|
+
end
|
1102
|
+
class TLDOrganic < Generic #:nodoc:
|
1103
|
+
self.tld = %q{organic}
|
1104
|
+
self.sponsoring_organization = %q{Afilias Limited}
|
1105
|
+
end
|
1106
|
+
class TLDOtsuka < Generic #:nodoc:
|
1107
|
+
self.tld = %q{otsuka}
|
1108
|
+
self.sponsoring_organization = %q{Otsuka Holdings Co., Ltd.}
|
1109
|
+
end
|
1110
|
+
class TLDOvh < Generic #:nodoc:
|
1111
|
+
self.tld = %q{ovh}
|
1112
|
+
self.sponsoring_organization = %q{OVH SAS}
|
1113
|
+
end
|
1114
|
+
class TLDParis < Generic #:nodoc:
|
1115
|
+
self.tld = %q{paris}
|
1116
|
+
self.sponsoring_organization = %q{City of Paris}
|
1117
|
+
end
|
1118
|
+
class TLDPartners < Generic #:nodoc:
|
1119
|
+
self.tld = %q{partners}
|
1120
|
+
self.sponsoring_organization = %q{Magic Glen, LLC}
|
1121
|
+
end
|
1122
|
+
class TLDParts < Generic #:nodoc:
|
1123
|
+
self.tld = %q{parts}
|
1124
|
+
self.sponsoring_organization = %q{Sea Goodbye, LLC}
|
1125
|
+
end
|
1126
|
+
class TLDParty < Generic #:nodoc:
|
1127
|
+
self.tld = %q{party}
|
1128
|
+
self.sponsoring_organization = %q{Blue Sky Registry Limited}
|
1129
|
+
end
|
1130
|
+
class TLDPharmacy < Generic #:nodoc:
|
1131
|
+
self.tld = %q{pharmacy}
|
1132
|
+
self.sponsoring_organization = %q{National Association of Boards of Pharmacy}
|
1133
|
+
end
|
1134
|
+
class TLDPhoto < Generic #:nodoc:
|
1135
|
+
self.tld = %q{photo}
|
1136
|
+
self.sponsoring_organization = %q{Uniregistry, Corp.}
|
1137
|
+
end
|
1138
|
+
class TLDPhotography < Generic #:nodoc:
|
1139
|
+
self.tld = %q{photography}
|
1140
|
+
self.sponsoring_organization = %q{Sugar Glen, LLC}
|
1141
|
+
end
|
1142
|
+
class TLDPhotos < Generic #:nodoc:
|
1143
|
+
self.tld = %q{photos}
|
1144
|
+
self.sponsoring_organization = %q{Sea Corner, LLC}
|
1145
|
+
end
|
1146
|
+
class TLDPhysio < Generic #:nodoc:
|
1147
|
+
self.tld = %q{physio}
|
1148
|
+
self.sponsoring_organization = %q{PhysBiz Pty Ltd}
|
1149
|
+
end
|
1150
|
+
class TLDPics < Generic #:nodoc:
|
1151
|
+
self.tld = %q{pics}
|
1152
|
+
self.sponsoring_organization = %q{Uniregistry, Corp.}
|
1153
|
+
end
|
1154
|
+
class TLDPictures < Generic #:nodoc:
|
1155
|
+
self.tld = %q{pictures}
|
1156
|
+
self.sponsoring_organization = %q{Foggy Sky, LLC}
|
1157
|
+
end
|
1158
|
+
class TLDPink < Generic #:nodoc:
|
1159
|
+
self.tld = %q{pink}
|
1160
|
+
self.sponsoring_organization = %q{Afilias Limited}
|
1161
|
+
end
|
1162
|
+
class TLDPizza < Generic #:nodoc:
|
1163
|
+
self.tld = %q{pizza}
|
1164
|
+
self.sponsoring_organization = %q{Foggy Moon, LLC}
|
1165
|
+
end
|
1166
|
+
class TLDPlace < Generic #:nodoc:
|
1167
|
+
self.tld = %q{place}
|
1168
|
+
self.sponsoring_organization = %q{Snow Galley, LLC}
|
1169
|
+
end
|
1170
|
+
class TLDPlumbing < Generic #:nodoc:
|
1171
|
+
self.tld = %q{plumbing}
|
1172
|
+
self.sponsoring_organization = %q{Spring Tigers, LLC}
|
1173
|
+
end
|
1174
|
+
class TLDPohl < Generic #:nodoc:
|
1175
|
+
self.tld = %q{pohl}
|
1176
|
+
self.sponsoring_organization = %q{Deutsche Vermögensberatung Aktiengesellschaft DVAG}
|
1177
|
+
end
|
1178
|
+
class TLDPoker < Generic #:nodoc:
|
1179
|
+
self.tld = %q{poker}
|
1180
|
+
self.sponsoring_organization = %q{Afilias Domains No. 5 Limited}
|
1181
|
+
end
|
1182
|
+
class TLDPraxi < Generic #:nodoc:
|
1183
|
+
self.tld = %q{praxi}
|
1184
|
+
self.sponsoring_organization = %q{Praxi S.p.A.}
|
1185
|
+
end
|
1186
|
+
class TLDPress < Generic #:nodoc:
|
1187
|
+
self.tld = %q{press}
|
1188
|
+
self.sponsoring_organization = %q{DotPress Inc.}
|
1189
|
+
end
|
1190
|
+
class TLDProd < Generic #:nodoc:
|
1191
|
+
self.tld = %q{prod}
|
1192
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
1193
|
+
end
|
1194
|
+
class TLDProductions < Generic #:nodoc:
|
1195
|
+
self.tld = %q{productions}
|
1196
|
+
self.sponsoring_organization = %q{Magic Birch, LLC}
|
1197
|
+
end
|
1198
|
+
class TLDProf < Generic #:nodoc:
|
1199
|
+
self.tld = %q{prof}
|
1200
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
1201
|
+
end
|
1202
|
+
class TLDProperties < Generic #:nodoc:
|
1203
|
+
self.tld = %q{properties}
|
1204
|
+
self.sponsoring_organization = %q{Big Pass, LLC}
|
1205
|
+
end
|
1206
|
+
class TLDProperty < Generic #:nodoc:
|
1207
|
+
self.tld = %q{property}
|
1208
|
+
self.sponsoring_organization = %q{Uniregistry, Corp.}
|
1209
|
+
end
|
1210
|
+
class TLDPub < Generic #:nodoc:
|
1211
|
+
self.tld = %q{pub}
|
1212
|
+
self.sponsoring_organization = %q{United TLD Holdco Ltd.}
|
1213
|
+
end
|
1214
|
+
class TLDQpon < Generic #:nodoc:
|
1215
|
+
self.tld = %q{qpon}
|
1216
|
+
self.sponsoring_organization = %q{dotCOOL, Inc.}
|
1217
|
+
end
|
1218
|
+
class TLDQuebec < Generic #:nodoc:
|
1219
|
+
self.tld = %q{quebec}
|
1220
|
+
self.sponsoring_organization = %q{PointQuébec Inc}
|
1221
|
+
end
|
1222
|
+
class TLDRealtor < Generic #:nodoc:
|
1223
|
+
self.tld = %q{realtor}
|
1224
|
+
self.sponsoring_organization = %q{Real Estate Domains LLC}
|
1225
|
+
end
|
1226
|
+
class TLDRecipes < Generic #:nodoc:
|
1227
|
+
self.tld = %q{recipes}
|
1228
|
+
self.sponsoring_organization = %q{Grand Island, LLC}
|
1229
|
+
end
|
1230
|
+
class TLDRed < Generic #:nodoc:
|
1231
|
+
self.tld = %q{red}
|
1232
|
+
self.sponsoring_organization = %q{Afilias Limited}
|
1233
|
+
end
|
1234
|
+
class TLDRehab < Generic #:nodoc:
|
1235
|
+
self.tld = %q{rehab}
|
1236
|
+
self.sponsoring_organization = %q{United TLD Holdco Ltd.}
|
1237
|
+
end
|
1238
|
+
class TLDReise < Generic #:nodoc:
|
1239
|
+
self.tld = %q{reise}
|
1240
|
+
self.sponsoring_organization = %q{dotreise GmbH}
|
1241
|
+
end
|
1242
|
+
class TLDReisen < Generic #:nodoc:
|
1243
|
+
self.tld = %q{reisen}
|
1244
|
+
self.sponsoring_organization = %q{New Cypress, LLC}
|
1245
|
+
end
|
1246
|
+
class TLDReit < Generic #:nodoc:
|
1247
|
+
self.tld = %q{reit}
|
1248
|
+
self.sponsoring_organization = %q{National Association of Real Estate Investment Trusts, Inc.}
|
1249
|
+
end
|
1250
|
+
class TLDRen < Generic #:nodoc:
|
1251
|
+
self.tld = %q{ren}
|
1252
|
+
self.sponsoring_organization = %q{Beijing Qianxiang Wangjing Technology Development Co., Ltd.}
|
1253
|
+
end
|
1254
|
+
class TLDRentals < Generic #:nodoc:
|
1255
|
+
self.tld = %q{rentals}
|
1256
|
+
self.sponsoring_organization = %q{Big Hollow,LLC}
|
1257
|
+
end
|
1258
|
+
class TLDRepair < Generic #:nodoc:
|
1259
|
+
self.tld = %q{repair}
|
1260
|
+
self.sponsoring_organization = %q{Lone Sunset, LLC}
|
1261
|
+
end
|
1262
|
+
class TLDReport < Generic #:nodoc:
|
1263
|
+
self.tld = %q{report}
|
1264
|
+
self.sponsoring_organization = %q{Binky Glen, LLC}
|
1265
|
+
end
|
1266
|
+
class TLDRepublican < Generic #:nodoc:
|
1267
|
+
self.tld = %q{republican}
|
1268
|
+
self.sponsoring_organization = %q{United TLD Holdco Ltd.}
|
1269
|
+
end
|
1270
|
+
class TLDRest < Generic #:nodoc:
|
1271
|
+
self.tld = %q{rest}
|
1272
|
+
self.sponsoring_organization = %q{Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable}
|
1273
|
+
end
|
1274
|
+
class TLDRestaurant < Generic #:nodoc:
|
1275
|
+
self.tld = %q{restaurant}
|
1276
|
+
self.sponsoring_organization = %q{Snow Avenue, LLC}
|
1277
|
+
end
|
1278
|
+
class TLDReviews < Generic #:nodoc:
|
1279
|
+
self.tld = %q{reviews}
|
1280
|
+
self.sponsoring_organization = %q{United TLD Holdco, Ltd.}
|
1281
|
+
end
|
1282
|
+
class TLDRich < Generic #:nodoc:
|
1283
|
+
self.tld = %q{rich}
|
1284
|
+
self.sponsoring_organization = %q{I-REGISTRY Ltd., Niederlassung Deutschland}
|
1285
|
+
end
|
1286
|
+
class TLDRio < Generic #:nodoc:
|
1287
|
+
self.tld = %q{rio}
|
1288
|
+
self.sponsoring_organization = %q{Empresa Municipal de Informática SA - IPLANRIO}
|
1289
|
+
end
|
1290
|
+
class TLDRip < Generic #:nodoc:
|
1291
|
+
self.tld = %q{rip}
|
1292
|
+
self.sponsoring_organization = %q{United TLD Holdco Ltd.}
|
1293
|
+
end
|
1294
|
+
class TLDRocks < Generic #:nodoc:
|
1295
|
+
self.tld = %q{rocks}
|
1296
|
+
self.sponsoring_organization = %q{United TLD Holdco, LTD.}
|
1297
|
+
end
|
1298
|
+
class TLDRodeo < Generic #:nodoc:
|
1299
|
+
self.tld = %q{rodeo}
|
1300
|
+
self.sponsoring_organization = %q{Top Level Domain Holdings Limited}
|
1301
|
+
end
|
1302
|
+
class TLDRsvp < Generic #:nodoc:
|
1303
|
+
self.tld = %q{rsvp}
|
1304
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
1305
|
+
end
|
1306
|
+
class TLDRuhr < Generic #:nodoc:
|
1307
|
+
self.tld = %q{ruhr}
|
1308
|
+
self.sponsoring_organization = %q{regiodot GmbH & Co. KG}
|
1309
|
+
end
|
1310
|
+
class TLDRyukyu < Generic #:nodoc:
|
1311
|
+
self.tld = %q{ryukyu}
|
1312
|
+
self.sponsoring_organization = %q{BusinessRalliart inc.}
|
1313
|
+
end
|
1314
|
+
class TLDSaarland < Generic #:nodoc:
|
1315
|
+
self.tld = %q{saarland}
|
1316
|
+
self.sponsoring_organization = %q{dotSaarland GmbH}
|
1317
|
+
end
|
1318
|
+
class TLDSarl < Generic #:nodoc:
|
1319
|
+
self.tld = %q{sarl}
|
1320
|
+
self.sponsoring_organization = %q{Delta Orchard, LLC}
|
1321
|
+
end
|
1322
|
+
class TLDSca < Generic #:nodoc:
|
1323
|
+
self.tld = %q{sca}
|
1324
|
+
self.sponsoring_organization = %q{SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ)}
|
1325
|
+
end
|
1326
|
+
class TLDScb < Generic #:nodoc:
|
1327
|
+
self.tld = %q{scb}
|
1328
|
+
self.sponsoring_organization = %q{The Siam Commercial Bank Public Company Limited ("SCB")}
|
1329
|
+
end
|
1330
|
+
class TLDSchmidt < Generic #:nodoc:
|
1331
|
+
self.tld = %q{schmidt}
|
1332
|
+
self.sponsoring_organization = %q{SALM S.A.S.}
|
1333
|
+
end
|
1334
|
+
class TLDSchule < Generic #:nodoc:
|
1335
|
+
self.tld = %q{schule}
|
1336
|
+
self.sponsoring_organization = %q{Outer Moon, LLC}
|
1337
|
+
end
|
1338
|
+
class TLDScience < Generic #:nodoc:
|
1339
|
+
self.tld = %q{science}
|
1340
|
+
self.sponsoring_organization = %q{dot Science Limited}
|
1341
|
+
end
|
1342
|
+
class TLDScot < Generic #:nodoc:
|
1343
|
+
self.tld = %q{scot}
|
1344
|
+
self.sponsoring_organization = %q{Dot Scot Registry Limited}
|
1345
|
+
end
|
1346
|
+
class TLDServices < Generic #:nodoc:
|
1347
|
+
self.tld = %q{services}
|
1348
|
+
self.sponsoring_organization = %q{Fox Castle, LLC}
|
1349
|
+
end
|
1350
|
+
class TLDSexy < Generic #:nodoc:
|
1351
|
+
self.tld = %q{sexy}
|
1352
|
+
self.sponsoring_organization = %q{Uniregistry, Corp.}
|
1353
|
+
end
|
1354
|
+
class TLDShiksha < Generic #:nodoc:
|
1355
|
+
self.tld = %q{shiksha}
|
1356
|
+
self.sponsoring_organization = %q{Afilias Limited}
|
1357
|
+
end
|
1358
|
+
class TLDShoes < Generic #:nodoc:
|
1359
|
+
self.tld = %q{shoes}
|
1360
|
+
self.sponsoring_organization = %q{Binky Galley, LLC}
|
1361
|
+
end
|
1362
|
+
class TLDSingles < Generic #:nodoc:
|
1363
|
+
self.tld = %q{singles}
|
1364
|
+
self.sponsoring_organization = %q{Fern Madison, LLC}
|
1365
|
+
end
|
1366
|
+
class TLDSocial < Generic #:nodoc:
|
1367
|
+
self.tld = %q{social}
|
1368
|
+
self.sponsoring_organization = %q{United TLD Holdco Ltd.}
|
1369
|
+
end
|
1370
|
+
class TLDSoftware < Generic #:nodoc:
|
1371
|
+
self.tld = %q{software}
|
1372
|
+
self.sponsoring_organization = %q{United TLD Holdco, Ltd}
|
1373
|
+
end
|
1374
|
+
class TLDSohu < Generic #:nodoc:
|
1375
|
+
self.tld = %q{sohu}
|
1376
|
+
self.sponsoring_organization = %q{Sohu.com Limited}
|
1377
|
+
end
|
1378
|
+
class TLDSolar < Generic #:nodoc:
|
1379
|
+
self.tld = %q{solar}
|
1380
|
+
self.sponsoring_organization = %q{Ruby Town, LLC}
|
1381
|
+
end
|
1382
|
+
class TLDSolutions < Generic #:nodoc:
|
1383
|
+
self.tld = %q{solutions}
|
1384
|
+
self.sponsoring_organization = %q{Silver Cover, LLC}
|
1385
|
+
end
|
1386
|
+
class TLDSoy < Generic #:nodoc:
|
1387
|
+
self.tld = %q{soy}
|
1388
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
1389
|
+
end
|
1390
|
+
class TLDSpace < Generic #:nodoc:
|
1391
|
+
self.tld = %q{space}
|
1392
|
+
self.sponsoring_organization = %q{DotSpace Inc.}
|
1393
|
+
end
|
1394
|
+
class TLDSpiegel < Generic #:nodoc:
|
1395
|
+
self.tld = %q{spiegel}
|
1396
|
+
self.sponsoring_organization = %q{SPIEGEL-Verlag Rudolf Augstein GmbH & Co. KG}
|
1397
|
+
end
|
1398
|
+
class TLDSupplies < Generic #:nodoc:
|
1399
|
+
self.tld = %q{supplies}
|
1400
|
+
self.sponsoring_organization = %q{Atomic Fields, LLC}
|
1401
|
+
end
|
1402
|
+
class TLDSupply < Generic #:nodoc:
|
1403
|
+
self.tld = %q{supply}
|
1404
|
+
self.sponsoring_organization = %q{Half Falls, LLC}
|
1405
|
+
end
|
1406
|
+
class TLDSupport < Generic #:nodoc:
|
1407
|
+
self.tld = %q{support}
|
1408
|
+
self.sponsoring_organization = %q{Grand Orchard, LLC}
|
1409
|
+
end
|
1410
|
+
class TLDSurf < Generic #:nodoc:
|
1411
|
+
self.tld = %q{surf}
|
1412
|
+
self.sponsoring_organization = %q{Top Level Domain Holdings Limited}
|
1413
|
+
end
|
1414
|
+
class TLDSurgery < Generic #:nodoc:
|
1415
|
+
self.tld = %q{surgery}
|
1416
|
+
self.sponsoring_organization = %q{Tin Avenue, LLC}
|
1417
|
+
end
|
1418
|
+
class TLDSuzuki < Generic #:nodoc:
|
1419
|
+
self.tld = %q{suzuki}
|
1420
|
+
self.sponsoring_organization = %q{SUZUKI MOTOR CORPORATION}
|
1421
|
+
end
|
1422
|
+
class TLDSydney < Generic #:nodoc:
|
1423
|
+
self.tld = %q{sydney}
|
1424
|
+
self.sponsoring_organization = %q{State of New South Wales, Department of Premier and Cabinet}
|
1425
|
+
end
|
1426
|
+
class TLDSystems < Generic #:nodoc:
|
1427
|
+
self.tld = %q{systems}
|
1428
|
+
self.sponsoring_organization = %q{Dash Cypress, LLC}
|
1429
|
+
end
|
1430
|
+
class TLDTaipei < Generic #:nodoc:
|
1431
|
+
self.tld = %q{taipei}
|
1432
|
+
self.sponsoring_organization = %q{Taipei City Government}
|
1433
|
+
end
|
1434
|
+
class TLDTatar < Generic #:nodoc:
|
1435
|
+
self.tld = %q{tatar}
|
1436
|
+
self.sponsoring_organization = %q{Limited Liability Company "Coordination Center of Regional Domain of Tatarstan Republic"}
|
1437
|
+
end
|
1438
|
+
class TLDTattoo < Generic #:nodoc:
|
1439
|
+
self.tld = %q{tattoo}
|
1440
|
+
self.sponsoring_organization = %q{Uniregistry, Corp.}
|
1441
|
+
end
|
1442
|
+
class TLDTax < Generic #:nodoc:
|
1443
|
+
self.tld = %q{tax}
|
1444
|
+
self.sponsoring_organization = %q{Storm Orchard, LLC}
|
1445
|
+
end
|
1446
|
+
class TLDTechnology < Generic #:nodoc:
|
1447
|
+
self.tld = %q{technology}
|
1448
|
+
self.sponsoring_organization = %q{Auburn Falls, LLC}
|
1449
|
+
end
|
1450
|
+
class TLDTienda < Generic #:nodoc:
|
1451
|
+
self.tld = %q{tienda}
|
1452
|
+
self.sponsoring_organization = %q{Victor Manor, LLC}
|
1453
|
+
end
|
1454
|
+
class TLDTips < Generic #:nodoc:
|
1455
|
+
self.tld = %q{tips}
|
1456
|
+
self.sponsoring_organization = %q{Corn Willow, LLC}
|
1457
|
+
end
|
1458
|
+
class TLDTirol < Generic #:nodoc:
|
1459
|
+
self.tld = %q{tirol}
|
1460
|
+
self.sponsoring_organization = %q{punkt Tirol GmbH}
|
1461
|
+
end
|
1462
|
+
class TLDToday < Generic #:nodoc:
|
1463
|
+
self.tld = %q{today}
|
1464
|
+
self.sponsoring_organization = %q{Pearl Woods, LLC}
|
1465
|
+
end
|
1466
|
+
class TLDTokyo < Generic #:nodoc:
|
1467
|
+
self.tld = %q{tokyo}
|
1468
|
+
self.sponsoring_organization = %q{GMO Registry, Inc.}
|
1469
|
+
end
|
1470
|
+
class TLDTools < Generic #:nodoc:
|
1471
|
+
self.tld = %q{tools}
|
1472
|
+
self.sponsoring_organization = %q{Pioneer North, LLC}
|
1473
|
+
end
|
1474
|
+
class TLDTop < Generic #:nodoc:
|
1475
|
+
self.tld = %q{top}
|
1476
|
+
self.sponsoring_organization = %q{Jiangsu Bangning Science & Technology Co.,Ltd.}
|
1477
|
+
end
|
1478
|
+
class TLDTown < Generic #:nodoc:
|
1479
|
+
self.tld = %q{town}
|
1480
|
+
self.sponsoring_organization = %q{Koko Moon, LLC}
|
1481
|
+
end
|
1482
|
+
class TLDToys < Generic #:nodoc:
|
1483
|
+
self.tld = %q{toys}
|
1484
|
+
self.sponsoring_organization = %q{Pioneer Orchard, LLC}
|
1485
|
+
end
|
1486
|
+
class TLDTrade < Generic #:nodoc:
|
1487
|
+
self.tld = %q{trade}
|
1488
|
+
self.sponsoring_organization = %q{Elite Registry Limited}
|
1489
|
+
end
|
1490
|
+
class TLDTraining < Generic #:nodoc:
|
1491
|
+
self.tld = %q{training}
|
1492
|
+
self.sponsoring_organization = %q{Wild Willow, LLC}
|
1493
|
+
end
|
1494
|
+
class TLDTui < Generic #:nodoc:
|
1495
|
+
self.tld = %q{tui}
|
1496
|
+
self.sponsoring_organization = %q{TUI AG}
|
1497
|
+
end
|
1498
|
+
class TLDUniversity < Generic #:nodoc:
|
1499
|
+
self.tld = %q{university}
|
1500
|
+
self.sponsoring_organization = %q{Little Station, LLC}
|
1501
|
+
end
|
1502
|
+
class TLDUno < Generic #:nodoc:
|
1503
|
+
self.tld = %q{uno}
|
1504
|
+
self.sponsoring_organization = %q{Dot Latin LLC}
|
1505
|
+
end
|
1506
|
+
class TLDUol < Generic #:nodoc:
|
1507
|
+
self.tld = %q{uol}
|
1508
|
+
self.sponsoring_organization = %q{UBN INTERNET LTDA.}
|
1509
|
+
end
|
1510
|
+
class TLDVacations < Generic #:nodoc:
|
1511
|
+
self.tld = %q{vacations}
|
1512
|
+
self.sponsoring_organization = %q{Atomic Tigers, LLC}
|
1513
|
+
end
|
1514
|
+
class TLDVegas < Generic #:nodoc:
|
1515
|
+
self.tld = %q{vegas}
|
1516
|
+
self.sponsoring_organization = %q{Dot Vegas, Inc.}
|
1517
|
+
end
|
1518
|
+
class TLDVentures < Generic #:nodoc:
|
1519
|
+
self.tld = %q{ventures}
|
1520
|
+
self.sponsoring_organization = %q{Binky Lake, LLC}
|
1521
|
+
end
|
1522
|
+
class TLDVersicherung < Generic #:nodoc:
|
1523
|
+
self.tld = %q{versicherung}
|
1524
|
+
self.sponsoring_organization = %q{dotversicherung-registry GmbH}
|
1525
|
+
end
|
1526
|
+
class TLDVet < Generic #:nodoc:
|
1527
|
+
self.tld = %q{vet}
|
1528
|
+
self.sponsoring_organization = %q{United TLD Holdco, Ltd}
|
1529
|
+
end
|
1530
|
+
class TLDViajes < Generic #:nodoc:
|
1531
|
+
self.tld = %q{viajes}
|
1532
|
+
self.sponsoring_organization = %q{Black Madison, LLC}
|
1533
|
+
end
|
1534
|
+
class TLDVillas < Generic #:nodoc:
|
1535
|
+
self.tld = %q{villas}
|
1536
|
+
self.sponsoring_organization = %q{New Sky, LLC}
|
1537
|
+
end
|
1538
|
+
class TLDVision < Generic #:nodoc:
|
1539
|
+
self.tld = %q{vision}
|
1540
|
+
self.sponsoring_organization = %q{Koko Station, LLC}
|
1541
|
+
end
|
1542
|
+
class TLDVlaanderen < Generic #:nodoc:
|
1543
|
+
self.tld = %q{vlaanderen}
|
1544
|
+
self.sponsoring_organization = %q{DNS.be vzw}
|
1545
|
+
end
|
1546
|
+
class TLDVodka < Generic #:nodoc:
|
1547
|
+
self.tld = %q{vodka}
|
1548
|
+
self.sponsoring_organization = %q{Top Level Domain Holdings Limited}
|
1549
|
+
end
|
1550
|
+
class TLDVote < Generic #:nodoc:
|
1551
|
+
self.tld = %q{vote}
|
1552
|
+
self.sponsoring_organization = %q{Monolith Registry LLC}
|
1553
|
+
end
|
1554
|
+
class TLDVoting < Generic #:nodoc:
|
1555
|
+
self.tld = %q{voting}
|
1556
|
+
self.sponsoring_organization = %q{Valuetainment Corp.}
|
1557
|
+
end
|
1558
|
+
class TLDVoto < Generic #:nodoc:
|
1559
|
+
self.tld = %q{voto}
|
1560
|
+
self.sponsoring_organization = %q{Monolith Registry LLC}
|
1561
|
+
end
|
1562
|
+
class TLDVoyage < Generic #:nodoc:
|
1563
|
+
self.tld = %q{voyage}
|
1564
|
+
self.sponsoring_organization = %q{Ruby House, LLC}
|
1565
|
+
end
|
1566
|
+
class TLDWales < Generic #:nodoc:
|
1567
|
+
self.tld = %q{wales}
|
1568
|
+
self.sponsoring_organization = %q{Nominet UK}
|
1569
|
+
end
|
1570
|
+
class TLDWang < Generic #:nodoc:
|
1571
|
+
self.tld = %q{wang}
|
1572
|
+
self.sponsoring_organization = %q{Zodiac Registry Limited}
|
1573
|
+
end
|
1574
|
+
class TLDWatch < Generic #:nodoc:
|
1575
|
+
self.tld = %q{watch}
|
1576
|
+
self.sponsoring_organization = %q{Sand Shadow, LLC}
|
1577
|
+
end
|
1578
|
+
class TLDWebcam < Generic #:nodoc:
|
1579
|
+
self.tld = %q{webcam}
|
1580
|
+
self.sponsoring_organization = %q{dot Webcam Limited}
|
1581
|
+
end
|
1582
|
+
class TLDWebsite < Generic #:nodoc:
|
1583
|
+
self.tld = %q{website}
|
1584
|
+
self.sponsoring_organization = %q{DotWebsite Inc.}
|
1585
|
+
end
|
1586
|
+
class TLDWed < Generic #:nodoc:
|
1587
|
+
self.tld = %q{wed}
|
1588
|
+
self.sponsoring_organization = %q{Atgron, Inc.}
|
1589
|
+
end
|
1590
|
+
class TLDWedding < Generic #:nodoc:
|
1591
|
+
self.tld = %q{wedding}
|
1592
|
+
self.sponsoring_organization = %q{Top Level Domain Holdings Limited}
|
1593
|
+
end
|
1594
|
+
class TLDWhoswho < Generic #:nodoc:
|
1595
|
+
self.tld = %q{whoswho}
|
1596
|
+
self.sponsoring_organization = %q{Who's Who Registry}
|
1597
|
+
end
|
1598
|
+
class TLDWien < Generic #:nodoc:
|
1599
|
+
self.tld = %q{wien}
|
1600
|
+
self.sponsoring_organization = %q{punkt.wien GmbH}
|
1601
|
+
end
|
1602
|
+
class TLDWiki < Generic #:nodoc:
|
1603
|
+
self.tld = %q{wiki}
|
1604
|
+
self.sponsoring_organization = %q{Top Level Design, LLC}
|
1605
|
+
end
|
1606
|
+
class TLDWilliamhill < Generic #:nodoc:
|
1607
|
+
self.tld = %q{williamhill}
|
1608
|
+
self.sponsoring_organization = %q{William Hill Organization Limited}
|
1609
|
+
end
|
1610
|
+
class TLDWme < Generic #:nodoc:
|
1611
|
+
self.tld = %q{wme}
|
1612
|
+
self.sponsoring_organization = %q{William Morris Endeavor Entertainment, LLC}
|
1613
|
+
end
|
1614
|
+
class TLDWork < Generic #:nodoc:
|
1615
|
+
self.tld = %q{work}
|
1616
|
+
self.sponsoring_organization = %q{Top Level Domain Holdings Limited}
|
1617
|
+
end
|
1618
|
+
class TLDWorks < Generic #:nodoc:
|
1619
|
+
self.tld = %q{works}
|
1620
|
+
self.sponsoring_organization = %q{Little Dynamite, LLC}
|
1621
|
+
end
|
1622
|
+
class TLDWorld < Generic #:nodoc:
|
1623
|
+
self.tld = %q{world}
|
1624
|
+
self.sponsoring_organization = %q{Bitter Fields, LLC}
|
1625
|
+
end
|
1626
|
+
class TLDWtc < Generic #:nodoc:
|
1627
|
+
self.tld = %q{wtc}
|
1628
|
+
self.sponsoring_organization = %q{World Trade Centers Association, Inc.}
|
1629
|
+
end
|
1630
|
+
class TLDWtf < Generic #:nodoc:
|
1631
|
+
self.tld = %q{wtf}
|
1632
|
+
self.sponsoring_organization = %q{Hidden Way, LLC}
|
1633
|
+
end
|
1634
|
+
class TLD佛山 < Generic #:nodoc:
|
1635
|
+
self.tld = %q{佛山}
|
1636
|
+
self.sponsoring_organization = %q{Guangzhou YU Wei Information Technology Co., Ltd.}
|
1637
|
+
end
|
1638
|
+
class TLD集团 < Generic #:nodoc:
|
1639
|
+
self.tld = %q{集团}
|
1640
|
+
self.sponsoring_organization = %q{Eagle Horizon Limited}
|
1641
|
+
end
|
1642
|
+
class TLD在线 < Generic #:nodoc:
|
1643
|
+
self.tld = %q{在线}
|
1644
|
+
self.sponsoring_organization = %q{TLD REGISTRY LIMITED}
|
1645
|
+
end
|
1646
|
+
class TLD八卦 < Generic #:nodoc:
|
1647
|
+
self.tld = %q{八卦}
|
1648
|
+
self.sponsoring_organization = %q{Zodiac Scorpio Limited}
|
1649
|
+
end
|
1650
|
+
class TLDموقع < Generic #:nodoc:
|
1651
|
+
self.tld = %q{موقع}
|
1652
|
+
self.sponsoring_organization = %q{Suhub Electronic Establishment}
|
1653
|
+
end
|
1654
|
+
class TLD公益 < Generic #:nodoc:
|
1655
|
+
self.tld = %q{公益}
|
1656
|
+
self.sponsoring_organization = %q{China Organizational Name Administration Center}
|
1657
|
+
end
|
1658
|
+
class TLD公司 < Generic #:nodoc:
|
1659
|
+
self.tld = %q{公司}
|
1660
|
+
self.sponsoring_organization = %q{Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)}
|
1661
|
+
end
|
1662
|
+
class TLD移动 < Generic #:nodoc:
|
1663
|
+
self.tld = %q{移动}
|
1664
|
+
self.sponsoring_organization = %q{Afilias Limited}
|
1665
|
+
end
|
1666
|
+
class TLD我爱你 < Generic #:nodoc:
|
1667
|
+
self.tld = %q{我爱你}
|
1668
|
+
self.sponsoring_organization = %q{Tycoon Treasure Limited}
|
1669
|
+
end
|
1670
|
+
class TLDмосква < Generic #:nodoc:
|
1671
|
+
self.tld = %q{москва}
|
1672
|
+
self.sponsoring_organization = %q{Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)}
|
1673
|
+
end
|
1674
|
+
class TLDонлайн < Generic #:nodoc:
|
1675
|
+
self.tld = %q{онлайн}
|
1676
|
+
self.sponsoring_organization = %q{CORE Association}
|
1677
|
+
end
|
1678
|
+
class TLDсайт < Generic #:nodoc:
|
1679
|
+
self.tld = %q{сайт}
|
1680
|
+
self.sponsoring_organization = %q{CORE Association}
|
1681
|
+
end
|
1682
|
+
class TLDорг < Generic #:nodoc:
|
1683
|
+
self.tld = %q{орг}
|
1684
|
+
self.sponsoring_organization = %q{Public Interest Registry}
|
1685
|
+
end
|
1686
|
+
class TLD삼성 < Generic #:nodoc:
|
1687
|
+
self.tld = %q{삼성}
|
1688
|
+
self.sponsoring_organization = %q{SAMSUNG SDS CO., LTD}
|
1689
|
+
end
|
1690
|
+
class TLD商标 < Generic #:nodoc:
|
1691
|
+
self.tld = %q{商标}
|
1692
|
+
self.sponsoring_organization = %q{HU YI GLOBAL INFORMATION RESOURCES(HOLDING) COMPANY.HONGKONG LIMITED}
|
1693
|
+
end
|
1694
|
+
class TLD商城 < Generic #:nodoc:
|
1695
|
+
self.tld = %q{商城}
|
1696
|
+
self.sponsoring_organization = %q{Zodiac Aquarius Limited}
|
1697
|
+
end
|
1698
|
+
class TLDдети < Generic #:nodoc:
|
1699
|
+
self.tld = %q{дети}
|
1700
|
+
self.sponsoring_organization = %q{The Foundation for Network Initiatives “The Smart Internet”}
|
1701
|
+
end
|
1702
|
+
class TLD中文网 < Generic #:nodoc:
|
1703
|
+
self.tld = %q{中文网}
|
1704
|
+
self.sponsoring_organization = %q{TLD REGISTRY LIMITED}
|
1705
|
+
end
|
1706
|
+
class TLD中信 < Generic #:nodoc:
|
1707
|
+
self.tld = %q{中信}
|
1708
|
+
self.sponsoring_organization = %q{CITIC Group Corporation}
|
1709
|
+
end
|
1710
|
+
class TLD谷歌 < Generic #:nodoc:
|
1711
|
+
self.tld = %q{谷歌}
|
1712
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
1713
|
+
end
|
1714
|
+
class TLDसंगठन < Generic #:nodoc:
|
1715
|
+
self.tld = %q{संगठन}
|
1716
|
+
self.sponsoring_organization = %q{Public Interest Registry}
|
1717
|
+
end
|
1718
|
+
class TLD网络 < Generic #:nodoc:
|
1719
|
+
self.tld = %q{网络}
|
1720
|
+
self.sponsoring_organization = %q{Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)}
|
1721
|
+
end
|
1722
|
+
class TLD手机 < Generic #:nodoc:
|
1723
|
+
self.tld = %q{手机}
|
1724
|
+
self.sponsoring_organization = %q{Beijing RITT-Net Technology Development Co., Ltd}
|
1725
|
+
end
|
1726
|
+
class TLDبازار < Generic #:nodoc:
|
1727
|
+
self.tld = %q{بازار}
|
1728
|
+
self.sponsoring_organization = %q{CORE Association}
|
1729
|
+
end
|
1730
|
+
class TLDشبكة < Generic #:nodoc:
|
1731
|
+
self.tld = %q{شبكة}
|
1732
|
+
self.sponsoring_organization = %q{International Domain Registry Pty. Ltd.}
|
1733
|
+
end
|
1734
|
+
class TLD机构 < Generic #:nodoc:
|
1735
|
+
self.tld = %q{机构}
|
1736
|
+
self.sponsoring_organization = %q{Public Interest Registry}
|
1737
|
+
end
|
1738
|
+
class TLD组织机构 < Generic #:nodoc:
|
1739
|
+
self.tld = %q{组织机构}
|
1740
|
+
self.sponsoring_organization = %q{Public Interest Registry}
|
1741
|
+
end
|
1742
|
+
class TLDрус < Generic #:nodoc:
|
1743
|
+
self.tld = %q{рус}
|
1744
|
+
self.sponsoring_organization = %q{Rusnames Limited}
|
1745
|
+
end
|
1746
|
+
class TLDみんな < Generic #:nodoc:
|
1747
|
+
self.tld = %q{みんな}
|
1748
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
1749
|
+
end
|
1750
|
+
class TLDグーグル < Generic #:nodoc:
|
1751
|
+
self.tld = %q{グーグル}
|
1752
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
1753
|
+
end
|
1754
|
+
class TLD世界 < Generic #:nodoc:
|
1755
|
+
self.tld = %q{世界}
|
1756
|
+
self.sponsoring_organization = %q{Stable Tone Limited}
|
1757
|
+
end
|
1758
|
+
class TLD网址 < Generic #:nodoc:
|
1759
|
+
self.tld = %q{网址}
|
1760
|
+
self.sponsoring_organization = %q{HU YI GLOBAL INFORMATION RESOURCES (HOLDING) COMPANY. HONGKONG LIMITED}
|
1761
|
+
end
|
1762
|
+
class TLD游戏 < Generic #:nodoc:
|
1763
|
+
self.tld = %q{游戏}
|
1764
|
+
self.sponsoring_organization = %q{Spring Fields, LLC}
|
1765
|
+
end
|
1766
|
+
class TLDVermöGensberater < Generic #:nodoc:
|
1767
|
+
self.tld = %q{vermögensberater}
|
1768
|
+
self.sponsoring_organization = %q{Deutsche Vermögensberatung Aktiengesellschaft DVAG}
|
1769
|
+
end
|
1770
|
+
class TLDVermöGensberatung < Generic #:nodoc:
|
1771
|
+
self.tld = %q{vermögensberatung}
|
1772
|
+
self.sponsoring_organization = %q{Deutsche Vermögensberatung Aktiengesellschaft DVAG}
|
1773
|
+
end
|
1774
|
+
class TLD企业 < Generic #:nodoc:
|
1775
|
+
self.tld = %q{企业}
|
1776
|
+
self.sponsoring_organization = %q{Dash McCook, LLC}
|
1777
|
+
end
|
1778
|
+
class TLD广东 < Generic #:nodoc:
|
1779
|
+
self.tld = %q{广东}
|
1780
|
+
self.sponsoring_organization = %q{Guangzhou YU Wei Information Technology Co., Ltd.}
|
1781
|
+
end
|
1782
|
+
class TLD政务 < Generic #:nodoc:
|
1783
|
+
self.tld = %q{政务}
|
1784
|
+
self.sponsoring_organization = %q{China Organizational Name Administration Center}
|
1785
|
+
end
|
1786
|
+
class TLDXyz < Generic #:nodoc:
|
1787
|
+
self.tld = %q{xyz}
|
1788
|
+
self.sponsoring_organization = %q{XYZ.COM LLC}
|
1789
|
+
end
|
1790
|
+
class TLDYachts < Generic #:nodoc:
|
1791
|
+
self.tld = %q{yachts}
|
1792
|
+
self.sponsoring_organization = %q{DERYachts, LLC}
|
1793
|
+
end
|
1794
|
+
class TLDYandex < Generic #:nodoc:
|
1795
|
+
self.tld = %q{yandex}
|
1796
|
+
self.sponsoring_organization = %q{YANDEX, LLC}
|
1797
|
+
end
|
1798
|
+
class TLDYoga < Generic #:nodoc:
|
1799
|
+
self.tld = %q{yoga}
|
1800
|
+
self.sponsoring_organization = %q{Top Level Domain Holdings Limited}
|
1801
|
+
end
|
1802
|
+
class TLDYokohama < Generic #:nodoc:
|
1803
|
+
self.tld = %q{yokohama}
|
1804
|
+
self.sponsoring_organization = %q{GMO Registry, Inc.}
|
1805
|
+
end
|
1806
|
+
class TLDYoutube < Generic #:nodoc:
|
1807
|
+
self.tld = %q{youtube}
|
1808
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
1809
|
+
end
|
1810
|
+
class TLDZip < Generic #:nodoc:
|
1811
|
+
self.tld = %q{zip}
|
1812
|
+
self.sponsoring_organization = %q{Charleston Road Registry Inc.}
|
1813
|
+
end
|
1814
|
+
class TLDZone < Generic #:nodoc:
|
1815
|
+
self.tld = %q{zone}
|
1816
|
+
self.sponsoring_organization = %q{Outer Falls, LLC}
|
1817
|
+
end
|
1818
|
+
end # end Generic
|
1819
|
+
end # end TLD
|