cartup 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.idea/.rakeTasks +7 -0
- data/.idea/CartBinaryUploader.iml +40 -0
- data/.idea/misc.xml +4 -0
- data/.idea/modules.xml +8 -0
- data/.idea/workspace.xml +555 -0
- data/CartBinaryUploader.gemspec +24 -2
- data/Gemfile.lock +1 -1
- data/README.md +63 -8
- data/exe/cartup +17 -3
- data/lib/CartBinaryUploader/version.rb +1 -1
- data/lib/cartup.rb +15 -0
- metadata +26 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59341d6ac9f8779b2f5563ee4d75cdbccae8a0f0
|
4
|
+
data.tar.gz: 3667dcc2172a31223655380356dbe9bb230a3a9a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 323e3a1fbbb1cccd9089db2eb3e80ec78fb7416d14dae830b6f21f36242518acc692a560e20bdbbbfbc2baf5335b618d3e9add9e91e72bc03522ffb6952a72c1
|
7
|
+
data.tar.gz: c44b2de4e05ec019c22ea7403d36e9134e670eb4b3251c439cda6be6aca1bd52b8d30c6fca5d06b75a9a8cd5b677f7bf17e11bd409dabab27ada1ea16200d688
|
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 cartup-0.1.1.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Remove any temporary products" fullCmd="clean" taksId="clean" /><RakeTask description="Remove any generated files" fullCmd="clobber" taksId="clobber" /><RakeTask description="Build and install cartup-0.1.1.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install cartup-0.1.1.gem into system gems without network access" fullCmd="install:local" taksId="local" /></RakeGroup><RakeTask description="Create tag v0.1.1 and build and push cartup-0.1.1.gem to https://rubygems.org" fullCmd="release[remote]" taksId="release[remote]" /><RakeTask description="Run tests" fullCmd="test" taksId="test" /><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,40 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="ModuleRunConfigurationManager">
|
4
|
+
<shared />
|
5
|
+
</component>
|
6
|
+
<component name="NewModuleRootManager">
|
7
|
+
<content url="file://$MODULE_DIR$" />
|
8
|
+
<orderEntry type="inheritedJdk" />
|
9
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="addressable (v2.5.2, rbenv: 2.4.0) [gem]" level="application" />
|
11
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.16.1, rbenv: 2.4.0) [gem]" level="application" />
|
12
|
+
<orderEntry type="library" scope="PROVIDED" name="declarative (v0.0.10, rbenv: 2.4.0) [gem]" level="application" />
|
13
|
+
<orderEntry type="library" scope="PROVIDED" name="declarative-option (v0.1.0, rbenv: 2.4.0) [gem]" level="application" />
|
14
|
+
<orderEntry type="library" scope="PROVIDED" name="digest-crc (v0.4.1, rbenv: 2.4.0) [gem]" level="application" />
|
15
|
+
<orderEntry type="library" scope="PROVIDED" name="faraday (v0.14.0, rbenv: 2.4.0) [gem]" level="application" />
|
16
|
+
<orderEntry type="library" scope="PROVIDED" name="google-api-client (v0.17.4, rbenv: 2.4.0) [gem]" level="application" />
|
17
|
+
<orderEntry type="library" scope="PROVIDED" name="google-cloud-core (v1.1.0, rbenv: 2.4.0) [gem]" level="application" />
|
18
|
+
<orderEntry type="library" scope="PROVIDED" name="google-cloud-env (v1.0.1, rbenv: 2.4.0) [gem]" level="application" />
|
19
|
+
<orderEntry type="library" scope="PROVIDED" name="google-cloud-storage (v1.9.0, rbenv: 2.4.0) [gem]" level="application" />
|
20
|
+
<orderEntry type="library" scope="PROVIDED" name="googleauth (v0.6.2, rbenv: 2.4.0) [gem]" level="application" />
|
21
|
+
<orderEntry type="library" scope="PROVIDED" name="httpclient (v2.8.3, rbenv: 2.4.0) [gem]" level="application" />
|
22
|
+
<orderEntry type="library" scope="PROVIDED" name="json (v2.1.0, rbenv: 2.4.0) [gem]" level="application" />
|
23
|
+
<orderEntry type="library" scope="PROVIDED" name="jwt (v2.1.0, rbenv: 2.4.0) [gem]" level="application" />
|
24
|
+
<orderEntry type="library" scope="PROVIDED" name="little-plugger (v1.1.4, rbenv: 2.4.0) [gem]" level="application" />
|
25
|
+
<orderEntry type="library" scope="PROVIDED" name="logging (v2.2.2, rbenv: 2.4.0) [gem]" level="application" />
|
26
|
+
<orderEntry type="library" scope="PROVIDED" name="memoist (v0.16.0, rbenv: 2.4.0) [gem]" level="application" />
|
27
|
+
<orderEntry type="library" scope="PROVIDED" name="mime-types (v3.1, rbenv: 2.4.0) [gem]" level="application" />
|
28
|
+
<orderEntry type="library" scope="PROVIDED" name="mime-types-data (v3.2016.0521, rbenv: 2.4.0) [gem]" level="application" />
|
29
|
+
<orderEntry type="library" scope="PROVIDED" name="minitest (v5.11.3, rbenv: 2.4.0) [gem]" level="application" />
|
30
|
+
<orderEntry type="library" scope="PROVIDED" name="multi_json (v1.13.1, rbenv: 2.4.0) [gem]" level="application" />
|
31
|
+
<orderEntry type="library" scope="PROVIDED" name="multipart-post (v2.0.0, rbenv: 2.4.0) [gem]" level="application" />
|
32
|
+
<orderEntry type="library" scope="PROVIDED" name="os (v0.9.6, rbenv: 2.4.0) [gem]" level="application" />
|
33
|
+
<orderEntry type="library" scope="PROVIDED" name="public_suffix (v3.0.1, rbenv: 2.4.0) [gem]" level="application" />
|
34
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.5.0, rbenv: 2.4.0) [gem]" level="application" />
|
35
|
+
<orderEntry type="library" scope="PROVIDED" name="representable (v3.0.4, rbenv: 2.4.0) [gem]" level="application" />
|
36
|
+
<orderEntry type="library" scope="PROVIDED" name="retriable (v3.1.1, rbenv: 2.4.0) [gem]" level="application" />
|
37
|
+
<orderEntry type="library" scope="PROVIDED" name="signet (v0.8.1, rbenv: 2.4.0) [gem]" level="application" />
|
38
|
+
<orderEntry type="library" scope="PROVIDED" name="uber (v0.1.0, rbenv: 2.4.0) [gem]" level="application" />
|
39
|
+
</component>
|
40
|
+
</module>
|
data/.idea/misc.xml
ADDED
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/CartBinaryUploader.iml" filepath="$PROJECT_DIR$/.idea/CartBinaryUploader.iml" />
|
6
|
+
</modules>
|
7
|
+
</component>
|
8
|
+
</project>
|
data/.idea/workspace.xml
ADDED
@@ -0,0 +1,555 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ChangeListManager">
|
4
|
+
<list default="true" id="2cc0f238-7716-4897-a61e-580bf41f147c" name="Default" comment="">
|
5
|
+
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
6
|
+
<change beforePath="$PROJECT_DIR$/Gemfile.lock" afterPath="$PROJECT_DIR$/Gemfile.lock" />
|
7
|
+
<change beforePath="$PROJECT_DIR$/exe/cartup" afterPath="$PROJECT_DIR$/exe/cartup" />
|
8
|
+
<change beforePath="$PROJECT_DIR$/lib/CartBinaryUploader/version.rb" afterPath="$PROJECT_DIR$/lib/CartBinaryUploader/version.rb" />
|
9
|
+
<change beforePath="$PROJECT_DIR$/lib/cartup.rb" afterPath="$PROJECT_DIR$/lib/cartup.rb" />
|
10
|
+
</list>
|
11
|
+
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
12
|
+
<option name="TRACKING_ENABLED" value="true" />
|
13
|
+
<option name="SHOW_DIALOG" value="false" />
|
14
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
15
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
16
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
17
|
+
</component>
|
18
|
+
<component name="CoverageDataManager">
|
19
|
+
<SUITE FILE_PATH="coverage/CartBinaryUploader@build__CartBinaryUploader.coverage" NAME="build: CartBinaryUploader Coverage Results" MODIFIED="1518293830239" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="CartBinaryUploader" />
|
20
|
+
<SUITE FILE_PATH="coverage/CartBinaryUploader@IRB_console__CartBinaryUploader.coverage" NAME="IRB console: CartBinaryUploader Coverage Results" MODIFIED="1518293835919" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="CartBinaryUploader" />
|
21
|
+
<SUITE FILE_PATH="coverage/CartBinaryUploader@install__CartBinaryUploader.coverage" NAME="install: CartBinaryUploader Coverage Results" MODIFIED="1518293832218" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="CartBinaryUploader" />
|
22
|
+
</component>
|
23
|
+
<component name="FileEditorManager">
|
24
|
+
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
25
|
+
<file leaf-file-name="CartBinaryUploader.gemspec" pinned="false" current-in-tab="false">
|
26
|
+
<entry file="file://$PROJECT_DIR$/CartBinaryUploader.gemspec">
|
27
|
+
<provider selected="true" editor-type-id="text-editor">
|
28
|
+
<state relative-caret-position="105">
|
29
|
+
<caret line="7" column="45" lean-forward="false" selection-start-line="7" selection-start-column="45" selection-end-line="7" selection-end-column="45" />
|
30
|
+
<folding />
|
31
|
+
</state>
|
32
|
+
</provider>
|
33
|
+
</entry>
|
34
|
+
</file>
|
35
|
+
<file leaf-file-name="template.yaml" pinned="false" current-in-tab="false">
|
36
|
+
<entry file="file://$PROJECT_DIR$/lib/template.yaml">
|
37
|
+
<provider selected="true" editor-type-id="text-editor">
|
38
|
+
<state relative-caret-position="90">
|
39
|
+
<caret line="6" column="35" lean-forward="false" selection-start-line="6" selection-start-column="35" selection-end-line="6" selection-end-column="35" />
|
40
|
+
<folding />
|
41
|
+
</state>
|
42
|
+
</provider>
|
43
|
+
</entry>
|
44
|
+
</file>
|
45
|
+
<file leaf-file-name="cartup.rb" pinned="false" current-in-tab="true">
|
46
|
+
<entry file="file://$PROJECT_DIR$/lib/cartup.rb">
|
47
|
+
<provider selected="true" editor-type-id="text-editor">
|
48
|
+
<state relative-caret-position="397">
|
49
|
+
<caret line="37" column="71" lean-forward="false" selection-start-line="37" selection-start-column="37" selection-end-line="37" selection-end-column="71" />
|
50
|
+
<folding />
|
51
|
+
</state>
|
52
|
+
</provider>
|
53
|
+
</entry>
|
54
|
+
</file>
|
55
|
+
<file leaf-file-name="README.md" pinned="false" current-in-tab="false">
|
56
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
57
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
58
|
+
<state split_layout="SPLIT">
|
59
|
+
<first_editor relative-caret-position="300">
|
60
|
+
<caret line="20" column="126" lean-forward="false" selection-start-line="3" selection-start-column="0" selection-end-line="20" selection-end-column="126" />
|
61
|
+
<folding>
|
62
|
+
<marker date="1518292147012" expanded="true" signature="2060:2354" ph="project: <2 keys>" />
|
63
|
+
<marker date="1518292147012" expanded="true" signature="2071:2121" ph="framework: <2 keys>" />
|
64
|
+
<marker date="1518292147012" expanded="true" signature="2095:2102" ph="1.0.0" />
|
65
|
+
<marker date="1518292147012" expanded="true" signature="2113:2121" ph="Cartup" />
|
66
|
+
<marker date="1518292147012" expanded="true" signature="2124:2354" ph="google: <3 keys>" />
|
67
|
+
<marker date="1518292147012" expanded="true" signature="2148:2181" ph="<Insert h…roject ID>" />
|
68
|
+
<marker date="1518292147012" expanded="true" signature="2204:2279" ph="<Insert h… firebase>" />
|
69
|
+
<marker date="1518292147012" expanded="true" signature="2292:2354" ph="<Insert h…gle cloud>" />
|
70
|
+
</folding>
|
71
|
+
</first_editor>
|
72
|
+
<second_editor />
|
73
|
+
</state>
|
74
|
+
</provider>
|
75
|
+
</entry>
|
76
|
+
</file>
|
77
|
+
<file leaf-file-name="version.rb" pinned="false" current-in-tab="false">
|
78
|
+
<entry file="file://$PROJECT_DIR$/lib/CartBinaryUploader/version.rb">
|
79
|
+
<provider selected="true" editor-type-id="text-editor">
|
80
|
+
<state relative-caret-position="15">
|
81
|
+
<caret line="1" column="18" lean-forward="false" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
82
|
+
<folding />
|
83
|
+
</state>
|
84
|
+
</provider>
|
85
|
+
</entry>
|
86
|
+
</file>
|
87
|
+
<file leaf-file-name="cartup" pinned="false" current-in-tab="false">
|
88
|
+
<entry file="file://$PROJECT_DIR$/exe/cartup">
|
89
|
+
<provider selected="true" editor-type-id="text-editor">
|
90
|
+
<state relative-caret-position="300">
|
91
|
+
<caret line="20" column="2" lean-forward="false" selection-start-line="20" selection-start-column="2" selection-end-line="20" selection-end-column="25" />
|
92
|
+
<folding />
|
93
|
+
</state>
|
94
|
+
</provider>
|
95
|
+
</entry>
|
96
|
+
</file>
|
97
|
+
</leaf>
|
98
|
+
</component>
|
99
|
+
<component name="FindInProjectRecents">
|
100
|
+
<findStrings>
|
101
|
+
<find>exec</find>
|
102
|
+
<find>version</find>
|
103
|
+
</findStrings>
|
104
|
+
</component>
|
105
|
+
<component name="Git.Settings">
|
106
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
107
|
+
</component>
|
108
|
+
<component name="IdeDocumentHistory">
|
109
|
+
<option name="CHANGED_PATHS">
|
110
|
+
<list>
|
111
|
+
<option value="$PROJECT_DIR$/README.md" />
|
112
|
+
<option value="$PROJECT_DIR$/CartBinaryUploader.gemspec" />
|
113
|
+
<option value="$PROJECT_DIR$/lib/template.yaml" />
|
114
|
+
<option value="$PROJECT_DIR$/exe/cartup" />
|
115
|
+
<option value="$PROJECT_DIR$/lib/CartBinaryUploader/version.rb" />
|
116
|
+
<option value="$PROJECT_DIR$/lib/cartup.rb" />
|
117
|
+
</list>
|
118
|
+
</option>
|
119
|
+
</component>
|
120
|
+
<component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
|
121
|
+
<component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
|
122
|
+
<component name="JsGulpfileManager">
|
123
|
+
<detection-done>true</detection-done>
|
124
|
+
<sorting>DEFINITION_ORDER</sorting>
|
125
|
+
</component>
|
126
|
+
<component name="ProjectFrameBounds">
|
127
|
+
<option name="width" value="1440" />
|
128
|
+
<option name="height" value="900" />
|
129
|
+
</component>
|
130
|
+
<component name="ProjectView">
|
131
|
+
<navigator currentView="ProjectPane" proportions="" version="1">
|
132
|
+
<flattenPackages />
|
133
|
+
<showMembers />
|
134
|
+
<showModules />
|
135
|
+
<showLibraryContents />
|
136
|
+
<hideEmptyPackages />
|
137
|
+
<abbreviatePackageNames />
|
138
|
+
<autoscrollToSource />
|
139
|
+
<autoscrollFromSource />
|
140
|
+
<sortByType />
|
141
|
+
<manualOrder />
|
142
|
+
<foldersAlwaysOnTop value="true" />
|
143
|
+
</navigator>
|
144
|
+
<panes>
|
145
|
+
<pane id="ProjectPane">
|
146
|
+
<subPane>
|
147
|
+
<expand>
|
148
|
+
<path>
|
149
|
+
<item name="CartBinaryUploader" type="b2602c69:ProjectViewProjectNode" />
|
150
|
+
<item name="CartBinaryUploader" type="462c0819:PsiDirectoryNode" />
|
151
|
+
</path>
|
152
|
+
<path>
|
153
|
+
<item name="CartBinaryUploader" type="b2602c69:ProjectViewProjectNode" />
|
154
|
+
<item name="CartBinaryUploader" type="462c0819:PsiDirectoryNode" />
|
155
|
+
<item name="exe" type="462c0819:PsiDirectoryNode" />
|
156
|
+
</path>
|
157
|
+
<path>
|
158
|
+
<item name="CartBinaryUploader" type="b2602c69:ProjectViewProjectNode" />
|
159
|
+
<item name="CartBinaryUploader" type="462c0819:PsiDirectoryNode" />
|
160
|
+
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
161
|
+
</path>
|
162
|
+
</expand>
|
163
|
+
<select />
|
164
|
+
</subPane>
|
165
|
+
</pane>
|
166
|
+
<pane id="Scope" />
|
167
|
+
<pane id="Scratches" />
|
168
|
+
</panes>
|
169
|
+
</component>
|
170
|
+
<component name="PropertiesComponent">
|
171
|
+
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
172
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
173
|
+
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
174
|
+
<property name="RakeTaksPopup.undocumentedIncluded" value="false" />
|
175
|
+
</component>
|
176
|
+
<component name="RunDashboard">
|
177
|
+
<option name="ruleStates">
|
178
|
+
<list>
|
179
|
+
<RuleState>
|
180
|
+
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
181
|
+
</RuleState>
|
182
|
+
<RuleState>
|
183
|
+
<option name="name" value="StatusDashboardGroupingRule" />
|
184
|
+
</RuleState>
|
185
|
+
</list>
|
186
|
+
</option>
|
187
|
+
</component>
|
188
|
+
<component name="RunManager" selected="IRB console.IRB console: CartBinaryUploader">
|
189
|
+
<configuration name="IRB console: CartBinaryUploader" type="IrbRunConfigurationType" factoryName="IRB console" temporary="true">
|
190
|
+
<module name="CartBinaryUploader" />
|
191
|
+
<IRB_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
192
|
+
<IRB_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
193
|
+
<IRB_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
194
|
+
<IRB_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
195
|
+
<IRB_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
196
|
+
<envs />
|
197
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
198
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
199
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
200
|
+
<COVERAGE_PATTERN ENABLED="true">
|
201
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
202
|
+
</COVERAGE_PATTERN>
|
203
|
+
</EXTENSION>
|
204
|
+
<IRB_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$APPLICATION_HOME_DIR$/rb/testing/runner/irb.rb" />
|
205
|
+
<IRB_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="--prompt simple" />
|
206
|
+
<IRB_RUN_CONFIG NAME="IS_RAILS_CONSOLE" VALUE="false" />
|
207
|
+
</configuration>
|
208
|
+
<configuration name="build: CartBinaryUploader" type="RakeRunConfigurationType" factoryName="Rake" temporary="true">
|
209
|
+
<module name="CartBinaryUploader" />
|
210
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
211
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
212
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
213
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
214
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
215
|
+
<envs />
|
216
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
217
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
218
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
219
|
+
<COVERAGE_PATTERN ENABLED="true">
|
220
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
221
|
+
</COVERAGE_PATTERN>
|
222
|
+
</EXTENSION>
|
223
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="build" />
|
224
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
|
225
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
|
226
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
|
227
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
|
228
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
|
229
|
+
</configuration>
|
230
|
+
<configuration name="install: CartBinaryUploader" type="RakeRunConfigurationType" factoryName="Rake" temporary="true">
|
231
|
+
<module name="CartBinaryUploader" />
|
232
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
233
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
234
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
235
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
236
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
237
|
+
<envs />
|
238
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
239
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
240
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
241
|
+
<COVERAGE_PATTERN ENABLED="true">
|
242
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
243
|
+
</COVERAGE_PATTERN>
|
244
|
+
</EXTENSION>
|
245
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="install" />
|
246
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
|
247
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
|
248
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
|
249
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
|
250
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
|
251
|
+
</configuration>
|
252
|
+
<list size="3">
|
253
|
+
<item index="0" class="java.lang.String" itemvalue="Rake.build: CartBinaryUploader" />
|
254
|
+
<item index="1" class="java.lang.String" itemvalue="Rake.install: CartBinaryUploader" />
|
255
|
+
<item index="2" class="java.lang.String" itemvalue="IRB console.IRB console: CartBinaryUploader" />
|
256
|
+
</list>
|
257
|
+
<recent_temporary>
|
258
|
+
<list size="5">
|
259
|
+
<item index="0" class="java.lang.String" itemvalue="IRB console.IRB console: CartBinaryUploader" />
|
260
|
+
<item index="1" class="java.lang.String" itemvalue="Rake.install: CartBinaryUploader" />
|
261
|
+
<item index="2" class="java.lang.String" itemvalue="Rake.build: CartBinaryUploader" />
|
262
|
+
<item index="3" class="java.lang.String" itemvalue="IRB console.IRB console: CartBinaryUploader" />
|
263
|
+
<item index="4" class="java.lang.String" itemvalue="IRB console.IRB console: CartBinaryUploader" />
|
264
|
+
</list>
|
265
|
+
</recent_temporary>
|
266
|
+
</component>
|
267
|
+
<component name="ShelveChangesManager" show_recycled="false">
|
268
|
+
<option name="remove_strategy" value="false" />
|
269
|
+
</component>
|
270
|
+
<component name="SpringUtil" SPRING_PRE_LOADER_OPTION="true" />
|
271
|
+
<component name="TaskManager">
|
272
|
+
<task active="true" id="Default" summary="Default task">
|
273
|
+
<changelist id="2cc0f238-7716-4897-a61e-580bf41f147c" name="Default" comment="" />
|
274
|
+
<created>1518133084644</created>
|
275
|
+
<option name="number" value="Default" />
|
276
|
+
<option name="presentableId" value="Default" />
|
277
|
+
<updated>1518133084644</updated>
|
278
|
+
<workItem from="1518133085882" duration="1308000" />
|
279
|
+
<workItem from="1518185364675" duration="2455000" />
|
280
|
+
<workItem from="1518287970300" duration="5788000" />
|
281
|
+
</task>
|
282
|
+
<task id="LOCAL-00001" summary="Change Command CartBinaryUploader exec name to cartup">
|
283
|
+
<created>1518186316469</created>
|
284
|
+
<option name="number" value="00001" />
|
285
|
+
<option name="presentableId" value="LOCAL-00001" />
|
286
|
+
<option name="project" value="LOCAL" />
|
287
|
+
<updated>1518186316469</updated>
|
288
|
+
</task>
|
289
|
+
<option name="localTasksCounter" value="2" />
|
290
|
+
<servers />
|
291
|
+
</component>
|
292
|
+
<component name="TimeTrackingManager">
|
293
|
+
<option name="totallyTimeSpent" value="9551000" />
|
294
|
+
</component>
|
295
|
+
<component name="ToolWindowManager">
|
296
|
+
<frame x="0" y="0" width="1440" height="900" extended-state="6" />
|
297
|
+
<layout>
|
298
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.2267525" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
299
|
+
<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" />
|
300
|
+
<window_info id="Docker" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
301
|
+
<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.3381295" sideWeight="0.50500715" order="7" side_tool="true" content_ui="tabs" />
|
302
|
+
<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" />
|
303
|
+
<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" />
|
304
|
+
<window_info id="Run" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.3381295" sideWeight="0.49499285" order="2" side_tool="false" content_ui="tabs" />
|
305
|
+
<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" />
|
306
|
+
<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" />
|
307
|
+
<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" />
|
308
|
+
<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" />
|
309
|
+
<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" />
|
310
|
+
<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" />
|
311
|
+
<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" />
|
312
|
+
<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" />
|
313
|
+
<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" />
|
314
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.3297975" sideWeight="0.49791667" order="1" side_tool="false" content_ui="tabs" />
|
315
|
+
<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" />
|
316
|
+
</layout>
|
317
|
+
</component>
|
318
|
+
<component name="TypeScriptGeneratedFilesManager">
|
319
|
+
<option name="version" value="1" />
|
320
|
+
</component>
|
321
|
+
<component name="VcsContentAnnotationSettings">
|
322
|
+
<option name="myLimit" value="2678400000" />
|
323
|
+
</component>
|
324
|
+
<component name="VcsManagerConfiguration">
|
325
|
+
<MESSAGE value="Change Command CartBinaryUploader exec name to cartup" />
|
326
|
+
<option name="LAST_COMMIT_MESSAGE" value="Change Command CartBinaryUploader exec name to cartup" />
|
327
|
+
</component>
|
328
|
+
<component name="XDebuggerManager">
|
329
|
+
<breakpoint-manager />
|
330
|
+
<watches-manager />
|
331
|
+
</component>
|
332
|
+
<component name="editorHistoryManager">
|
333
|
+
<entry file="file://$PROJECT_DIR$/Gemfile.lock">
|
334
|
+
<provider selected="true" editor-type-id="text-editor">
|
335
|
+
<state relative-caret-position="0">
|
336
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
337
|
+
<folding />
|
338
|
+
</state>
|
339
|
+
</provider>
|
340
|
+
</entry>
|
341
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
342
|
+
<provider selected="true" editor-type-id="text-editor">
|
343
|
+
<state relative-caret-position="0">
|
344
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
345
|
+
<folding />
|
346
|
+
</state>
|
347
|
+
</provider>
|
348
|
+
</entry>
|
349
|
+
<entry file="file://$PROJECT_DIR$/CartBinaryUploader.gemspec">
|
350
|
+
<provider selected="true" editor-type-id="text-editor">
|
351
|
+
<state relative-caret-position="105">
|
352
|
+
<caret line="7" column="48" lean-forward="false" selection-start-line="7" selection-start-column="48" selection-end-line="7" selection-end-column="48" />
|
353
|
+
<folding />
|
354
|
+
</state>
|
355
|
+
</provider>
|
356
|
+
</entry>
|
357
|
+
<entry file="file://$PROJECT_DIR$/lib/CartBinaryUploader/version.rb">
|
358
|
+
<provider selected="true" editor-type-id="text-editor">
|
359
|
+
<state relative-caret-position="15">
|
360
|
+
<caret line="1" column="18" lean-forward="false" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
361
|
+
<folding />
|
362
|
+
</state>
|
363
|
+
</provider>
|
364
|
+
</entry>
|
365
|
+
<entry file="file://$PROJECT_DIR$/bin/console">
|
366
|
+
<provider selected="true" editor-type-id="text-editor">
|
367
|
+
<state relative-caret-position="0">
|
368
|
+
<caret line="0" column="19" lean-forward="false" selection-start-line="0" selection-start-column="19" selection-end-line="0" selection-end-column="19" />
|
369
|
+
<folding />
|
370
|
+
</state>
|
371
|
+
</provider>
|
372
|
+
</entry>
|
373
|
+
<entry file="file://$PROJECT_DIR$/exe/cartup">
|
374
|
+
<provider selected="true" editor-type-id="text-editor">
|
375
|
+
<state relative-caret-position="150">
|
376
|
+
<caret line="10" column="3" lean-forward="false" selection-start-line="10" selection-start-column="3" selection-end-line="10" selection-end-column="3" />
|
377
|
+
<folding />
|
378
|
+
</state>
|
379
|
+
</provider>
|
380
|
+
</entry>
|
381
|
+
<entry file="file://$PROJECT_DIR$/bin/setup">
|
382
|
+
<provider selected="true" editor-type-id="text-editor">
|
383
|
+
<state relative-caret-position="0">
|
384
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
385
|
+
<folding />
|
386
|
+
</state>
|
387
|
+
</provider>
|
388
|
+
</entry>
|
389
|
+
<entry file="file://$PROJECT_DIR$/lib/cartup.rb">
|
390
|
+
<provider selected="true" editor-type-id="text-editor">
|
391
|
+
<state relative-caret-position="360">
|
392
|
+
<caret line="24" column="46" lean-forward="false" selection-start-line="24" selection-start-column="46" selection-end-line="24" selection-end-column="46" />
|
393
|
+
<folding />
|
394
|
+
</state>
|
395
|
+
</provider>
|
396
|
+
</entry>
|
397
|
+
<entry file="file://$PROJECT_DIR$/Gemfile.lock">
|
398
|
+
<provider selected="true" editor-type-id="text-editor">
|
399
|
+
<state relative-caret-position="0">
|
400
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
401
|
+
<folding />
|
402
|
+
</state>
|
403
|
+
</provider>
|
404
|
+
</entry>
|
405
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
406
|
+
<provider selected="true" editor-type-id="text-editor">
|
407
|
+
<state relative-caret-position="0">
|
408
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
409
|
+
<folding />
|
410
|
+
</state>
|
411
|
+
</provider>
|
412
|
+
</entry>
|
413
|
+
<entry file="file://$PROJECT_DIR$/lib/cartup.rb">
|
414
|
+
<provider selected="true" editor-type-id="text-editor">
|
415
|
+
<state relative-caret-position="345">
|
416
|
+
<caret line="23" column="49" lean-forward="false" selection-start-line="23" selection-start-column="49" selection-end-line="23" selection-end-column="49" />
|
417
|
+
<folding />
|
418
|
+
</state>
|
419
|
+
</provider>
|
420
|
+
</entry>
|
421
|
+
<entry file="file://$PROJECT_DIR$/CartBinaryUploader.gemspec">
|
422
|
+
<provider selected="true" editor-type-id="text-editor">
|
423
|
+
<state relative-caret-position="45">
|
424
|
+
<caret line="3" column="27" lean-forward="false" selection-start-line="3" selection-start-column="9" selection-end-line="3" selection-end-column="27" />
|
425
|
+
<folding />
|
426
|
+
</state>
|
427
|
+
</provider>
|
428
|
+
</entry>
|
429
|
+
<entry file="file://$PROJECT_DIR$/bin/console">
|
430
|
+
<provider selected="true" editor-type-id="text-editor">
|
431
|
+
<state relative-caret-position="195">
|
432
|
+
<caret line="13" column="19" lean-forward="true" selection-start-line="13" selection-start-column="19" selection-end-line="13" selection-end-column="19" />
|
433
|
+
<folding />
|
434
|
+
</state>
|
435
|
+
</provider>
|
436
|
+
</entry>
|
437
|
+
<entry file="file://$PROJECT_DIR$/bin/setup">
|
438
|
+
<provider selected="true" editor-type-id="text-editor">
|
439
|
+
<state relative-caret-position="0">
|
440
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
441
|
+
<folding />
|
442
|
+
</state>
|
443
|
+
</provider>
|
444
|
+
</entry>
|
445
|
+
<entry file="file://$PROJECT_DIR$/exe/cartup">
|
446
|
+
<provider selected="true" editor-type-id="text-editor">
|
447
|
+
<state relative-caret-position="60">
|
448
|
+
<caret line="4" column="0" lean-forward="true" selection-start-line="4" selection-start-column="0" selection-end-line="4" selection-end-column="0" />
|
449
|
+
<folding />
|
450
|
+
</state>
|
451
|
+
</provider>
|
452
|
+
</entry>
|
453
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
454
|
+
<provider selected="true" editor-type-id="text-editor">
|
455
|
+
<state relative-caret-position="0">
|
456
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
457
|
+
<folding />
|
458
|
+
</state>
|
459
|
+
</provider>
|
460
|
+
</entry>
|
461
|
+
<entry file="file://$PROJECT_DIR$/Gemfile.lock">
|
462
|
+
<provider selected="true" editor-type-id="text-editor">
|
463
|
+
<state relative-caret-position="0">
|
464
|
+
<caret line="0" column="0" lean-forward="false" 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$/bin/console">
|
470
|
+
<provider selected="true" editor-type-id="text-editor">
|
471
|
+
<state relative-caret-position="0">
|
472
|
+
<caret line="0" column="19" lean-forward="false" selection-start-line="0" selection-start-column="19" selection-end-line="0" selection-end-column="19" />
|
473
|
+
<folding />
|
474
|
+
</state>
|
475
|
+
</provider>
|
476
|
+
</entry>
|
477
|
+
<entry file="file://$PROJECT_DIR$/bin/setup">
|
478
|
+
<provider selected="true" editor-type-id="text-editor">
|
479
|
+
<state relative-caret-position="0">
|
480
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
481
|
+
<folding />
|
482
|
+
</state>
|
483
|
+
</provider>
|
484
|
+
</entry>
|
485
|
+
<entry file="file://$PROJECT_DIR$/cart_uploader.yaml" />
|
486
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
487
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
488
|
+
<state split_layout="SPLIT">
|
489
|
+
<first_editor relative-caret-position="300">
|
490
|
+
<caret line="20" column="126" lean-forward="false" selection-start-line="3" selection-start-column="0" selection-end-line="20" selection-end-column="126" />
|
491
|
+
<folding>
|
492
|
+
<marker date="1518292147012" expanded="true" signature="2060:2354" ph="project: <2 keys>" />
|
493
|
+
<marker date="1518292147012" expanded="true" signature="2071:2121" ph="framework: <2 keys>" />
|
494
|
+
<marker date="1518292147012" expanded="true" signature="2095:2102" ph="1.0.0" />
|
495
|
+
<marker date="1518292147012" expanded="true" signature="2113:2121" ph="Cartup" />
|
496
|
+
<marker date="1518292147012" expanded="true" signature="2124:2354" ph="google: <3 keys>" />
|
497
|
+
<marker date="1518292147012" expanded="true" signature="2148:2181" ph="<Insert h…roject ID>" />
|
498
|
+
<marker date="1518292147012" expanded="true" signature="2204:2279" ph="<Insert h… firebase>" />
|
499
|
+
<marker date="1518292147012" expanded="true" signature="2292:2354" ph="<Insert h…gle cloud>" />
|
500
|
+
</folding>
|
501
|
+
</first_editor>
|
502
|
+
<second_editor />
|
503
|
+
</state>
|
504
|
+
</provider>
|
505
|
+
</entry>
|
506
|
+
<entry file="file://$PROJECT_DIR$/lib/template.yaml">
|
507
|
+
<provider selected="true" editor-type-id="text-editor">
|
508
|
+
<state relative-caret-position="90">
|
509
|
+
<caret line="6" column="35" lean-forward="false" selection-start-line="6" selection-start-column="35" selection-end-line="6" selection-end-column="35" />
|
510
|
+
<folding />
|
511
|
+
</state>
|
512
|
+
</provider>
|
513
|
+
</entry>
|
514
|
+
<entry file="file://$PROJECT_DIR$/CartBinaryUploader.gemspec">
|
515
|
+
<provider selected="true" editor-type-id="text-editor">
|
516
|
+
<state relative-caret-position="105">
|
517
|
+
<caret line="7" column="45" lean-forward="false" selection-start-line="7" selection-start-column="45" selection-end-line="7" selection-end-column="45" />
|
518
|
+
<folding />
|
519
|
+
</state>
|
520
|
+
</provider>
|
521
|
+
</entry>
|
522
|
+
<entry file="file://$PROJECT_DIR$/lib/CartBinaryUploader/version.rb">
|
523
|
+
<provider selected="true" editor-type-id="text-editor">
|
524
|
+
<state relative-caret-position="15">
|
525
|
+
<caret line="1" column="18" lean-forward="false" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
526
|
+
<folding />
|
527
|
+
</state>
|
528
|
+
</provider>
|
529
|
+
</entry>
|
530
|
+
<entry file="file://$USER_HOME$/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/cartup-0.1.2/lib/cartup.rb">
|
531
|
+
<provider selected="true" editor-type-id="text-editor">
|
532
|
+
<state relative-caret-position="116">
|
533
|
+
<caret line="37" column="4" lean-forward="true" selection-start-line="37" selection-start-column="4" selection-end-line="37" selection-end-column="4" />
|
534
|
+
<folding />
|
535
|
+
</state>
|
536
|
+
</provider>
|
537
|
+
</entry>
|
538
|
+
<entry file="file://$PROJECT_DIR$/exe/cartup">
|
539
|
+
<provider selected="true" editor-type-id="text-editor">
|
540
|
+
<state relative-caret-position="300">
|
541
|
+
<caret line="20" column="2" lean-forward="false" selection-start-line="20" selection-start-column="2" selection-end-line="20" selection-end-column="25" />
|
542
|
+
<folding />
|
543
|
+
</state>
|
544
|
+
</provider>
|
545
|
+
</entry>
|
546
|
+
<entry file="file://$PROJECT_DIR$/lib/cartup.rb">
|
547
|
+
<provider selected="true" editor-type-id="text-editor">
|
548
|
+
<state relative-caret-position="397">
|
549
|
+
<caret line="37" column="71" lean-forward="false" selection-start-line="37" selection-start-column="37" selection-end-line="37" selection-end-column="71" />
|
550
|
+
<folding />
|
551
|
+
</state>
|
552
|
+
</provider>
|
553
|
+
</entry>
|
554
|
+
</component>
|
555
|
+
</project>
|
data/CartBinaryUploader.gemspec
CHANGED
@@ -9,8 +9,30 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Douglas Mendes", "Rafael Ferreria"]
|
10
10
|
spec.email = ["mendes-barreto@live.com", "rafael.yami@hotmail.com"]
|
11
11
|
|
12
|
-
spec.summary = %q{ This gem will
|
13
|
-
spec.description = %q{
|
12
|
+
spec.summary = %q{ This gem will help you to upload the carthage binaries a privates accounts like google cloud, s3 e etc. }
|
13
|
+
spec.description = %q{
|
14
|
+
Cartup is the easyest way to share prebuilts Carthage frameworks between our projects.
|
15
|
+
|
16
|
+
The main propose of this gem is uploading the Carthage prebuilts to a cloud
|
17
|
+
storage like, drive, onedrive, dropbox or google cloud. To know more how to make prebuilts with Carthage please follow
|
18
|
+
the link about how to do it: https://github.com/Carthage/Carthage#archive-prebuilt-frameworks-into-one-zip-file
|
19
|
+
|
20
|
+
Currently, the main problem is because only github projects could upload a prebuilts frameworks and distrubuite
|
21
|
+
them using a great github tool called "RELEASES"(https://help.github.com/articles/creating-releases/) automatically.
|
22
|
+
To people like me who the majority of our clients using Bitbucket the all process should be done manually. So you should
|
23
|
+
upload the prebuilts frameworks on some sort of cloud storage and manage the version using a JSON file and upload
|
24
|
+
manually and because that the gem was born! To the people like me who are a bit lazy and do not like to do manual job,
|
25
|
+
this is for you!!!
|
26
|
+
|
27
|
+
So, in a head line: Our gem wants to make the process of distribution of prebuild carthage binaries easier through the
|
28
|
+
most popular storage cloud.
|
29
|
+
|
30
|
+
One big thanks for my friend and brother [Rafael Ferreira](https://github.com/RafaelPlantard) that make the initials
|
31
|
+
scripts(Shell and Ruby) and that's give me Ideia to bring it to a ruby class struct and RubyGem to distribute to every body!
|
32
|
+
}
|
33
|
+
|
34
|
+
|
35
|
+
#= %q{ Thanks for my friend Rafael Ferreira help to start this project and make it possible }
|
14
36
|
spec.homepage = "https://github.com/mendesbarreto/cartup.git"
|
15
37
|
spec.license = "MIT"
|
16
38
|
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,8 +1,27 @@
|
|
1
|
-
#
|
1
|
+
# Cartup
|
2
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/CartBinaryUploader`. To experiment with that code, run `bin/console` for an interactive prompt.
|
4
3
|
|
5
|
-
|
4
|
+
**Cartup** is the easyest way to share prebuilts [Carthage](https://github.com/Carthage/Carthage) frameworks between our projects.
|
5
|
+
|
6
|
+
The main propose of this gem is uploading the [Carthage](https://github.com/Carthage/Carthage) prebuilts to a cloud
|
7
|
+
storage like, drive, onedrive, dropbox or google cloud. To know more how to make prebuilts with Carthage please follow
|
8
|
+
the [link about how to do it](https://github.com/Carthage/Carthage#archive-prebuilt-frameworks-into-one-zip-file)
|
9
|
+
|
10
|
+
Currently, the main problem is because only github projects could upload a prebuilts frameworks and distrubuite
|
11
|
+
them using a great github tool called ["RELEASES"](https://help.github.com/articles/creating-releases/) automatically.
|
12
|
+
To people like me who the majority of our clients using Bitbucket the all process should be done manually. So you should
|
13
|
+
upload the prebuilts frameworks on some sort of cloud storage and manage the version using a JSON file and upload
|
14
|
+
manually and because that the gem was born! To the people like me who are a bit lazy and do not like to do manual job,
|
15
|
+
this is for you!!!
|
16
|
+
|
17
|
+
**So, in a head line: Our gem wants to make the process of distribution of prebuild carthage binaries easier through the
|
18
|
+
most popular storage cloud.**
|
19
|
+
|
20
|
+
*One big thanks for my friend and brother [Rafael Ferreira](https://github.com/RafaelPlantard) that make the initials
|
21
|
+
scripts(Shell and Ruby) and that's give me Ideia to bring it to a ruby class struct and RubyGem to distribute to every body!*
|
22
|
+
|
23
|
+
## Supported Storage Clouds
|
24
|
+
* [Firebase Cloud Storage](https://firebase.google.com/docs/storage/?gclid=Cj0KCQiAzfrTBRC_ARIsAJ5ps0uB9qOHR9kDhzlqReNfQlhrRJH7gWwHRCbl-XQRIJEvt9jN6ROPdxQaAohIEALw_wcB)
|
6
25
|
|
7
26
|
## Installation
|
8
27
|
|
@@ -14,15 +33,51 @@ gem 'cartup'
|
|
14
33
|
|
15
34
|
And then execute:
|
16
35
|
|
17
|
-
$ bundle
|
36
|
+
$ bundle install
|
18
37
|
|
19
38
|
Or install it yourself as:
|
20
39
|
|
21
|
-
$ gem install
|
40
|
+
$ gem install cartup
|
22
41
|
|
23
42
|
## Usage
|
24
43
|
|
25
|
-
|
44
|
+
### Setup with yaml
|
45
|
+
|
46
|
+
The first thing is setup the yaml file in or project.
|
47
|
+
Create a file name called ```cart_uploader.yaml``` inside of this file insert:
|
48
|
+
|
49
|
+
```yaml
|
50
|
+
project:
|
51
|
+
framework:
|
52
|
+
version: "1.0.0"
|
53
|
+
name: "Cartup"
|
54
|
+
google:
|
55
|
+
project_id: "<Insert here Google project ID>"
|
56
|
+
credentials_file: "<Insert here The path to credential file that you download from firebase>"
|
57
|
+
bucket: "<Insert here the name of destination bucket on google cloud>"
|
58
|
+
```
|
59
|
+
### Upload a binary
|
60
|
+
|
61
|
+
After you have created the ````yaml```` file and setup it, you are ready to send the prebuilt frame
|
62
|
+
some cloud storage.
|
63
|
+
|
64
|
+
**Before you could run the upload command make you already make the follow steps:**
|
65
|
+
* Generated the build with carthage like ```carthage build --no-skip-current```
|
66
|
+
* Archived the framework with carthage with the command ```carthage archive <YourFrameworkName>```
|
67
|
+
|
68
|
+
*If you hae any doubts about how to generate prebuilts framework [click here to see more information](https://github.com/Carthage/Carthage#archive-prebuilt-frameworks-into-one-zip-file))*
|
69
|
+
|
70
|
+
Now everything is alright jus run the follow command:
|
71
|
+
|
72
|
+
if you are running with bundler:
|
73
|
+
```
|
74
|
+
bundle exec cartup run
|
75
|
+
```
|
76
|
+
|
77
|
+
if you are running without bundler:
|
78
|
+
```
|
79
|
+
cartup run
|
80
|
+
```
|
26
81
|
|
27
82
|
## Development
|
28
83
|
|
@@ -32,7 +87,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
32
87
|
|
33
88
|
## Contributing
|
34
89
|
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
90
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/mendesbarreto/cartup/. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
36
91
|
|
37
92
|
## License
|
38
93
|
|
@@ -40,4 +95,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
40
95
|
|
41
96
|
## Code of Conduct
|
42
97
|
|
43
|
-
Everyone interacting in the
|
98
|
+
Everyone interacting in the Cartup project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/mendesbarreto/cartup/blob/master/CODE_OF_CONDUCT.md).
|
data/exe/cartup
CHANGED
@@ -3,9 +3,23 @@
|
|
3
3
|
require "cartup"
|
4
4
|
|
5
5
|
COMMAND_RUN = "run"
|
6
|
+
COMMAND_INIT = "init"
|
7
|
+
COMMAND_HELP = "help"
|
6
8
|
|
7
|
-
|
9
|
+
command = ARGV[0]
|
10
|
+
|
11
|
+
helpDescription = <<-EOF
|
12
|
+
These are common Git commands used in various situations:
|
13
|
+
- init Create an empty cart_uploader.yaml
|
14
|
+
- run uploading the Carthage prebuilts to a cloud storage
|
15
|
+
- help show help instructions and list available subcommands
|
16
|
+
EOF
|
17
|
+
|
18
|
+
if command == COMMAND_RUN
|
8
19
|
CartBinaryUploader.run
|
20
|
+
elsif command == COMMAND_INIT
|
21
|
+
CartBinaryUploader.init
|
9
22
|
else
|
10
|
-
puts
|
11
|
-
end
|
23
|
+
puts helpDescription
|
24
|
+
end
|
25
|
+
|
data/lib/cartup.rb
CHANGED
@@ -28,6 +28,21 @@ module CartBinaryUploader
|
|
28
28
|
gitHelper.push
|
29
29
|
end
|
30
30
|
|
31
|
+
def self.init
|
32
|
+
CartBinaryUploader.copyTemplateYaml
|
33
|
+
end
|
34
|
+
|
35
|
+
def self.copyTemplateYaml
|
36
|
+
fromSourceFile = "./lib/template.yaml"
|
37
|
+
toDestinationFile = "./cart_uploader.yaml"
|
38
|
+
CartBinaryUploader.copy_with_path fromSourceFile, toDestinationFile
|
39
|
+
end
|
40
|
+
|
41
|
+
def self.copy_with_path(src, dst)
|
42
|
+
FileUtils.mkdir_p(File.dirname(dst))
|
43
|
+
FileUtils.cp(src, dst)
|
44
|
+
end
|
45
|
+
|
31
46
|
def self.getConfig
|
32
47
|
begin
|
33
48
|
puts "Creating project config"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cartup
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Douglas Mendes
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-02-
|
12
|
+
date: 2018-02-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -81,8 +81,23 @@ dependencies:
|
|
81
81
|
- - "~>"
|
82
82
|
- !ruby/object:Gem::Version
|
83
83
|
version: '2.1'
|
84
|
-
description: "
|
85
|
-
|
84
|
+
description: "\n Cartup is the easyest way to share prebuilts Carthage frameworks
|
85
|
+
between our projects.\n\n The main propose of this gem is uploading the Carthage
|
86
|
+
prebuilts to a cloud\n storage like, drive, onedrive, dropbox or google cloud.
|
87
|
+
To know more how to make prebuilts with Carthage please follow\n the link about
|
88
|
+
how to do it: https://github.com/Carthage/Carthage#archive-prebuilt-frameworks-into-one-zip-file\n\n
|
89
|
+
\ Currently, the main problem is because only github projects could upload a prebuilts
|
90
|
+
frameworks and distrubuite\n them using a great github tool called \"RELEASES\"(https://help.github.com/articles/creating-releases/)
|
91
|
+
automatically.\n To people like me who the majority of our clients using Bitbucket
|
92
|
+
the all process should be done manually. So you should\n upload the prebuilts
|
93
|
+
frameworks on some sort of cloud storage and manage the version using a JSON file
|
94
|
+
and upload\n manually and because that the gem was born! To the people like me
|
95
|
+
who are a bit lazy and do not like to do manual job,\n this is for you!!!\n\n
|
96
|
+
\ So, in a head line: Our gem wants to make the process of distribution of prebuild
|
97
|
+
carthage binaries easier through the\n most popular storage cloud.\n\n One
|
98
|
+
big thanks for my friend and brother [Rafael Ferreira](https://github.com/RafaelPlantard)
|
99
|
+
that make the initials\n scripts(Shell and Ruby) and that's give me Ideia to
|
100
|
+
bring it to a ruby class struct and RubyGem to distribute to every body!\n "
|
86
101
|
email:
|
87
102
|
- mendes-barreto@live.com
|
88
103
|
- rafael.yami@hotmail.com
|
@@ -92,8 +107,13 @@ extensions: []
|
|
92
107
|
extra_rdoc_files: []
|
93
108
|
files:
|
94
109
|
- ".gitignore"
|
110
|
+
- ".idea/.rakeTasks"
|
111
|
+
- ".idea/CartBinaryUploader.iml"
|
95
112
|
- ".idea/inspectionProfiles/Project_Default.xml"
|
113
|
+
- ".idea/misc.xml"
|
114
|
+
- ".idea/modules.xml"
|
96
115
|
- ".idea/vcs.xml"
|
116
|
+
- ".idea/workspace.xml"
|
97
117
|
- CODE_OF_CONDUCT.md
|
98
118
|
- CartBinaryUploader.gemspec
|
99
119
|
- Gemfile
|
@@ -134,6 +154,6 @@ rubyforge_project:
|
|
134
154
|
rubygems_version: 2.6.8
|
135
155
|
signing_key:
|
136
156
|
specification_version: 4
|
137
|
-
summary: This gem will
|
138
|
-
cloud
|
157
|
+
summary: This gem will help you to upload the carthage binaries a privates accounts
|
158
|
+
like google cloud, s3 e etc.
|
139
159
|
test_files: []
|