dynamodb_framework 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +10 -0
- data/.idea/.name +1 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/dynamodb_framework.iml +35 -0
- data/.idea/encodings.xml +6 -0
- data/.idea/misc.xml +33 -0
- data/.idea/modules.xml +8 -0
- data/.idea/vcs.xml +6 -0
- data/.idea/workspace.xml +540 -0
- data/.rspec +3 -0
- data/CODE_OF_CONDUCT.md +49 -0
- data/Gemfile +12 -0
- data/LICENSE.txt +21 -0
- data/README.md +41 -0
- data/Rakefile +2 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/dynamodb_framework.gemspec +28 -0
- data/lib/dynamodb_framework/dynamodb_attributes_builder.rb +20 -0
- data/lib/dynamodb_framework/dynamodb_migration_manager.rb +75 -0
- data/lib/dynamodb_framework/dynamodb_migration_script.rb +16 -0
- data/lib/dynamodb_framework/dynamodb_repository.rb +185 -0
- data/lib/dynamodb_framework/dynamodb_store.rb +16 -0
- data/lib/dynamodb_framework/dynamodb_table_manager.rb +283 -0
- data/lib/dynamodb_framework/version.rb +3 -0
- data/lib/dynamodb_framework.rb +7 -0
- metadata +129 -0
data/.idea/workspace.xml
ADDED
@@ -0,0 +1,540 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ChangeListManager">
|
4
|
+
<list default="true" id="e6e52ba6-fb1e-45c4-b31f-2a2931ecfa44" name="Default" comment="">
|
5
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/dynamodb_framework.gemspec" afterPath="$PROJECT_DIR$/dynamodb_framework.gemspec" />
|
6
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/dynamodb_framework.iml" afterPath="$PROJECT_DIR$/.idea/dynamodb_framework.iml" />
|
7
|
+
</list>
|
8
|
+
<ignored path="dynamodb_framework.iws" />
|
9
|
+
<ignored path=".idea/workspace.xml" />
|
10
|
+
<ignored path=".idea/dataSources.local.xml" />
|
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="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
19
|
+
<component name="CreatePatchCommitExecutor">
|
20
|
+
<option name="PATCH_PATH" value="" />
|
21
|
+
</component>
|
22
|
+
<component name="FavoritesManager">
|
23
|
+
<favorites_list name="dynamodb_framework" />
|
24
|
+
</component>
|
25
|
+
<component name="FileEditorManager">
|
26
|
+
<leaf>
|
27
|
+
<file leaf-file-name="Gemfile" pinned="false" current-in-tab="false">
|
28
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
29
|
+
<provider selected="true" editor-type-id="text-editor">
|
30
|
+
<state vertical-scroll-proportion="0.0">
|
31
|
+
<caret line="4" column="0" selection-start-line="4" selection-start-column="0" selection-end-line="4" selection-end-column="0" />
|
32
|
+
<folding />
|
33
|
+
</state>
|
34
|
+
</provider>
|
35
|
+
</entry>
|
36
|
+
</file>
|
37
|
+
<file leaf-file-name="dynamodb_framework.gemspec" pinned="false" current-in-tab="true">
|
38
|
+
<entry file="file://$PROJECT_DIR$/dynamodb_framework.gemspec">
|
39
|
+
<provider selected="true" editor-type-id="text-editor">
|
40
|
+
<state vertical-scroll-proportion="0.1558753">
|
41
|
+
<caret line="13" column="80" selection-start-line="13" selection-start-column="80" selection-end-line="13" selection-end-column="80" />
|
42
|
+
<folding />
|
43
|
+
</state>
|
44
|
+
</provider>
|
45
|
+
</entry>
|
46
|
+
</file>
|
47
|
+
<file leaf-file-name="spec_helper.rb" pinned="false" current-in-tab="false">
|
48
|
+
<entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
|
49
|
+
<provider selected="true" editor-type-id="text-editor">
|
50
|
+
<state vertical-scroll-proportion="0.0">
|
51
|
+
<caret line="8" column="28" selection-start-line="8" selection-start-column="28" selection-end-line="8" selection-end-column="28" />
|
52
|
+
<folding />
|
53
|
+
</state>
|
54
|
+
</provider>
|
55
|
+
</entry>
|
56
|
+
</file>
|
57
|
+
<file leaf-file-name="test_item.rb" pinned="false" current-in-tab="false">
|
58
|
+
<entry file="file://$PROJECT_DIR$/spec/test_item.rb">
|
59
|
+
<provider selected="true" editor-type-id="text-editor">
|
60
|
+
<state vertical-scroll-proportion="0.0">
|
61
|
+
<caret line="5" column="3" selection-start-line="5" selection-start-column="3" selection-end-line="5" selection-end-column="3" />
|
62
|
+
<folding />
|
63
|
+
</state>
|
64
|
+
</provider>
|
65
|
+
</entry>
|
66
|
+
</file>
|
67
|
+
<file leaf-file-name="test_migration_script1.rb" pinned="false" current-in-tab="false">
|
68
|
+
<entry file="file://$PROJECT_DIR$/spec/test_migration_script1.rb">
|
69
|
+
<provider selected="true" editor-type-id="text-editor">
|
70
|
+
<state vertical-scroll-proportion="0.0">
|
71
|
+
<caret line="22" column="3" selection-start-line="22" selection-start-column="3" selection-end-line="22" selection-end-column="3" />
|
72
|
+
<folding />
|
73
|
+
</state>
|
74
|
+
</provider>
|
75
|
+
</entry>
|
76
|
+
</file>
|
77
|
+
<file leaf-file-name="test_migration_script2.rb" pinned="false" current-in-tab="false">
|
78
|
+
<entry file="file://$PROJECT_DIR$/spec/test_migration_script2.rb">
|
79
|
+
<provider selected="true" editor-type-id="text-editor">
|
80
|
+
<state vertical-scroll-proportion="0.0">
|
81
|
+
<caret line="22" column="3" selection-start-line="22" selection-start-column="3" selection-end-line="22" selection-end-column="3" />
|
82
|
+
<folding />
|
83
|
+
</state>
|
84
|
+
</provider>
|
85
|
+
</entry>
|
86
|
+
</file>
|
87
|
+
<file leaf-file-name="dynamodb_framework.rb" pinned="false" current-in-tab="false">
|
88
|
+
<entry file="file://$PROJECT_DIR$/lib/dynamodb_framework.rb">
|
89
|
+
<provider selected="true" editor-type-id="text-editor">
|
90
|
+
<state vertical-scroll-proportion="0.0">
|
91
|
+
<caret line="6" column="53" selection-start-line="6" selection-start-column="53" selection-end-line="6" selection-end-column="53" />
|
92
|
+
<folding />
|
93
|
+
</state>
|
94
|
+
</provider>
|
95
|
+
</entry>
|
96
|
+
</file>
|
97
|
+
<file leaf-file-name="dynamodb_migration_manager_spec.rb" pinned="false" current-in-tab="false">
|
98
|
+
<entry file="file://$PROJECT_DIR$/spec/dynamodb_migration_manager_spec.rb">
|
99
|
+
<provider selected="true" editor-type-id="text-editor">
|
100
|
+
<state vertical-scroll-proportion="0.0">
|
101
|
+
<caret line="1" column="0" selection-start-line="1" selection-start-column="0" selection-end-line="1" selection-end-column="0" />
|
102
|
+
<folding />
|
103
|
+
</state>
|
104
|
+
</provider>
|
105
|
+
</entry>
|
106
|
+
</file>
|
107
|
+
<file leaf-file-name="dynamodb_repository_spec.rb" pinned="false" current-in-tab="false">
|
108
|
+
<entry file="file://$PROJECT_DIR$/spec/dynamodb_repository_spec.rb">
|
109
|
+
<provider selected="true" editor-type-id="text-editor">
|
110
|
+
<state vertical-scroll-proportion="0.0">
|
111
|
+
<caret line="0" column="9" selection-start-line="0" selection-start-column="9" selection-end-line="0" selection-end-column="9" />
|
112
|
+
<folding />
|
113
|
+
</state>
|
114
|
+
</provider>
|
115
|
+
</entry>
|
116
|
+
</file>
|
117
|
+
<file leaf-file-name="dynamodb_table_manager_spec.rb" pinned="false" current-in-tab="false">
|
118
|
+
<entry file="file://$PROJECT_DIR$/spec/dynamodb_table_manager_spec.rb">
|
119
|
+
<provider selected="true" editor-type-id="text-editor">
|
120
|
+
<state vertical-scroll-proportion="0.0">
|
121
|
+
<caret line="0" column="9" selection-start-line="0" selection-start-column="9" selection-end-line="0" selection-end-column="9" />
|
122
|
+
<folding />
|
123
|
+
</state>
|
124
|
+
</provider>
|
125
|
+
</entry>
|
126
|
+
</file>
|
127
|
+
</leaf>
|
128
|
+
</component>
|
129
|
+
<component name="Git.Settings">
|
130
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
131
|
+
</component>
|
132
|
+
<component name="IdeDocumentHistory">
|
133
|
+
<option name="CHANGED_PATHS">
|
134
|
+
<list>
|
135
|
+
<option value="$PROJECT_DIR$/.gitignore" />
|
136
|
+
<option value="$PROJECT_DIR$/lib/dynamodb_framework/dynamodb_attributes_builder.rb" />
|
137
|
+
<option value="$PROJECT_DIR$/lib/dynamodb_framework/dynamodb_migration_manager.rb" />
|
138
|
+
<option value="$PROJECT_DIR$/lib/dynamodb_framework/dynamodb_repository.rb" />
|
139
|
+
<option value="$PROJECT_DIR$/lib/dynamodb_framework/dynamodb_store.rb" />
|
140
|
+
<option value="$PROJECT_DIR$/lib/dynamodb_framework/dynamodb_table_manager.rb" />
|
141
|
+
<option value="$PROJECT_DIR$/lib/dynamodb_framework/dynamodb_migration_script.rb" />
|
142
|
+
<option value="$PROJECT_DIR$/lib/dynamodb_framework.rb" />
|
143
|
+
<option value="$PROJECT_DIR$/.rspec" />
|
144
|
+
<option value="$PROJECT_DIR$/spec/dynamodb_migration_manager_spec.rb" />
|
145
|
+
<option value="$PROJECT_DIR$/spec/test_migration_script1.rb" />
|
146
|
+
<option value="$PROJECT_DIR$/spec/test_migration_script2.rb" />
|
147
|
+
<option value="$PROJECT_DIR$/spec/test_item.rb" />
|
148
|
+
<option value="$PROJECT_DIR$/spec/dynamodb_repository_spec.rb" />
|
149
|
+
<option value="$PROJECT_DIR$/spec/dynamodb_table_manager_spec.rb" />
|
150
|
+
<option value="$PROJECT_DIR$/spec/spec_helper.rb" />
|
151
|
+
<option value="$PROJECT_DIR$/Gemfile" />
|
152
|
+
<option value="$PROJECT_DIR$/dynamodb_framework.gemspec" />
|
153
|
+
</list>
|
154
|
+
</option>
|
155
|
+
</component>
|
156
|
+
<component name="JsBuildToolGruntFileManager" detection-done="true" />
|
157
|
+
<component name="JsGulpfileManager">
|
158
|
+
<detection-done>true</detection-done>
|
159
|
+
</component>
|
160
|
+
<component name="NamedScopeManager">
|
161
|
+
<order />
|
162
|
+
</component>
|
163
|
+
<component name="ProjectFrameBounds">
|
164
|
+
<option name="x" value="1953" />
|
165
|
+
<option name="y" value="23" />
|
166
|
+
<option name="width" value="2497" />
|
167
|
+
<option name="height" value="1345" />
|
168
|
+
</component>
|
169
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
170
|
+
<OptionsSetting value="true" id="Add" />
|
171
|
+
<OptionsSetting value="true" id="Remove" />
|
172
|
+
<OptionsSetting value="true" id="Checkout" />
|
173
|
+
<OptionsSetting value="true" id="Update" />
|
174
|
+
<OptionsSetting value="true" id="Status" />
|
175
|
+
<OptionsSetting value="true" id="Edit" />
|
176
|
+
<ConfirmationsSetting value="0" id="Add" />
|
177
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
178
|
+
</component>
|
179
|
+
<component name="ProjectView">
|
180
|
+
<navigator currentView="ProjectPane" proportions="" version="1">
|
181
|
+
<flattenPackages />
|
182
|
+
<showMembers />
|
183
|
+
<showModules />
|
184
|
+
<showLibraryContents />
|
185
|
+
<hideEmptyPackages />
|
186
|
+
<abbreviatePackageNames />
|
187
|
+
<autoscrollToSource />
|
188
|
+
<autoscrollFromSource />
|
189
|
+
<sortByType />
|
190
|
+
</navigator>
|
191
|
+
<panes>
|
192
|
+
<pane id="Scope" />
|
193
|
+
<pane id="ProjectPane">
|
194
|
+
<subPane>
|
195
|
+
<PATH>
|
196
|
+
<PATH_ELEMENT>
|
197
|
+
<option name="myItemId" value="dynamodb_framework" />
|
198
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
199
|
+
</PATH_ELEMENT>
|
200
|
+
</PATH>
|
201
|
+
<PATH>
|
202
|
+
<PATH_ELEMENT>
|
203
|
+
<option name="myItemId" value="dynamodb_framework" />
|
204
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
205
|
+
</PATH_ELEMENT>
|
206
|
+
<PATH_ELEMENT>
|
207
|
+
<option name="myItemId" value="dynamodb_framework" />
|
208
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
209
|
+
</PATH_ELEMENT>
|
210
|
+
</PATH>
|
211
|
+
</subPane>
|
212
|
+
</pane>
|
213
|
+
<pane id="Scratches" />
|
214
|
+
</panes>
|
215
|
+
</component>
|
216
|
+
<component name="PropertiesComponent">
|
217
|
+
<property name="settings.editor.selected.configurable" value="org.jetbrains.plugins.ruby.settings.RubyActiveModuleSdkConfigurable" />
|
218
|
+
<property name="settings.editor.splitter.proportion" value="0.2" />
|
219
|
+
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
220
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
221
|
+
</component>
|
222
|
+
<component name="RunManager">
|
223
|
+
<configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
|
224
|
+
<predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
|
225
|
+
<module name="" />
|
226
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
227
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
228
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
229
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
230
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
231
|
+
<envs />
|
232
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
233
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
234
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
235
|
+
<COVERAGE_PATTERN ENABLED="true">
|
236
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
237
|
+
</COVERAGE_PATTERN>
|
238
|
+
</EXTENSION>
|
239
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
240
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
|
241
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
242
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
243
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
244
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
|
245
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
|
246
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
|
247
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
248
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
249
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
|
250
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
251
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
252
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
253
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
|
254
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
|
255
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
|
256
|
+
<method />
|
257
|
+
</configuration>
|
258
|
+
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
259
|
+
<method />
|
260
|
+
</configuration>
|
261
|
+
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
262
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
263
|
+
<module name="" />
|
264
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
265
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
266
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
267
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
268
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
269
|
+
<envs />
|
270
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
271
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
272
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
273
|
+
<COVERAGE_PATTERN ENABLED="true">
|
274
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
275
|
+
</COVERAGE_PATTERN>
|
276
|
+
</EXTENSION>
|
277
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
278
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
279
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
280
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
281
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
282
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
283
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
284
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
285
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
286
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
287
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
288
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
289
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
290
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
291
|
+
<method />
|
292
|
+
</configuration>
|
293
|
+
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
294
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
295
|
+
<module name="" />
|
296
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
297
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
298
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
299
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
300
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
301
|
+
<envs />
|
302
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
303
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
304
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
305
|
+
<COVERAGE_PATTERN ENABLED="true">
|
306
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
307
|
+
</COVERAGE_PATTERN>
|
308
|
+
</EXTENSION>
|
309
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
310
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
311
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
312
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
313
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
314
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
315
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
316
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
317
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
318
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
319
|
+
<method />
|
320
|
+
</configuration>
|
321
|
+
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
|
322
|
+
<method />
|
323
|
+
</configuration>
|
324
|
+
</component>
|
325
|
+
<component name="ShelveChangesManager" show_recycled="false" />
|
326
|
+
<component name="TaskManager">
|
327
|
+
<task active="true" id="Default" summary="Default task">
|
328
|
+
<changelist id="e6e52ba6-fb1e-45c4-b31f-2a2931ecfa44" name="Default" comment="" />
|
329
|
+
<created>1458306787294</created>
|
330
|
+
<option name="number" value="Default" />
|
331
|
+
<updated>1458306787294</updated>
|
332
|
+
</task>
|
333
|
+
<servers />
|
334
|
+
</component>
|
335
|
+
<component name="ToolWindowManager">
|
336
|
+
<frame x="1953" y="23" width="2497" height="1345" extended-state="0" />
|
337
|
+
<editor active="true" />
|
338
|
+
<layout>
|
339
|
+
<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="-1" side_tool="false" content_ui="tabs" />
|
340
|
+
<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" />
|
341
|
+
<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="-1" side_tool="false" content_ui="tabs" />
|
342
|
+
<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" />
|
343
|
+
<window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
344
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.2496945" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
345
|
+
<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" />
|
346
|
+
<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" />
|
347
|
+
<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="-1" side_tool="true" content_ui="tabs" />
|
348
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
|
349
|
+
<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="-1" side_tool="false" content_ui="tabs" />
|
350
|
+
<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" />
|
351
|
+
<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" />
|
352
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
353
|
+
<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" />
|
354
|
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
355
|
+
<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" />
|
356
|
+
<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" />
|
357
|
+
</layout>
|
358
|
+
</component>
|
359
|
+
<component name="VcsContentAnnotationSettings">
|
360
|
+
<option name="myLimit" value="2678400000" />
|
361
|
+
</component>
|
362
|
+
<component name="XDebuggerManager">
|
363
|
+
<breakpoint-manager />
|
364
|
+
<watches-manager />
|
365
|
+
</component>
|
366
|
+
<component name="editorHistoryManager">
|
367
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
368
|
+
<provider selected="true" editor-type-id="text-editor">
|
369
|
+
<state vertical-scroll-proportion="-5.0">
|
370
|
+
<caret line="9" column="10" selection-start-line="9" selection-start-column="10" selection-end-line="9" selection-end-column="10" />
|
371
|
+
<folding />
|
372
|
+
</state>
|
373
|
+
</provider>
|
374
|
+
</entry>
|
375
|
+
<entry file="file://$PROJECT_DIR$/lib/dynamodb_framework/version.rb">
|
376
|
+
<provider selected="true" editor-type-id="text-editor">
|
377
|
+
<state vertical-scroll-proportion="0.0">
|
378
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
379
|
+
<folding />
|
380
|
+
</state>
|
381
|
+
</provider>
|
382
|
+
</entry>
|
383
|
+
<entry file="file://$PROJECT_DIR$/lib/dynamodb_framework/dynamodb_attributes_builder.rb">
|
384
|
+
<provider selected="true" editor-type-id="text-editor">
|
385
|
+
<state vertical-scroll-proportion="0.0">
|
386
|
+
<caret line="19" column="3" selection-start-line="19" selection-start-column="3" selection-end-line="19" selection-end-column="3" />
|
387
|
+
<folding />
|
388
|
+
</state>
|
389
|
+
</provider>
|
390
|
+
</entry>
|
391
|
+
<entry file="file://$PROJECT_DIR$/lib/dynamodb_framework/dynamodb_migration_manager.rb">
|
392
|
+
<provider selected="true" editor-type-id="text-editor">
|
393
|
+
<state vertical-scroll-proportion="0.0">
|
394
|
+
<caret line="74" column="3" selection-start-line="74" selection-start-column="3" selection-end-line="74" selection-end-column="3" />
|
395
|
+
<folding />
|
396
|
+
</state>
|
397
|
+
</provider>
|
398
|
+
</entry>
|
399
|
+
<entry file="file://$PROJECT_DIR$/lib/dynamodb_framework/dynamodb_repository.rb">
|
400
|
+
<provider selected="true" editor-type-id="text-editor">
|
401
|
+
<state vertical-scroll-proportion="0.0">
|
402
|
+
<caret line="184" column="3" selection-start-line="184" selection-start-column="3" selection-end-line="184" selection-end-column="3" />
|
403
|
+
<folding>
|
404
|
+
<element signature="e#528#866#0" expanded="false" />
|
405
|
+
<element signature="e#870#1127#0" expanded="false" />
|
406
|
+
<element signature="e#1131#2111#0" expanded="false" />
|
407
|
+
<element signature="e#2115#3761#0" expanded="false" />
|
408
|
+
</folding>
|
409
|
+
</state>
|
410
|
+
</provider>
|
411
|
+
</entry>
|
412
|
+
<entry file="file://$PROJECT_DIR$/lib/dynamodb_framework/dynamodb_store.rb">
|
413
|
+
<provider selected="true" editor-type-id="text-editor">
|
414
|
+
<state vertical-scroll-proportion="0.0">
|
415
|
+
<caret line="15" column="3" selection-start-line="15" selection-start-column="3" selection-end-line="15" selection-end-column="3" />
|
416
|
+
<folding />
|
417
|
+
</state>
|
418
|
+
</provider>
|
419
|
+
</entry>
|
420
|
+
<entry file="file://$PROJECT_DIR$/lib/dynamodb_framework/dynamodb_table_manager.rb">
|
421
|
+
<provider selected="true" editor-type-id="text-editor">
|
422
|
+
<state vertical-scroll-proportion="0.0">
|
423
|
+
<caret line="282" column="3" selection-start-line="282" selection-start-column="3" selection-end-line="282" selection-end-column="3" />
|
424
|
+
<folding>
|
425
|
+
<element signature="e#113#345#0" expanded="false" />
|
426
|
+
<element signature="e#349#862#0" expanded="false" />
|
427
|
+
<element signature="e#866#1449#0" expanded="false" />
|
428
|
+
<element signature="e#1453#2109#0" expanded="false" />
|
429
|
+
<element signature="e#2113#2858#0" expanded="false" />
|
430
|
+
<element signature="e#2862#3321#0" expanded="false" />
|
431
|
+
<element signature="e#3325#3467#0" expanded="false" />
|
432
|
+
<element signature="e#3471#3855#0" expanded="false" />
|
433
|
+
<element signature="e#3859#4181#0" expanded="false" />
|
434
|
+
<element signature="e#4185#4565#0" expanded="false" />
|
435
|
+
<element signature="e#4569#4942#0" expanded="false" />
|
436
|
+
<element signature="e#4946#6146#0" expanded="false" />
|
437
|
+
<element signature="e#6150#6794#0" expanded="false" />
|
438
|
+
<element signature="e#6798#7026#0" expanded="false" />
|
439
|
+
</folding>
|
440
|
+
</state>
|
441
|
+
</provider>
|
442
|
+
</entry>
|
443
|
+
<entry file="file://$PROJECT_DIR$/lib/dynamodb_framework/dynamodb_migration_script.rb">
|
444
|
+
<provider selected="true" editor-type-id="text-editor">
|
445
|
+
<state vertical-scroll-proportion="0.0">
|
446
|
+
<caret line="15" column="3" selection-start-line="15" selection-start-column="3" selection-end-line="15" selection-end-column="3" />
|
447
|
+
<folding />
|
448
|
+
</state>
|
449
|
+
</provider>
|
450
|
+
</entry>
|
451
|
+
<entry file="file://$PROJECT_DIR$/.rspec">
|
452
|
+
<provider selected="true" editor-type-id="text-editor">
|
453
|
+
<state vertical-scroll-proportion="0.0">
|
454
|
+
<caret line="2" column="12" selection-start-line="2" selection-start-column="12" selection-end-line="2" selection-end-column="12" />
|
455
|
+
<folding />
|
456
|
+
</state>
|
457
|
+
</provider>
|
458
|
+
</entry>
|
459
|
+
<entry file="file://$PROJECT_DIR$/lib/dynamodb_framework.rb">
|
460
|
+
<provider selected="true" editor-type-id="text-editor">
|
461
|
+
<state vertical-scroll-proportion="0.0">
|
462
|
+
<caret line="6" column="53" selection-start-line="6" selection-start-column="53" selection-end-line="6" selection-end-column="53" />
|
463
|
+
<folding />
|
464
|
+
</state>
|
465
|
+
</provider>
|
466
|
+
</entry>
|
467
|
+
<entry file="file://$PROJECT_DIR$/spec/test_migration_script1.rb">
|
468
|
+
<provider selected="true" editor-type-id="text-editor">
|
469
|
+
<state vertical-scroll-proportion="0.0">
|
470
|
+
<caret line="22" column="3" selection-start-line="22" selection-start-column="3" selection-end-line="22" selection-end-column="3" />
|
471
|
+
<folding />
|
472
|
+
</state>
|
473
|
+
</provider>
|
474
|
+
</entry>
|
475
|
+
<entry file="file://$PROJECT_DIR$/spec/test_migration_script2.rb">
|
476
|
+
<provider selected="true" editor-type-id="text-editor">
|
477
|
+
<state vertical-scroll-proportion="0.0">
|
478
|
+
<caret line="22" column="3" selection-start-line="22" selection-start-column="3" selection-end-line="22" selection-end-column="3" />
|
479
|
+
<folding />
|
480
|
+
</state>
|
481
|
+
</provider>
|
482
|
+
</entry>
|
483
|
+
<entry file="file://$PROJECT_DIR$/spec/test_item.rb">
|
484
|
+
<provider selected="true" editor-type-id="text-editor">
|
485
|
+
<state vertical-scroll-proportion="0.0">
|
486
|
+
<caret line="5" column="3" selection-start-line="5" selection-start-column="3" selection-end-line="5" selection-end-column="3" />
|
487
|
+
<folding />
|
488
|
+
</state>
|
489
|
+
</provider>
|
490
|
+
</entry>
|
491
|
+
<entry file="file://$PROJECT_DIR$/spec/dynamodb_migration_manager_spec.rb">
|
492
|
+
<provider selected="true" editor-type-id="text-editor">
|
493
|
+
<state vertical-scroll-proportion="0.0">
|
494
|
+
<caret line="1" column="0" selection-start-line="1" selection-start-column="0" selection-end-line="1" selection-end-column="0" />
|
495
|
+
<folding />
|
496
|
+
</state>
|
497
|
+
</provider>
|
498
|
+
</entry>
|
499
|
+
<entry file="file://$PROJECT_DIR$/spec/dynamodb_repository_spec.rb">
|
500
|
+
<provider selected="true" editor-type-id="text-editor">
|
501
|
+
<state vertical-scroll-proportion="0.0">
|
502
|
+
<caret line="0" column="9" selection-start-line="0" selection-start-column="9" selection-end-line="0" selection-end-column="9" />
|
503
|
+
<folding />
|
504
|
+
</state>
|
505
|
+
</provider>
|
506
|
+
</entry>
|
507
|
+
<entry file="file://$PROJECT_DIR$/spec/dynamodb_table_manager_spec.rb">
|
508
|
+
<provider selected="true" editor-type-id="text-editor">
|
509
|
+
<state vertical-scroll-proportion="0.0">
|
510
|
+
<caret line="0" column="9" selection-start-line="0" selection-start-column="9" selection-end-line="0" selection-end-column="9" />
|
511
|
+
<folding />
|
512
|
+
</state>
|
513
|
+
</provider>
|
514
|
+
</entry>
|
515
|
+
<entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
|
516
|
+
<provider selected="true" editor-type-id="text-editor">
|
517
|
+
<state vertical-scroll-proportion="0.0">
|
518
|
+
<caret line="8" column="28" selection-start-line="8" selection-start-column="28" selection-end-line="8" selection-end-column="28" />
|
519
|
+
<folding />
|
520
|
+
</state>
|
521
|
+
</provider>
|
522
|
+
</entry>
|
523
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
524
|
+
<provider selected="true" editor-type-id="text-editor">
|
525
|
+
<state vertical-scroll-proportion="0.0">
|
526
|
+
<caret line="4" column="0" selection-start-line="4" selection-start-column="0" selection-end-line="4" selection-end-column="0" />
|
527
|
+
<folding />
|
528
|
+
</state>
|
529
|
+
</provider>
|
530
|
+
</entry>
|
531
|
+
<entry file="file://$PROJECT_DIR$/dynamodb_framework.gemspec">
|
532
|
+
<provider selected="true" editor-type-id="text-editor">
|
533
|
+
<state vertical-scroll-proportion="0.1558753">
|
534
|
+
<caret line="13" column="80" selection-start-line="13" selection-start-column="80" selection-end-line="13" selection-end-column="80" />
|
535
|
+
<folding />
|
536
|
+
</state>
|
537
|
+
</provider>
|
538
|
+
</entry>
|
539
|
+
</component>
|
540
|
+
</project>
|
data/.rspec
ADDED
data/CODE_OF_CONDUCT.md
ADDED
@@ -0,0 +1,49 @@
|
|
1
|
+
# Contributor Code of Conduct
|
2
|
+
|
3
|
+
As contributors and maintainers of this project, and in the interest of
|
4
|
+
fostering an open and welcoming community, we pledge to respect all people who
|
5
|
+
contribute through reporting issues, posting feature requests, updating
|
6
|
+
documentation, submitting pull requests or patches, and other activities.
|
7
|
+
|
8
|
+
We are committed to making participation in this project a harassment-free
|
9
|
+
experience for everyone, regardless of level of experience, gender, gender
|
10
|
+
identity and expression, sexual orientation, disability, personal appearance,
|
11
|
+
body size, race, ethnicity, age, religion, or nationality.
|
12
|
+
|
13
|
+
Examples of unacceptable behavior by participants include:
|
14
|
+
|
15
|
+
* The use of sexualized language or imagery
|
16
|
+
* Personal attacks
|
17
|
+
* Trolling or insulting/derogatory comments
|
18
|
+
* Public or private harassment
|
19
|
+
* Publishing other's private information, such as physical or electronic
|
20
|
+
addresses, without explicit permission
|
21
|
+
* Other unethical or unprofessional conduct
|
22
|
+
|
23
|
+
Project maintainers have the right and responsibility to remove, edit, or
|
24
|
+
reject comments, commits, code, wiki edits, issues, and other contributions
|
25
|
+
that are not aligned to this Code of Conduct, or to ban temporarily or
|
26
|
+
permanently any contributor for other behaviors that they deem inappropriate,
|
27
|
+
threatening, offensive, or harmful.
|
28
|
+
|
29
|
+
By adopting this Code of Conduct, project maintainers commit themselves to
|
30
|
+
fairly and consistently applying these principles to every aspect of managing
|
31
|
+
this project. Project maintainers who do not follow or enforce the Code of
|
32
|
+
Conduct may be permanently removed from the project team.
|
33
|
+
|
34
|
+
This code of conduct applies both within project spaces and in public spaces
|
35
|
+
when an individual is representing the project or its community.
|
36
|
+
|
37
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
38
|
+
reported by contacting a project maintainer at vaughan.britton@sage.com. All
|
39
|
+
complaints will be reviewed and investigated and will result in a response that
|
40
|
+
is deemed necessary and appropriate to the circumstances. Maintainers are
|
41
|
+
obligated to maintain confidentiality with regard to the reporter of an
|
42
|
+
incident.
|
43
|
+
|
44
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
45
|
+
version 1.3.0, available at
|
46
|
+
[http://contributor-covenant.org/version/1/3/0/][version]
|
47
|
+
|
48
|
+
[homepage]: http://contributor-covenant.org
|
49
|
+
[version]: http://contributor-covenant.org/version/1/3/0/
|
data/Gemfile
ADDED
data/LICENSE.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2016 vaughanbrittonsage
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|