french_populate 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md CHANGED
@@ -21,6 +21,23 @@ Or install it yourself as:
21
21
  population = Populate.new
22
22
  address = population.GetFullAddress
23
23
 
24
+ ## Methods
25
+ GetCity
26
+ GetCountry
27
+ GetEmail
28
+ GetFirstName
29
+ GetFullAddress
30
+ GetFullInternationalAddress
31
+ GetFullName
32
+ GetLastName
33
+ GetLongTitle
34
+ GetShortTitle
35
+ GetStreetName
36
+ GetStreetNumber
37
+ GetUniqueUsername
38
+ GetUsername
39
+ GetZipCode
40
+
24
41
  ## Contributing
25
42
 
26
43
  1. Fork it
@@ -0,0 +1,150 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
7
+
8
+ <title>Module: FrenchPopulate</title>
9
+
10
+ <link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" />
11
+
12
+ <script src="./js/jquery.js" type="text/javascript" charset="utf-8"></script>
13
+ <script src="./js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
14
+ <script src="./js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
15
+ <script src="./js/darkfish.js" type="text/javascript" charset="utf-8"></script>
16
+
17
+ </head>
18
+ <body id="top" class="module">
19
+
20
+ <div id="metadata">
21
+ <div id="home-metadata">
22
+ <div id="home-section" class="section">
23
+ <h3 class="section-header">
24
+ <a href="./index.html">Home</a>
25
+ <a href="./index.html#classes">Classes</a>
26
+ <a href="./index.html#methods">Methods</a>
27
+ </h3>
28
+ </div>
29
+ </div>
30
+
31
+ <div id="file-metadata">
32
+ <div id="file-list-section" class="section">
33
+ <h3 class="section-header">In Files</h3>
34
+ <div class="section-body">
35
+ <ul>
36
+
37
+ <li><a href="./lib/french_populate/version_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
38
+ class="thickbox" title="lib/french_populate/version.rb">lib/french_populate/version.rb</a></li>
39
+
40
+ </ul>
41
+ </div>
42
+ </div>
43
+
44
+
45
+ </div>
46
+
47
+ <div id="class-metadata">
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+ </div>
58
+
59
+ <div id="project-metadata">
60
+
61
+
62
+ <div id="fileindex-section" class="section project-section">
63
+ <h3 class="section-header">Files</h3>
64
+ <ul>
65
+
66
+ <li class="file"><a href="./Gemfile.html">Gemfile</a></li>
67
+
68
+ <li class="file"><a href="./LICENSE.html">LICENSE</a></li>
69
+
70
+ <li class="file"><a href="./Rakefile.html">Rakefile</a></li>
71
+
72
+ </ul>
73
+ </div>
74
+
75
+
76
+ <div id="classindex-section" class="section project-section">
77
+ <h3 class="section-header">Class/Module Index
78
+ <span class="search-toggle"><img src="./images/find.png"
79
+ height="16" width="16" alt="[+]"
80
+ title="show/hide quicksearch" /></span></h3>
81
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
82
+ <fieldset>
83
+ <legend>Quicksearch</legend>
84
+ <input type="text" name="quicksearch" value=""
85
+ class="quicksearch-field" />
86
+ </fieldset>
87
+ </form>
88
+
89
+ <ul class="link-list">
90
+
91
+ <li><a href="./FrenchPopulate.html">FrenchPopulate</a></li>
92
+
93
+ <li><a href="./Populate.html">Populate</a></li>
94
+
95
+ </ul>
96
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
97
+ </div>
98
+
99
+
100
+ </div>
101
+ </div>
102
+
103
+ <div id="documentation">
104
+ <h1 class="module">FrenchPopulate</h1>
105
+
106
+ <div id="description" class="description">
107
+
108
+ </div><!-- description -->
109
+
110
+
111
+
112
+
113
+ <div id="5Buntitled-5D" class="documentation-section">
114
+
115
+
116
+
117
+
118
+
119
+ <!-- Constants -->
120
+ <div id="constants-list" class="section">
121
+ <h3 class="section-header">Constants</h3>
122
+ <dl>
123
+
124
+ <dt><a name="VERSION">VERSION</a></dt>
125
+
126
+ <dd class="description"></dd>
127
+
128
+
129
+ </dl>
130
+ </div>
131
+
132
+
133
+
134
+
135
+ <!-- Methods -->
136
+
137
+ </div><!-- 5Buntitled-5D -->
138
+
139
+
140
+ </div><!-- documentation -->
141
+
142
+ <div id="validator-badges">
143
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
144
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
145
+ Rdoc Generator</a> 2</small>.</p>
146
+ </div>
147
+
148
+ </body>
149
+ </html>
150
+
data/doc/Gemfile.html ADDED
@@ -0,0 +1,94 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
+
9
+ <title>File: Gemfile [RDoc Documentation]</title>
10
+
11
+ <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="./js/jquery.js" type="text/javascript"
14
+ charset="utf-8"></script>
15
+ <script src="./js/thickbox-compressed.js" type="text/javascript"
16
+ charset="utf-8"></script>
17
+ <script src="./js/quicksearch.js" type="text/javascript"
18
+ charset="utf-8"></script>
19
+ <script src="./js/darkfish.js" type="text/javascript"
20
+ charset="utf-8"></script>
21
+ </head>
22
+
23
+ <body class="file">
24
+ <div id="metadata">
25
+ <div id="home-metadata">
26
+ <div id="home-section" class="section">
27
+ <h3 class="section-header">
28
+ <a href="./index.html">Home</a>
29
+ <a href="./index.html#classes">Classes</a>
30
+ <a href="./index.html#methods">Methods</a>
31
+ </h3>
32
+ </div>
33
+ </div>
34
+
35
+ <div id="project-metadata">
36
+
37
+
38
+ <div id="fileindex-section" class="section project-section">
39
+ <h3 class="section-header">Files</h3>
40
+ <ul>
41
+
42
+ <li class="file"><a href="./Gemfile.html">Gemfile</a></li>
43
+
44
+ <li class="file"><a href="./LICENSE.html">LICENSE</a></li>
45
+
46
+ <li class="file"><a href="./Rakefile.html">Rakefile</a></li>
47
+
48
+ </ul>
49
+ </div>
50
+
51
+
52
+ <div id="classindex-section" class="section project-section">
53
+ <h3 class="section-header">Class Index
54
+ <span class="search-toggle"><img src="./images/find.png"
55
+ height="16" width="16" alt="[+]"
56
+ title="show/hide quicksearch" /></span></h3>
57
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
58
+ <fieldset>
59
+ <legend>Quicksearch</legend>
60
+ <input type="text" name="quicksearch" value=""
61
+ class="quicksearch-field" />
62
+ </fieldset>
63
+ </form>
64
+
65
+ <ul class="link-list">
66
+
67
+ <li><a href="./FrenchPopulate.html">FrenchPopulate</a></li>
68
+
69
+ <li><a href="./Populate.html">Populate</a></li>
70
+
71
+ </ul>
72
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
73
+ </div>
74
+
75
+
76
+ </div>
77
+ </div>
78
+
79
+ <div id="documentation">
80
+
81
+ <p>source ‘<a href="https://rubygems.org">rubygems.org</a>’</p>
82
+
83
+ <p># Specify your gem’s dependencies in french_populate.gemspec gemspec</p>
84
+
85
+ </div>
86
+
87
+ <div id="validator-badges">
88
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
89
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
90
+ Rdoc Generator</a> 2</small>.</p>
91
+ </div>
92
+ </body>
93
+ </html>
94
+
data/doc/LICENSE.html ADDED
@@ -0,0 +1,293 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
+
9
+ <title>File: LICENSE [RDoc Documentation]</title>
10
+
11
+ <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="./js/jquery.js" type="text/javascript"
14
+ charset="utf-8"></script>
15
+ <script src="./js/thickbox-compressed.js" type="text/javascript"
16
+ charset="utf-8"></script>
17
+ <script src="./js/quicksearch.js" type="text/javascript"
18
+ charset="utf-8"></script>
19
+ <script src="./js/darkfish.js" type="text/javascript"
20
+ charset="utf-8"></script>
21
+ </head>
22
+
23
+ <body class="file">
24
+ <div id="metadata">
25
+ <div id="home-metadata">
26
+ <div id="home-section" class="section">
27
+ <h3 class="section-header">
28
+ <a href="./index.html">Home</a>
29
+ <a href="./index.html#classes">Classes</a>
30
+ <a href="./index.html#methods">Methods</a>
31
+ </h3>
32
+ </div>
33
+ </div>
34
+
35
+ <div id="project-metadata">
36
+
37
+
38
+ <div id="fileindex-section" class="section project-section">
39
+ <h3 class="section-header">Files</h3>
40
+ <ul>
41
+
42
+ <li class="file"><a href="./Gemfile.html">Gemfile</a></li>
43
+
44
+ <li class="file"><a href="./LICENSE.html">LICENSE</a></li>
45
+
46
+ <li class="file"><a href="./Rakefile.html">Rakefile</a></li>
47
+
48
+ </ul>
49
+ </div>
50
+
51
+
52
+ <div id="classindex-section" class="section project-section">
53
+ <h3 class="section-header">Class Index
54
+ <span class="search-toggle"><img src="./images/find.png"
55
+ height="16" width="16" alt="[+]"
56
+ title="show/hide quicksearch" /></span></h3>
57
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
58
+ <fieldset>
59
+ <legend>Quicksearch</legend>
60
+ <input type="text" name="quicksearch" value=""
61
+ class="quicksearch-field" />
62
+ </fieldset>
63
+ </form>
64
+
65
+ <ul class="link-list">
66
+
67
+ <li><a href="./FrenchPopulate.html">FrenchPopulate</a></li>
68
+
69
+ <li><a href="./Populate.html">Populate</a></li>
70
+
71
+ </ul>
72
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
73
+ </div>
74
+
75
+
76
+ </div>
77
+ </div>
78
+
79
+ <div id="documentation">
80
+
81
+ <p>Apache License Version 2.0, January 2004 <a
82
+ href="http://www.apache.org/licenses/">www.apache.org/licenses/</a></p>
83
+
84
+ <p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p>
85
+ <ol><li>
86
+ <p>Definitions.</p>
87
+ </li></ol>
88
+
89
+ <p>“License” shall mean the terms and conditions for use, reproduction, and
90
+ distribution as defined by Sections 1 through 9 of this document.</p>
91
+
92
+ <p>“Licensor” shall mean the copyright owner or entity authorized by the
93
+ copyright owner that is granting the License.</p>
94
+
95
+ <p>“Legal Entity” shall mean the union of the acting entity and all other
96
+ entities that control, are controlled by, or are under common control with
97
+ that entity. For the purposes of this definition, “control” means (i) the
98
+ power, direct or indirect, to cause the direction or management of such
99
+ entity, whether by contract or otherwise, or (ii) ownership of fifty
100
+ percent (50%) or more of the outstanding shares, or (iii) beneficial
101
+ ownership of such entity.</p>
102
+
103
+ <p>“You” (or “Your”) shall mean an individual or Legal Entity exercising
104
+ permissions granted by this License.</p>
105
+
106
+ <p>“Source” form shall mean the preferred form for making modifications,
107
+ including but not limited to software source code, documentation source,
108
+ and configuration files.</p>
109
+
110
+ <p>“Object” form shall mean any form resulting from mechanical transformation
111
+ or translation of a Source form, including but not limited to compiled
112
+ object code, generated documentation, and conversions to other media types.</p>
113
+
114
+ <p>“Work” shall mean the work of authorship, whether in Source or Object form,
115
+ made available under the License, as indicated by a copyright notice that
116
+ is included in or attached to the work (an example is provided in the
117
+ Appendix below).</p>
118
+
119
+ <p>“Derivative Works” shall mean any work, whether in Source or Object form,
120
+ that is based on (or derived from) the Work and for which the editorial
121
+ revisions, annotations, elaborations, or other modifications represent, as
122
+ a whole, an original work of authorship. For the purposes of this License,
123
+ Derivative Works shall not include works that remain separable from, or
124
+ merely link (or bind by name) to the interfaces of, the Work and Derivative
125
+ Works thereof.</p>
126
+
127
+ <p>“Contribution” shall mean any work of authorship, including the original
128
+ version of the Work and any modifications or additions to that Work or
129
+ Derivative Works thereof, that is intentionally submitted to Licensor for
130
+ inclusion in the Work by the copyright owner or by an individual or Legal
131
+ Entity authorized to submit on behalf of the copyright owner. For the
132
+ purposes of this definition, “submitted” means any form of electronic,
133
+ verbal, or written communication sent to the Licensor or its
134
+ representatives, including but not limited to communication on electronic
135
+ mailing lists, source code control systems, and issue tracking systems that
136
+ are managed by, or on behalf of, the Licensor for the purpose of discussing
137
+ and improving the Work, but excluding communication that is conspicuously
138
+ marked or otherwise designated in writing by the copyright owner as “Not a
139
+ Contribution.”</p>
140
+
141
+ <p>“Contributor” shall mean Licensor and any individual or Legal Entity on
142
+ behalf of whom a Contribution has been received by Licensor and
143
+ subsequently incorporated within the Work.</p>
144
+ <ol><li>
145
+ <p>Grant of Copyright License.</p>
146
+ </li></ol>
147
+
148
+ <p>Subject to the terms and conditions of this License, each Contributor
149
+ hereby grants to You a perpetual, worldwide, non-exclusive, no-charge,
150
+ royalty-free, irrevocable copyright license to reproduce, prepare
151
+ Derivative Works of, publicly display, publicly perform, sublicense, and
152
+ distribute the Work and such Derivative Works in Source or Object form.</p>
153
+ <ol><li>
154
+ <p>Grant of Patent License.</p>
155
+ </li></ol>
156
+
157
+ <p>Subject to the terms and conditions of this License, each Contributor
158
+ hereby grants to You a perpetual, worldwide, non-exclusive, no-charge,
159
+ royalty-free, irrevocable (except as stated in this section) patent license
160
+ to make, have made, use, offer to sell, sell, import, and otherwise
161
+ transfer the Work, where such license applies only to those patent claims
162
+ licensable by such Contributor that are necessarily infringed by their
163
+ Contribution(s) alone or by combination of their Contribution(s) with the
164
+ Work to which such Contribution(s) was submitted. If You institute patent
165
+ litigation against any entity (including a cross-claim or counterclaim in a
166
+ lawsuit) alleging that the Work or a Contribution incorporated within the
167
+ Work constitutes direct or contributory patent infringement, then any
168
+ patent licenses granted to You under this License for that Work shall
169
+ terminate as of the date such litigation is filed.</p>
170
+ <ol><li>
171
+ <p>Redistribution.</p>
172
+ </li></ol>
173
+
174
+ <p>You may reproduce and distribute copies of the Work or Derivative Works
175
+ thereof in any medium, with or without modifications, and in Source or
176
+ Object form, provided that You meet the following conditions:</p>
177
+
178
+ <p>You must give any other recipients of the Work or Derivative Works a copy
179
+ of this License; and You must cause any modified files to carry prominent
180
+ notices stating that You changed the files; and You must retain, in the
181
+ Source form of any Derivative Works that You distribute, all copyright,
182
+ patent, trademark, and attribution notices from the Source form of the
183
+ Work, excluding those notices that do not pertain to any part of the
184
+ Derivative Works; and If the Work includes a “NOTICE” text file as part of
185
+ its distribution, then any Derivative Works that You distribute must
186
+ include a readable copy of the attribution notices contained within such
187
+ NOTICE file, excluding those notices that do not pertain to any part of the
188
+ Derivative Works, in at least one of the following places: within a NOTICE
189
+ text file distributed as part of the Derivative Works; within the Source
190
+ form or documentation, if provided along with the Derivative Works; or,
191
+ within a display generated by the Derivative Works, if and wherever such
192
+ third-party notices normally appear. The contents of the NOTICE file are
193
+ for informational purposes only and do not modify the License. You may add
194
+ Your own attribution notices within Derivative Works that You distribute,
195
+ alongside or as an addendum to the NOTICE text from the Work, provided that
196
+ such additional attribution notices cannot be construed as modifying the
197
+ License. You may add Your own copyright statement to Your modifications and
198
+ may provide additional or different license terms and conditions for use,
199
+ reproduction, or distribution of Your modifications, or for any such
200
+ Derivative Works as a whole, provided Your use, reproduction, and
201
+ distribution of the Work otherwise complies with the conditions stated in
202
+ this License.</p>
203
+ <ol><li>
204
+ <p>Submission of Contributions.</p>
205
+ </li></ol>
206
+
207
+ <p>Unless You explicitly state otherwise, any Contribution intentionally
208
+ submitted for inclusion in the Work by You to the Licensor shall be under
209
+ the terms and conditions of this License, without any additional terms or
210
+ conditions. Notwithstanding the above, nothing herein shall supersede or
211
+ modify the terms of any separate license agreement you may have executed
212
+ with Licensor regarding such Contributions.</p>
213
+ <ol><li>
214
+ <p>Trademarks.</p>
215
+ </li></ol>
216
+
217
+ <p>This License does not grant permission to use the trade names, trademarks,
218
+ service marks, or product names of the Licensor, except as required for
219
+ reasonable and customary use in describing the origin of the Work and
220
+ reproducing the content of the NOTICE file.</p>
221
+ <ol><li>
222
+ <p>Disclaimer of Warranty.</p>
223
+ </li></ol>
224
+
225
+ <p>Unless required by applicable law or agreed to in writing, Licensor
226
+ provides the Work (and each Contributor provides its Contributions) on an
227
+ “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
228
+ or implied, including, without limitation, any warranties or conditions of
229
+ TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR
230
+ PURPOSE. You are solely responsible for determining the appropriateness of
231
+ using or redistributing the Work and assume any risks associated with Your
232
+ exercise of permissions under this License.</p>
233
+ <ol><li>
234
+ <p>Limitation of Liability.</p>
235
+ </li></ol>
236
+
237
+ <p>In no event and under no legal theory, whether in tort (including
238
+ negligence), contract, or otherwise, unless required by applicable law
239
+ (such as deliberate and grossly negligent acts) or agreed to in writing,
240
+ shall any Contributor be liable to You for damages, including any direct,
241
+ indirect, special, incidental, or consequential damages of any character
242
+ arising as a result of this License or out of the use or inability to use
243
+ the Work (including but not limited to damages for loss of goodwill, work
244
+ stoppage, computer failure or malfunction, or any and all other commercial
245
+ damages or losses), even if such Contributor has been advised of the
246
+ possibility of such damages.</p>
247
+ <ol><li>
248
+ <p>Accepting Warranty or Additional Liability.</p>
249
+ </li></ol>
250
+
251
+ <p>While redistributing the Work or Derivative Works thereof, You may choose
252
+ to offer, and charge a fee for, acceptance of support, warranty, indemnity,
253
+ or other liability obligations and/or rights consistent with this License.
254
+ However, in accepting such obligations, You may act only on Your own behalf
255
+ and on Your sole responsibility, not on behalf of any other Contributor,
256
+ and only if You agree to indemnify, defend, and hold each Contributor
257
+ harmless for any liability incurred by, or claims asserted against, such
258
+ Contributor by reason of your accepting any such warranty or additional
259
+ liability.</p>
260
+
261
+ <p>END OF TERMS AND CONDITIONS</p>
262
+
263
+ <p>APPENDIX: How to apply the Apache License to your work</p>
264
+
265
+ <p>To apply the Apache License to your work, attach the following boilerplate
266
+ notice, with the fields enclosed by brackets “[]” replaced with your own
267
+ identifying information. (Don’t include the brackets!) The text should be
268
+ enclosed in the appropriate comment syntax for the file format. We also
269
+ recommend that a file or class name and description of purpose be included
270
+ on the same “printed page” as the copyright notice for easier
271
+ identification within third-party archives.</p>
272
+
273
+ <pre>Copyright [yyyy] [name of copyright owner]
274
+ Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
275
+ you may not use this file except in compliance with the License.
276
+ You may obtain a copy of the License at
277
+ http://www.apache.org/licenses/LICENSE-2.0
278
+ Unless required by applicable law or agreed to in writing, software
279
+ distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
280
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
281
+ See the License for the specific language governing permissions and
282
+ limitations under the License.</pre>
283
+
284
+ </div>
285
+
286
+ <div id="validator-badges">
287
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
288
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
289
+ Rdoc Generator</a> 2</small>.</p>
290
+ </div>
291
+ </body>
292
+ </html>
293
+