world_airports 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- checksums.yaml.gz.sig +0 -0
- data/.DS_Store +0 -0
- data/.gitignore +23 -0
- data/.idea/.name +1 -0
- data/.idea/encodings.xml +5 -0
- data/.idea/misc.xml +5 -0
- data/.idea/modules.xml +9 -0
- data/.idea/scopes/scope_settings.xml +5 -0
- data/.idea/vcs.xml +7 -0
- data/.idea/workspace.xml +325 -0
- data/.idea/world_airports.iml +20 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +29 -0
- data/Rakefile +2 -0
- data/certs/adampahlevi.pem +20 -0
- data/gem-public_cert.pem +21 -0
- data/lib/scrapped.rb +3 -0
- data/lib/world_airports/version.rb +3 -0
- data/lib/world_airports.rb +31 -0
- data/out.txt +1 -0
- data/world_airports.gemspec +26 -0
- data.tar.gz.sig +2 -0
- metadata +115 -0
- metadata.gz.sig +0 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: a3afcad1fc2cf4bc7dd0b8f9bf6130161f434b5d
|
|
4
|
+
data.tar.gz: 7e8ea1062a293fdcbad478b839c7b3b071144b6b
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: e4f2418bcfbaba113ece5e8066ff24fe449faeae71213d5826e1b10d5c55c85d8ded16173d20df7625589321b8c9d2141e3e9a571a61a1a15af864a27b5347b9
|
|
7
|
+
data.tar.gz: 8ae3f75f171ef4ff894e1d7778818cd29137c882ba012e86a5f45b81d70e4a5aae76d23f091a4b3f9ff079b6d9fda925f58a0dd87d3168c9dbb1a07a2c003d59
|
checksums.yaml.gz.sig
ADDED
|
Binary file
|
data/.DS_Store
ADDED
|
Binary file
|
data/.gitignore
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
*.gem
|
|
2
|
+
*.rbc
|
|
3
|
+
.bundle
|
|
4
|
+
.config
|
|
5
|
+
.yardoc
|
|
6
|
+
Gemfile.lock
|
|
7
|
+
InstalledFiles
|
|
8
|
+
_yardoc
|
|
9
|
+
coverage
|
|
10
|
+
doc/
|
|
11
|
+
lib/bundler/man
|
|
12
|
+
scrapper/
|
|
13
|
+
pkg
|
|
14
|
+
rdoc
|
|
15
|
+
spec/reports
|
|
16
|
+
test/tmp
|
|
17
|
+
test/version_tmp
|
|
18
|
+
tmp
|
|
19
|
+
*.bundle
|
|
20
|
+
*.so
|
|
21
|
+
*.o
|
|
22
|
+
*.a
|
|
23
|
+
mkmf.log
|
data/.idea/.name
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
world_airports
|
data/.idea/encodings.xml
ADDED
data/.idea/misc.xml
ADDED
data/.idea/modules.xml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ProjectModuleManager">
|
|
4
|
+
<modules>
|
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/world_airports.iml" filepath="$PROJECT_DIR$/.idea/world_airports.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
|
9
|
+
|
data/.idea/vcs.xml
ADDED
data/.idea/workspace.xml
ADDED
|
@@ -0,0 +1,325 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ChangeListManager">
|
|
4
|
+
<list default="true" id="383b1ac6-15e2-4c41-93b1-0294c325dffa" name="Default" comment="" />
|
|
5
|
+
<ignored path="world_airports.iws" />
|
|
6
|
+
<ignored path=".idea/workspace.xml" />
|
|
7
|
+
<option name="TRACKING_ENABLED" value="true" />
|
|
8
|
+
<option name="SHOW_DIALOG" value="false" />
|
|
9
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
10
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
11
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
12
|
+
</component>
|
|
13
|
+
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
|
14
|
+
<component name="CreatePatchCommitExecutor">
|
|
15
|
+
<option name="PATCH_PATH" value="" />
|
|
16
|
+
</component>
|
|
17
|
+
<component name="DaemonCodeAnalyzer">
|
|
18
|
+
<disable_hints />
|
|
19
|
+
</component>
|
|
20
|
+
<component name="FavoritesManager">
|
|
21
|
+
<favorites_list name="world_airports" />
|
|
22
|
+
</component>
|
|
23
|
+
<component name="FileEditorManager">
|
|
24
|
+
<leaf>
|
|
25
|
+
<file leaf-file-name="world_airports.gemspec" pinned="false" current="true" current-in-tab="true">
|
|
26
|
+
<entry file="file://$PROJECT_DIR$/world_airports.gemspec">
|
|
27
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
28
|
+
<state vertical-scroll-proportion="0.5625" vertical-offset="0" max-vertical-offset="560">
|
|
29
|
+
<caret line="21" column="70" selection-start-line="21" selection-start-column="70" selection-end-line="21" selection-end-column="70" />
|
|
30
|
+
<folding />
|
|
31
|
+
</state>
|
|
32
|
+
</provider>
|
|
33
|
+
</entry>
|
|
34
|
+
</file>
|
|
35
|
+
<file leaf-file-name="version.rb" pinned="false" current="false" current-in-tab="false">
|
|
36
|
+
<entry file="file://$PROJECT_DIR$/lib/world_airports/version.rb">
|
|
37
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
38
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="135">
|
|
39
|
+
<caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
|
40
|
+
<folding />
|
|
41
|
+
</state>
|
|
42
|
+
</provider>
|
|
43
|
+
</entry>
|
|
44
|
+
</file>
|
|
45
|
+
<file leaf-file-name="scrapper.rb" pinned="false" current="false" current-in-tab="false">
|
|
46
|
+
<entry file="file://$PROJECT_DIR$/scrapper/scrapper.rb">
|
|
47
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
48
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="85" max-vertical-offset="720">
|
|
49
|
+
<caret line="42" column="11" selection-start-line="42" selection-start-column="11" selection-end-line="42" selection-end-column="11" />
|
|
50
|
+
<folding />
|
|
51
|
+
</state>
|
|
52
|
+
</provider>
|
|
53
|
+
</entry>
|
|
54
|
+
</file>
|
|
55
|
+
<file leaf-file-name="world_airports.rb" pinned="false" current="false" current-in-tab="false">
|
|
56
|
+
<entry file="file://$PROJECT_DIR$/lib/world_airports.rb">
|
|
57
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
58
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="555">
|
|
59
|
+
<caret line="28" column="7" selection-start-line="28" selection-start-column="7" selection-end-line="28" selection-end-column="7" />
|
|
60
|
+
<folding />
|
|
61
|
+
</state>
|
|
62
|
+
</provider>
|
|
63
|
+
</entry>
|
|
64
|
+
</file>
|
|
65
|
+
</leaf>
|
|
66
|
+
</component>
|
|
67
|
+
<component name="FindManager">
|
|
68
|
+
<FindUsagesManager>
|
|
69
|
+
<setting name="OPEN_NEW_TAB" value="true" />
|
|
70
|
+
</FindUsagesManager>
|
|
71
|
+
</component>
|
|
72
|
+
<component name="IdeDocumentHistory">
|
|
73
|
+
<option name="changedFiles">
|
|
74
|
+
<list>
|
|
75
|
+
<option value="$PROJECT_DIR$/scrapper.rb" />
|
|
76
|
+
<option value="$PROJECT_DIR$/scrapper.out" />
|
|
77
|
+
<option value="$PROJECT_DIR$/scrapper/scrapped.rb" />
|
|
78
|
+
<option value="$PROJECT_DIR$/.gitignore" />
|
|
79
|
+
<option value="$PROJECT_DIR$/lib/scrapped.rb" />
|
|
80
|
+
<option value="$PROJECT_DIR$/lib/world_airports.rb" />
|
|
81
|
+
<option value="$PROJECT_DIR$/lib/world_airports/version.rb" />
|
|
82
|
+
<option value="$PROJECT_DIR$/world_airports.gemspec" />
|
|
83
|
+
</list>
|
|
84
|
+
</option>
|
|
85
|
+
</component>
|
|
86
|
+
<component name="ProjectFrameBounds">
|
|
87
|
+
<option name="x" value="923" />
|
|
88
|
+
<option name="y" value="84" />
|
|
89
|
+
<option name="width" value="1073" />
|
|
90
|
+
<option name="height" value="868" />
|
|
91
|
+
</component>
|
|
92
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
|
93
|
+
<OptionsSetting value="true" id="Add" />
|
|
94
|
+
<OptionsSetting value="true" id="Remove" />
|
|
95
|
+
<OptionsSetting value="true" id="Checkout" />
|
|
96
|
+
<OptionsSetting value="true" id="Update" />
|
|
97
|
+
<OptionsSetting value="true" id="Status" />
|
|
98
|
+
<OptionsSetting value="true" id="Edit" />
|
|
99
|
+
<ConfirmationsSetting value="0" id="Add" />
|
|
100
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
|
101
|
+
</component>
|
|
102
|
+
<component name="ProjectReloadState">
|
|
103
|
+
<option name="STATE" value="0" />
|
|
104
|
+
</component>
|
|
105
|
+
<component name="ProjectView">
|
|
106
|
+
<navigator currentView="ProjectPane" proportions="" version="1">
|
|
107
|
+
<flattenPackages />
|
|
108
|
+
<showMembers />
|
|
109
|
+
<showModules />
|
|
110
|
+
<showLibraryContents />
|
|
111
|
+
<hideEmptyPackages />
|
|
112
|
+
<abbreviatePackageNames />
|
|
113
|
+
<autoscrollToSource />
|
|
114
|
+
<autoscrollFromSource />
|
|
115
|
+
<sortByType />
|
|
116
|
+
</navigator>
|
|
117
|
+
<panes>
|
|
118
|
+
<pane id="ProjectPane">
|
|
119
|
+
<subPane>
|
|
120
|
+
<PATH>
|
|
121
|
+
<PATH_ELEMENT>
|
|
122
|
+
<option name="myItemId" value="world_airports" />
|
|
123
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
124
|
+
</PATH_ELEMENT>
|
|
125
|
+
</PATH>
|
|
126
|
+
<PATH>
|
|
127
|
+
<PATH_ELEMENT>
|
|
128
|
+
<option name="myItemId" value="world_airports" />
|
|
129
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
130
|
+
</PATH_ELEMENT>
|
|
131
|
+
<PATH_ELEMENT>
|
|
132
|
+
<option name="myItemId" value="world_airports" />
|
|
133
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
134
|
+
</PATH_ELEMENT>
|
|
135
|
+
</PATH>
|
|
136
|
+
</subPane>
|
|
137
|
+
</pane>
|
|
138
|
+
<pane id="Scope" />
|
|
139
|
+
</panes>
|
|
140
|
+
</component>
|
|
141
|
+
<component name="PropertiesComponent">
|
|
142
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
143
|
+
<property name="FullScreen" value="false" />
|
|
144
|
+
</component>
|
|
145
|
+
<component name="RecentsManager">
|
|
146
|
+
<key name="MoveFile.RECENT_KEYS">
|
|
147
|
+
<recent name="$PROJECT_DIR$/scrapper" />
|
|
148
|
+
<recent name="$PROJECT_DIR$/lib" />
|
|
149
|
+
</key>
|
|
150
|
+
</component>
|
|
151
|
+
<component name="RunManager">
|
|
152
|
+
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
|
153
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
|
154
|
+
<module name="" />
|
|
155
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
156
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
157
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
158
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
159
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
160
|
+
<envs />
|
|
161
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
162
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
163
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
164
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
165
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
166
|
+
</COVERAGE_PATTERN>
|
|
167
|
+
</EXTENSION>
|
|
168
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
169
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
170
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
171
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
|
172
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
|
173
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
|
174
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
175
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
|
176
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
|
177
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
|
178
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
179
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
180
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
|
181
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
182
|
+
<method />
|
|
183
|
+
</configuration>
|
|
184
|
+
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
|
185
|
+
<method />
|
|
186
|
+
</configuration>
|
|
187
|
+
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
|
188
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
|
189
|
+
<module name="" />
|
|
190
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
191
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
192
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
193
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
194
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
195
|
+
<envs />
|
|
196
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
197
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
198
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
199
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
200
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
201
|
+
</COVERAGE_PATTERN>
|
|
202
|
+
</EXTENSION>
|
|
203
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
204
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
205
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
206
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
|
207
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
|
208
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
209
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
210
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
211
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
|
212
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
|
213
|
+
<method />
|
|
214
|
+
</configuration>
|
|
215
|
+
<list size="0" />
|
|
216
|
+
</component>
|
|
217
|
+
<component name="ShelveChangesManager" show_recycled="false" />
|
|
218
|
+
<component name="SvnConfiguration">
|
|
219
|
+
<configuration />
|
|
220
|
+
</component>
|
|
221
|
+
<component name="TaskManager">
|
|
222
|
+
<task active="true" id="Default" summary="Default task">
|
|
223
|
+
<changelist id="383b1ac6-15e2-4c41-93b1-0294c325dffa" name="Default" comment="" />
|
|
224
|
+
<created>1409179110892</created>
|
|
225
|
+
<updated>1409179110892</updated>
|
|
226
|
+
</task>
|
|
227
|
+
<servers />
|
|
228
|
+
</component>
|
|
229
|
+
<component name="ToolWindowManager">
|
|
230
|
+
<frame x="923" y="84" width="1073" height="868" extended-state="0" />
|
|
231
|
+
<editor active="true" />
|
|
232
|
+
<layout>
|
|
233
|
+
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
234
|
+
<window_info id="Terminal" active="false" anchor="top" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.23243934" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
|
235
|
+
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.17678382" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
|
236
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33971903" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
|
237
|
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
|
238
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
|
|
239
|
+
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="true" content_ui="tabs" />
|
|
240
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
241
|
+
<window_info id="Regex Tester" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
|
242
|
+
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
|
|
243
|
+
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
244
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.25509214" sideWeight="0.5" order="1" side_tool="false" content_ui="combo" />
|
|
245
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.43805873" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
|
246
|
+
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
|
|
247
|
+
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
|
248
|
+
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
249
|
+
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.2857143" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
|
250
|
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
251
|
+
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="3" side_tool="false" content_ui="combo" />
|
|
252
|
+
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
|
|
253
|
+
</layout>
|
|
254
|
+
</component>
|
|
255
|
+
<component name="Vcs.Log.UiProperties">
|
|
256
|
+
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
|
257
|
+
<collection />
|
|
258
|
+
</option>
|
|
259
|
+
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
|
260
|
+
<collection />
|
|
261
|
+
</option>
|
|
262
|
+
</component>
|
|
263
|
+
<component name="VcsContentAnnotationSettings">
|
|
264
|
+
<option name="myLimit" value="2678400000" />
|
|
265
|
+
</component>
|
|
266
|
+
<component name="VcsManagerConfiguration">
|
|
267
|
+
<option name="myTodoPanelSettings">
|
|
268
|
+
<TodoPanelSettings />
|
|
269
|
+
</option>
|
|
270
|
+
</component>
|
|
271
|
+
<component name="XDebuggerManager">
|
|
272
|
+
<breakpoint-manager />
|
|
273
|
+
</component>
|
|
274
|
+
<component name="editorHistoryManager">
|
|
275
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
|
276
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
277
|
+
<state vertical-scroll-proportion="0.28795812" vertical-offset="0" max-vertical-offset="573">
|
|
278
|
+
<caret line="11" column="9" selection-start-line="11" selection-start-column="9" selection-end-line="11" selection-end-column="9" />
|
|
279
|
+
<folding />
|
|
280
|
+
</state>
|
|
281
|
+
</provider>
|
|
282
|
+
</entry>
|
|
283
|
+
<entry file="file://$PROJECT_DIR$/scrapper/scrapper.rb">
|
|
284
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
285
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="160" max-vertical-offset="720">
|
|
286
|
+
<caret line="42" column="11" selection-start-line="42" selection-start-column="11" selection-end-line="42" selection-end-column="11" />
|
|
287
|
+
<folding />
|
|
288
|
+
</state>
|
|
289
|
+
</provider>
|
|
290
|
+
</entry>
|
|
291
|
+
<entry file="file://$PROJECT_DIR$/lib/scrapped.rb">
|
|
292
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
293
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="560">
|
|
294
|
+
<caret line="0" column="4" selection-start-line="0" selection-start-column="4" selection-end-line="0" selection-end-column="4" />
|
|
295
|
+
<folding />
|
|
296
|
+
</state>
|
|
297
|
+
</provider>
|
|
298
|
+
</entry>
|
|
299
|
+
<entry file="file://$PROJECT_DIR$/lib/world_airports.rb">
|
|
300
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
301
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="555">
|
|
302
|
+
<caret line="28" column="7" selection-start-line="28" selection-start-column="7" selection-end-line="28" selection-end-column="7" />
|
|
303
|
+
<folding />
|
|
304
|
+
</state>
|
|
305
|
+
</provider>
|
|
306
|
+
</entry>
|
|
307
|
+
<entry file="file://$PROJECT_DIR$/lib/world_airports/version.rb">
|
|
308
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
309
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="135">
|
|
310
|
+
<caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
|
311
|
+
<folding />
|
|
312
|
+
</state>
|
|
313
|
+
</provider>
|
|
314
|
+
</entry>
|
|
315
|
+
<entry file="file://$PROJECT_DIR$/world_airports.gemspec">
|
|
316
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
317
|
+
<state vertical-scroll-proportion="0.5625" vertical-offset="0" max-vertical-offset="560">
|
|
318
|
+
<caret line="21" column="70" selection-start-line="21" selection-start-column="70" selection-end-line="21" selection-end-column="70" />
|
|
319
|
+
<folding />
|
|
320
|
+
</state>
|
|
321
|
+
</provider>
|
|
322
|
+
</entry>
|
|
323
|
+
</component>
|
|
324
|
+
</project>
|
|
325
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
|
3
|
+
<component name="FacetManager">
|
|
4
|
+
<facet type="gem" name="Gem">
|
|
5
|
+
<configuration>
|
|
6
|
+
<option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
|
|
7
|
+
<option name="GEM_APP_TEST_PATH" value="" />
|
|
8
|
+
<option name="GEM_APP_LIB_PATH" value="" />
|
|
9
|
+
</configuration>
|
|
10
|
+
</facet>
|
|
11
|
+
</component>
|
|
12
|
+
<component name="NewModuleRootManager">
|
|
13
|
+
<content url="file://$MODULE_DIR$" />
|
|
14
|
+
<orderEntry type="jdk" jdkName="rbenv: 2.1.1" jdkType="RUBY_SDK" />
|
|
15
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
16
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.6.2, rbenv: 2.1.1) [gem]" level="application" />
|
|
17
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.3.2, rbenv: 2.1.1) [gem]" level="application" />
|
|
18
|
+
</component>
|
|
19
|
+
</module>
|
|
20
|
+
|
data/Gemfile
ADDED
data/LICENSE.txt
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Copyright (c) 2014 Adam Pahlevi
|
|
2
|
+
|
|
3
|
+
MIT License
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
6
|
+
a copy of this software and associated documentation files (the
|
|
7
|
+
"Software"), to deal in the Software without restriction, including
|
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
11
|
+
the following conditions:
|
|
12
|
+
|
|
13
|
+
The above copyright notice and this permission notice shall be
|
|
14
|
+
included in all copies or substantial portions of the Software.
|
|
15
|
+
|
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
19
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
20
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# WorldAirports
|
|
2
|
+
|
|
3
|
+
TODO: Write a gem description
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
Add this line to your application's Gemfile:
|
|
8
|
+
|
|
9
|
+
gem 'world_airports'
|
|
10
|
+
|
|
11
|
+
And then execute:
|
|
12
|
+
|
|
13
|
+
$ bundle
|
|
14
|
+
|
|
15
|
+
Or install it yourself as:
|
|
16
|
+
|
|
17
|
+
$ gem install world_airports
|
|
18
|
+
|
|
19
|
+
## Usage
|
|
20
|
+
|
|
21
|
+
TODO: Write usage instructions here
|
|
22
|
+
|
|
23
|
+
## Contributing
|
|
24
|
+
|
|
25
|
+
1. Fork it ( https://github.com/[my-github-username]/world_airports/fork )
|
|
26
|
+
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
27
|
+
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
28
|
+
4. Push to the branch (`git push origin my-new-feature`)
|
|
29
|
+
5. Create a new Pull Request
|
data/Rakefile
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
-----BEGIN CERTIFICATE-----
|
|
2
|
+
MIIDOjCCAiKgAwIBAgIBADANBgkqhkiG9w0BAQUFADBDMRUwEwYDVQQDDAxhZGFt
|
|
3
|
+
LnBhaGxldmkxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkW
|
|
4
|
+
A2NvbTAeFw0xNDA4MjgwMDIxNTNaFw0xNTA4MjgwMDIxNTNaMEMxFTATBgNVBAMM
|
|
5
|
+
DGFkYW0ucGFobGV2aTEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
|
|
6
|
+
LGQBGRYDY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzlGUgZUW
|
|
7
|
+
VxMf08xHnyDEkLeXOMeJDO0CKUVMUGIfAZdgS+hxr9zVNs8moW/lqTQTZwCzgSUc
|
|
8
|
+
elxH+K2d+rd162VMo6m1vHbTN6alhOSwq/VhpKP7WDCa0wiHhgD02MY9Z/ssQs6L
|
|
9
|
+
+mQF0JsE7fIdeJXSJg/4R+pxkx8sucRLu4Jc3tlTfD6GDVjnqQsFYqb5IjjwenG3
|
|
10
|
+
+chx+IWQZnbBz4ts6fkQD/PT9JQHvovjMRN2+JYtr9HfYedKpA42GquodFAHYr3S
|
|
11
|
+
uYD1fTipbEPfPCIEgEol+RMCvUCGEugmqUlbkgCRSW3gS5a0+++kaA5796I7L384
|
|
12
|
+
jQN8PMM/Gybm9wIDAQABozkwNzAJBgNVHRMEAjAAMB0GA1UdDgQWBBTfQTaRnKcC
|
|
13
|
+
Td8lBSjslIGCwPZueTALBgNVHQ8EBAMCBLAwDQYJKoZIhvcNAQEFBQADggEBAKfV
|
|
14
|
+
4cSuQUkZ4Pp6/6JYASGQZ+LMSEWJsL3OiqXTYJfpnV5iLzE2QEUIk+9EOz2Lr+1z
|
|
15
|
+
dG2UZjntRJ6m9OM/o61f4wwW2lOo/JI10tnZLCnK1dbLFX14GqqIHU32NnPcQJkc
|
|
16
|
+
nqhjc/jk6bbh23B8yqD7eTKqiuNLM/JHA2lNpt7K9DWD7mp7uzJFR1QT7NYmmYXT
|
|
17
|
+
/unc5WJWiywsvOZUaHQu16r2rPfa8GpoSMXTfCbyITpc019arY4bmGUIKBsTCZ1R
|
|
18
|
+
+zJGsX7fl+9rxjoWFDvruQD2ofYcTJPNbgyW8UOJYaIPkn5XwqEyuaVHObuwic5i
|
|
19
|
+
xM3DTSopvt+cyYZ+v6w=
|
|
20
|
+
-----END CERTIFICATE-----
|
data/gem-public_cert.pem
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
-----BEGIN CERTIFICATE-----
|
|
2
|
+
MIIDgDCCAmigAwIBAgIBATANBgkqhkiG9w0BAQUFADBDMRUwEwYDVQQDDAxhZGFt
|
|
3
|
+
LnBhaGxldmkxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkW
|
|
4
|
+
A2NvbTAeFw0xNDA4MjgwMDA0MTFaFw0xNTA4MjgwMDA0MTFaMEMxFTATBgNVBAMM
|
|
5
|
+
DGFkYW0ucGFobGV2aTEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
|
|
6
|
+
LGQBGRYDY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1Xa+/9RV
|
|
7
|
+
M1QBkI4NBmCnNOo7trkMkygOHwez1RnBOY1x9HwR80ED3m6oEIR0TvqfEE1CdvUs
|
|
8
|
+
g+IY7B8DRLOBw4eSjJZpHF48jeX79gbxqbAyuiMm80hBppYTuZGFG3wMMdM0wcAI
|
|
9
|
+
aqUth1Oz1qLKL+JUYDjvxofvjtAKslDyZHFO/Df+v+r0mhjMl/qGkuXytz7Xv/U6
|
|
10
|
+
0+uGjeK/iZEwqkKwYFqj2QK5k597uBEJIJxWazD7C1IYysntl2/gR6psIbAW1y/q
|
|
11
|
+
Lc2HN7UmRgjIH5xmy1NVIVmBqT4uOCYjy50bxD3wHGbwdfWKERh5gJ6hmwBhcwbe
|
|
12
|
+
NiOrdc9Zu14E5QIDAQABo38wfTAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNV
|
|
13
|
+
HQ4EFgQUVC3Og8OivnBJenKUnH9k9KlGhKgwIQYDVR0RBBowGIEWYWRhbS5wYWhs
|
|
14
|
+
ZXZpQGdtYWlsLmNvbTAhBgNVHRIEGjAYgRZhZGFtLnBhaGxldmlAZ21haWwuY29t
|
|
15
|
+
MA0GCSqGSIb3DQEBBQUAA4IBAQCpvioffeN2Ty0aBR76YWe+Ed0TP7Xx0Uo48J92
|
|
16
|
+
6PwozQuHMCYxOfnRwSLk0JdlTjoY18qGS7GXQq8fLJQk1VuWVB0cvJB9SAcChJxq
|
|
17
|
+
bIKH/jsWPfla/k1U09Uk+OI70dlfM6iwomQ7cwXhLHThgpaMlNbxgjDGXVg8Ng3m
|
|
18
|
+
8xsr2MO9fyr2n8jZmgYAx5btmtdFwaAh0oqDWc2klk/RUboBpglqy0N9dUCh6Q5n
|
|
19
|
+
J3b4UiKz+MLn3fg/gzhluvT1yibDFNLNJZoF/qz5kr5xUkD5ky6yTHMs0Z796VXB
|
|
20
|
+
NIGCgQQw7wcj0LNCEhdTl0eWKBFl2NhcgPvo1+lSYTDgX55c
|
|
21
|
+
-----END CERTIFICATE-----
|