Pimpnatra 0.0.1.beta

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +7 -0
  2. data/.idea/Gem.iml +9 -0
  3. data/.idea/misc.xml +14 -0
  4. data/.idea/modules.xml +8 -0
  5. data/.idea/sinatraBootstraper.iml +9 -0
  6. data/.idea/vcs.xml +6 -0
  7. data/.idea/workspace.xml +366 -0
  8. data/Bootstraper.gemspec +23 -0
  9. data/Gem/bin/pimpnatra +4 -0
  10. data/Gemfile +2 -0
  11. data/Gemfile.lock +20 -0
  12. data/README.md +1 -0
  13. data/Rakefile +1 -0
  14. data/bin/pimpnatra +5 -0
  15. data/lib/Bootstraper/dirs.yml +9 -0
  16. data/lib/Bootstraper/fileNames.yml +9 -0
  17. data/lib/Bootstraper/links.yml +12 -0
  18. data/lib/Bootstraper/scripts.yml +6 -0
  19. data/lib/Bootstraper/utils.rb +110 -0
  20. data/lib/Bootstraper.rb +182 -0
  21. data/lib/cli.rb +24 -0
  22. data/pimpyWay/Gemfile +3 -0
  23. data/pimpyWay/app.rb +9 -0
  24. data/pimpyWay/config.ru +2 -0
  25. data/pimpyWay/public/style.css +1 -0
  26. data/pimpyWay/public/vendor/bootstrap/Fonts/glyphicons-halflings-regular.eot +0 -0
  27. data/pimpyWay/public/vendor/bootstrap/Fonts/glyphicons-halflings-regular.svg +229 -0
  28. data/pimpyWay/public/vendor/bootstrap/Fonts/glyphicons-halflings-regular.ttf +0 -0
  29. data/pimpyWay/public/vendor/bootstrap/Fonts/glyphicons-halflings-regular.woff +0 -0
  30. data/pimpyWay/public/vendor/bootstrap/css/bootstrap-theme.css +347 -0
  31. data/pimpyWay/public/vendor/bootstrap/css/bootstrap-theme.min.css +7 -0
  32. data/pimpyWay/public/vendor/bootstrap/css/bootstrap.css +5785 -0
  33. data/pimpyWay/public/vendor/bootstrap/css/bootstrap.min.css +7 -0
  34. data/pimpyWay/public/vendor/bootstrap/js/bootstrap.js +1951 -0
  35. data/pimpyWay/public/vendor/bootstrap/js/bootstrap.min.js +6 -0
  36. data/pimpyWay/public/vendor/jquery-1.9.1.min.js +5 -0
  37. data/pimpyWay/views/home.erb +1 -0
  38. data/pimpyWay/views/layout.erb +16 -0
  39. data/pkg/Pimpnatra-0.0.1.beta.gem +0 -0
  40. metadata +110 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 613f3a24f34a7df9aa43ad00ab013dc5ab4d652b
