pod_updater 0.3.9 → 0.3.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 966944c204be5a7713950b332191a9c32df5709c
4
- data.tar.gz: dd99d37f3cca188eec2ca48cd92671cbe72b5710
3
+ metadata.gz: ea3a8b129e6cc7fed4a18a2fdf16457e4ea07cf9
4
+ data.tar.gz: 53e6acf991569b2b6b2702377d8f7c9add776d8a
5
5
  SHA512:
6
- metadata.gz: c4f700a2065f08a48424aff1c3c8c253f0e9eeb30fb3e448717af7eb1fd05ada8d68dcdb4a75d0a08b31c5ec324893ef2b9e7ea539fcd7a987e201a0c84bdda1
7
- data.tar.gz: 1b0b7e4a46b5f653b23028c02c242107776c354850b6a765cbc080cb92cf39fef7d7b03a4dc37b48e968c3da485ceaaf8f91eaeff5e97fa14ee1abdda14971da
6
+ metadata.gz: ca6e68884648139499fb5142e63bbfe3375ee36f639712fa59f0361551ea68a79c7bcefd98576c0f2b4a7321d90a4b280a0fdac0efa8f7ebcb9b21b484bdafcf
7
+ data.tar.gz: 9a243ea79832a4d3c6ff027e7fb373e191aa970ceb5256b626b287737df53222f7f8a8f4a7ac80f21978b79cce508acd54fbd6df45e40a45d887c2b85d9a2ef0
data/.DS_Store CHANGED
Binary file
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 pod_updater-0.3.5.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Remove any temporary products" fullCmd="clean" taksId="clean" /><RakeTask description="Remove any generated file" fullCmd="clobber" taksId="clobber" /><RakeTask description="Build and install pod_updater-0.3.5.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install pod_updater-0.3.5.gem into system gems without network access" fullCmd="install:local" taksId="local" /></RakeGroup><RakeTask description="Create tag v0.3.5 and build and push pod_updater-0.3.5.gem to TODO: Set to 'http://mygemserver.com'" fullCmd="release[remote]" taksId="release[remote]" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="release" taksId="release" /><RakeGroup description="" fullCmd="" taksId="release"><RakeTask description="" fullCmd="release:guard_clean" taksId="guard_clean" /><RakeTask description="" fullCmd="release:rubygem_push" taksId="rubygem_push" /><RakeTask description="" fullCmd="release:source_control_push" taksId="source_control_push" /></RakeGroup></RakeGroup></Settings>
@@ -0,0 +1,6 @@
1
+ <component name="InspectionProjectProfileManager">
2
+ <profile version="1.0">
3
+ <option name="myName" value="Project Default" />
4
+ <inspection_tool class="Rubocop" enabled="false" level="WARNING" enabled_by_default="false" />
5
+ </profile>
6
+ </component>
data/.idea/misc.xml ADDED
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="ruby-2.0.0-p648" project-jdk-type="RUBY_SDK" />
4
+ </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/pod_updater.iml" filepath="$PROJECT_DIR$/.idea/pod_updater.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
@@ -0,0 +1,34 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="RUBY_MODULE" version="4">
3
+ <component name="ModuleRunConfigurationManager">
4
+ <shared />
5
+ <local>
6
+ <configuration default="false" name="pod_updater" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
7
+ <module name="pod_updater" />
8
+ <RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
9
+ <RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/lib" />
10
+ <RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
11
+ <RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
12
+ <RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
13
+ <envs />
14
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
15
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
16
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
17
+ <COVERAGE_PATTERN ENABLED="true">
18
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
19
+ </COVERAGE_PATTERN>
20
+ </EXTENSION>
21
+ <RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/lib/pod_updater.rb" />
22
+ <RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
23
+ <method />
24
+ </configuration>
25
+ </local>
26
+ </component>
27
+ <component name="NewModuleRootManager">
28
+ <content url="file://$MODULE_DIR$" />
29
+ <orderEntry type="inheritedJdk" />
30
+ <orderEntry type="sourceFolder" forTests="false" />
31
+ <orderEntry type="library" scope="PROVIDED" name="bundler (v1.16.0, ruby-2.0.0-p648) [gem]" level="application" />
32
+ <orderEntry type="library" scope="PROVIDED" name="colorize (v0.8.1, ruby-2.0.0-p648) [gem]" level="application" />
33
+ </component>
34
+ </module>
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,536 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="8b4c5081-a273-4936-8512-c65f7be04a48" name="Default" comment="">
5
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/bin/pod_updater" afterPath="$PROJECT_DIR$/bin/pod_updater" />
6
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/pod_updater.rb" afterPath="$PROJECT_DIR$/lib/pod_updater.rb" />
7
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/pod_updater/git_tag_flow.rb" afterPath="$PROJECT_DIR$/lib/pod_updater/git_tag_flow.rb" />
8
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/pod_updater/modify_podspec.rb" afterPath="$PROJECT_DIR$/lib/pod_updater/modify_podspec.rb" />
9
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/pod_updater/pod_push.rb" afterPath="$PROJECT_DIR$/lib/pod_updater/pod_push.rb" />
10
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/pod_updater/ui.rb" afterPath="$PROJECT_DIR$/lib/pod_updater/ui.rb" />
11
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/pod_updater/version.rb" afterPath="$PROJECT_DIR$/lib/pod_updater/version.rb" />
12
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/pod_updater.gemspec" afterPath="$PROJECT_DIR$/pod_updater.gemspec" />
13
+ </list>
14
+ <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
15
+ <option name="TRACKING_ENABLED" value="true" />
16
+ <option name="SHOW_DIALOG" value="false" />
17
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
18
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
19
+ <option name="LAST_RESOLUTION" value="IGNORE" />
20
+ </component>
21
+ <component name="CoverageDataManager">
22
+ <SUITE FILE_PATH="coverage/pod_updater@pod_updater.coverage" NAME="pod_updater Coverage Results" MODIFIED="1513605065092" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/lib" MODULE_NAME="pod_updater" />
23
+ </component>
24
+ <component name="DatabaseView">
25
+ <option name="SHOW_INTERMEDIATE" value="true" />
26
+ <option name="GROUP_SCHEMA" value="true" />
27
+ <option name="GROUP_CONTENTS" value="false" />
28
+ <option name="SORT_POSITIONED" value="false" />
29
+ <option name="SHOW_TABLE_DETAILS" value="true" />
30
+ <option name="SHOW_EMPTY_GROUPS" value="false" />
31
+ <option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
32
+ </component>
33
+ <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
34
+ <component name="FavoritesManager">
35
+ <favorites_list name="pod_updater" />
36
+ </component>
37
+ <component name="FileEditorManager">
38
+ <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
39
+ <file leaf-file-name="Gemfile" pinned="false" current-in-tab="false">
40
+ <entry file="file://$PROJECT_DIR$/Gemfile">
41
+ <provider selected="true" editor-type-id="text-editor">
42
+ <state relative-caret-position="0">
43
+ <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
44
+ <folding />
45
+ </state>
46
+ </provider>
47
+ </entry>
48
+ </file>
49
+ <file leaf-file-name="pod_updater.gemspec" pinned="false" current-in-tab="false">
50
+ <entry file="file://$PROJECT_DIR$/pod_updater.gemspec">
51
+ <provider selected="true" editor-type-id="text-editor">
52
+ <state relative-caret-position="0">
53
+ <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
54
+ <folding />
55
+ </state>
56
+ </provider>
57
+ </entry>
58
+ </file>
59
+ <file leaf-file-name="git_tag_flow.rb" pinned="false" current-in-tab="false">
60
+ <entry file="file://$PROJECT_DIR$/lib/pod_updater/git_tag_flow.rb">
61
+ <provider selected="true" editor-type-id="text-editor">
62
+ <state relative-caret-position="0">
63
+ <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
64
+ <folding />
65
+ </state>
66
+ </provider>
67
+ </entry>
68
+ </file>
69
+ <file leaf-file-name="modify_podspec.rb" pinned="false" current-in-tab="false">
70
+ <entry file="file://$PROJECT_DIR$/lib/pod_updater/modify_podspec.rb">
71
+ <provider selected="true" editor-type-id="text-editor">
72
+ <state relative-caret-position="247">
73
+ <caret line="13" column="0" lean-forward="false" selection-start-line="13" selection-start-column="0" selection-end-line="14" selection-end-column="0" />
74
+ <folding />
75
+ </state>
76
+ </provider>
77
+ </entry>
78
+ </file>
79
+ <file leaf-file-name="pod_updater.rb" pinned="false" current-in-tab="true">
80
+ <entry file="file://$PROJECT_DIR$/lib/pod_updater.rb">
81
+ <provider selected="true" editor-type-id="text-editor">
82
+ <state relative-caret-position="323">
83
+ <caret line="17" column="0" lean-forward="false" selection-start-line="8" selection-start-column="0" selection-end-line="17" selection-end-column="0" />
84
+ <folding />
85
+ </state>
86
+ </provider>
87
+ </entry>
88
+ </file>
89
+ <file leaf-file-name="version.rb" pinned="false" current-in-tab="false">
90
+ <entry file="file://$PROJECT_DIR$/lib/pod_updater/version.rb">
91
+ <provider selected="true" editor-type-id="text-editor">
92
+ <state relative-caret-position="0">
93
+ <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
94
+ <folding />
95
+ </state>
96
+ </provider>
97
+ </entry>
98
+ </file>
99
+ <file leaf-file-name="pod_push.rb" pinned="false" current-in-tab="false">
100
+ <entry file="file://$PROJECT_DIR$/lib/pod_updater/pod_push.rb">
101
+ <provider selected="true" editor-type-id="text-editor">
102
+ <state relative-caret-position="0">
103
+ <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
104
+ <folding />
105
+ </state>
106
+ </provider>
107
+ </entry>
108
+ </file>
109
+ </leaf>
110
+ </component>
111
+ <component name="Git.Settings">
112
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
113
+ </component>
114
+ <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
115
+ <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
116
+ <component name="JsGulpfileManager">
117
+ <detection-done>true</detection-done>
118
+ <sorting>DEFINITION_ORDER</sorting>
119
+ </component>
120
+ <component name="ProjectFrameBounds">
121
+ <option name="x" value="20" />
122
+ <option name="y" value="23" />
123
+ <option name="width" value="1260" />
124
+ <option name="height" value="688" />
125
+ </component>
126
+ <component name="ProjectView">
127
+ <navigator currentView="ProjectPane" proportions="" version="1">
128
+ <flattenPackages />
129
+ <showMembers />
130
+ <showModules />
131
+ <showLibraryContents />
132
+ <hideEmptyPackages />
133
+ <abbreviatePackageNames />
134
+ <autoscrollToSource />
135
+ <autoscrollFromSource />
136
+ <sortByType />
137
+ <manualOrder />
138
+ <foldersAlwaysOnTop value="true" />
139
+ </navigator>
140
+ <panes>
141
+ <pane id="Scratches" />
142
+ <pane id="Scope" />
143
+ <pane id="ProjectPane">
144
+ <subPane>
145
+ <PATH>
146
+ <PATH_ELEMENT>
147
+ <option name="myItemId" value="pod_updater" />
148
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
149
+ </PATH_ELEMENT>
150
+ <PATH_ELEMENT>
151
+ <option name="myItemId" value="pod_updater" />
152
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
153
+ </PATH_ELEMENT>
154
+ </PATH>
155
+ <PATH>
156
+ <PATH_ELEMENT>
157
+ <option name="myItemId" value="pod_updater" />
158
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
159
+ </PATH_ELEMENT>
160
+ <PATH_ELEMENT>
161
+ <option name="myItemId" value="pod_updater" />
162
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
163
+ </PATH_ELEMENT>
164
+ <PATH_ELEMENT>
165
+ <option name="myItemId" value="lib" />
166
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
167
+ </PATH_ELEMENT>
168
+ </PATH>
169
+ </subPane>
170
+ </pane>
171
+ </panes>
172
+ </component>
173
+ <component name="PropertiesComponent">
174
+ <property name="settings.editor.selected.configurable" value="reference.settingsdialog.IDE.editor.colors.Ruby" />
175
+ <property name="WebServerToolWindowFactoryState" value="false" />
176
+ </component>
177
+ <component name="RunDashboard">
178
+ <option name="ruleStates">
179
+ <list>
180
+ <RuleState>
181
+ <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
182
+ </RuleState>
183
+ <RuleState>
184
+ <option name="name" value="StatusDashboardGroupingRule" />
185
+ </RuleState>
186
+ </list>
187
+ </option>
188
+ </component>
189
+ <component name="RunManager" selected="Ruby.pod_updater">
190
+ <configuration default="false" name="pod_updater" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
191
+ <module name="pod_updater" />
192
+ <RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
193
+ <RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/lib" />
194
+ <RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
195
+ <RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
196
+ <RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
197
+ <envs />
198
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
199
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
200
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
201
+ <COVERAGE_PATTERN ENABLED="true">
202
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
203
+ </COVERAGE_PATTERN>
204
+ </EXTENSION>
205
+ <RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/lib/pod_updater.rb" />
206
+ <RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
207
+ <method />
208
+ </configuration>
209
+ <configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
210
+ <predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
211
+ <module name="" />
212
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
213
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
214
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
215
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
216
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
217
+ <envs />
218
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
219
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
220
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
221
+ <COVERAGE_PATTERN ENABLED="true">
222
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
223
+ </COVERAGE_PATTERN>
224
+ </EXTENSION>
225
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
226
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
227
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
228
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
229
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
230
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
231
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
232
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
233
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
234
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
235
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
236
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
237
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
238
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
239
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
240
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
241
+ <method />
242
+ </configuration>
243
+ <configuration default="true" type="JavaScriptTestRunnerJest" factoryName="Jest">
244
+ <node-interpreter value="project" />
245
+ <working-dir value="" />
246
+ <envs />
247
+ <scope-kind value="ALL" />
248
+ <method />
249
+ </configuration>
250
+ <configuration default="true" type="JavaScriptTestRunnerProtractor" factoryName="Protractor">
251
+ <config-file value="" />
252
+ <node-interpreter value="project" />
253
+ <envs />
254
+ <method />
255
+ </configuration>
256
+ <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
257
+ <method />
258
+ </configuration>
259
+ <configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
260
+ <predefined_log_file id="RUBY_RSPEC" enabled="true" />
261
+ <module name="" />
262
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
263
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
264
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
265
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
266
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
267
+ <envs />
268
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
269
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
270
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
271
+ <COVERAGE_PATTERN ENABLED="true">
272
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
273
+ </COVERAGE_PATTERN>
274
+ </EXTENSION>
275
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
276
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
277
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
278
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
279
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
280
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
281
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
282
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
283
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
284
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
285
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
286
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
287
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
288
+ <method />
289
+ </configuration>
290
+ <configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
291
+ <module name="" />
292
+ <RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
293
+ <RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
294
+ <RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
295
+ <RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
296
+ <RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
297
+ <envs />
298
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
299
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
300
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
301
+ <COVERAGE_PATTERN ENABLED="true">
302
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
303
+ </COVERAGE_PATTERN>
304
+ </EXTENSION>
305
+ <RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
306
+ <RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
307
+ <method />
308
+ </configuration>
309
+ <configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
310
+ <predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
311
+ <module name="" />
312
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
313
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
314
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
315
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
316
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
317
+ <envs />
318
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
319
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
320
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
321
+ <COVERAGE_PATTERN ENABLED="true">
322
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
323
+ </COVERAGE_PATTERN>
324
+ </EXTENSION>
325
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
326
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
327
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
328
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
329
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
330
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
331
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
332
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
333
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
334
+ <method />
335
+ </configuration>
336
+ <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
337
+ <method />
338
+ </configuration>
339
+ <configuration default="true" type="js.build_tools.npm" factoryName="npm">
340
+ <command value="run" />
341
+ <scripts />
342
+ <node-interpreter value="project" />
343
+ <envs />
344
+ <method />
345
+ </configuration>
346
+ <list size="1">
347
+ <item index="0" class="java.lang.String" itemvalue="Ruby.pod_updater" />
348
+ </list>
349
+ <recent_temporary>
350
+ <list size="1">
351
+ <item index="0" class="java.lang.String" itemvalue="Ruby.pod_updater" />
352
+ </list>
353
+ </recent_temporary>
354
+ </component>
355
+ <component name="ShelveChangesManager" show_recycled="false">
356
+ <option name="remove_strategy" value="false" />
357
+ </component>
358
+ <component name="SpringUtil" SPRING_PRE_LOADER_OPTION="true" />
359
+ <component name="TaskManager">
360
+ <task active="true" id="Default" summary="Default task">
361
+ <changelist id="8b4c5081-a273-4936-8512-c65f7be04a48" name="Default" comment="" />
362
+ <created>1513599903377</created>
363
+ <option name="number" value="Default" />
364
+ <option name="presentableId" value="Default" />
365
+ <updated>1513599903377</updated>
366
+ <workItem from="1513599905300" duration="1426000" />
367
+ <workItem from="1513605012930" duration="88000" />
368
+ </task>
369
+ <servers />
370
+ </component>
371
+ <component name="TimeTrackingManager">
372
+ <option name="totallyTimeSpent" value="1514000" />
373
+ </component>
374
+ <component name="TodoView">
375
+ <todo-panel id="selected-file">
376
+ <is-autoscroll-to-source value="true" />
377
+ </todo-panel>
378
+ <todo-panel id="all">
379
+ <are-packages-shown value="true" />
380
+ <is-autoscroll-to-source value="true" />
381
+ </todo-panel>
382
+ </component>
383
+ <component name="ToolWindowManager">
384
+ <frame x="20" y="23" width="1260" height="688" extended-state="0" />
385
+ <layout>
386
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
387
+ <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
388
+ <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
389
+ <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
390
+ <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
391
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3296875" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
392
+ <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
393
+ <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
394
+ <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
395
+ <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
396
+ <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
397
+ <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
398
+ <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
399
+ <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
400
+ <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
401
+ <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
402
+ <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
403
+ </layout>
404
+ </component>
405
+ <component name="TypeScriptGeneratedFilesManager">
406
+ <option name="processedProjectFiles" value="true" />
407
+ </component>
408
+ <component name="VcsContentAnnotationSettings">
409
+ <option name="myLimit" value="2678400000" />
410
+ </component>
411
+ <component name="XDebuggerManager">
412
+ <breakpoint-manager />
413
+ <watches-manager />
414
+ </component>
415
+ <component name="editorHistoryManager">
416
+ <entry file="file://$PROJECT_DIR$/Gemfile">
417
+ <provider selected="true" editor-type-id="text-editor">
418
+ <state relative-caret-position="0">
419
+ <caret line="0" column="0" lean-forward="false" 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$/pod_updater.gemspec">
425
+ <provider selected="true" editor-type-id="text-editor">
426
+ <state relative-caret-position="0">
427
+ <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
428
+ <folding />
429
+ </state>
430
+ </provider>
431
+ </entry>
432
+ <entry file="file://$PROJECT_DIR$/lib/pod_updater/git_tag_flow.rb">
433
+ <provider selected="true" editor-type-id="text-editor">
434
+ <state relative-caret-position="0">
435
+ <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
436
+ <folding />
437
+ </state>
438
+ </provider>
439
+ </entry>
440
+ <entry file="file://$PROJECT_DIR$/lib/pod_updater/version.rb">
441
+ <provider selected="true" editor-type-id="text-editor">
442
+ <state relative-caret-position="0">
443
+ <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
444
+ <folding />
445
+ </state>
446
+ </provider>
447
+ </entry>
448
+ <entry file="file://$PROJECT_DIR$/lib/pod_updater/pod_push.rb">
449
+ <provider selected="true" editor-type-id="text-editor">
450
+ <state relative-caret-position="0">
451
+ <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
452
+ <folding />
453
+ </state>
454
+ </provider>
455
+ </entry>
456
+ <entry file="file://$PROJECT_DIR$/lib/pod_updater/modify_podspec.rb">
457
+ <provider selected="true" editor-type-id="text-editor">
458
+ <state relative-caret-position="551">
459
+ <caret line="29" column="24" lean-forward="true" selection-start-line="29" selection-start-column="24" selection-end-line="29" selection-end-column="24" />
460
+ <folding />
461
+ </state>
462
+ </provider>
463
+ </entry>
464
+ <entry file="file://$PROJECT_DIR$/Gemfile">
465
+ <provider selected="true" editor-type-id="text-editor">
466
+ <state relative-caret-position="0">
467
+ <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
468
+ <folding />
469
+ </state>
470
+ </provider>
471
+ </entry>
472
+ <entry file="file://$PROJECT_DIR$/pod_updater.gemspec">
473
+ <provider selected="true" editor-type-id="text-editor">
474
+ <state relative-caret-position="0">
475
+ <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
476
+ <folding />
477
+ </state>
478
+ </provider>
479
+ </entry>
480
+ <entry file="file://$PROJECT_DIR$/lib/pod_updater/git_tag_flow.rb">
481
+ <provider selected="true" editor-type-id="text-editor">
482
+ <state relative-caret-position="0">
483
+ <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
484
+ <folding />
485
+ </state>
486
+ </provider>
487
+ </entry>
488
+ <entry file="file://$PROJECT_DIR$/lib/pod_updater/version.rb">
489
+ <provider selected="true" editor-type-id="text-editor">
490
+ <state relative-caret-position="0">
491
+ <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
492
+ <folding />
493
+ </state>
494
+ </provider>
495
+ </entry>
496
+ <entry file="file://$PROJECT_DIR$/lib/pod_updater/pod_push.rb">
497
+ <provider selected="true" editor-type-id="text-editor">
498
+ <state relative-caret-position="0">
499
+ <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
500
+ <folding />
501
+ </state>
502
+ </provider>
503
+ </entry>
504
+ <entry file="file://$PROJECT_DIR$/lib/pod_updater/modify_podspec.rb">
505
+ <provider selected="true" editor-type-id="text-editor">
506
+ <state relative-caret-position="247">
507
+ <caret line="13" column="0" lean-forward="false" selection-start-line="13" selection-start-column="0" selection-end-line="14" selection-end-column="0" />
508
+ <folding />
509
+ </state>
510
+ </provider>
511
+ </entry>
512
+ <entry file="file://$PROJECT_DIR$/lib/pod_updater.rb">
513
+ <provider selected="true" editor-type-id="text-editor">
514
+ <state relative-caret-position="323">
515
+ <caret line="17" column="0" lean-forward="false" selection-start-line="8" selection-start-column="0" selection-end-line="17" selection-end-column="0" />
516
+ <folding />
517
+ </state>
518
+ </provider>
519
+ </entry>
520
+ </component>
521
+ <component name="masterDetails">
522
+ <states>
523
+ <state key="ScopeChooserConfigurable.UI">
524
+ <settings>
525
+ <splitter-proportions>
526
+ <option name="proportions">
527
+ <list>
528
+ <option value="0.2" />
529
+ </list>
530
+ </option>
531
+ </splitter-proportions>
532
+ </settings>
533
+ </state>
534
+ </states>
535
+ </component>
536
+ </project>
data/Gemfile.lock ADDED
@@ -0,0 +1,22 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ pod_updater (0.3.9)
5
+ colorize
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ colorize (0.8.1)
11
+ rake (10.4.2)
12
+
13
+ PLATFORMS
14
+ ruby
15
+
16
+ DEPENDENCIES
17
+ bundler (~> 1.16)
18
+ pod_updater!
19
+ rake (~> 10.0)
20
+
21
+ BUNDLED WITH
22
+ 1.16.0
@@ -54,9 +54,9 @@ module PodUpdater
54
54
 
