google_api_hashtag 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 9f9c7a292ab418c46eec124dd14299e966559ce6
4
+ data.tar.gz: 53e9ad7ebc24008328e61f42177ad2cc1f0c93d8
5
+ SHA512:
6
+ metadata.gz: c00d40add69fdfb7fedaa385bee0268acfe572c5e23b899574ec6a4c74955159539084ed1e55f8dda6ce69ce09d5370656bb0616e3b1aeda1e7ea07eec823d88
7
+ data.tar.gz: 015efeb66bfe92a20b0c8ae64bdd6f937e3b0c4d7162e2012cffaaf418323e088d9e0a5beb571db54def073ea833edb31a646a902fac5df55fd07645a0857a62
data/.gitignore ADDED
@@ -0,0 +1,10 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+
data/.idea/.name ADDED
@@ -0,0 +1 @@
1
+ google_api_hashtag
data/.idea/.rakeTasks ADDED
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Settings><!--This file was automatically generated by Ruby plugin.
3
+ You are allowed to:
4
+ 1. Remove rake task
5
+ 2. Add existing rake tasks
6
+ To add existing rake tasks automatically delete this file and reload the project.
7
+ --><RakeGroup description="" fullCmd="" taksId="rake" /></Settings>
@@ -0,0 +1,28 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="RUBY_MODULE" version="4">
3
+ <component name="FacetManager">
4
+ <facet type="gem" name="Ruby 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="$MODULE_DIR$/lib" />
9
+ </configuration>
10
+ </facet>
11
+ </component>
12
+ <component name="NewModuleRootManager">
13
+ <content url="file://$MODULE_DIR$" />
14
+ <orderEntry type="inheritedJdk" />
15
+ <orderEntry type="sourceFolder" forTests="false" />
16
+ <orderEntry type="library" scope="PROVIDED" name="addressable (v2.3.8, rbenv: 2.0.0-p647) [gem]" level="application" />
17
+ <orderEntry type="library" scope="PROVIDED" name="bundler (v1.10.6, rbenv: 2.0.0-p647) [gem]" level="application" />
18
+ <orderEntry type="library" scope="PROVIDED" name="domain_name (v0.5.25, rbenv: 2.0.0-p647) [gem]" level="application" />
19
+ <orderEntry type="library" scope="PROVIDED" name="http (v0.9.8, rbenv: 2.0.0-p647) [gem]" level="application" />
20
+ <orderEntry type="library" scope="PROVIDED" name="http-cookie (v1.0.2, rbenv: 2.0.0-p647) [gem]" level="application" />
21
+ <orderEntry type="library" scope="PROVIDED" name="http-form_data (v1.0.1, rbenv: 2.0.0-p647) [gem]" level="application" />
22
+ <orderEntry type="library" scope="PROVIDED" name="http_parser.rb (v0.6.0, rbenv: 2.0.0-p647) [gem]" level="application" />
23
+ <orderEntry type="library" scope="PROVIDED" name="json (v1.8.3, rbenv: 2.0.0-p647) [gem]" level="application" />
24
+ <orderEntry type="library" scope="PROVIDED" name="rake (v10.4.2, rbenv: 2.0.0-p647) [gem]" level="application" />
25
+ <orderEntry type="library" scope="PROVIDED" name="unf (v0.1.4, rbenv: 2.0.0-p647) [gem]" level="application" />
26
+ <orderEntry type="library" scope="PROVIDED" name="unf_ext (v0.0.7.1, rbenv: 2.0.0-p647) [gem]" level="application" />
27
+ </component>
28
+ </module>
data/.idea/misc.xml ADDED
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectLevelVcsManager" settingsEditedManually="false">
4
+ <OptionsSetting value="true" id="Add" />
5
+ <OptionsSetting value="true" id="Remove" />
6
+ <OptionsSetting value="true" id="Checkout" />
7
+ <OptionsSetting value="true" id="Update" />
8
+ <OptionsSetting value="true" id="Status" />
9
+ <OptionsSetting value="true" id="Edit" />
10
+ <ConfirmationsSetting value="0" id="Add" />
11
+ <ConfirmationsSetting value="0" id="Remove" />
12
+ </component>
13
+ <component name="ProjectRootManager" version="2" project-jdk-name="rbenv: 2.0.0-p647" project-jdk-type="RUBY_SDK" />
14
+ </project>
data/.idea/modules.xml ADDED
@@ -0,0 +1,8 @@
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/google_api_hashtag.iml" filepath="$PROJECT_DIR$/.idea/google_api_hashtag.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
data/.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+ </component>
6
+ </project>
@@ -0,0 +1,579 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="054820a1-0e2f-4f0d-ba21-6c0efccce494" name="Default" comment="">
5
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.gitignore" />
6
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.rspec" />
7
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.travis.yml" />
8
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/CODE_OF_CONDUCT.md" />
9
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Gemfile" />
10
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/LICENSE.txt" />
11
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/README.md" />
12
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Rakefile" />
13
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/bin/console" />
14
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/google_api_hashtag.gemspec" />
15
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/google_api_hashtag.rb" />
16
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/spec/google_api_hashtag_spec.rb" />
17
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/bin/setup" />
18
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/spec/spec_helper.rb" />
19
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/google_api_hashtag/version.rb" />
20
+ </list>
21
+ <ignored path="google_api_hashtag.iws" />
22
+ <ignored path=".idea/workspace.xml" />
23
+ <ignored path=".idea/dataSources.local.xml" />
24
+ <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
25
+ <option name="TRACKING_ENABLED" value="true" />
26
+ <option name="SHOW_DIALOG" value="false" />
27
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
28
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
29
+ <option name="LAST_RESOLUTION" value="IGNORE" />
30
+ </component>
31
+ <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
32
+ <component name="CreatePatchCommitExecutor">
33
+ <option name="PATCH_PATH" value="" />
34
+ </component>
35
+ <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
36
+ <component name="FavoritesManager">
37
+ <favorites_list name="google_api_hashtag" />
38
+ </component>
39
+ <component name="FileEditorManager">
40
+ <leaf>
41
+ <file leaf-file-name="google_api_hashtag.gemspec" pinned="false" current-in-tab="true">
42
+ <entry file="file://$PROJECT_DIR$/google_api_hashtag.gemspec">
43
+ <provider selected="true" editor-type-id="text-editor">
44
+ <state vertical-scroll-proportion="0.28885832">
45
+ <caret line="14" column="28" selection-start-line="14" selection-start-column="28" selection-end-line="14" selection-end-column="28" />
46
+ <folding />
47
+ </state>
48
+ </provider>
49
+ </entry>
50
+ </file>
51
+ <file leaf-file-name="google_api_hashtag_spec.rb" pinned="false" current-in-tab="false">
52
+ <entry file="file://$PROJECT_DIR$/spec/google_api_hashtag_spec.rb">
53
+ <provider selected="true" editor-type-id="text-editor">
54
+ <state vertical-scroll-proportion="0.0">
55
+ <caret line="8" column="33" selection-start-line="8" selection-start-column="33" selection-end-line="8" selection-end-column="33" />
56
+ <folding />
57
+ </state>
58
+ </provider>
59
+ </entry>
60
+ </file>
61
+ </leaf>
62
+ </component>
63
+ <component name="Git.Settings">
64
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
65
+ </component>
66
+ <component name="IdeDocumentHistory">
67
+ <option name="CHANGED_PATHS">
68
+ <list>
69
+ <option value="$PROJECT_DIR$/tasks/rspec.rake" />
70
+ <option value="$PROJECT_DIR$/Rakefile" />
71
+ <option value="$PROJECT_DIR$/lib/google_api_hashtag/version.rb" />
72
+ <option value="$PROJECT_DIR$/lib/remove_blank.rb" />
73
+ <option value="$PROJECT_DIR$/lib/remove_non_latin.rb" />
74
+ <option value="$PROJECT_DIR$/lib/limit_character.rb" />
75
+ <option value="$PROJECT_DIR$/lib/add_hashtag.rb" />
76
+ <option value="$PROJECT_DIR$/lib/remove_articles.rb" />
77
+ <option value="$PROJECT_DIR$/lib/remove_article.rb" />
78
+ <option value="$PROJECT_DIR$/secrets.yml" />
79
+ <option value="$PROJECT_DIR$/.gitignore" />
80
+ <option value="$PROJECT_DIR$/lib/keep_non_blank_in_array.rb" />
81
+ <option value="$PROJECT_DIR$/lib/google_api_hashtag.rb" />
82
+ <option value="$PROJECT_DIR$/spec/google_api_hashtag_spec.rb" />
83
+ <option value="$PROJECT_DIR$/google_api_hashtag.gemspec" />
84
+ </list>
85
+ </option>
86
+ </component>
87
+ <component name="JsBuildToolGruntFileManager" detection-done="true" />
88
+ <component name="JsGulpfileManager">
89
+ <detection-done>true</detection-done>
90
+ </component>
91
+ <component name="NamedScopeManager">
92
+ <order />
93
+ </component>
94
+ <component name="ProjectFrameBounds">
95
+ <option name="y" value="23" />
96
+ <option name="width" value="1440" />
97
+ <option name="height" value="873" />
98
+ </component>
99
+ <component name="ProjectLevelVcsManager" settingsEditedManually="false">
100
+ <OptionsSetting value="true" id="Add" />
101
+ <OptionsSetting value="true" id="Remove" />
102
+ <OptionsSetting value="true" id="Checkout" />
103
+ <OptionsSetting value="true" id="Update" />
104
+ <OptionsSetting value="true" id="Status" />
105
+ <OptionsSetting value="true" id="Edit" />
106
+ <ConfirmationsSetting value="1" id="Add" />
107
+ <ConfirmationsSetting value="0" id="Remove" />
108
+ </component>
109
+ <component name="ProjectView">
110
+ <navigator currentView="ProjectPane" proportions="" version="1">
111
+ <flattenPackages />
112
+ <showMembers />
113
+ <showModules />
114
+ <showLibraryContents />
115
+ <hideEmptyPackages />
116
+ <abbreviatePackageNames />
117
+ <autoscrollToSource />
118
+ <autoscrollFromSource />
119
+ <sortByType />
120
+ </navigator>
121
+ <panes>
122
+ <pane id="ProjectPane">
123
+ <subPane>
124
+ <PATH>
125
+ <PATH_ELEMENT>
126
+ <option name="myItemId" value="google_api_hashtag" />
127
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
128
+ </PATH_ELEMENT>
129
+ </PATH>
130
+ <PATH>
131
+ <PATH_ELEMENT>
132
+ <option name="myItemId" value="google_api_hashtag" />
133
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
134
+ </PATH_ELEMENT>
135
+ <PATH_ELEMENT>
136
+ <option name="myItemId" value="google_api_hashtag" />
137
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
138
+ </PATH_ELEMENT>
139
+ </PATH>
140
+ <PATH>
141
+ <PATH_ELEMENT>
142
+ <option name="myItemId" value="google_api_hashtag" />
143
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
144
+ </PATH_ELEMENT>
145
+ <PATH_ELEMENT>
146
+ <option name="myItemId" value="google_api_hashtag" />
147
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
148
+ </PATH_ELEMENT>
149
+ <PATH_ELEMENT>
150
+ <option name="myItemId" value="spec" />
151
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
152
+ </PATH_ELEMENT>
153
+ </PATH>
154
+ </subPane>
155
+ </pane>
156
+ <pane id="Scratches" />
157
+ <pane id="Scope" />
158
+ </panes>
159
+ </component>
160
+ <component name="PropertiesComponent">
161
+ <property name="last_opened_file_path" value="$PROJECT_DIR$" />
162
+ <property name="WebServerToolWindowFactoryState" value="false" />
163
+ </component>
164
+ <component name="RunManager">
165
+ <configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
166
+ <predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
167
+ <module name="" />
168
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
169
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
170
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
171
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
172
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
173
+ <envs />
174
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
175
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
176
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
177
+ <COVERAGE_PATTERN ENABLED="true">
178
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
179
+ </COVERAGE_PATTERN>
180
+ </EXTENSION>
181
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
182
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
183
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
184
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
185
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
186
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
187
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
188
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
189
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
190
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
191
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
192
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
193
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
194
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
195
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
196
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
197
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
198
+ <method />
199
+ </configuration>
200
+ <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
201
+ <method />
202
+ </configuration>
203
+ <configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
204
+ <predefined_log_file id="RUBY_RSPEC" enabled="true" />
205
+ <module name="" />
206
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
207
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
208
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
209
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
210
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
211
+ <envs />
212
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
213
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
214
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
215
+ <COVERAGE_PATTERN ENABLED="true">
216
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
217
+ </COVERAGE_PATTERN>
218
+ </EXTENSION>
219
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
220
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
221
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
222
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
223
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
224
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
225
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
226
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
227
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
228
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
229
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
230
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
231
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
232
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
233
+ <method />
234
+ </configuration>
235
+ <configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
236
+ <module name="" />
237
+ <RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
238
+ <RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
239
+ <RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
240
+ <RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
241
+ <RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
242
+ <envs />
243
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
244
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
245
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
246
+ <COVERAGE_PATTERN ENABLED="true">
247
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
248
+ </COVERAGE_PATTERN>
249
+ </EXTENSION>
250
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
251
+ <RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
252
+ <RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
253
+ <method />
254
+ </configuration>
255
+ <configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
256
+ <predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
257
+ <module name="" />
258
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
259
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
260
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
261
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
262
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
263
+ <envs />
264
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
265
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
266
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
267
+ <COVERAGE_PATTERN ENABLED="true">
268
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
269
+ </COVERAGE_PATTERN>
270
+ </EXTENSION>
271
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
272
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
273
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
274
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
275
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
276
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
277
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
278
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
279
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
280
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
281
+ <method />
282
+ </configuration>
283
+ <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
284
+ <node-options />
285
+ <gulpfile />
286
+ <tasks />
287
+ <arguments />
288
+ <pass-parent-envs>true</pass-parent-envs>
289
+ <envs />
290
+ <method />
291
+ </configuration>
292
+ </component>
293
+ <component name="ShelveChangesManager" show_recycled="false" />
294
+ <component name="SvnConfiguration">
295
+ <configuration />
296
+ </component>
297
+ <component name="TaskManager">
298
+ <task active="true" id="Default" summary="Default task">
299
+ <changelist id="054820a1-0e2f-4f0d-ba21-6c0efccce494" name="Default" comment="" />
300
+ <created>1448407874320</created>
301
+ <option name="number" value="Default" />
302
+ <updated>1448407874320</updated>
303
+ </task>
304
+ <servers />
305
+ </component>
306
+ <component name="ToolWindowManager">
307
+ <frame x="0" y="23" width="1440" height="873" extended-state="0" />
308
+ <editor active="true" />
309
+ <layout>
310
+ <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
311
+ <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="6" side_tool="false" content_ui="tabs" />
312
+ <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
313
+ <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="1" side_tool="false" content_ui="tabs" />
314
+ <window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
315
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.17310444" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
316
+ <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="3" side_tool="false" content_ui="tabs" />
317
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
318
+ <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="2" side_tool="true" content_ui="tabs" />
319
+ <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="7" side_tool="true" content_ui="tabs" />
320
+ <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="7" side_tool="false" content_ui="tabs" />
321
+ <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="4" side_tool="false" content_ui="tabs" />
322
+ <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="0" side_tool="false" content_ui="tabs" />
323
+ <window_info id="Find" 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" />
324
+ <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="1" side_tool="false" content_ui="tabs" />
325
+ <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.18410596" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
326
+ <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="0" side_tool="false" content_ui="tabs" />
327
+ <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="5" side_tool="false" content_ui="tabs" />
328
+ <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="2" side_tool="false" content_ui="combo" />
329
+ </layout>
330
+ <layout-to-restore>
331
+ <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="9" side_tool="false" content_ui="tabs" />
332
+ <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="5" side_tool="false" content_ui="tabs" />
333
+ <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
334
+ <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
335
+ <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" />
336
+ <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
337
+ <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="8" side_tool="false" content_ui="tabs" />
338
+ <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" />
339
+ <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="1" side_tool="true" content_ui="tabs" />
340
+ <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="2" side_tool="false" content_ui="tabs" />
341
+ <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32980132" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
342
+ <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="11" side_tool="false" content_ui="tabs" />
343
+ <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" />
344
+ <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" />
345
+ <window_info id="Application Servers" 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" />
346
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.19170243" sideWeight="0.5" order="1" side_tool="false" content_ui="combo" />
347
+ <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="10" side_tool="false" content_ui="tabs" />
348
+ <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" />
349
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
350
+ </layout-to-restore>
351
+ </component>
352
+ <component name="Vcs.Log.UiProperties">
353
+ <option name="RECENTLY_FILTERED_USER_GROUPS">
354
+ <collection />
355
+ </option>
356
+ <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
357
+ <collection />
358
+ </option>
359
+ </component>
360
+ <component name="VcsContentAnnotationSettings">
361
+ <option name="myLimit" value="2678400000" />
362
+ </component>
363
+ <component name="XDebuggerManager">
364
+ <breakpoint-manager />
365
+ <watches-manager />
366
+ </component>
367
+ <component name="editorHistoryManager">
368
+ <entry file="file://$PROJECT_DIR$/lib/google_api_hashtag.rb">
369
+ <provider selected="true" editor-type-id="text-editor">
370
+ <state vertical-scroll-proportion="0.0">
371
+ <caret line="24" column="73" selection-start-line="24" selection-start-column="73" selection-end-line="24" selection-end-column="73" />
372
+ <folding />
373
+ </state>
374
+ </provider>
375
+ </entry>
376
+ <entry file="file://$PROJECT_DIR$/.gitignore">
377
+ <provider selected="true" editor-type-id="text-editor">
378
+ <state vertical-scroll-proportion="0.0">
379
+ <caret line="9" column="11" selection-start-line="9" selection-start-column="11" selection-end-line="9" selection-end-column="11" />
380
+ <folding />
381
+ </state>
382
+ </provider>
383
+ </entry>
384
+ <entry file="file://$PROJECT_DIR$/lib/limit_character.rb">
385
+ <provider selected="true" editor-type-id="text-editor">
386
+ <state vertical-scroll-proportion="0.0">
387
+ <caret line="18" column="3" selection-start-line="18" selection-start-column="3" selection-end-line="18" selection-end-column="3" />
388
+ <folding />
389
+ </state>
390
+ </provider>
391
+ </entry>
392
+ <entry file="file://$PROJECT_DIR$/lib/add_hashtag.rb">
393
+ <provider selected="true" editor-type-id="text-editor">
394
+ <state vertical-scroll-proportion="0.0">
395
+ <caret line="3" column="2" selection-start-line="3" selection-start-column="2" selection-end-line="14" selection-end-column="5" />
396
+ <folding />
397
+ </state>
398
+ </provider>
399
+ </entry>
400
+ <entry file="file://$PROJECT_DIR$/lib/google_api_hashtag/version.rb">
401
+ <provider selected="true" editor-type-id="text-editor">
402
+ <state vertical-scroll-proportion="0.0">
403
+ <caret line="3" column="0" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
404
+ <folding />
405
+ </state>
406
+ </provider>
407
+ </entry>
408
+ <entry file="file://$PROJECT_DIR$/lib/google_api_hashtag.rb">
409
+ <provider selected="true" editor-type-id="text-editor">
410
+ <state vertical-scroll-proportion="0.0">
411
+ <caret line="39" column="40" selection-start-line="39" selection-start-column="40" selection-end-line="39" selection-end-column="40" />
412
+ <folding />
413
+ </state>
414
+ </provider>
415
+ </entry>
416
+ <entry file="file://$PROJECT_DIR$/lib/remove_article.rb">
417
+ <provider selected="true" editor-type-id="text-editor">
418
+ <state vertical-scroll-proportion="0.0">
419
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
420
+ <folding />
421
+ </state>
422
+ </provider>
423
+ </entry>
424
+ <entry file="file://$PROJECT_DIR$/lib/remove_non_latin.rb">
425
+ <provider selected="true" editor-type-id="text-editor">
426
+ <state vertical-scroll-proportion="0.0">
427
+ <caret line="3" column="2" selection-start-line="3" selection-start-column="2" selection-end-line="16" selection-end-column="5" />
428
+ <folding />
429
+ </state>
430
+ </provider>
431
+ </entry>
432
+ <entry file="file://$PROJECT_DIR$/Rakefile">
433
+ <provider selected="true" editor-type-id="text-editor">
434
+ <state vertical-scroll-proportion="0.37656903">
435
+ <caret line="12" column="0" selection-start-line="12" selection-start-column="0" selection-end-line="12" selection-end-column="0" />
436
+ </state>
437
+ </provider>
438
+ </entry>
439
+ <entry file="file://$PROJECT_DIR$/tasks/rspec.rake">
440
+ <provider selected="true" editor-type-id="text-editor">
441
+ <state vertical-scroll-proportion="0.12552302">
442
+ <caret line="4" column="0" selection-start-line="4" selection-start-column="0" selection-end-line="4" selection-end-column="0" />
443
+ </state>
444
+ </provider>
445
+ </entry>
446
+ <entry file="file://$PROJECT_DIR$/LICENSE.txt">
447
+ <provider editor-type-id="com.intellij.database.editor.CsvTableFileEditorProvider">
448
+ <state />
449
+ </provider>
450
+ <provider selected="true" editor-type-id="text-editor">
451
+ <state vertical-scroll-proportion="0.0">
452
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
453
+ </state>
454
+ </provider>
455
+ </entry>
456
+ <entry file="file://$PROJECT_DIR$/lib/google_api_hashtag/version.rb">
457
+ <provider selected="true" editor-type-id="text-editor">
458
+ <state vertical-scroll-proportion="0.0">
459
+ <caret line="3" column="0" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
460
+ <folding />
461
+ </state>
462
+ </provider>
463
+ </entry>
464
+ <entry file="file://$PROJECT_DIR$/lib/limit_character.rb">
465
+ <provider selected="true" editor-type-id="text-editor">
466
+ <state vertical-scroll-proportion="0.0">
467
+ <caret line="18" column="3" selection-start-line="18" selection-start-column="3" selection-end-line="18" selection-end-column="3" />
468
+ <folding />
469
+ </state>
470
+ </provider>
471
+ </entry>
472
+ <entry file="file://$PROJECT_DIR$/lib/remove_non_latin.rb">
473
+ <provider selected="true" editor-type-id="text-editor">
474
+ <state vertical-scroll-proportion="0.0">
475
+ <caret line="3" column="2" selection-start-line="3" selection-start-column="2" selection-end-line="16" selection-end-column="5" />
476
+ <folding />
477
+ </state>
478
+ </provider>
479
+ </entry>
480
+ <entry file="file://$PROJECT_DIR$/lib/add_hashtag.rb">
481
+ <provider selected="true" editor-type-id="text-editor">
482
+ <state vertical-scroll-proportion="0.0">
483
+ <caret line="3" column="2" selection-start-line="3" selection-start-column="2" selection-end-line="14" selection-end-column="5" />
484
+ <folding />
485
+ </state>
486
+ </provider>
487
+ </entry>
488
+ <entry file="file://$PROJECT_DIR$/CODE_OF_CONDUCT.md">
489
+ <provider editor-type-id="com.intellij.database.editor.CsvTableFileEditorProvider">
490
+ <state />
491
+ </provider>
492
+ <provider selected="true" editor-type-id="text-editor">
493
+ <state vertical-scroll-proportion="0.0">
494
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
495
+ <folding />
496
+ </state>
497
+ </provider>
498
+ </entry>
499
+ <entry file="file://$PROJECT_DIR$/.travis.yml">
500
+ <provider selected="true" editor-type-id="text-editor">
501
+ <state vertical-scroll-proportion="0.0">
502
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
503
+ </state>
504
+ </provider>
505
+ </entry>
506
+ <entry file="file://$PROJECT_DIR$/Gemfile.lock">
507
+ <provider selected="true" editor-type-id="text-editor">
508
+ <state vertical-scroll-proportion="0.0">
509
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
510
+ <folding />
511
+ </state>
512
+ </provider>
513
+ </entry>
514
+ <entry file="file://$PROJECT_DIR$/.gitignore">
515
+ <provider selected="true" editor-type-id="text-editor">
516
+ <state vertical-scroll-proportion="0.19285715">
517
+ <caret line="9" column="0" selection-start-line="9" selection-start-column="0" selection-end-line="9" selection-end-column="0" />
518
+ <folding />
519
+ </state>
520
+ </provider>
521
+ </entry>
522
+ <entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
523
+ <provider selected="true" editor-type-id="text-editor">
524
+ <state vertical-scroll-proportion="0.0">
525
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
526
+ <folding />
527
+ </state>
528
+ </provider>
529
+ </entry>
530
+ <entry file="file://$PROJECT_DIR$/lib/remove_blank.rb">
531
+ <provider selected="true" editor-type-id="text-editor">
532
+ <state vertical-scroll-proportion="0.43328747">
533
+ <caret line="21" column="4" selection-start-line="21" selection-start-column="4" selection-end-line="21" selection-end-column="4" />
534
+ <folding />
535
+ </state>
536
+ </provider>
537
+ </entry>
538
+ <entry file="file://$PROJECT_DIR$/lib/google_api_hashtag.rb">
539
+ <provider selected="true" editor-type-id="text-editor">
540
+ <state vertical-scroll-proportion="0.5048143">
541
+ <caret line="35" column="24" selection-start-line="35" selection-start-column="24" selection-end-line="35" selection-end-column="24" />
542
+ <folding />
543
+ </state>
544
+ </provider>
545
+ </entry>
546
+ <entry file="file://$PROJECT_DIR$/lib/keep_non_blank_in_array.rb">
547
+ <provider selected="true" editor-type-id="text-editor">
548
+ <state vertical-scroll-proportion="0.18569463">
549
+ <caret line="9" column="6" selection-start-line="9" selection-start-column="6" selection-end-line="9" selection-end-column="6" />
550
+ <folding />
551
+ </state>
552
+ </provider>
553
+ </entry>
554
+ <entry file="file://$PROJECT_DIR$/lib/remove_article.rb">
555
+ <provider selected="true" editor-type-id="text-editor">
556
+ <state vertical-scroll-proportion="0.33012378">
557
+ <caret line="16" column="3" selection-start-line="16" selection-start-column="3" selection-end-line="16" selection-end-column="3" />
558
+ <folding />
559
+ </state>
560
+ </provider>
561
+ </entry>
562
+ <entry file="file://$PROJECT_DIR$/spec/google_api_hashtag_spec.rb">
563
+ <provider selected="true" editor-type-id="text-editor">
564
+ <state vertical-scroll-proportion="0.0">
565
+ <caret line="8" column="33" selection-start-line="8" selection-start-column="33" selection-end-line="8" selection-end-column="33" />
566
+ <folding />
567
+ </state>
568
+ </provider>
569
+ </entry>
570
+ <entry file="file://$PROJECT_DIR$/google_api_hashtag.gemspec">
571
+ <provider selected="true" editor-type-id="text-editor">
572
+ <state vertical-scroll-proportion="0.28885832">
573
+ <caret line="14" column="28" selection-start-line="14" selection-start-column="28" selection-end-line="14" selection-end-column="28" />
574
+ <folding />
575
+ </state>
576
+ </provider>
577
+ </entry>
578
+ </component>
579
+ </project>
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color
data/.travis.yml ADDED
@@ -0,0 +1,4 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.1.7
4
+ before_install: gem install bundler -v 1.10.6
@@ -0,0 +1,13 @@
1
+ # Contributor Code of Conduct
2
+
3
+ As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
4
+
5
+ We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion.
6
+
7
+ Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
8
+
9
+ Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
10
+
11
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
12
+
13
+ This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in google_api_hashtag.gemspec
4
+ gemspec
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2015 suisgrand
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,41 @@
1
+ # GoogleApiHashtag
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/google_api_hashtag`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'google_api_hashtag'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install google_api_hashtag
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/google_api_hashtag. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
36
+
37
+
38
+ ## License
39
+
40
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
41
+
data/Rakefile ADDED
@@ -0,0 +1,12 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+
5
+ =begin
6
+ RSpec::Core::RakeTask.new(:spec)
7
+
8
+ task :default => :spec
9
+ =end
10
+
11
+
12
+ Dir.glob('tasks/**/*.rake').each(&method(:import))
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "google_api_hashtag"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start
data/bin/setup ADDED
@@ -0,0 +1,7 @@
1
+ #!/bin/bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+
5
+ bundle install
6
+
7
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,29 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'google_api_hashtag/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "google_api_hashtag"
8
+ spec.version = GoogleApiHashtag::VERSION
9
+ spec.authors = ['Stephane Verger']
10
+ spec.email = ['mykinsale@hotmail.com']
11
+
12
+ spec.summary = %q{generate a hashtag from google api location.}
13
+ spec.description = %q{using google api nearby place, this gem will create a list of hashtags}
14
+ spec.homepage = 'https://rubygems.org/gems/google_api_hashtag'
15
+ spec.license = "MIT"
16
+
17
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
+ spec.bindir = "exe"
19
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
+ spec.require_paths = ["lib"]
21
+
22
+ spec.add_development_dependency "bundler", "~> 1.10"
23
+ spec.add_development_dependency "rake", "~> 10.0"
24
+ spec.add_development_dependency "rspec"
25
+
26
+ spec.add_dependency 'http'
27
+ spec.add_dependency 'json'
28
+
29
+ end
@@ -0,0 +1,17 @@
1
+
2
+ module Add_hashtag
3
+
4
+ def process
5
+
6
+ list_item = super
7
+ elements = []
8
+ list_item.each do |item|
9
+ temp_value = '#' + item
10
+ elements.push(temp_value)
11
+ end
12
+
13
+ return elements
14
+
15
+ end
16
+
17
+ end
@@ -0,0 +1,3 @@
1
+ class GoogleApiHashtag
2
+ VERSION = "0.1.0"
3
+ end
@@ -0,0 +1,54 @@
1
+ require 'google_api_hashtag/version'
2
+ require 'json'
3
+ require 'net/http'
4
+ require 'Remove_non_latin'
5
+ require 'Limit_character'
6
+ require 'Remove_blank'
7
+ require 'Add_hashtag'
8
+ require 'Keep_non_blank_in_array'
9
+
10
+ class GoogleApiHashtag
11
+
12
+ GOOGLE_PLACES_URL = 'https://maps.googleapis.com/maps/api/place/nearbysearch/json?location='
13
+
14
+ def process(params)
15
+
16
+ #catching the parameters
17
+ lat = params[:lat]
18
+ lng = params[:lng]
19
+ km = params[:km]
20
+ google_Key = params[:google_Key]
21
+
22
+ #querying google api
23
+ googleTest = GOOGLE_PLACES_URL + lat + ',' + lng + '&radius=' + km + '&key=' + google_Key
24
+ response = Net::HTTP.get_response(URI.parse(googleTest))
25
+
26
+ #removing the single quote character (not needed all for the hashtag)
27
+ response_body = response.body.tr('\'', '')
28
+ my_json = JSON.parse(response_body)
29
+
30
+ elements = []
31
+ #populating array
32
+ my_json['results'].each do |steph|
33
+ elements.push(steph['name'])
34
+ end
35
+
36
+ #decorative pattern:
37
+ element_processed = Remove_blank.new
38
+ element_processed.pass_on(elements)
39
+ element_processed.extend(Remove_non_latin)
40
+ element_processed.extend(Limit_character)
41
+ element_processed.extend(Add_hashtag)
42
+ element_processed.extend(Keep_non_blank_in_array)
43
+
44
+ carl = element_processed.process()
45
+
46
+ my_return = {:response => response, :my_array => carl}
47
+ return my_return
48
+
49
+ #via: [:get], :constraints => { :lat => /[^\/]+/, :lng => /[^\/]+/ }
50
+ #response = Net::HTTP.get_response(URI.parse('https://freegeoip.net/json/'))
51
+
52
+ end
53
+
54
+ end
@@ -0,0 +1,19 @@
1
+
2
+
3
+ module Keep_non_blank_in_array
4
+
5
+ def process
6
+
7
+ list_item = super
8
+ elements = []
9
+ list_item.each do |item|
10
+ unless item.nil? && item == 0
11
+ elements.push(item)
12
+ end
13
+ end
14
+
15
+ return elements
16
+
17
+ end
18
+
19
+ end
@@ -0,0 +1,19 @@
1
+
2
+ MAX_SIZE = 115
3
+
4
+ module Limit_character
5
+
6
+ def process
7
+ list_item = super
8
+ elements = []
9
+ list_item.each do |item|
10
+ #temp_value = item
11
+ temp_value = item[0..MAX_SIZE]
12
+ elements.push(temp_value)
13
+ end
14
+
15
+ return elements
16
+
17
+ end
18
+
19
+ end
@@ -0,0 +1,17 @@
1
+
2
+ module Remove_article
3
+
4
+ def process
5
+
6
+ list_item = super
7
+ elements = []
8
+ list_item.each do |item|
9
+ temp_value = '#' + item
10
+ elements.push(temp_value)
11
+ end
12
+
13
+ return elements
14
+
15
+ end
16
+
17
+ end
@@ -0,0 +1,26 @@
1
+
2
+ class Remove_blank
3
+
4
+ =begin
5
+ def initialize(list_item)
6
+ @my_array = list_item
7
+ end
8
+ =end
9
+
10
+ def pass_on(list_item)
11
+ @my_array = list_item
12
+ end
13
+
14
+ def process
15
+ elements = []
16
+ @my_array.each do |item|
17
+ temp_value = item
18
+ temp_value = temp_value.delete(' ')
19
+ elements.push(temp_value)
20
+ end
21
+
22
+ return elements
23
+
24
+ end
25
+
26
+ end
@@ -0,0 +1,19 @@
1
+
2
+ module Remove_non_latin
3
+
4
+ def process
5
+
6
+ list_item = super
7
+ elements = []
8
+ list_item.each do |item|
9
+
10
+ temp_value = item.encode('UTF-8', :invalid => :replace, :undef => :replace)
11
+
12
+ elements.push(temp_value)
13
+ end
14
+
15
+ return elements
16
+
17
+ end
18
+
19
+ end
data/tasks/rspec.rake ADDED
@@ -0,0 +1,4 @@
1
+ require 'rspec/core/rake_task'
2
+
3
+ RSpec::Core::RakeTask.new(:spec)
4
+
metadata ADDED
@@ -0,0 +1,141 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: google_api_hashtag
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Stephane Verger
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2015-11-26 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.10'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.10'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: http
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: json
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ description: using google api nearby place, this gem will create a list of hashtags
84
+ email:
85
+ - mykinsale@hotmail.com
86
+ executables: []
87
+ extensions: []
88
+ extra_rdoc_files: []
89
+ files:
90
+ - ".gitignore"
91
+ - ".idea/.name"
92
+ - ".idea/.rakeTasks"
93
+ - ".idea/google_api_hashtag.iml"
94
+ - ".idea/misc.xml"
95
+ - ".idea/modules.xml"
96
+ - ".idea/vcs.xml"
97
+ - ".idea/workspace.xml"
98
+ - ".rspec"
99
+ - ".travis.yml"
100
+ - CODE_OF_CONDUCT.md
101
+ - Gemfile
102
+ - LICENSE.txt
103
+ - README.md
104
+ - Rakefile
105
+ - bin/console
106
+ - bin/setup
107
+ - google_api_hashtag.gemspec
108
+ - lib/add_hashtag.rb
109
+ - lib/google_api_hashtag.rb
110
+ - lib/google_api_hashtag/version.rb
111
+ - lib/keep_non_blank_in_array.rb
112
+ - lib/limit_character.rb
113
+ - lib/remove_article.rb
114
+ - lib/remove_blank.rb
115
+ - lib/remove_non_latin.rb
116
+ - tasks/rspec.rake
117
+ homepage: https://rubygems.org/gems/google_api_hashtag
118
+ licenses:
119
+ - MIT
120
+ metadata: {}
121
+ post_install_message:
122
+ rdoc_options: []
123
+ require_paths:
124
+ - lib
125
+ required_ruby_version: !ruby/object:Gem::Requirement
126
+ requirements:
127
+ - - ">="
128
+ - !ruby/object:Gem::Version
129
+ version: '0'
130
+ required_rubygems_version: !ruby/object:Gem::Requirement
131
+ requirements:
132
+ - - ">="
133
+ - !ruby/object:Gem::Version
134
+ version: '0'
135
+ requirements: []
136
+ rubyforge_project:
137
+ rubygems_version: 2.2.5
138
+ signing_key:
139
+ specification_version: 4
140
+ summary: generate a hashtag from google api location.
141
+ test_files: []