4
+ data.tar.gz: 61f10e844bbfe2744edc896f46e6594b4e2e760d
5
+ SHA512:
6
+ metadata.gz: 4a8792edb59efee29b884b389f18e1c7c1f930c44c91f9c284525e9634acc1699b033577cff170b159e274dbc894b234d50ce6ed30162f8259fbc2baa7586cff
7
+ data.tar.gz: 11b5cc079150589ad3eb492399812653a35d588458d2181d5c6c4d28400aeffd8229dfe318379b9a3705fa636103e7f115d6ad954dcd6f27be889ed85f72e09c
data/.idea/Gem.iml ADDED
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="RUBY_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$" />
5
+ <orderEntry type="inheritedJdk" />
6
+ <orderEntry type="sourceFolder" forTests="false" />
7
+ <orderEntry type="library" scope="PROVIDED" name="test-unit (v2.1.5.0, RVM: ruby-2.1.5) [gem]" level="application" />
8
+ </component>
9
+ </module>
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: ruby-2.1.5" project-jdk-type="RUBY_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/Gem.iml" filepath="$PROJECT_DIR$/.idea/Gem.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="RUBY_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$" />
5
+ <orderEntry type="inheritedJdk" />
6
+ <orderEntry type="sourceFolder" forTests="false" />
7
+ <orderEntry type="library" scope="PROVIDED" name="test-unit (v2.1.5.0, RVM: ruby-2.1.5) [gem]" level="application" />
8
+ </component>
9
+ </module>
data/.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+ </component>
6
+ </project>
@@ -0,0 +1,366 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="850fdcbd-39cd-4c33-8a56-9e5696d0af3f" name="Default" comment="" />
5
+ <ignored path="Gem.iws" />
6
+ <ignored path=".idea/workspace.xml" />
7
+ <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
8
+ <option name="TRACKING_ENABLED" value="true" />
9
+ <option name="SHOW_DIALOG" value="false" />
10
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
11
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
12
+ <option name="LAST_RESOLUTION" value="IGNORE" />
13
+ </component>
14
+ <component name="CreatePatchCommitExecutor">
15
+ <option name="PATCH_PATH" value="" />
16
+ </component>
17
+ <component name="FavoritesManager">
18
+ <favorites_list name="Gem" />
19
+ </component>
20
+ <component name="FileEditorManager">
21
+ <leaf>
22
+ <file leaf-file-name="Bootstraper.rb" pinned="false" current-in-tab="false">
23
+ <entry file="file://$PROJECT_DIR$/lib/Bootstraper.rb">
24
+ <provider selected="true" editor-type-id="text-editor">
25
+ <state relative-caret-position="75">
26
+ <caret line="5" column="0" selection-start-line="5" selection-start-column="0" selection-end-line="5" selection-end-column="0" />
27
+ <folding />
28
+ </state>
29
+ </provider>
30
+ </entry>
31
+ </file>
32
+ <file leaf-file-name="cli.rb" pinned="false" current-in-tab="false">
33
+ <entry file="file://$PROJECT_DIR$/lib/cli.rb">
34
+ <provider selected="true" editor-type-id="text-editor">
35
+ <state relative-caret-position="0">
36
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
37
+ <folding />
38
+ </state>
39
+ </provider>
40
+ </entry>
41
+ </file>
42
+ <file leaf-file-name="Bootstraper.gemspec" pinned="false" current-in-tab="true">
43
+ <entry file="file://$PROJECT_DIR$/Bootstraper.gemspec">
44
+ <provider selected="true" editor-type-id="text-editor">
45
+ <state relative-caret-position="0">
46
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
47
+ <folding />
48
+ </state>
49
+ </provider>
50
+ </entry>
51
+ </file>
52
+ </leaf>
53
+ </component>
54
+ <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
55
+ <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
56
+ <component name="JsGulpfileManager">
57
+ <detection-done>true</detection-done>
58
+ <sorting>DEFINITION_ORDER</sorting>
59
+ </component>
60
+ <component name="ProjectFrameBounds">
61
+ <option name="x" value="-1" />
62
+ <option name="width" value="1368" />
63
+ <option name="height" value="743" />
64
+ </component>
65
+ <component name="ProjectLevelVcsManager" settingsEditedManually="false">
66
+ <OptionsSetting value="true" id="Add" />
67
+ <OptionsSetting value="true" id="Remove" />
68
+ <OptionsSetting value="true" id="Checkout" />
69
+ <OptionsSetting value="true" id="Update" />
70
+ <OptionsSetting value="true" id="Status" />
71
+ <OptionsSetting value="true" id="Edit" />
72
+ <ConfirmationsSetting value="0" id="Add" />
73
+ <ConfirmationsSetting value="0" id="Remove" />
74
+ </component>
75
+ <component name="ProjectView">
76
+ <navigator currentView="ProjectPane" proportions="" version="1">
77
+ <flattenPackages />
78
+ <showMembers />
79
+ <showModules />
80
+ <showLibraryContents />
81
+ <hideEmptyPackages />
82
+ <abbreviatePackageNames />
83
+ <autoscrollToSource />
84
+ <autoscrollFromSource />
85
+ <sortByType />
86
+ <manualOrder />
87
+ <foldersAlwaysOnTop value="true" />
88
+ </navigator>
89
+ <panes>
90
+ <pane id="ProjectPane">
91
+ <subPane>
92
+ <PATH>
93
+ <PATH_ELEMENT>
94
+ <option name="myItemId" value="Gem" />
95
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
96
+ </PATH_ELEMENT>
97
+ </PATH>
98
+ <PATH>
99
+ <PATH_ELEMENT>
100
+ <option name="myItemId" value="Gem" />
101
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
102
+ </PATH_ELEMENT>
103
+ <PATH_ELEMENT>
104
+ <option name="myItemId" value="Gem" />
105
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
106
+ </PATH_ELEMENT>
107
+ </PATH>
108
+ <PATH>
109
+ <PATH_ELEMENT>
110
+ <option name="myItemId" value="Gem" />
111
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
112
+ </PATH_ELEMENT>
113
+ <PATH_ELEMENT>
114
+ <option name="myItemId" value="Gem" />
115
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
116
+ </PATH_ELEMENT>
117
+ <PATH_ELEMENT>
118
+ <option name="myItemId" value="lib" />
119
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
120
+ </PATH_ELEMENT>
121
+ </PATH>
122
+ <PATH>
123
+ <PATH_ELEMENT>
124
+ <option name="myItemId" value="Gem" />
125
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
126
+ </PATH_ELEMENT>
127
+ <PATH_ELEMENT>
128
+ <option name="myItemId" value="Gem" />
129
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
130
+ </PATH_ELEMENT>
131
+ <PATH_ELEMENT>
132
+ <option name="myItemId" value="lib" />
133
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
134
+ </PATH_ELEMENT>
135
+ <PATH_ELEMENT>
136
+ <option name="myItemId" value="Bootstraper" />
137
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
138
+ </PATH_ELEMENT>
139
+ </PATH>
140
+ </subPane>
141
+ </pane>
142
+ <pane id="Scope" />
143
+ <pane id="Scratches" />
144
+ </panes>
145
+ </component>
146
+ <component name="PropertiesComponent">
147
+ <property name="last_opened_file_path" value="$PROJECT_DIR$" />
148
+ <property name="WebServerToolWindowFactoryState" value="false" />
149
+ <property name="js-jscs-nodeInterpreter" value="/usr/bin/node" />
150
+ </component>
151
+ <component name="RunManager">
152
+ <configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
153
+ <predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
154
+ <module name="" />
155
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
156
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
157
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
158
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
159
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
160
+ <envs />
161
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
162
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
163
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
164
+ <COVERAGE_PATTERN ENABLED="true">
165
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
166
+ </COVERAGE_PATTERN>
167
+ </EXTENSION>
168
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
169
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
170
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
171
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
172
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
173
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
174
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
175
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
176
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
177
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
178
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
179
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
180
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
181
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
182
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
183
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
184
+ <method />
185
+ </configuration>
186
+ <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
187
+ <method />
188
+ </configuration>
189
+ <configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
190
+ <predefined_log_file id="RUBY_RSPEC" enabled="true" />
191
+ <module name="" />
192
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
193
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
194
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
195
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
196
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
197
+ <envs />
198
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
199
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
200
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
201
+ <COVERAGE_PATTERN ENABLED="true">
202
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
203
+ </COVERAGE_PATTERN>
204
+ </EXTENSION>
205
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
206
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
207
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
208
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
209
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
210
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
211
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
212
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
213
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
214
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
215
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
216
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
217
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
218
+ <method />
219
+ </configuration>
220
+ <configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
221
+ <predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
222
+ <module name="" />
223
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
224
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
225
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
226
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
227
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
228
+ <envs />
229
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
230
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
231
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
232
+ <COVERAGE_PATTERN ENABLED="true">
233
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
234
+ </COVERAGE_PATTERN>
235
+ </EXTENSION>
236
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
237
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
238
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
239
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
240
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
241
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
242
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
243
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
244
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
245
+ <method />
246
+ </configuration>
247
+ <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
248
+ <method />
249
+ </configuration>
250
+ <configuration default="true" type="js.build_tools.npm" factoryName="npm">
251
+ <command value="run-script" />
252
+ <scripts />
253
+ <node-interpreter value="project" />
254
+ <envs />
255
+ <method />
256
+ </configuration>
257
+ </component>
258
+ <component name="ShelveChangesManager" show_recycled="false">
259
+ <option name="remove_strategy" value="false" />
260
+ </component>
261
+ <component name="TaskManager">
262
+ <task active="true" id="Default" summary="Default task">
263
+ <changelist id="850fdcbd-39cd-4c33-8a56-9e5696d0af3f" name="Default" comment="" />
264
+ <created>1486573134615</created>
265
+ <option name="number" value="Default" />
266
+ <option name="presentableId" value="Default" />
267
+ <updated>1486573134615</updated>
268
+ <workItem from="1486573136431" duration="84000" />
269
+ </task>
270
+ <servers />
271
+ </component>
272
+ <component name="TimeTrackingManager">
273
+ <option name="totallyTimeSpent" value="84000" />
274
+ </component>
275
+ <component name="ToolWindowManager">
276
+ <frame x="-1" y="0" width="1368" height="743" extended-state="6" />
277
+ <editor active="false" />
278
+ <layout>
279
+ <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24963397" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
280
+ <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" />
281
+ <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
282
+ <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="-1" side_tool="false" content_ui="tabs" />
283
+ <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="-1" side_tool="false" content_ui="tabs" />
284
+ <window_info id="Run" 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="2" side_tool="false" content_ui="tabs" />
285
+ <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" />
286
+ <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="-1" side_tool="false" content_ui="tabs" />
287
+ <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="-1" side_tool="true" content_ui="tabs" />
288
+ <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" />
289
+ <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" />
290
+ <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" />
291
+ <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" />
292
+ <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" />
293
+ <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
294
+ <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" />
295
+ <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" />
296
+ </layout>
297
+ </component>
298
+ <component name="Vcs.Log.UiProperties">
299
+ <option name="RECENTLY_FILTERED_USER_GROUPS">
300
+ <collection />
301
+ </option>
302
+ <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
303
+ <collection />
304
+ </option>
305
+ </component>
306
+ <component name="VcsContentAnnotationSettings">
307
+ <option name="myLimit" value="2678400000" />
308
+ </component>
309
+ <component name="XDebuggerManager">
310
+ <breakpoint-manager />
311
+ <watches-manager />
312
+ </component>
313
+ <component name="editorHistoryManager">
314
+ <entry file="file://$PROJECT_DIR$/lib/Bootstraper.rb">
315
+ <provider selected="true" editor-type-id="text-editor">
316
+ <state relative-caret-position="75">
317
+ <caret line="5" column="0" selection-start-line="5" selection-start-column="0" selection-end-line="5" selection-end-column="0" />
318
+ <folding />
319
+ </state>
320
+ </provider>
321
+ </entry>
322
+ <entry file="file://$PROJECT_DIR$/lib/Bootstraper/dirs.yml">
323
+ <provider selected="true" editor-type-id="text-editor">
324
+ <state relative-caret-position="0">
325
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
326
+ <folding />
327
+ </state>
328
+ </provider>
329
+ </entry>
330
+ <entry file="file://$PROJECT_DIR$/lib/Bootstraper/utils.rb">
331
+ <provider selected="true" editor-type-id="text-editor">
332
+ <state relative-caret-position="-1097">
333
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
334
+ <folding />
335
+ </state>
336
+ </provider>
337
+ </entry>
338
+ <entry file="file://$PROJECT_DIR$/lib/cli.rb">
339
+ <provider selected="true" editor-type-id="text-editor">
340
+ <state relative-caret-position="0">
341
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
342
+ <folding />
343
+ </state>
344
+ </provider>
345
+ </entry>
346
+ <entry file="file://$PROJECT_DIR$/about.md">
347
+ <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
348
+ <state split_layout="SPLIT">
349
+ <first_editor relative-caret-position="0">
350
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
351
+ <folding />
352
+ </first_editor>
353
+ <second_editor />
354
+ </state>
355
+ </provider>
356
+ </entry>
357
+ <entry file="file://$PROJECT_DIR$/Bootstraper.gemspec">
358
+ <provider selected="true" editor-type-id="text-editor">
359
+ <state relative-caret-position="0">
360
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
361
+ <folding />
362
+ </state>
363
+ </provider>
364
+ </entry>
365
+ </component>
366
+ </project>
@@ -0,0 +1,23 @@
1
+ lib = File.expand_path('../lib', __FILE__)
2
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
+
4
+ Gem::Specification.new do |s|
5
+ s.name = 'Pimpnatra'
6
+ s.version = '0.0.1.beta'
7
+ s.date = '2017-02-20'
8
+ s.summary = "Bootstrap you sinatra app in da second!"
9
+ s.description = "gem to generate all sinatra files you need ,with some utils"
10
+ s.authors = ["Guga katsiashvili"]
11
+ s.email = 'guga.katsiashvili@gmail.com'
12
+ # s.files = ["lib/Bootstraper.rb","lib/Bootstraper/utils.rb",
13
+ # "lib/Bootstraper/dirs.yml","lib/Bootstraper/fileNames.yml","lib/Bootstraper/links.yml",
14
+ # "lib/Bootstraper/scripts.yml"]
15
+ s.files = `git ls-files -z`.split("\x0")
16
+ s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
17
+ s.homepage =
18
+ 'http://rubygems.org/gems/SinatraBootstraper'
19
+ s.license = 'MIT'
20
+ s.add_dependency 'thor'
21
+ s.add_development_dependency "bundler", "~> 1.6"
22
+ s.require_paths = ["lib"]
23
+ end
data/Gem/bin/pimpnatra ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'cli'
4
+ Pimpnatra::MyCLI.start(ARGV)
data/Gemfile ADDED
@@ -0,0 +1,2 @@
1
+ source 'https://rubygems.org'
2
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,20 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ Pimpnatra (0.0.1.beta)
5
+ thor
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ thor (0.19.4)
11
+
12
+ PLATFORMS
13
+ ruby
14
+
15
+ DEPENDENCIES
16
+ Pimpnatra!
17
+ bundler (~> 1.6)
18
+
19
+ BUNDLED WITH
20
+ 1.13.6
data/README.md ADDED
@@ -0,0 +1 @@
1
+ <img src="http://www.picz.ge/img/s3/1702/9/0/0a6b9d575b50.jpg"/>
data/Rakefile ADDED
@@ -0,0 +1 @@
1
+ require "bundler/gem_tasks"
data/bin/pimpnatra ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+ $:.unshift(File.expand_path(File.join(File.dirname(__FILE__), "..", "lib")))
3
+
4
+ require 'cli'
5
+ Pimpnatra::MyCLI.start(ARGV)
@@ -0,0 +1,9 @@
1
+ ---
2
+ Model: Models
3
+ Views: views
4
+ public: public
5
+ vendor: vendor
6
+ Bootstrap: bootstrap
7
+ BootstrapCss: css
8
+ BootstrapJs: js
9
+ BootstrapFonts: Fonts
@@ -0,0 +1,9 @@
1
+ ---
2
+ DefaultView: home.erb
3
+ Gemfile: Gemfile
4
+ HerokuConfig: config.ru
5
+ LayoutErb: layout.erb
6
+ Model: " "
7
+ Style: style.css
8
+ appRb: app.rb
9
+ jQuery: jquery-1.9.1.min.js
@@ -0,0 +1,12 @@
1
+ ---
2
+ jQuery: "https://raw.githubusercontent.com/Pimpify/Test-Bootstrap-pimpnatra/master/jquery-1.9.1.min.js"
3
+ bootstrap-theme.css: "https://raw.githubusercontent.com/Pimpify/Test-Bootstrap-pimpnatra/master/bootstrap/css/bootstrap-theme.css"
4
+ bootstrap-theme.min.css: "https://raw.githubusercontent.com/Pimpify/Test-Bootstrap-pimpnatra/master/bootstrap/css/bootstrap-theme.min.css"
5
+ bootstrap.css: "https://raw.githubusercontent.com/Pimpify/Test-Bootstrap-pimpnatra/master/bootstrap/css/bootstrap.css"
6
+ bootstrap.min.css: "https://raw.githubusercontent.com/Pimpify/Test-Bootstrap-pimpnatra/master/bootstrap/css/bootstrap.min.css"
7
+ bootstrap.js: "https://raw.githubusercontent.com/Pimpify/Test-Bootstrap-pimpnatra/master/bootstrap/js/bootstrap.js"
8
+ bootstrap.min.js: "https://raw.githubusercontent.com/Pimpify/Test-Bootstrap-pimpnatra/master/bootstrap/js/bootstrap.min.js"
9
+ glyphicons-halflings-regular.eot: "https://github.com/Pimpify/Test-Bootstrap-pimpnatra/blob/master/bootstrap/fonts/glyphicons-halflings-regular.eot?raw=true"
10
+ glyphicons-halflings-regular.svg: "https://raw.githubusercontent.com/Pimpify/Test-Bootstrap-pimpnatra/master/bootstrap/fonts/glyphicons-halflings-regular.svg"
11
+ glyphicons-halflings-regular.ttf: "https://github.com/Pimpify/Test-Bootstrap-pimpnatra/blob/master/bootstrap/fonts/glyphicons-halflings-regular.ttf?raw=true"
12
+ glyphicons-halflings-regular.woff: "https://github.com/Pimpify/Test-Bootstrap-pimpnatra/blob/master/bootstrap/fonts/glyphicons-halflings-regular.woff?raw=true"
@@ -0,0 +1,6 @@
1
+ ---
2
+ Style: "h1{ text-align : center }"
3
+ appRb: "require \"sinatra\" \n\nnot_found do \n\t erb :not_found \nend \n\nget \'/\' do \n\terb :home \nend"
4
+ Gemfile: "source :rubygems \ngem \'sinatra\' \ngem \'thin\'"
5
+ DefaultView: "<h1> Put his in your piper and smoke it <3 </h1>"
6
+ Heroku: "require './app' \nrun Sinatra::Application"