miranda 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +17 -0
- data/.idea/miranda.iml +22 -0
- data/.idea/scopes/scope_settings.xml +5 -0
- data/.idea/workspace.xml +517 -0
- data/Gemfile +11 -0
- data/LICENSE.txt +22 -0
- data/README.md +29 -0
- data/Rakefile +1 -0
- data/lib/miranda.rb +5 -0
- data/lib/miranda/version.rb +3 -0
- data/miranda.gemspec +28 -0
- metadata +153 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: f4d5ca0bab5c01dfee00e12f89f61f4b824c1c8e
|
4
|
+
data.tar.gz: bb67c4e04bd95d240a5a4225ec999801227c2b9d
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 55264b45ba521c948b9d69794b2f58f4e5a16055a8f00588c6bc0f626c9b1916b0e1fda5244bb9859a2b164273b21875faa6844598a25a6f24056a0d6bbdf54f
|
7
|
+
data.tar.gz: 182b99b63ad0bde97d1bf82e7efbe8aef3ca4eeadb9b191dfd80fcf62488f472bdba41600a29e038472cab0737f79bdb6634fc116c61ed74cf1a9c1fc87ebf81
|
data/.gitignore
ADDED
data/.idea/miranda.iml
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="FacetManager">
|
4
|
+
<facet type="gem" name="Gem">
|
5
|
+
<configuration>
|
6
|
+
<option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
|
7
|
+
<option name="GEM_APP_TEST_PATH" value="$MODULE_DIR$/test" />
|
8
|
+
<option name="GEM_APP_LIB_PATH" value="$MODULE_DIR$/lib" />
|
9
|
+
</configuration>
|
10
|
+
</facet>
|
11
|
+
</component>
|
12
|
+
<component name="NewModuleRootManager">
|
13
|
+
<content url="file://$MODULE_DIR$">
|
14
|
+
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
15
|
+
</content>
|
16
|
+
<orderEntry type="inheritedJdk" />
|
17
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
18
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.3.5, ruby-2.0.0-p247) [gem]" level="application" />
|
19
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.1.1, ruby-2.0.0-p247) [gem]" level="application" />
|
20
|
+
</component>
|
21
|
+
</module>
|
22
|
+
|
data/.idea/workspace.xml
ADDED
@@ -0,0 +1,517 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ChangeListManager">
|
4
|
+
<list default="true" id="d7b94129-b958-414e-84ff-570a1e056022" name="Default" comment="">
|
5
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.gitignore" />
|
6
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Gemfile" />
|
7
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/LICENSE.txt" />
|
8
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/README.md" />
|
9
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Rakefile" />
|
10
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/miranda.gemspec" />
|
11
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/miranda.iml" />
|
12
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/miranda.rb" />
|
13
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/scopes/scope_settings.xml" />
|
14
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/miranda/version.rb" />
|
15
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
16
|
+
</list>
|
17
|
+
<ignored path="miranda.iws" />
|
18
|
+
<ignored path=".idea/workspace.xml" />
|
19
|
+
<option name="TRACKING_ENABLED" value="true" />
|
20
|
+
<option name="SHOW_DIALOG" value="false" />
|
21
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
22
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
23
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
24
|
+
</component>
|
25
|
+
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
26
|
+
<component name="CreatePatchCommitExecutor">
|
27
|
+
<option name="PATCH_PATH" value="" />
|
28
|
+
</component>
|
29
|
+
<component name="DaemonCodeAnalyzer">
|
30
|
+
<disable_hints />
|
31
|
+
</component>
|
32
|
+
<component name="FavoritesManager">
|
33
|
+
<favorites_list name="miranda" />
|
34
|
+
</component>
|
35
|
+
<component name="FileEditorManager">
|
36
|
+
<leaf>
|
37
|
+
<file leaf-file-name="miranda.rb" pinned="false" current="false" current-in-tab="false">
|
38
|
+
<entry file="file://$PROJECT_DIR$/lib/miranda/app/miranda.rb">
|
39
|
+
<provider selected="true" editor-type-id="text-editor">
|
40
|
+
<state line="22" column="20" selection-start="423" selection-end="423" vertical-scroll-proportion="0.0" vertical-offset="57" max-vertical-offset="705">
|
41
|
+
<folding />
|
42
|
+
</state>
|
43
|
+
</provider>
|
44
|
+
</entry>
|
45
|
+
</file>
|
46
|
+
<file leaf-file-name="home.coffee" pinned="false" current="true" current-in-tab="true">
|
47
|
+
<entry file="file://$PROJECT_DIR$/lib/miranda/app/public/coffeescript/home.coffee">
|
48
|
+
<provider selected="true" editor-type-id="text-editor">
|
49
|
+
<state line="12" column="29" selection-start="250" selection-end="250" vertical-scroll-proportion="0.2777778" vertical-offset="0" max-vertical-offset="648">
|
50
|
+
<folding />
|
51
|
+
</state>
|
52
|
+
</provider>
|
53
|
+
</entry>
|
54
|
+
</file>
|
55
|
+
<file leaf-file-name="style.css" pinned="false" current="false" current-in-tab="false">
|
56
|
+
<entry file="file://$PROJECT_DIR$/lib/miranda/app/public/css/style.css">
|
57
|
+
<provider selected="true" editor-type-id="text-editor">
|
58
|
+
<state line="1517" column="0" selection-start="24323" selection-end="24323" vertical-scroll-proportion="0.0" vertical-offset="22139" max-vertical-offset="22845">
|
59
|
+
<folding />
|
60
|
+
</state>
|
61
|
+
</provider>
|
62
|
+
</entry>
|
63
|
+
</file>
|
64
|
+
</leaf>
|
65
|
+
</component>
|
66
|
+
<component name="FindManager">
|
67
|
+
<FindUsagesManager>
|
68
|
+
<setting name="OPEN_NEW_TAB" value="false" />
|
69
|
+
</FindUsagesManager>
|
70
|
+
</component>
|
71
|
+
<component name="Git.Settings">
|
72
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
73
|
+
</component>
|
74
|
+
<component name="IdeDocumentHistory">
|
75
|
+
<option name="changedFiles">
|
76
|
+
<list>
|
77
|
+
<option value="$PROJECT_DIR$/lib/miranda/miranda.rb" />
|
78
|
+
<option value="$PROJECT_DIR$/lib/miranda/app/public/css/style.css" />
|
79
|
+
<option value="$PROJECT_DIR$/lib/miranda/app/views/layout.haml" />
|
80
|
+
<option value="$PROJECT_DIR$/lib/miranda/app/views/index.haml" />
|
81
|
+
<option value="$PROJECT_DIR$/lib/miranda/app/miranda.rb" />
|
82
|
+
<option value="$PROJECT_DIR$/lib/miranda/app/public/coffeescript/home.coffee" />
|
83
|
+
</list>
|
84
|
+
</option>
|
85
|
+
</component>
|
86
|
+
<component name="ProjectFrameBounds">
|
87
|
+
<option name="y" value="22" />
|
88
|
+
<option name="width" value="1280" />
|
89
|
+
<option name="height" value="740" />
|
90
|
+
</component>
|
91
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
92
|
+
<OptionsSetting value="true" id="Add" />
|
93
|
+
<OptionsSetting value="true" id="Remove" />
|
94
|
+
<OptionsSetting value="true" id="Checkout" />
|
95
|
+
<OptionsSetting value="true" id="Update" />
|
96
|
+
<OptionsSetting value="true" id="Status" />
|
97
|
+
<OptionsSetting value="true" id="Edit" />
|
98
|
+
<ConfirmationsSetting value="0" id="Add" />
|
99
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
100
|
+
</component>
|
101
|
+
<component name="ProjectReloadState">
|
102
|
+
<option name="STATE" value="0" />
|
103
|
+
</component>
|
104
|
+
<component name="ProjectView">
|
105
|
+
<navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
|
106
|
+
<flattenPackages />
|
107
|
+
<showMembers />
|
108
|
+
<showModules />
|
109
|
+
<showLibraryContents />
|
110
|
+
<hideEmptyPackages />
|
111
|
+
<abbreviatePackageNames />
|
112
|
+
<autoscrollToSource />
|
113
|
+
<autoscrollFromSource />
|
114
|
+
<sortByType />
|
115
|
+
</navigator>
|
116
|
+
<panes>
|
117
|
+
<pane id="Scope" />
|
118
|
+
<pane id="ProjectPane">
|
119
|
+
<subPane>
|
120
|
+
<PATH>
|
121
|
+
<PATH_ELEMENT>
|
122
|
+
<option name="myItemId" value="miranda" />
|
123
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
124
|
+
</PATH_ELEMENT>
|
125
|
+
</PATH>
|
126
|
+
<PATH>
|
127
|
+
<PATH_ELEMENT>
|
128
|
+
<option name="myItemId" value="miranda" />
|
129
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
130
|
+
</PATH_ELEMENT>
|
131
|
+
<PATH_ELEMENT>
|
132
|
+
<option name="myItemId" value="miranda" />
|
133
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
134
|
+
</PATH_ELEMENT>
|
135
|
+
</PATH>
|
136
|
+
<PATH>
|
137
|
+
<PATH_ELEMENT>
|
138
|
+
<option name="myItemId" value="miranda" />
|
139
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
140
|
+
</PATH_ELEMENT>
|
141
|
+
<PATH_ELEMENT>
|
142
|
+
<option name="myItemId" value="miranda" />
|
143
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
144
|
+
</PATH_ELEMENT>
|
145
|
+
<PATH_ELEMENT>
|
146
|
+
<option name="myItemId" value="lib" />
|
147
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
148
|
+
</PATH_ELEMENT>
|
149
|
+
</PATH>
|
150
|
+
<PATH>
|
151
|
+
<PATH_ELEMENT>
|
152
|
+
<option name="myItemId" value="miranda" />
|
153
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
154
|
+
</PATH_ELEMENT>
|
155
|
+
<PATH_ELEMENT>
|
156
|
+
<option name="myItemId" value="miranda" />
|
157
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
158
|
+
</PATH_ELEMENT>
|
159
|
+
<PATH_ELEMENT>
|
160
|
+
<option name="myItemId" value="lib" />
|
161
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
162
|
+
</PATH_ELEMENT>
|
163
|
+
<PATH_ELEMENT>
|
164
|
+
<option name="myItemId" value="miranda" />
|
165
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
166
|
+
</PATH_ELEMENT>
|
167
|
+
</PATH>
|
168
|
+
<PATH>
|
169
|
+
<PATH_ELEMENT>
|
170
|
+
<option name="myItemId" value="miranda" />
|
171
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
172
|
+
</PATH_ELEMENT>
|
173
|
+
<PATH_ELEMENT>
|
174
|
+
<option name="myItemId" value="miranda" />
|
175
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
176
|
+
</PATH_ELEMENT>
|
177
|
+
<PATH_ELEMENT>
|
178
|
+
<option name="myItemId" value="lib" />
|
179
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
180
|
+
</PATH_ELEMENT>
|
181
|
+
<PATH_ELEMENT>
|
182
|
+
<option name="myItemId" value="miranda" />
|
183
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
184
|
+
</PATH_ELEMENT>
|
185
|
+
<PATH_ELEMENT>
|
186
|
+
<option name="myItemId" value="app" />
|
187
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
188
|
+
</PATH_ELEMENT>
|
189
|
+
</PATH>
|
190
|
+
<PATH>
|
191
|
+
<PATH_ELEMENT>
|
192
|
+
<option name="myItemId" value="miranda" />
|
193
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
194
|
+
</PATH_ELEMENT>
|
195
|
+
<PATH_ELEMENT>
|
196
|
+
<option name="myItemId" value="miranda" />
|
197
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
198
|
+
</PATH_ELEMENT>
|
199
|
+
<PATH_ELEMENT>
|
200
|
+
<option name="myItemId" value="lib" />
|
201
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
202
|
+
</PATH_ELEMENT>
|
203
|
+
<PATH_ELEMENT>
|
204
|
+
<option name="myItemId" value="miranda" />
|
205
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
206
|
+
</PATH_ELEMENT>
|
207
|
+
<PATH_ELEMENT>
|
208
|
+
<option name="myItemId" value="app" />
|
209
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
210
|
+
</PATH_ELEMENT>
|
211
|
+
<PATH_ELEMENT>
|
212
|
+
<option name="myItemId" value="views" />
|
213
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
214
|
+
</PATH_ELEMENT>
|
215
|
+
</PATH>
|
216
|
+
<PATH>
|
217
|
+
<PATH_ELEMENT>
|
218
|
+
<option name="myItemId" value="miranda" />
|
219
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
220
|
+
</PATH_ELEMENT>
|
221
|
+
<PATH_ELEMENT>
|
222
|
+
<option name="myItemId" value="miranda" />
|
223
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
224
|
+
</PATH_ELEMENT>
|
225
|
+
<PATH_ELEMENT>
|
226
|
+
<option name="myItemId" value="lib" />
|
227
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
228
|
+
</PATH_ELEMENT>
|
229
|
+
<PATH_ELEMENT>
|
230
|
+
<option name="myItemId" value="miranda" />
|
231
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
232
|
+
</PATH_ELEMENT>
|
233
|
+
<PATH_ELEMENT>
|
234
|
+
<option name="myItemId" value="app" />
|
235
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
236
|
+
</PATH_ELEMENT>
|
237
|
+
<PATH_ELEMENT>
|
238
|
+
<option name="myItemId" value="public" />
|
239
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
240
|
+
</PATH_ELEMENT>
|
241
|
+
</PATH>
|
242
|
+
<PATH>
|
243
|
+
<PATH_ELEMENT>
|
244
|
+
<option name="myItemId" value="miranda" />
|
245
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
246
|
+
</PATH_ELEMENT>
|
247
|
+
<PATH_ELEMENT>
|
248
|
+
<option name="myItemId" value="miranda" />
|
249
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
250
|
+
</PATH_ELEMENT>
|
251
|
+
<PATH_ELEMENT>
|
252
|
+
<option name="myItemId" value="lib" />
|
253
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
254
|
+
</PATH_ELEMENT>
|
255
|
+
<PATH_ELEMENT>
|
256
|
+
<option name="myItemId" value="miranda" />
|
257
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
258
|
+
</PATH_ELEMENT>
|
259
|
+
<PATH_ELEMENT>
|
260
|
+
<option name="myItemId" value="app" />
|
261
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
262
|
+
</PATH_ELEMENT>
|
263
|
+
<PATH_ELEMENT>
|
264
|
+
<option name="myItemId" value="public" />
|
265
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
266
|
+
</PATH_ELEMENT>
|
267
|
+
<PATH_ELEMENT>
|
268
|
+
<option name="myItemId" value="css" />
|
269
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
270
|
+
</PATH_ELEMENT>
|
271
|
+
</PATH>
|
272
|
+
<PATH>
|
273
|
+
<PATH_ELEMENT>
|
274
|
+
<option name="myItemId" value="miranda" />
|
275
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
276
|
+
</PATH_ELEMENT>
|
277
|
+
<PATH_ELEMENT>
|
278
|
+
<option name="myItemId" value="miranda" />
|
279
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
280
|
+
</PATH_ELEMENT>
|
281
|
+
<PATH_ELEMENT>
|
282
|
+
<option name="myItemId" value="lib" />
|
283
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
284
|
+
</PATH_ELEMENT>
|
285
|
+
<PATH_ELEMENT>
|
286
|
+
<option name="myItemId" value="miranda" />
|
287
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
288
|
+
</PATH_ELEMENT>
|
289
|
+
<PATH_ELEMENT>
|
290
|
+
<option name="myItemId" value="app" />
|
291
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
292
|
+
</PATH_ELEMENT>
|
293
|
+
<PATH_ELEMENT>
|
294
|
+
<option name="myItemId" value="public" />
|
295
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
296
|
+
</PATH_ELEMENT>
|
297
|
+
<PATH_ELEMENT>
|
298
|
+
<option name="myItemId" value="coffeescript" />
|
299
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
300
|
+
</PATH_ELEMENT>
|
301
|
+
</PATH>
|
302
|
+
</subPane>
|
303
|
+
</pane>
|
304
|
+
</panes>
|
305
|
+
</component>
|
306
|
+
<component name="PropertiesComponent">
|
307
|
+
<property name="WebServerToolWindowFactoryState" value="true" />
|
308
|
+
<property name="FullScreen" value="false" />
|
309
|
+
<property name="LayoutCode.rearrangeEntriesHAML" value="false" />
|
310
|
+
<property name="LayoutCode.rearrangeEntriesRuby" value="false" />
|
311
|
+
</component>
|
312
|
+
<component name="RecentsManager">
|
313
|
+
<key name="MoveFile.RECENT_KEYS">
|
314
|
+
<recent name="$PROJECT_DIR$/lib/miranda/app" />
|
315
|
+
</key>
|
316
|
+
</component>
|
317
|
+
<component name="RunManager">
|
318
|
+
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
319
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
320
|
+
<module name="" />
|
321
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
322
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
323
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
324
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
325
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
326
|
+
<envs />
|
327
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
328
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
329
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
330
|
+
<COVERAGE_PATTERN ENABLED="true">
|
331
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
332
|
+
</COVERAGE_PATTERN>
|
333
|
+
</EXTENSION>
|
334
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
335
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
336
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
337
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
338
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
339
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
340
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
341
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
342
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
343
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
344
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
345
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
346
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
347
|
+
<method />
|
348
|
+
</configuration>
|
349
|
+
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
350
|
+
<module name="" />
|
351
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
352
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
353
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
354
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
355
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
356
|
+
<envs />
|
357
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
358
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
359
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
360
|
+
<COVERAGE_PATTERN ENABLED="true">
|
361
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
362
|
+
</COVERAGE_PATTERN>
|
363
|
+
</EXTENSION>
|
364
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
365
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
366
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
367
|
+
<method />
|
368
|
+
</configuration>
|
369
|
+
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug" singleton="true">
|
370
|
+
<method />
|
371
|
+
</configuration>
|
372
|
+
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
373
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
374
|
+
<module name="" />
|
375
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
376
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
377
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
378
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
379
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
380
|
+
<envs />
|
381
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
382
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
383
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
384
|
+
<COVERAGE_PATTERN ENABLED="true">
|
385
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
386
|
+
</COVERAGE_PATTERN>
|
387
|
+
</EXTENSION>
|
388
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
389
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
390
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
391
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
392
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
393
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
394
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
395
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
396
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
397
|
+
<method />
|
398
|
+
</configuration>
|
399
|
+
<list size="0" />
|
400
|
+
</component>
|
401
|
+
<component name="ShelveChangesManager" show_recycled="false" />
|
402
|
+
<component name="TaskManager">
|
403
|
+
<task active="true" id="Default" summary="Default task">
|
404
|
+
<changelist id="d7b94129-b958-414e-84ff-570a1e056022" name="Default" comment="" />
|
405
|
+
<created>1391800177251</created>
|
406
|
+
<updated>1391800177251</updated>
|
407
|
+
</task>
|
408
|
+
<servers />
|
409
|
+
</component>
|
410
|
+
<component name="ToolWindowManager">
|
411
|
+
<frame x="0" y="22" width="1280" height="740" extended-state="6" />
|
412
|
+
<editor active="true" />
|
413
|
+
<layout>
|
414
|
+
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
415
|
+
<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="10" side_tool="false" content_ui="tabs" />
|
416
|
+
<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" />
|
417
|
+
<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="3" side_tool="false" content_ui="tabs" />
|
418
|
+
<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" />
|
419
|
+
<window_info id="Remote Host" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
420
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.26494345" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
421
|
+
<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" />
|
422
|
+
<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="2" side_tool="true" content_ui="tabs" />
|
423
|
+
<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="8" side_tool="true" content_ui="tabs" />
|
424
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32988167" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
425
|
+
<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="9" side_tool="false" content_ui="tabs" />
|
426
|
+
<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" />
|
427
|
+
<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" />
|
428
|
+
<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" />
|
429
|
+
<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" />
|
430
|
+
<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" />
|
431
|
+
<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" />
|
432
|
+
<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" />
|
433
|
+
</layout>
|
434
|
+
</component>
|
435
|
+
<component name="Vcs.Log.UiProperties">
|
436
|
+
<option name="RECENTLY_FILTERED_USERS">
|
437
|
+
<collection />
|
438
|
+
</option>
|
439
|
+
</component>
|
440
|
+
<component name="VcsContentAnnotationSettings">
|
441
|
+
<option name="myLimit" value="2678400000" />
|
442
|
+
</component>
|
443
|
+
<component name="VcsManagerConfiguration">
|
444
|
+
<option name="myTodoPanelSettings">
|
445
|
+
<TodoPanelSettings />
|
446
|
+
</option>
|
447
|
+
</component>
|
448
|
+
<component name="XDebuggerManager">
|
449
|
+
<breakpoint-manager />
|
450
|
+
</component>
|
451
|
+
<component name="editorHistoryManager">
|
452
|
+
<entry file="file://$PROJECT_DIR$/lib/miranda/app/miranda.rb">
|
453
|
+
<provider selected="true" editor-type-id="text-editor">
|
454
|
+
<state line="22" column="20" selection-start="423" selection-end="423" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="705">
|
455
|
+
<folding />
|
456
|
+
</state>
|
457
|
+
</provider>
|
458
|
+
</entry>
|
459
|
+
<entry file="file://$PROJECT_DIR$/lib/miranda/app/public/coffeescript/home.coffee">
|
460
|
+
<provider selected="true" editor-type-id="text-editor">
|
461
|
+
<state line="8" column="0" selection-start="131" selection-end="131" vertical-scroll-proportion="0.0" vertical-offset="120" max-vertical-offset="255">
|
462
|
+
<folding />
|
463
|
+
</state>
|
464
|
+
</provider>
|
465
|
+
</entry>
|
466
|
+
<entry file="file://$PROJECT_DIR$/lib/miranda/app/public/css/style.css">
|
467
|
+
<provider selected="true" editor-type-id="text-editor">
|
468
|
+
<state line="1517" column="0" selection-start="24323" selection-end="24323" vertical-scroll-proportion="0.0" vertical-offset="22139" max-vertical-offset="22845">
|
469
|
+
<folding />
|
470
|
+
</state>
|
471
|
+
</provider>
|
472
|
+
</entry>
|
473
|
+
<entry file="file://$PROJECT_DIR$/lib/miranda/app/miranda.rb">
|
474
|
+
<provider selected="true" editor-type-id="text-editor">
|
475
|
+
<state line="5" column="9" selection-start="73" selection-end="73" vertical-scroll-proportion="0.0" vertical-offset="75" max-vertical-offset="180">
|
476
|
+
<folding />
|
477
|
+
</state>
|
478
|
+
</provider>
|
479
|
+
</entry>
|
480
|
+
<entry file="file://$PROJECT_DIR$/lib/miranda/app/public/css/style.css">
|
481
|
+
<provider selected="true" editor-type-id="text-editor">
|
482
|
+
<state line="1" column="23" selection-start="30" selection-end="30" vertical-scroll-proportion="0.0" vertical-offset="15" max-vertical-offset="120">
|
483
|
+
<folding />
|
484
|
+
</state>
|
485
|
+
</provider>
|
486
|
+
</entry>
|
487
|
+
<entry file="file://$PROJECT_DIR$/lib/miranda/app/miranda.rb">
|
488
|
+
<provider selected="true" editor-type-id="text-editor">
|
489
|
+
<state line="5" column="9" selection-start="73" selection-end="73" vertical-scroll-proportion="0.0" vertical-offset="75" max-vertical-offset="180">
|
490
|
+
<folding />
|
491
|
+
</state>
|
492
|
+
</provider>
|
493
|
+
</entry>
|
494
|
+
<entry file="file://$PROJECT_DIR$/lib/miranda/app/public/css/style.css">
|
495
|
+
<provider selected="true" editor-type-id="text-editor">
|
496
|
+
<state line="1517" column="0" selection-start="24323" selection-end="24323" vertical-scroll-proportion="0.0" vertical-offset="22139" max-vertical-offset="22845">
|
497
|
+
<folding />
|
498
|
+
</state>
|
499
|
+
</provider>
|
500
|
+
</entry>
|
501
|
+
<entry file="file://$PROJECT_DIR$/lib/miranda/app/miranda.rb">
|
502
|
+
<provider selected="true" editor-type-id="text-editor">
|
503
|
+
<state line="22" column="20" selection-start="423" selection-end="423" vertical-scroll-proportion="0.0" vertical-offset="59" max-vertical-offset="705">
|
504
|
+
<folding />
|
505
|
+
</state>
|
506
|
+
</provider>
|
507
|
+
</entry>
|
508
|
+
<entry file="file://$PROJECT_DIR$/lib/miranda/app/public/coffeescript/home.coffee">
|
509
|
+
<provider selected="true" editor-type-id="text-editor">
|
510
|
+
<state line="12" column="29" selection-start="250" selection-end="250" vertical-scroll-proportion="0.2777778" vertical-offset="0" max-vertical-offset="648">
|
511
|
+
<folding />
|
512
|
+
</state>
|
513
|
+
</provider>
|
514
|
+
</entry>
|
515
|
+
</component>
|
516
|
+
</project>
|
517
|
+
|
data/Gemfile
ADDED
data/LICENSE.txt
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
Copyright (c) 2014 Sedat ÇİFTÇİ
|
2
|
+
|
3
|
+
MIT License
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
6
|
+
a copy of this software and associated documentation files (the
|
7
|
+
"Software"), to deal in the Software without restriction, including
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
11
|
+
the following conditions:
|
12
|
+
|
13
|
+
The above copyright notice and this permission notice shall be
|
14
|
+
included in all copies or substantial portions of the Software.
|
15
|
+
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
19
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
20
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,29 @@
|
|
1
|
+
# Miranda
|
2
|
+
|
3
|
+
TODO: Write a gem description
|
4
|
+
|
5
|
+
## Installation
|
6
|
+
|
7
|
+
Add this line to your application's Gemfile:
|
8
|
+
|
9
|
+
gem 'miranda'
|
10
|
+
|
11
|
+
And then execute:
|
12
|
+
|
13
|
+
$ bundle
|
14
|
+
|
15
|
+
Or install it yourself as:
|
16
|
+
|
17
|
+
$ gem install miranda
|
18
|
+
|
19
|
+
## Usage
|
20
|
+
|
21
|
+
TODO: Write usage instructions here
|
22
|
+
|
23
|
+
## Contributing
|
24
|
+
|
25
|
+
1. Fork it
|
26
|
+
2. Create your feature branch (`git checkout -b my-new-feature`)
|
27
|
+
3. Commit your changes (`git commit -am 'Add some feature'`)
|
28
|
+
4. Push to the branch (`git push origin my-new-feature`)
|
29
|
+
5. Create new Pull Request
|
data/Rakefile
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
require "bundler/gem_tasks"
|
data/lib/miranda.rb
ADDED
data/miranda.gemspec
ADDED
@@ -0,0 +1,28 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
+
require 'miranda/version'
|
5
|
+
|
6
|
+
Gem::Specification.new do |spec|
|
7
|
+
spec.name = "miranda"
|
8
|
+
spec.version = Miranda::VERSION
|
9
|
+
spec.authors = ["Sedat ÇİFTÇİ"]
|
10
|
+
spec.email = ["iamcodegrab@gmail.com"]
|
11
|
+
spec.description = %q{Miranda Linux System}
|
12
|
+
spec.summary = %q{Miranda Linux System}
|
13
|
+
spec.homepage = "http://sdtc.us/miranda"
|
14
|
+
spec.license = "MIT"
|
15
|
+
|
16
|
+
spec.files = `git ls-files`.split($/)
|
17
|
+
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
18
|
+
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
19
|
+
spec.require_paths = ["lib"]
|
20
|
+
|
21
|
+
spec.add_dependency "sinatra"
|
22
|
+
spec.add_dependency "json"
|
23
|
+
spec.add_dependency "coffee-script"
|
24
|
+
spec.add_dependency "slim"
|
25
|
+
spec.add_dependency "sass"
|
26
|
+
spec.add_development_dependency "bundler", "~> 1.3"
|
27
|
+
spec.add_development_dependency "rake"
|
28
|
+
end
|
metadata
ADDED
@@ -0,0 +1,153 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: miranda
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Sedat ÇİFTÇİ
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2014-02-08 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: sinatra
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - '>='
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - '>='
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: json
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - '>='
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - '>='
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: coffee-script
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - '>='
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '0'
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - '>='
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: slim
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - '>='
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '0'
|
62
|
+
type: :runtime
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - '>='
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '0'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: sass
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - '>='
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '0'
|
76
|
+
type: :runtime
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - '>='
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '0'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: bundler
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - ~>
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '1.3'
|
90
|
+
type: :development
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - ~>
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: '1.3'
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: rake
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - '>='
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '0'
|
104
|
+
type: :development
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - '>='
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '0'
|
111
|
+
description: Miranda Linux System
|
112
|
+
email:
|
113
|
+
- iamcodegrab@gmail.com
|
114
|
+
executables: []
|
115
|
+
extensions: []
|
116
|
+
extra_rdoc_files: []
|
117
|
+
files:
|
118
|
+
- .gitignore
|
119
|
+
- .idea/miranda.iml
|
120
|
+
- .idea/scopes/scope_settings.xml
|
121
|
+
- .idea/workspace.xml
|
122
|
+
- Gemfile
|
123
|
+
- LICENSE.txt
|
124
|
+
- README.md
|
125
|
+
- Rakefile
|
126
|
+
- lib/miranda.rb
|
127
|
+
- lib/miranda/version.rb
|
128
|
+
- miranda.gemspec
|
129
|
+
homepage: http://sdtc.us/miranda
|
130
|
+
licenses:
|
131
|
+
- MIT
|
132
|
+
metadata: {}
|
133
|
+
post_install_message:
|
134
|
+
rdoc_options: []
|
135
|
+
require_paths:
|
136
|
+
- lib
|
137
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
138
|
+
requirements:
|
139
|
+
- - '>='
|
140
|
+
- !ruby/object:Gem::Version
|
141
|
+
version: '0'
|
142
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
143
|
+
requirements:
|
144
|
+
- - '>='
|
145
|
+
- !ruby/object:Gem::Version
|
146
|
+
version: '0'
|
147
|
+
requirements: []
|
148
|
+
rubyforge_project:
|
149
|
+
rubygems_version: 2.2.0
|
150
|
+
signing_key:
|
151
|
+
specification_version: 4
|
152
|
+
summary: Miranda Linux System
|
153
|
+
test_files: []
|