sous_vide 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: dcc858cdd1adc9b135ef8070c9acbcfdb3fb39ab
4
+ data.tar.gz: 206c19fc4c26aad21a6460693105e46f10612919
5
+ SHA512:
6
+ metadata.gz: 1a3f53f36dd077dda6f4a94830c83b0796dc5d03ae6474c8e25d664935d14748daff53b8a80e3bc42110a050c165e051bb5604f2991bc4dc5fa98a510f91156c
7
+ data.tar.gz: e22ca0fb173ce8c86026308af4fe2d4b2c6ff482733d4ba4dbf26bab8317499e5bcc55a0498d23a7649bd221b6d179ed4e67edeee11ac973f37e0cb9e764c858
data/.gitignore ADDED
@@ -0,0 +1,9 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
data/.idea/.name ADDED
@@ -0,0 +1 @@
1
+ sous_vide
data/.idea/misc.xml ADDED
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectLevelVcsManager" settingsEditedManually="false">
4
+ <OptionsSetting value="true" id="Add" />
5
+ <OptionsSetting value="true" id="Remove" />
6
+ <OptionsSetting value="true" id="Checkout" />
7
+ <OptionsSetting value="true" id="Update" />
8
+ <OptionsSetting value="true" id="Status" />
9
+ <OptionsSetting value="true" id="Edit" />
10
+ <ConfirmationsSetting value="0" id="Add" />
11
+ <ConfirmationsSetting value="0" id="Remove" />
12
+ </component>
13
+ <component name="ProjectRootManager" version="2" project-jdk-name="RVM: jruby-1.7.19 [rental_express]" project-jdk-type="JRUBY_SDK" />
14
+ </project>
data/.idea/modules.xml ADDED
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/sous_vide.iml" filepath="$PROJECT_DIR$/.idea/sous_vide.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="RUBY_MODULE" version="4">
3
+ <component name="FacetManager">
4
+ <facet type="gem" name="Ruby Gem">
5
+ <configuration>
6
+ <option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
7
+ <option name="GEM_APP_TEST_PATH" value="" />
8
+ <option name="GEM_APP_LIB_PATH" value="" />
9
+ </configuration>
10
+ </facet>
11
+ </component>
12
+ <component name="NewModuleRootManager">
13
+ <content url="file://$MODULE_DIR$" />
14
+ <orderEntry type="jdk" jdkName="RVM: ruby-2.2.2 [sous_vide]" jdkType="RUBY_SDK" />
15
+ <orderEntry type="sourceFolder" forTests="false" />
16
+ <orderEntry type="library" scope="PROVIDED" name="bundler (v1.10.3, RVM: ruby-2.2.2 [sous_vide]) [gem]" level="application" />
17
+ <orderEntry type="library" scope="PROVIDED" name="psych (v2.0.8, RVM: ruby-2.2.2 [sous_vide]) [gem]" level="application" />
18
+ <orderEntry type="library" scope="PROVIDED" name="rake (v10.4.2, RVM: ruby-2.2.2 [sous_vide]) [gem]" level="application" />
19
+ </component>
20
+ </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="" vcs="" />
5
+ </component>
6
+ </project>
@@ -0,0 +1,392 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="3e3e977b-1331-4958-8804-5331ef969c39" name="Default" comment="" />
5
+ <ignored path="sous_vide.iws" />
6
+ <ignored path=".idea/workspace.xml" />
7
+ <ignored path=".idea/dataSources.local.xml" />
8
+ <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
9
+ <option name="TRACKING_ENABLED" value="true" />
10
+ <option name="SHOW_DIALOG" value="false" />
11
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
12
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
13
+ <option name="LAST_RESOLUTION" value="IGNORE" />
14
+ </component>
15
+ <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
16
+ <component name="CreatePatchCommitExecutor">
17
+ <option name="PATCH_PATH" value="" />
18
+ </component>
19
+ <component name="FavoritesManager">
20
+ <favorites_list name="sous_vide" />
21
+ </component>
22
+ <component name="FileEditorManager">
23
+ <leaf>
24
+ <file leaf-file-name="README.md" pinned="false" current-in-tab="false">
25
+ <entry file="file://$PROJECT_DIR$/README.md">
26
+ <provider selected="true" editor-type-id="text-editor">
27
+ <state vertical-scroll-proportion="-18.172413">
28
+ <caret line="28" column="83" selection-start-line="28" selection-start-column="83" selection-end-line="28" selection-end-column="83" />
29
+ <folding />
30
+ </state>
31
+ </provider>
32
+ <provider editor-type-id="MarkdownPreviewEditor">
33
+ <state />
34
+ </provider>
35
+ </entry>
36
+ </file>
37
+ <file leaf-file-name="Rakefile" pinned="false" current-in-tab="false">
38
+ <entry file="file://$PROJECT_DIR$/Rakefile">
39
+ <provider selected="true" editor-type-id="text-editor">
40
+ <state vertical-scroll-proportion="0.0">
41
+ <caret line="0" column="17" selection-start-line="0" selection-start-column="17" selection-end-line="0" selection-end-column="17" />
42
+ <folding />
43
+ </state>
44
+ </provider>
45
+ </entry>
46
+ </file>
47
+ <file leaf-file-name="LICENSE.txt" pinned="false" current-in-tab="false">
48
+ <entry file="file://$PROJECT_DIR$/LICENSE.txt">
49
+ <provider selected="true" editor-type-id="text-editor">
50
+ <state vertical-scroll-proportion="-1.3103448">
51
+ <caret line="2" column="30" selection-start-line="2" selection-start-column="30" selection-end-line="2" selection-end-column="30" />
52
+ <folding />
53
+ </state>
54
+ </provider>
55
+ <provider editor-type-id="com.intellij.database.editor.CsvTableFileEditorProvider">
56
+ <state />
57
+ </provider>
58
+ </entry>
59
+ </file>
60
+ <file leaf-file-name="Gemfile.lock" pinned="false" current-in-tab="false">
61
+ <entry file="file://$PROJECT_DIR$/Gemfile.lock">
62
+ <provider selected="true" editor-type-id="text-editor">
63
+ <state vertical-scroll-proportion="0.0">
64
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
65
+ <folding />
66
+ </state>
67
+ </provider>
68
+ </entry>
69
+ </file>
70
+ <file leaf-file-name="Gemfile" pinned="false" current-in-tab="false">
71
+ <entry file="file://$PROJECT_DIR$/Gemfile">
72
+ <provider selected="true" editor-type-id="text-editor">
73
+ <state vertical-scroll-proportion="0.0">
74
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
75
+ <folding />
76
+ </state>
77
+ </provider>
78
+ </entry>
79
+ </file>
80
+ <file leaf-file-name=".travis.yml" pinned="false" current-in-tab="false">
81
+ <entry file="file://$PROJECT_DIR$/.travis.yml">
82
+ <provider selected="true" editor-type-id="text-editor">
83
+ <state vertical-scroll-proportion="0.0">
84
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
85
+ <folding />
86
+ </state>
87
+ </provider>
88
+ </entry>
89
+ </file>
90
+ <file leaf-file-name="sous_vide.rb" pinned="false" current-in-tab="false">
91
+ <entry file="file://$PROJECT_DIR$/lib/sous_vide.rb">
92
+ <provider selected="true" editor-type-id="text-editor">
93
+ <state vertical-scroll-proportion="0.0">
94
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
95
+ <folding />
96
+ </state>
97
+ </provider>
98
+ </entry>
99
+ </file>
100
+ <file leaf-file-name="version.rb" pinned="false" current-in-tab="false">
101
+ <entry file="file://$PROJECT_DIR$/lib/sous_vide/version.rb">
102
+ <provider selected="true" editor-type-id="text-editor">
103
+ <state vertical-scroll-proportion="0.0">
104
+ <caret line="1" column="17" selection-start-line="1" selection-start-column="17" selection-end-line="1" selection-end-column="17" />
105
+ <folding />
106
+ </state>
107
+ </provider>
108
+ </entry>
109
+ </file>
110
+ <file leaf-file-name="console" pinned="false" current-in-tab="false">
111
+ <entry file="file://$PROJECT_DIR$/bin/console">
112
+ <provider selected="true" editor-type-id="text-editor">
113
+ <state vertical-scroll-proportion="0.0">
114
+ <caret line="12" column="11" selection-start-line="12" selection-start-column="11" selection-end-line="12" selection-end-column="11" />
115
+ <folding />
116
+ </state>
117
+ </provider>
118
+ </entry>
119
+ </file>
120
+ <file leaf-file-name="setup" pinned="false" current-in-tab="true">
121
+ <entry file="file://$PROJECT_DIR$/bin/setup">
122
+ <provider selected="true" editor-type-id="text-editor">
123
+ <state vertical-scroll-proportion="0.0">
124
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
125
+ <folding />
126
+ </state>
127
+ </provider>
128
+ </entry>
129
+ </file>
130
+ </leaf>
131
+ </component>
132
+ <component name="IdeDocumentHistory">
133
+ <option name="CHANGED_PATHS">
134
+ <list>
135
+ <option value="$PROJECT_DIR$/sous_vide.gemspec" />
136
+ <option value="$PROJECT_DIR$/README.md" />
137
+ <option value="$PROJECT_DIR$/Rakefile" />
138
+ <option value="$PROJECT_DIR$/LICENSE.txt" />
139
+ <option value="$PROJECT_DIR$/lib/sous_vide/version.rb" />
140
+ <option value="$PROJECT_DIR$/bin/console" />
141
+ </list>
142
+ </option>
143
+ </component>
144
+ <component name="JsBuildToolGruntFileManager" detection-done="true" />
145
+ <component name="JsGulpfileManager">
146
+ <detection-done>true</detection-done>
147
+ </component>
148
+ <component name="NamedScopeManager">
149
+ <order />
150
+ </component>
151
+ <component name="ProjectFrameBounds">
152
+ <option name="x" value="-1887" />
153
+ <option name="y" value="86" />
154
+ <option name="width" value="1778" />
155
+ <option name="height" value="950" />
156
+ </component>
157
+ <component name="ProjectLevelVcsManager" settingsEditedManually="false">
158
+ <OptionsSetting value="true" id="Add" />
159
+ <OptionsSetting value="true" id="Remove" />
160
+ <OptionsSetting value="true" id="Checkout" />
161
+ <OptionsSetting value="true" id="Update" />
162
+ <OptionsSetting value="true" id="Status" />
163
+ <OptionsSetting value="true" id="Edit" />
164
+ <ConfirmationsSetting value="0" id="Add" />
165
+ <ConfirmationsSetting value="0" id="Remove" />
166
+ </component>
167
+ <component name="ProjectView">
168
+ <navigator currentView="ProjectPane" proportions="" version="1">
169
+ <flattenPackages />
170
+ <showMembers />
171
+ <showModules />
172
+ <showLibraryContents />
173
+ <hideEmptyPackages />
174
+ <abbreviatePackageNames />
175
+ <autoscrollToSource ProjectPane="true" />
176
+ <autoscrollFromSource />
177
+ <sortByType />
178
+ </navigator>
179
+ <panes>
180
+ <pane id="Scope" />
181
+ <pane id="Scratches" />
182
+ <pane id="ProjectPane">
183
+ <subPane>
184
+ <PATH>
185
+ <PATH_ELEMENT>
186
+ <option name="myItemId" value="sous_vide" />
187
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
188
+ </PATH_ELEMENT>
189
+ </PATH>
190
+ <PATH>
191
+ <PATH_ELEMENT>
192
+ <option name="myItemId" value="sous_vide" />
193
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
194
+ </PATH_ELEMENT>
195
+ <PATH_ELEMENT>
196
+ <option name="myItemId" value="sous_vide" />
197
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
198
+ </PATH_ELEMENT>
199
+ </PATH>
200
+ <PATH>
201
+ <PATH_ELEMENT>
202
+ <option name="myItemId" value="sous_vide" />
203
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
204
+ </PATH_ELEMENT>
205
+ <PATH_ELEMENT>
206
+ <option name="myItemId" value="sous_vide" />
207
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
208
+ </PATH_ELEMENT>
209
+ <PATH_ELEMENT>
210
+ <option name="myItemId" value="lib" />
211
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
212
+ </PATH_ELEMENT>
213
+ </PATH>
214
+ <PATH>
215
+ <PATH_ELEMENT>
216
+ <option name="myItemId" value="sous_vide" />
217
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
218
+ </PATH_ELEMENT>
219
+ <PATH_ELEMENT>
220
+ <option name="myItemId" value="sous_vide" />
221
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
222
+ </PATH_ELEMENT>
223
+ <PATH_ELEMENT>
224
+ <option name="myItemId" value="lib" />
225
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
226
+ </PATH_ELEMENT>
227
+ <PATH_ELEMENT>
228
+ <option name="myItemId" value="sous_vide" />
229
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
230
+ </PATH_ELEMENT>
231
+ </PATH>
232
+ <PATH>
233
+ <PATH_ELEMENT>
234
+ <option name="myItemId" value="sous_vide" />
235
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
236
+ </PATH_ELEMENT>
237
+ <PATH_ELEMENT>
238
+ <option name="myItemId" value="sous_vide" />
239
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
240
+ </PATH_ELEMENT>
241
+ <PATH_ELEMENT>
242
+ <option name="myItemId" value="bin" />
243
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
244
+ </PATH_ELEMENT>
245
+ </PATH>
246
+ </subPane>
247
+ </pane>
248
+ </panes>
249
+ </component>
250
+ <component name="PropertiesComponent">
251
+ <property name="settings.editor.selected.configurable" value="org.jetbrains.plugins.ruby.settings.RubyActiveModuleSdkConfigurable" />
252
+ <property name="settings.editor.splitter.proportion" value="0.2" />
253
+ <property name="WebServerToolWindowFactoryState" value="false" />
254
+ </component>
255
+ <component name="ShelveChangesManager" show_recycled="false" />
256
+ <component name="TaskManager">
257
+ <task active="true" id="Default" summary="Default task">
258
+ <changelist id="3e3e977b-1331-4958-8804-5331ef969c39" name="Default" comment="" />
259
+ <created>1433406312685</created>
260
+ <option name="number" value="Default" />
261
+ <updated>1433406312685</updated>
262
+ </task>
263
+ <servers />
264
+ </component>
265
+ <component name="ToolWindowManager">
266
+ <frame x="-1887" y="86" width="1778" height="950" extended-state="0" />
267
+ <editor active="false" />
268
+ <layout>
269
+ <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" />
270
+ <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" />
271
+ <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" />
272
+ <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" />
273
+ <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" />
274
+ <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.19853768" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
275
+ <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" />
276
+ <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" />
277
+ <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" />
278
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3296582" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
279
+ <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" />
280
+ <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" />
281
+ <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" />
282
+ <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" />
283
+ <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" />
284
+ <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
285
+ <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" />
286
+ <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" />
287
+ </layout>
288
+ </component>
289
+ <component name="VcsContentAnnotationSettings">
290
+ <option name="myLimit" value="2678400000" />
291
+ </component>
292
+ <component name="XDebuggerManager">
293
+ <breakpoint-manager />
294
+ <watches-manager />
295
+ </component>
296
+ <component name="editorHistoryManager">
297
+ <entry file="file://$PROJECT_DIR$/sous_vide.gemspec">
298
+ <provider selected="true" editor-type-id="text-editor">
299
+ <state vertical-scroll-proportion="0.0">
300
+ <caret line="22" column="48" selection-start-line="22" selection-start-column="48" selection-end-line="22" selection-end-column="48" />
301
+ <folding />
302
+ </state>
303
+ </provider>
304
+ </entry>
305
+ <entry file="file://$PROJECT_DIR$/README.md">
306
+ <provider selected="true" editor-type-id="text-editor">
307
+ <state vertical-scroll-proportion="-18.172413">
308
+ <caret line="28" column="83" selection-start-line="28" selection-start-column="83" selection-end-line="28" selection-end-column="83" />
309
+ <folding />
310
+ </state>
311
+ </provider>
312
+ <provider editor-type-id="MarkdownPreviewEditor">
313
+ <state />
314
+ </provider>
315
+ </entry>
316
+ <entry file="file://$PROJECT_DIR$/Rakefile">
317
+ <provider selected="true" editor-type-id="text-editor">
318
+ <state vertical-scroll-proportion="0.0">
319
+ <caret line="0" column="17" selection-start-line="0" selection-start-column="17" selection-end-line="0" selection-end-column="17" />
320
+ <folding />
321
+ </state>
322
+ </provider>
323
+ </entry>
324
+ <entry file="file://$PROJECT_DIR$/LICENSE.txt">
325
+ <provider selected="true" editor-type-id="text-editor">
326
+ <state vertical-scroll-proportion="-1.3103448">
327
+ <caret line="2" column="30" selection-start-line="2" selection-start-column="30" selection-end-line="2" selection-end-column="30" />
328
+ <folding />
329
+ </state>
330
+ </provider>
331
+ <provider editor-type-id="com.intellij.database.editor.CsvTableFileEditorProvider">
332
+ <state />
333
+ </provider>
334
+ </entry>
335
+ <entry file="file://$PROJECT_DIR$/Gemfile.lock">
336
+ <provider selected="true" editor-type-id="text-editor">
337
+ <state vertical-scroll-proportion="0.0">
338
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
339
+ <folding />
340
+ </state>
341
+ </provider>
342
+ </entry>
343
+ <entry file="file://$PROJECT_DIR$/Gemfile">
344
+ <provider selected="true" editor-type-id="text-editor">
345
+ <state vertical-scroll-proportion="0.0">
346
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
347
+ <folding />
348
+ </state>
349
+ </provider>
350
+ </entry>
351
+ <entry file="file://$PROJECT_DIR$/.travis.yml">
352
+ <provider selected="true" editor-type-id="text-editor">
353
+ <state vertical-scroll-proportion="0.0">
354
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
355
+ <folding />
356
+ </state>
357
+ </provider>
358
+ </entry>
359
+ <entry file="file://$PROJECT_DIR$/lib/sous_vide.rb">
360
+ <provider selected="true" editor-type-id="text-editor">
361
+ <state vertical-scroll-proportion="0.0">
362
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
363
+ <folding />
364
+ </state>
365
+ </provider>
366
+ </entry>
367
+ <entry file="file://$PROJECT_DIR$/lib/sous_vide/version.rb">
368
+ <provider selected="true" editor-type-id="text-editor">
369
+ <state vertical-scroll-proportion="0.0">
370
+ <caret line="1" column="17" selection-start-line="1" selection-start-column="17" selection-end-line="1" selection-end-column="17" />
371
+ <folding />
372
+ </state>
373
+ </provider>
374
+ </entry>
375
+ <entry file="file://$PROJECT_DIR$/bin/console">
376
+ <provider selected="true" editor-type-id="text-editor">
377
+ <state vertical-scroll-proportion="0.0">
378
+ <caret line="12" column="11" selection-start-line="12" selection-start-column="11" selection-end-line="12" selection-end-column="11" />
379
+ <folding />
380
+ </state>
381
+ </provider>
382
+ </entry>
383
+ <entry file="file://$PROJECT_DIR$/bin/setup">
384
+ <provider selected="true" editor-type-id="text-editor">
385
+ <state vertical-scroll-proportion="0.0">
386
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
387
+ <folding />
388
+ </state>
389
+ </provider>
390
+ </entry>
391
+ </component>
392
+ </project>
data/.travis.yml ADDED
@@ -0,0 +1,4 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.2.2
4
+ before_install: gem install bundler -v 1.10.3
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in sous_vide.gemspec
4
+ gemspec
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2015 Ryan Cammer
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,39 @@
1
+ # SousVide
2
+
3
+ The SousVide gem creates a digital fountain.
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'sous_vide'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install sous_vide
20
+
21
+ ## Usage
22
+
23
+ TODO: Write usage instructions here
24
+
25
+ ## Development
26
+
27
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake false` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
28
+
29
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
30
+
31
+ ## Contributing
32
+
33
+ Bug reports and pull requests are welcome on GitHub at https://github.com/ryancammer/sous_vide.
34
+
35
+
36
+ ## License
37
+
38
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
39
+
data/Rakefile ADDED
@@ -0,0 +1 @@
1
+ require 'bundler/gem_tasks'
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'bundler/setup'
4
+ require 'sous_vide'
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require 'irb'
14
+ IRB.start
data/bin/setup ADDED
@@ -0,0 +1,7 @@
1
+ #!/bin/bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+
5
+ bundle install
6
+
7
+ # Do any other automated setup that you need to do here
data/lib/sous_vide.rb ADDED
@@ -0,0 +1,5 @@
1
+ require "sous_vide/version"
2
+
3
+ module SousVide
4
+ # Your code goes here...
5
+ end
@@ -0,0 +1,3 @@
1
+ module SousVide
2
+ VERSION = '0.1.0'
3
+ end
data/sous_vide.gemspec ADDED
@@ -0,0 +1,24 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'sous_vide/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "sous_vide"
8
+ spec.version = SousVide::VERSION
9
+ spec.authors = ['Ryan Cammer']
10
+ spec.email = ['ryancammer@gmail.com']
11
+
12
+ spec.summary = %q{The Sous Vide gem enables users to slowly serve content via a digital fountain.}
13
+ spec.description = %q{The Sous Vide gem is a digital fountain, that provides information slowly but evenly.}
14
+ spec.homepage = 'https://github.com/ryancammer/sous_vide'
15
+ spec.license = 'MIT'
16
+
17
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
+ spec.bindir = 'exe'
19
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
+ spec.require_paths = ['lib']
21
+
22
+ spec.add_development_dependency 'bundler', '~> 1.10'
23
+ spec.add_development_dependency 'rake', '~> 10.0'
24
+ end
metadata ADDED
@@ -0,0 +1,90 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sous_vide
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Ryan Cammer
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2015-06-04 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.10'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.10'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ description: The Sous Vide gem is a digital fountain, that provides information slowly
42
+ but evenly.
43
+ email:
44
+ - ryancammer@gmail.com
45
+ executables: []
46
+ extensions: []
47
+ extra_rdoc_files: []
48
+ files:
49
+ - ".gitignore"
50
+ - ".idea/.name"
51
+ - ".idea/misc.xml"
52
+ - ".idea/modules.xml"
53
+ - ".idea/sous_vide.iml"
54
+ - ".idea/vcs.xml"
55
+ - ".idea/workspace.xml"
56
+ - ".travis.yml"
57
+ - Gemfile
58
+ - LICENSE.txt
59
+ - README.md
60
+ - Rakefile
61
+ - bin/console
62
+ - bin/setup
63
+ - lib/sous_vide.rb
64
+ - lib/sous_vide/version.rb
65
+ - sous_vide.gemspec
66
+ homepage: https://github.com/ryancammer/sous_vide
67
+ licenses:
68
+ - MIT
69
+ metadata: {}
70
+ post_install_message:
71
+ rdoc_options: []
72
+ require_paths:
73
+ - lib
74
+ required_ruby_version: !ruby/object:Gem::Requirement
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ version: '0'
79
+ required_rubygems_version: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - ">="
82
+ - !ruby/object:Gem::Version
83
+ version: '0'
84
+ requirements: []
85
+ rubyforge_project:
86
+ rubygems_version: 2.4.6
87
+ signing_key:
88
+ specification_version: 4
89
+ summary: The Sous Vide gem enables users to slowly serve content via a digital fountain.
90
+ test_files: []