55
55
  if File.directory?(path)
56
56
  podfiles = Dir.glob("#{path}/*.podspec")
57
- UI.msg "#{podfiles}"
57
+
58
58
  if podfiles.length == 0
59
- UI.err %('#{path}'下无法找到'.podspec'文件)
59
+ UI.err %(#{path} 路径下无法找到'.podspec'文件)
60
60
  return nil
61
61
  elsif podfiles.length == 1
62
62
  path = podfiles.first
@@ -6,15 +6,12 @@ module PodUpdater
6
6
 
7
7
  # 给定pod库项目的路径,以及新版pod库的版本,将自己的pod提交到git,然后打上tag,再push trunk到pod服务器去
8
8
  def pushPodToSevice(path,version)
9
- # FOR_DEBUG:
10
- # path = "/Users/qwkj/Documents/WZ_GitHub/WZ_Framework"
11
- # END
12
9
 
13
10
  podFilePath = pathWithPodspecSuffix(path)
14
11
 
15
12
  unless podFilePath
16
- UI.err("未找到相应的podspec文件")
17
- return
13
+
14
+ return # 未找到相应的podspec文件
18
15
  end
19
16
 
20
17
  msg = "for pod version:#{version}"
@@ -1,3 +1,3 @@
1
1
  module PodUpdater
2
- VERSION = "0.3.9"
2
+ VERSION = "0.3.10"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pod_updater
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - hwzss
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-18 00:00:00.000000000 Z
11
+ date: 2017-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize
@@ -63,8 +63,16 @@ extra_rdoc_files: []
63
63
  files:
64
64
  - ".DS_Store"
65
65
  - ".gitignore"
66
+ - ".idea/.rakeTasks"
67
+ - ".idea/inspectionProfiles/Project_Default.xml"
68
+ - ".idea/misc.xml"
69
+ - ".idea/modules.xml"
70
+ - ".idea/pod_updater.iml"
71
+ - ".idea/vcs.xml"
72
+ - ".idea/workspace.xml"
66
73
  - CODE_OF_CONDUCT.md
67
74
  - Gemfile
75
+ - Gemfile.lock
68
76
  - LICENSE.txt
69
77
  - README.md
70
78
  - Rakefile