eric_weixin 0.0.2 → 0.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b91a2c0afb290cba50cce75c285a32de4bee430e
4
- data.tar.gz: f67c0af9428bb0211ba40747cbc702852d0b4ba8
3
+ metadata.gz: e2cc4fdba11b0381021e63e25db58747bb079394
4
+ data.tar.gz: b00c7e1e99f38510897772a382d69758afbcd01d
5
5
  SHA512:
6
- metadata.gz: 023d60c77b3855d6daec7e27d850bf5de60991df7b111af34920b87b06eb437fe6b180cca91767e606b6b8dee0f49e6bc6b76246de9ce4f1ad83714ce653e609
7
- data.tar.gz: 884acba9ee05601fdac7d7cd6dc6f59ceb1edeb7bbfef3db0a9f2054b4baf2e6947a89450e8c72a71a578ed32608bd4702c45dbd48b618ac09e2f323a4ea35c4
6
+ metadata.gz: 1532e6ba27c53dface1d5bc892f6e39598f621d17c7039d28f8eb80d8a6976a755a3d4bfdc18f112021ea7cf91c2a3451c405af7d0afe072b14114b34f3efa6f
7
+ data.tar.gz: ae086bc19f5c0ca49ed9b49ccc015f359aa6f90ee997b3a41ff5c27f1c34e4aafbd377d35c991dd9b093dd09a0fb5b18d6620a1c8710abb3dea6466fc7d3138f
data/.idea/.name ADDED
@@ -0,0 +1 @@
1
+ eric_weixin
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"><RakeTask description="Build eric_weixin-0.0.1.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install eric_weixin-0.0.1.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v0.0.1 and build and push eric_weixin-0.0.1.gem to Rubygems" fullCmd="release" taksId="release" /></RakeGroup></Settings>
@@ -0,0 +1,586 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="825e533a-b0a1-462f-abd1-eefea8ff703f" name="Default" comment="">
5
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
6
+ </list>
7
+ <ignored path="eric_weixin.iws" />
8
+ <ignored path=".idea/workspace.xml" />
9
+ <option name="TRACKING_ENABLED" value="true" />
10
+ <option name="SHOW_DIALOG" value="false" />
11
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
12
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
13
+ <option name="LAST_RESOLUTION" value="IGNORE" />
14
+ </component>
15
+ <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
16
+ <component name="CreatePatchCommitExecutor">
17
+ <option name="PATCH_PATH" value="" />
18
+ </component>
19
+ <component name="DaemonCodeAnalyzer">
20
+ <disable_hints />
21
+ </component>
22
+ <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
23
+ <component name="FavoritesManager">
24
+ <favorites_list name="eric_weixin" />
25
+ </component>
26
+ <component name="FileEditorManager">
27
+ <leaf />
28
+ </component>
29
+ <component name="FindManager">
30
+ <FindUsagesManager>
31
+ <setting name="OPEN_NEW_TAB" value="true" />
32
+ </FindUsagesManager>
33
+ </component>
34
+ <component name="Git.Settings">
35
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
36
+ </component>
37
+ <component name="IdeDocumentHistory">
38
+ <option name="changedFiles">
39
+ <list>
40
+ <option value="$PROJECT_DIR$/lib/app/models/public_account.rb" />
41
+ <option value="$PROJECT_DIR$/lib/eric_weixin/app/models/public_account.rb" />
42
+ <option value="$PROJECT_DIR$/lib/eric_weixin/model/public_account.rb" />
43
+ <option value="$PROJECT_DIR$/lib/eric_weixin/public_account.rb" />
44
+ <option value="$PROJECT_DIR$/lib/eric_weixin/reply_message.rb" />
45
+ <option value="$PROJECT_DIR$/lib/eric_weixin/app/model/weixin_user.rb" />
46
+ <option value="$PROJECT_DIR$/lib/eric_weixin/app/model/public_account.rb" />
47
+ <option value="$PROJECT_DIR$/lib/eric_weixin/app/model/access_token.rb" />
48
+ <option value="$PROJECT_DIR$/lib/eric_weixin/app/model/news.rb" />
49
+ <option value="$PROJECT_DIR$/lib/eric_weixin/app/model/article.rb" />
50
+ <option value="$PROJECT_DIR$/lib/eric_weixin/app/model/article_news.rb" />
51
+ <option value="$PROJECT_DIR$/lib/eric_weixin/app/model/reply_message_rule.rb" />
52
+ <option value="$PROJECT_DIR$/lib/eric_weixin/app/controllers/weixin/base_controller.rb" />
53
+ <option value="$PROJECT_DIR$/lib/eric_weixin/app/views/weixin/aa.erb" />
54
+ <option value="$PROJECT_DIR$/eric_weixin.gemspec" />
55
+ <option value="$PROJECT_DIR$/lib/eric_weixin/app/controllers/big_application_controller.rb" />
56
+ <option value="$PROJECT_DIR$/lib/eric_weixin/app/controllers/weixin/weixin_controller.rb" />
57
+ <option value="$PROJECT_DIR$/lib/eric_weixin.rb" />
58
+ <option value="$PROJECT_DIR$/lib/eric_weixin/version.rb" />
59
+ </list>
60
+ </option>
61
+ </component>
62
+ <component name="ProjectFrameBounds">
63
+ <option name="x" value="1440" />
64
+ <option name="y" value="-72" />
65
+ <option name="width" value="1920" />
66
+ <option name="height" value="1057" />
67
+ </component>
68
+ <component name="ProjectLevelVcsManager" settingsEditedManually="false">
69
+ <OptionsSetting value="true" id="Add" />
70
+ <OptionsSetting value="true" id="Remove" />
71
+ <OptionsSetting value="true" id="Checkout" />
72
+ <OptionsSetting value="true" id="Update" />
73
+ <OptionsSetting value="true" id="Status" />
74
+ <OptionsSetting value="true" id="Edit" />
75
+ <ConfirmationsSetting value="0" id="Add" />
76
+ <ConfirmationsSetting value="0" id="Remove" />
77
+ </component>
78
+ <component name="ProjectReloadState">
79
+ <option name="STATE" value="0" />
80
+ </component>
81
+ <component name="ProjectView">
82
+ <navigator currentView="ProjectPane" proportions="" version="1">
83
+ <flattenPackages />
84
+ <showMembers />
85
+ <showModules />
86
+ <showLibraryContents />
87
+ <hideEmptyPackages />
88
+ <abbreviatePackageNames />
89
+ <autoscrollToSource />
90
+ <autoscrollFromSource />
91
+ <sortByType />
92
+ </navigator>
93
+ <panes>
94
+ <pane id="ProjectPane">
95
+ <subPane>
96
+ <PATH>
97
+ <PATH_ELEMENT>
98
+ <option name="myItemId" value="eric_weixin" />
99
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
100
+ </PATH_ELEMENT>
101
+ </PATH>
102
+ <PATH>
103
+ <PATH_ELEMENT>
104
+ <option name="myItemId" value="eric_weixin" />
105
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
106
+ </PATH_ELEMENT>
107
+ <PATH_ELEMENT>
108
+ <option name="myItemId" value="eric_weixin" />
109
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
110
+ </PATH_ELEMENT>
111
+ </PATH>
112
+ <PATH>
113
+ <PATH_ELEMENT>
114
+ <option name="myItemId" value="eric_weixin" />
115
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
116
+ </PATH_ELEMENT>
117
+ <PATH_ELEMENT>
118
+ <option name="myItemId" value="eric_weixin" />
119
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
120
+ </PATH_ELEMENT>
121
+ <PATH_ELEMENT>
122
+ <option name="myItemId" value="lib" />
123
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
124
+ </PATH_ELEMENT>
125
+ </PATH>
126
+ <PATH>
127
+ <PATH_ELEMENT>
128
+ <option name="myItemId" value="eric_weixin" />
129
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
130
+ </PATH_ELEMENT>
131
+ <PATH_ELEMENT>
132
+ <option name="myItemId" value="eric_weixin" />
133
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
134
+ </PATH_ELEMENT>
135
+ <PATH_ELEMENT>
136
+ <option name="myItemId" value="lib" />
137
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
138
+ </PATH_ELEMENT>
139
+ <PATH_ELEMENT>
140
+ <option name="myItemId" value="eric_weixin" />
141
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
142
+ </PATH_ELEMENT>
143
+ </PATH>
144
+ <PATH>
145
+ <PATH_ELEMENT>
146
+ <option name="myItemId" value="eric_weixin" />
147
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
148
+ </PATH_ELEMENT>
149
+ <PATH_ELEMENT>
150
+ <option name="myItemId" value="eric_weixin" />
151
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
152
+ </PATH_ELEMENT>
153
+ <PATH_ELEMENT>
154
+ <option name="myItemId" value="lib" />
155
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
156
+ </PATH_ELEMENT>
157
+ <PATH_ELEMENT>
158
+ <option name="myItemId" value="eric_weixin" />
159
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
160
+ </PATH_ELEMENT>
161
+ <PATH_ELEMENT>
162
+ <option name="myItemId" value="app" />
163
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
164
+ </PATH_ELEMENT>
165
+ </PATH>
166
+ <PATH>
167
+ <PATH_ELEMENT>
168
+ <option name="myItemId" value="eric_weixin" />
169
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
170
+ </PATH_ELEMENT>
171
+ <PATH_ELEMENT>
172
+ <option name="myItemId" value="eric_weixin" />
173
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
174
+ </PATH_ELEMENT>
175
+ <PATH_ELEMENT>
176
+ <option name="myItemId" value="lib" />
177
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
178
+ </PATH_ELEMENT>
179
+ <PATH_ELEMENT>
180
+ <option name="myItemId" value="eric_weixin" />
181
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
182
+ </PATH_ELEMENT>
183
+ <PATH_ELEMENT>
184
+ <option name="myItemId" value="app" />
185
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
186
+ </PATH_ELEMENT>
187
+ <PATH_ELEMENT>
188
+ <option name="myItemId" value="controllers" />
189
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
190
+ </PATH_ELEMENT>
191
+ <PATH_ELEMENT>
192
+ <option name="myItemId" value="weixin" />
193
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
194
+ </PATH_ELEMENT>
195
+ </PATH>
196
+ </subPane>
197
+ </pane>
198
+ <pane id="Scope" />
199
+ </panes>
200
+ </component>
201
+ <component name="PropertiesComponent">
202
+ <property name="last_opened_file_path" value="$PROJECT_DIR$" />
203
+ <property name="WebServerToolWindowFactoryState" value="false" />
204
+ <property name="LayoutCode.rearrangeEntriesRuby" value="false" />
205
+ <property name="FullScreen" value="false" />
206
+ </component>
207
+ <component name="RecentsManager">
208
+ <key name="CopyFile.RECENT_KEYS">
209
+ <recent name="$PROJECT_DIR$/lib/eric_weixin/app/controllers" />
210
+ <recent name="$PROJECT_DIR$/lib/eric_weixin/app/controllers/weixin" />
211
+ <recent name="$PROJECT_DIR$/lib/eric_weixin/app/model" />
212
+ <recent name="$PROJECT_DIR$/lib/app/models" />
213
+ </key>
214
+ <key name="MoveFile.RECENT_KEYS">
215
+ <recent name="$PROJECT_DIR$/lib/eric_weixin/app/views/eric_weixin" />
216
+ <recent name="$PROJECT_DIR$/lib/eric_weixin/app/model" />
217
+ <recent name="$PROJECT_DIR$/lib/eric_weixin" />
218
+ <recent name="$PROJECT_DIR$/lib/eric_weixin/model" />
219
+ </key>
220
+ </component>
221
+ <component name="RunManager">
222
+ <configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
223
+ <predefined_log_file id="RUBY_RSPEC" enabled="true" />
224
+ <module name="" />
225
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
226
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
227
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
228
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
229
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
230
+ <envs />
231
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
232
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
233
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
234
+ <COVERAGE_PATTERN ENABLED="true">
235
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
236
+ </COVERAGE_PATTERN>
237
+ </EXTENSION>
238
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
239
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
240
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
241
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
242
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
243
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
244
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
245
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
246
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
247
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
248
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
249
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
250
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
251
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
252
+ <method />
253
+ </configuration>
254
+ <configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
255
+ <module name="" />
256
+ <RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
257
+ <RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
258
+ <RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
259
+ <RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
260
+ <RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
261
+ <envs />
262
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
263
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
264
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
265
+ <COVERAGE_PATTERN ENABLED="true">
266
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
267
+ </COVERAGE_PATTERN>
268
+ </EXTENSION>
269
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
270
+ <RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
271
+ <RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
272
+ <method />
273
+ </configuration>
274
+ <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
275
+ <method />
276
+ </configuration>
277
+ <configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
278
+ <predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
279
+ <module name="" />
280
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
281
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
282
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
283
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
284
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
285
+ <envs />
286
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
287
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
288
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
289
+ <COVERAGE_PATTERN ENABLED="true">
290
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
291
+ </COVERAGE_PATTERN>
292
+ </EXTENSION>
293
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
294
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
295
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
296
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
297
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
298
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
299
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
300
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
301
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
302
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
303
+ <method />
304
+ </configuration>
305
+ <list size="0" />
306
+ </component>
307
+ <component name="ShelveChangesManager" show_recycled="false" />
308
+ <component name="SvnConfiguration">
309
+ <configuration />
310
+ </component>
311
+ <component name="TaskManager">
312
+ <task active="true" id="Default" summary="Default task">
313
+ <changelist id="825e533a-b0a1-462f-abd1-eefea8ff703f" name="Default" comment="" />
314
+ <created>1430705513351</created>
315
+ <updated>1430705513351</updated>
316
+ </task>
317
+ <servers />
318
+ </component>
319
+ <component name="ToolWindowManager">
320
+ <frame x="1440" y="-72" width="1920" height="1057" extended-state="6" />
321
+ <editor active="false" />
322
+ <layout>
323
+ <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="7" side_tool="false" content_ui="tabs" />
324
+ <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" />
325
+ <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" />
326
+ <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" />
327
+ <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" />
328
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.19009584" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
329
+ <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" />
330
+ <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" />
331
+ <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" />
332
+ <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" />
333
+ <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" />
334
+ <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" />
335
+ <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" />
336
+ <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.11320755" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
337
+ <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" />
338
+ <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" />
339
+ <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" />
340
+ <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" />
341
+ </layout>
342
+ </component>
343
+ <component name="Vcs.Log.UiProperties">
344
+ <option name="RECENTLY_FILTERED_USER_GROUPS">
345
+ <collection />
346
+ </option>
347
+ <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
348
+ <collection />
349
+ </option>
350
+ </component>
351
+ <component name="VcsContentAnnotationSettings">
352
+ <option name="myLimit" value="2678400000" />
353
+ </component>
354
+ <component name="VcsManagerConfiguration">
355
+ <option name="myTodoPanelSettings">
356
+ <TodoPanelSettings />
357
+ </option>
358
+ </component>
359
+ <component name="XDebuggerManager">
360
+ <breakpoint-manager />
361
+ </component>
362
+ <component name="editorHistoryManager">
363
+ <entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/public_account.rb">
364
+ <provider selected="true" editor-type-id="text-editor">
365
+ <state vertical-scroll-proportion="0.0" vertical-offset="36" max-vertical-offset="3438">
366
+ <caret line="3" column="4" selection-start-line="3" selection-start-column="4" selection-end-line="3" selection-end-column="46" />
367
+ </state>
368
+ </provider>
369
+ </entry>
370
+ <entry file="file://$PROJECT_DIR$/eric_weixin.gemspec">
371
+ <provider selected="true" editor-type-id="text-editor">
372
+ <state vertical-scroll-proportion="0.0" vertical-offset="504" max-vertical-offset="702">
373
+ <caret line="28" column="45" selection-start-line="28" selection-start-column="45" selection-end-line="28" selection-end-column="45" />
374
+ </state>
375
+ </provider>
376
+ </entry>
377
+ <entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/reply_message_rule.rb">
378
+ <provider selected="true" editor-type-id="text-editor">
379
+ <state vertical-scroll-proportion="0.0" vertical-offset="1205" max-vertical-offset="2070">
380
+ <caret line="83" column="7" selection-start-line="83" selection-start-column="7" selection-end-line="83" selection-end-column="7" />
381
+ </state>
382
+ </provider>
383
+ </entry>
384
+ <entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/access_token.rb">
385
+ <provider selected="true" editor-type-id="text-editor">
386
+ <state vertical-scroll-proportion="0.0" vertical-offset="108" max-vertical-offset="918">
387
+ <caret line="6" column="16" selection-start-line="6" selection-start-column="16" selection-end-line="6" selection-end-column="16" />
388
+ </state>
389
+ </provider>
390
+ </entry>
391
+ <entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/controllers/weixin/weixin_controller.rb">
392
+ <provider selected="true" editor-type-id="text-editor">
393
+ <state vertical-scroll-proportion="0.0" vertical-offset="378" max-vertical-offset="576">
394
+ <caret line="21" column="14" selection-start-line="21" selection-start-column="14" selection-end-line="21" selection-end-column="14" />
395
+ </state>
396
+ </provider>
397
+ </entry>
398
+ <entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/views/eric_weixin/weixin/aa.erb">
399
+ <provider selected="true" editor-type-id="text-editor">
400
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="108">
401
+ <caret line="0" column="8" selection-start-line="0" selection-start-column="8" selection-end-line="0" selection-end-column="8" />
402
+ </state>
403
+ </provider>
404
+ </entry>
405
+ <entry file="file://$PROJECT_DIR$/lib/eric_weixin.rb">
406
+ <provider selected="true" editor-type-id="text-editor">
407
+ <state vertical-scroll-proportion="0.0" vertical-offset="324" max-vertical-offset="450">
408
+ <caret line="18" column="3" selection-start-line="18" selection-start-column="3" selection-end-line="18" selection-end-column="3" />
409
+ </state>
410
+ </provider>
411
+ </entry>
412
+ <entry file="file://$PROJECT_DIR$/lib/eric_weixin/reply_message.rb">
413
+ <provider selected="true" editor-type-id="text-editor">
414
+ <state vertical-scroll-proportion="0.0" vertical-offset="791" max-vertical-offset="1656">
415
+ <caret line="70" column="27" selection-start-line="70" selection-start-column="27" selection-end-line="70" selection-end-column="27" />
416
+ </state>
417
+ </provider>
418
+ </entry>
419
+ <entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/article_news.rb">
420
+ <provider selected="true" editor-type-id="text-editor">
421
+ <state vertical-scroll-proportion="0.0" vertical-offset="108" max-vertical-offset="252">
422
+ <caret line="6" column="0" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" />
423
+ </state>
424
+ </provider>
425
+ </entry>
426
+ <entry file="file://$PROJECT_DIR$/Rakefile">
427
+ <provider selected="true" editor-type-id="text-editor">
428
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="144">
429
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
430
+ </state>
431
+ </provider>
432
+ </entry>
433
+ <entry file="file://$PROJECT_DIR$/eric_weixin.gemspec">
434
+ <provider selected="true" editor-type-id="text-editor">
435
+ <state vertical-scroll-proportion="0.0" vertical-offset="396" max-vertical-offset="540">
436
+ <caret line="22" column="43" selection-start-line="22" selection-start-column="43" selection-end-line="22" selection-end-column="43" />
437
+ </state>
438
+ </provider>
439
+ </entry>
440
+ <entry file="file://$PROJECT_DIR$/lib/eric_weixin.rb">
441
+ <provider selected="true" editor-type-id="text-editor">
442
+ <state vertical-scroll-proportion="0.0" vertical-offset="108" max-vertical-offset="216">
443
+ <caret line="6" column="0" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" />
444
+ </state>
445
+ </provider>
446
+ </entry>
447
+ <entry file="file://$PROJECT_DIR$/lib/eric_weixin/reply_message.rb">
448
+ <provider selected="true" editor-type-id="text-editor">
449
+ <state vertical-scroll-proportion="0.0" vertical-offset="504" max-vertical-offset="1656">
450
+ <caret line="28" column="24" selection-start-line="28" selection-start-column="24" selection-end-line="28" selection-end-column="24" />
451
+ </state>
452
+ </provider>
453
+ </entry>
454
+ <entry file="file://$PROJECT_DIR$/lib/eric_weixin/version.rb">
455
+ <provider selected="true" editor-type-id="text-editor">
456
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="162">
457
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
458
+ </state>
459
+ </provider>
460
+ </entry>
461
+ <entry file="file://$PROJECT_DIR$/Gemfile">
462
+ <provider selected="true" editor-type-id="text-editor">
463
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="707">
464
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
465
+ <folding />
466
+ </state>
467
+ </provider>
468
+ </entry>
469
+ <entry file="file://$PROJECT_DIR$/LICENSE.txt">
470
+ <provider selected="true" editor-type-id="text-editor">
471
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="680">
472
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
473
+ </state>
474
+ </provider>
475
+ <provider editor-type-id="com.intellij.persistence.database.editor.CsvTableFileEditorProvider">
476
+ <state />
477
+ </provider>
478
+ </entry>
479
+ <entry file="file://$PROJECT_DIR$/Rakefile">
480
+ <provider selected="true" editor-type-id="text-editor">
481
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="144">
482
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
483
+ </state>
484
+ </provider>
485
+ </entry>
486
+ <entry file="file://$PROJECT_DIR$/README.md">
487
+ <provider selected="true" editor-type-id="text-editor">
488
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="630">
489
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
490
+ </state>
491
+ </provider>
492
+ </entry>
493
+ <entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/news.rb">
494
+ <provider selected="true" editor-type-id="text-editor">
495
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="1044">
496
+ <caret line="1" column="2" selection-start-line="1" selection-start-column="2" selection-end-line="1" selection-end-column="33" />
497
+ </state>
498
+ </provider>
499
+ </entry>
500
+ <entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/article.rb">
501
+ <provider selected="true" editor-type-id="text-editor">
502
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="414">
503
+ <caret line="1" column="35" selection-start-line="1" selection-start-column="35" selection-end-line="1" selection-end-column="35" />
504
+ </state>
505
+ </provider>
506
+ </entry>
507
+ <entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/weixin_user.rb">
508
+ <provider selected="true" editor-type-id="text-editor">
509
+ <state vertical-scroll-proportion="0.0" vertical-offset="1167" max-vertical-offset="1710">
510
+ <caret line="84" column="19" selection-start-line="84" selection-start-column="19" selection-end-line="84" selection-end-column="19" />
511
+ </state>
512
+ </provider>
513
+ </entry>
514
+ <entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/views/eric_weixin/weixin/aa.erb">
515
+ <provider selected="true" editor-type-id="text-editor">
516
+ <state vertical-scroll-proportion="-0.0" vertical-offset="0" max-vertical-offset="108">
517
+ <caret line="0" column="8" selection-start-line="0" selection-start-column="8" selection-end-line="0" selection-end-column="8" />
518
+ </state>
519
+ </provider>
520
+ </entry>
521
+ <entry file="file://$PROJECT_DIR$/lib/eric_weixin.rb">
522
+ <provider selected="true" editor-type-id="text-editor">
523
+ <state vertical-scroll-proportion="0.33094996" vertical-offset="0" max-vertical-offset="979">
524
+ <caret line="18" column="3" selection-start-line="18" selection-start-column="3" selection-end-line="18" selection-end-column="3" />
525
+ </state>
526
+ </provider>
527
+ </entry>
528
+ <entry file="file://$PROJECT_DIR$/lib/eric_weixin/version.rb">
529
+ <provider selected="true" editor-type-id="text-editor">
530
+ <state vertical-scroll-proportion="0.055158325" vertical-offset="0" max-vertical-offset="979">
531
+ <caret line="3" column="0" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
532
+ </state>
533
+ </provider>
534
+ </entry>
535
+ <entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/controllers/weixin/weixin_controller.rb">
536
+ <provider selected="true" editor-type-id="text-editor">
537
+ <state vertical-scroll-proportion="0.47803882" vertical-offset="0" max-vertical-offset="979">
538
+ <caret line="26" column="0" selection-start-line="26" selection-start-column="0" selection-end-line="26" selection-end-column="0" />
539
+ </state>
540
+ </provider>
541
+ </entry>
542
+ <entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/access_token.rb">
543
+ <provider selected="true" editor-type-id="text-editor">
544
+ <state vertical-scroll-proportion="0.111801244" vertical-offset="0" max-vertical-offset="966">
545
+ <caret line="6" column="16" selection-start-line="6" selection-start-column="16" selection-end-line="6" selection-end-column="16" />
546
+ </state>
547
+ </provider>
548
+ </entry>
549
+ <entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/reply_message_rule.rb">
550
+ <provider selected="true" editor-type-id="text-editor">
551
+ <state vertical-scroll-proportion="0.41164455" vertical-offset="1091" max-vertical-offset="2070">
552
+ <caret line="83" column="7" selection-start-line="83" selection-start-column="7" selection-end-line="83" selection-end-column="7" />
553
+ </state>
554
+ </provider>
555
+ </entry>
556
+ <entry file="file://$PROJECT_DIR$/eric_weixin.gemspec">
557
+ <provider selected="true" editor-type-id="text-editor">
558
+ <state vertical-scroll-proportion="0.51481104" vertical-offset="0" max-vertical-offset="979">
559
+ <caret line="28" column="45" selection-start-line="28" selection-start-column="45" selection-end-line="28" selection-end-column="45" />
560
+ </state>
561
+ </provider>
562
+ </entry>
563
+ <entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/public_account.rb">
564
+ <provider selected="true" editor-type-id="text-editor">
565
+ <state vertical-scroll-proportion="0.018386109" vertical-offset="36" max-vertical-offset="3438">
566
+ <caret line="3" column="4" selection-start-line="3" selection-start-column="4" selection-end-line="3" selection-end-column="46" />
567
+ </state>
568
+ </provider>
569
+ </entry>
570
+ <entry file="file://$PROJECT_DIR$/lib/eric_weixin/reply_message.rb">
571
+ <provider selected="true" editor-type-id="text-editor">
572
+ <state vertical-scroll-proportion="0.5955056" vertical-offset="677" max-vertical-offset="1656">
573
+ <caret line="70" column="27" selection-start-line="70" selection-start-column="27" selection-end-line="70" selection-end-column="27" />
574
+ </state>
575
+ </provider>
576
+ </entry>
577
+ <entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/article_news.rb">
578
+ <provider selected="true" editor-type-id="text-editor">
579
+ <state vertical-scroll-proportion="0.11031665" vertical-offset="0" max-vertical-offset="979">
580
+ <caret line="6" column="0" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" />
581
+ </state>
582
+ </provider>
583
+ </entry>
584
+ </component>
585
+ </project>
586
+
data/.rvmrc ADDED
@@ -0,0 +1 @@
1
+ rvm use 2.0.0@eric_tools
@@ -1,8 +1,6 @@
1
1
  require "pp"
2
2
  module EricWeixin
3
3
  class WeixinController < ActionController::Base
4
- layout "cms/base"
5
-
6
4
  # 第一次接入时,用于微信服务器验证开者服务器的真实性。
7
5
  def index
8
6
  render :text => params[:echostr]
@@ -23,5 +21,6 @@ module EricWeixin
23
21
  def aa
24
22
  @ee = 12
25
23
  end
24
+
26
25
  end
27
26
  end
@@ -1,3 +1,3 @@
1
1
  module EricWeixin
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eric_weixin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - 刘晓琦
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-05 00:00:00.000000000 Z
11
+ date: 2015-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -188,12 +188,16 @@ extensions: []
188
188
  extra_rdoc_files: []
189
189
  files:
190
190
  - .gitignore
191
+ - .idea/.name
192
+ - .idea/.rakeTasks
191
193
  - .idea/encodings.xml
192
194
  - .idea/eric_weixin.iml
193
195
  - .idea/misc.xml
194
196
  - .idea/modules.xml
195
197
  - .idea/scopes/scope_settings.xml
196
198
  - .idea/vcs.xml
199
+ - .idea/workspace.xml
200
+ - .rvmrc
197
201
  - Gemfile
198
202
  - LICENSE.txt
199
203
  - README.md