michelle 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.gitignore ADDED
@@ -0,0 +1,4 @@
1
+ *.gem
2
+ .bundle
3
+ Gemfile.lock
4
+ pkg/*
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source "http://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in michelle.gemspec
4
+ gemspec
data/Rakefile ADDED
@@ -0,0 +1 @@
1
+ require "bundler/gem_tasks"
@@ -0,0 +1,3 @@
1
+ module Michelle
2
+ VERSION = "0.0.1"
3
+ end
data/lib/michelle.rb ADDED
@@ -0,0 +1,7 @@
1
+ require "michelle/version"
2
+
3
+ module Michelle
4
+ def self.testing
5
+ "testing testing"
6
+ end
7
+ end
data/michelle.gemspec ADDED
@@ -0,0 +1,24 @@
1
+ # -*- encoding: utf-8 -*-
2
+ $:.push File.expand_path("../lib", __FILE__)
3
+ require "michelle/version"
4
+
5
+ Gem::Specification.new do |s|
6
+ s.name = "michelle"
7
+ s.version = Michelle::VERSION
8
+ s.authors = ["erinata"]
9
+ s.email = ["erinata@gmail.com"]
10
+ s.homepage = ""
11
+ s.summary = %q{This is gem for the windows application "michelle".}
12
+ s.description = %q{This is gem for the windows application "michelle". This gem is not supposed to be installed to any ruby other than the one shipped with the Windows application "michelle".}
13
+
14
+ s.rubyforge_project = "michelle"
15
+
16
+ s.files = `git ls-files`.split("\n")
17
+ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
18
+ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
+ s.require_paths = ["lib"]
20
+
21
+ # specify any dependencies here; for example:
22
+ # s.add_development_dependency "rspec"
23
+ # s.add_runtime_dependency "rest-client"
24
+ end
@@ -0,0 +1,8 @@
1
+ {
2
+ "folders":
3
+ [
4
+ {
5
+ "path": "/D/dropbox/WorkSpaces/RubySpace/michelle"
6
+ }
7
+ ]
8
+ }
@@ -0,0 +1,597 @@
1
+ {
2
+ "auto_complete":
3
+ {
4
+ "selected_items":
5
+ [
6
+ [
7
+ "ins",
8
+ "insheet-string insheet_string"
9
+ ],
10
+ [
11
+ "ge",
12
+ "gre grep(/pattern/) { |match| .. }"
13
+ ],
14
+ [
15
+ "do",
16
+ "dob Insert do |variable| … end"
17
+ ],
18
+ [
19
+ "def",
20
+ "def def … end"
21
+ ],
22
+ [
23
+ "put",
24
+ "putc (function)"
25
+ ],
26
+ [
27
+ "pri",
28
+ "print (function)"
29
+ ],
30
+ [
31
+ "tes",
32
+ "testing (function)"
33
+ ],
34
+ [
35
+ "eac",
36
+ "each (function)"
37
+ ],
38
+ [
39
+ "times",
40
+ "times (function)"
41
+ ],
42
+ [
43
+ "res",
44
+ "rescue (function)"
45
+ ]
46
+ ]
47
+ },
48
+ "buffers":
49
+ [
50
+ {
51
+ "contents": " ",
52
+ "settings":
53
+ {
54
+ "buffer_size": 1,
55
+ "line_ending": "Windows"
56
+ }
57
+ }
58
+ ],
59
+ "build_system": "",
60
+ "command_palette":
61
+ {
62
+ "height": 392.0,
63
+ "selected_items":
64
+ [
65
+ [
66
+ "proj",
67
+ "Project: Close"
68
+ ],
69
+ [
70
+ "project",
71
+ "Project: Close"
72
+ ],
73
+ [
74
+ "package",
75
+ "Package Control: Install Package"
76
+ ],
77
+ [
78
+ "pack",
79
+ "Package Control: Upgrade Package"
80
+ ],
81
+ [
82
+ "git",
83
+ "Git: Custom Command"
84
+ ],
85
+ [
86
+ "ruby",
87
+ "Set Syntax: Ruby"
88
+ ],
89
+ [
90
+ "comm",
91
+ "Git: Custom Command"
92
+ ],
93
+ [
94
+ "gitk",
95
+ "Git: Quick Commit"
96
+ ],
97
+ [
98
+ "git cu",
99
+ "Git: Custom Command"
100
+ ],
101
+ [
102
+ "install ",
103
+ "Package Control: Install Package"
104
+ ],
105
+ [
106
+ "plain",
107
+ "Set Syntax: Plain Text"
108
+ ],
109
+ [
110
+ "text",
111
+ "Set Syntax: reStructuredText"
112
+ ],
113
+ [
114
+ "mul",
115
+ "Set Syntax: MultiMarkdown"
116
+ ],
117
+ [
118
+ "mark",
119
+ "Set Syntax: Markdown"
120
+ ],
121
+ [
122
+ "yam",
123
+ "Set Syntax: YAML"
124
+ ],
125
+ [
126
+ "xml",
127
+ "Set Syntax: XML"
128
+ ],
129
+ [
130
+ "arb",
131
+ "Git: Arbitrary Command"
132
+ ],
133
+ [
134
+ "rails",
135
+ "Set Syntax: Ruby on Rails"
136
+ ],
137
+ [
138
+ "close",
139
+ "Project: Close"
140
+ ],
141
+ [
142
+ "acc",
143
+ "Snippet: attr_accessor .."
144
+ ],
145
+ [
146
+ "each",
147
+ "Snippet: each { |e| .. }"
148
+ ],
149
+ [
150
+ "git add",
151
+ "Git: Add Current File"
152
+ ],
153
+ [
154
+ "open",
155
+ "View: Toggle Open Files in Side Bar"
156
+ ],
157
+ [
158
+ "",
159
+ "About"
160
+ ],
161
+ [
162
+ "termin",
163
+ "Git: Terminal Command"
164
+ ],
165
+ [
166
+ "term",
167
+ "Git: Terminal Command"
168
+ ],
169
+ [
170
+ "git ",
171
+ "Git: Custom Command"
172
+ ],
173
+ [
174
+ "git stat",
175
+ "Git: Status"
176
+ ],
177
+ [
178
+ "git com",
179
+ "Set Syntax: Git Commit Message"
180
+ ],
181
+ [
182
+ "git gui",
183
+ "Git: Graph Current File"
184
+ ],
185
+ [
186
+ "git commit",
187
+ "Git: Commit"
188
+ ],
189
+ [
190
+ "gitcom",
191
+ "Git: Commit"
192
+ ],
193
+ [
194
+ "instal",
195
+ "Package Control: Install Package"
196
+ ],
197
+ [
198
+ "inst",
199
+ "Package Control: Install Package"
200
+ ],
201
+ [
202
+ "install",
203
+ "Package Control: Install Package"
204
+ ],
205
+ [
206
+ "f",
207
+ "Snippet: find { |e| .. }"
208
+ ],
209
+ [
210
+ "fold",
211
+ "Code Folding: Unfold All"
212
+ ],
213
+ [
214
+ "folding",
215
+ "Code Folding: Fold Tag Attributes"
216
+ ],
217
+ [
218
+ "#!",
219
+ "Snippet: #!/usr/bin/env ruby -wKU"
220
+ ],
221
+ [
222
+ "snippets",
223
+ "Snippet: #!/usr/bin/env ruby -wKU"
224
+ ],
225
+ [
226
+ "insl",
227
+ "Package Control: Install Package"
228
+ ],
229
+ [
230
+ "Package Control: instal",
231
+ "Package Control: Install Package"
232
+ ]
233
+ ],
234
+ "width": 400.0
235
+ },
236
+ "console":
237
+ {
238
+ "height": 239.0
239
+ },
240
+ "distraction_free":
241
+ {
242
+ "menu_visible": true,
243
+ "show_minimap": false,
244
+ "show_open_files": false,
245
+ "show_tabs": false,
246
+ "side_bar_visible": false,
247
+ "status_bar_visible": false
248
+ },
249
+ "file_history":
250
+ [
251
+ "/D/dropbox/WorkSpaces/RubySpace/lorem/lib/lorem/version.rb",
252
+ "/D/dropbox/WorkSpaces/RubySpace/lorem/lib/lorem/lorem2.rb",
253
+ "/D/dropbox/WorkSpaces/RubySpace/lorem/lib/lorem/lorem3.rb",
254
+ "/D/dropbox/WorkSpaces/RubySpace/lorem/lib/lorem.rb",
255
+ "/D/dropbox/Programs/Sublime_Text/Data/Packages/Terminal/Default (Windows).sublime-keymap",
256
+ "/C/Users/tomtom/Desktop/ruby.properties",
257
+ "/D/dropbox/Programs/Sublime_Text/Data/Packages/Default/Preferences.sublime-settings",
258
+ "/D/dropbox/WorkSpaces/RubySpace/auto_click/auto_click.sublime-project",
259
+ "/D/dropbox/WorkSpaces/RubySpace/auto_click/auto_click.sublime-workspace",
260
+ "/D/dropbox/WorkSpaces/RubySpace/auto_click/.gitignore",
261
+ "/C/Recovery.txt",
262
+ "/S/Recycler/Text/2008.txt",
263
+ "/C/Users/tomtom/Desktop/a.do",
264
+ "/D/dropbox/Programs/Sublime_Text/Data/Packages/Stata/test.sublime-snippet",
265
+ "/C/Users/tomtom/Desktop/testing.do",
266
+ "/D/dropbox/Programs/Sublime_Text/Data/Packages/Stata/genlog.sublime-snippet",
267
+ "/D/dropbox/Programs/Sublime_Text/Data/Packages/Stata/logging.sublime-snippet",
268
+ "/C/Users/tomtom/Desktop/group_by_search.rb",
269
+ "/D/Dropbox/WorkSpaces/RubySpace/auto_click/.project",
270
+ "/D/Dropbox/WorkSpaces/RubySpace/auto_click/Gemfile",
271
+ "/D/dropbox/Programs/Sublime_Text/Data/Packages/User/Preferences.sublime-settings",
272
+ "/D/Dropbox/WorkSpaces/RubySpace/auto_click/CHANGELOG",
273
+ "/D/Dropbox/WorkSpaces/RubySpace/auto_click/Rakefile",
274
+ "/C/Users/tomtom/Desktop/abc.txt",
275
+ "/C/Users/tomtom/Desktop/mmdays - insurance.txt",
276
+ "/C/Users/tomtom/Desktop/New Text Document.txt",
277
+ "/D/Dropbox/programs/Sublime_Text/subl.bat",
278
+ "/C/Users/tomtom/Desktop/test.rbw",
279
+ "/C/Users/tomtom/Desktop/test.rb",
280
+ "/D/Dropbox/Public/email to lskc.txt",
281
+ "/D/Dropbox/programs/Sublime_Text/Data/Packages/User/Preferences.sublime-settings",
282
+ "/D/Dropbox/programs/Sublime_Text/Data/Packages/Default/Preferences.sublime-settings",
283
+ "/D/Dropbox/WorkSpaces/RubySpace/auto_click/auto_click.sublime-project",
284
+ "/D/Dropbox/WorkSpaces/RubySpace/auto_click/lib/auto_click/user32.rb",
285
+ "/D/Dropbox/WorkSpaces/RubySpace/auto_click/auto_click-0.2.0.gem",
286
+ "/D/Dropbox/WorkSpaces/RubySpace/auto_click/Gemfile.lock",
287
+ "/D/Dropbox/programs/Sublime_Text/Data/Packages/Git/Default.sublime-commands",
288
+ "/D/Dropbox/programs/Sublime_Text/Data/Packages/Git/git.py",
289
+ "/D/Dropbox/WorkSpaces/RubySpace/auto_click/README.rdoc",
290
+ "/D/Dropbox/WorkSpaces/RubySpace/auto_click/lib/auto_click.rb",
291
+ "/D/dropbox/WorkSpaces/RubySpace/erinata/erinata.sublime-project",
292
+ "/D/dropbox/WorkSpaces/RubySpace/erinata/erinata.sublime-workspace",
293
+ "/D/Dropbox/programs/Sublime_Text/Data/Packages/Default/Global.sublime-settings",
294
+ "/D/Dropbox/programs/Sublime_Text/Data/Packages/User/Global.sublime-settings",
295
+ "/D/dropbox/WorkSpaces/RubySpace/erinata/abc.txt",
296
+ "/D/dropbox/WorkSpaces/RubySpace/erinata/app/controllers/greetings_controller.rb",
297
+ "/D/Dropbox/programs/Sublime_Text/Data/Settings/Session.sublime_session",
298
+ "/D/Dropbox/programs/Sublime_Text/Data/Packages/Terminal/Default (Windows).sublime-keymap",
299
+ "/D/dropbox/WorkSpaces/RubySpace/erinata/public/404.html",
300
+ "/D/dropbox/WorkSpaces/RubySpace/erinata/app/controllers/application_controller.rb",
301
+ "/D/dropbox/WorkSpaces/RubySpace/erinata/Gemfile.lock",
302
+ "/D/Dropbox/WorkSpaces/RubySpace/erinata/a.rb",
303
+ "/D/dropbox/WorkSpaces/RubySpace/erinata/.project",
304
+ "/D/dropbox/WorkSpaces/RubySpace/erinata/.gitignore",
305
+ "/D/Dropbox/programs/Sublime_Text/Data/Packages/Git/Git.sublime-settings",
306
+ "/D/Dropbox/programs/Sublime_Text/Data/Packages/Git/package-metadata.json",
307
+ "/D/New folder/a.txt",
308
+ "/D/Dropbox/programs/Sublime_Text/Data/Packages/Git/Main.sublime-menu",
309
+ "/D/dropbox/WorkSpaces/RubySpace/erinata/config/initializers/wrap_parameters.rb",
310
+ "/D/Dropbox/programs/Ruby/Devkit452/config.yml",
311
+ "/D/dropbox/WorkSpaces/RubySpace/erinata/config/routes.rb",
312
+ "/D/dropbox/WorkSpaces/RubySpace/erinata/config.ru",
313
+ "/D/dropbox/WorkSpaces/RubySpace/erinata/Procfile",
314
+ "/D/dropbox/WorkSpaces/RubySpace/erinata/Gemfile",
315
+ "/D/dropbox/Programs/Sublime_Text/Data/Packages/Ruby/Ruby.tmLanguage",
316
+ "/D/dropbox/Programs/Sublime_Text/Data/Packages/Default/exec.py",
317
+ "/D/dropbox/Programs/Sublime_Text/Data/Packages/Git/Default.sublime-commands",
318
+ "/D/dropbox/Programs/Sublime_Text/Data/Packages/Default/delete_word.py",
319
+ "/D/dropbox/Programs/Sublime_Text/Data/Packages/Default/goto_line.py",
320
+ "/D/dropbox/Programs/Sublime_Text/Data/Packages/Git/git.py",
321
+ "/D/dropbox/Programs/Sublime_Text/Data/Packages/Git/package-metadata.json",
322
+ "/D/dropbox/Programs/Sublime_Text/Data/Packages/Git/Git.sublime-settings",
323
+ "/D/dropbox/Programs/Sublime_Text/Data/Packages/Git/Main.sublime-menu",
324
+ "/D/dropbox/Programs/Sublime_Text/Data/Packages/Git/git.pyc",
325
+ "/D/dropbox/Programs/Sublime_Text/Data/Packages/Default/Base File.sublime-settings",
326
+ "/D/dropbox/Programs/Sublime_Text/Data/Packages/User/Base File.sublime-settings",
327
+ "/C/Users/tomtom/Desktop/basic.ics",
328
+ "/h",
329
+ "/D/dropbox/WorkSpaces/RubySpace/erinata/config/application.rb",
330
+ "/D/dropbox/WorkSpaces/RubySpace/erinata/app/views/greetings/hello.html.erb",
331
+ "/D/dropbox/Programs/Sublime_Text/Data/Packages/User/Terminal.sublime-settings",
332
+ "/D/dropbox/Programs/Sublime_Text/Data/Packages/Terminal/Terminal.sublime-settings",
333
+ "/D/dropbox/WorkSpaces/RubySpace/rails_tutorial/autotest/discover.rb",
334
+ "/D/dropbox/WorkSpaces/RubySpace/rails_tutorial/app/views/layouts/application.html.erb",
335
+ "/D/dropbox/WorkSpaces/RubySpace/small_ruby/small_ruby.sublime-project",
336
+ "/D/dropbox/WorkSpaces/RubySpace/rails_tutorial/rails_tutorial.sublime-project",
337
+ "/D/dropbox/WorkSpaces/RubySpace/ruby.sublime-workspace",
338
+ "/D/dropbox/WorkSpaces/RubySpace/ruby.sublime-project",
339
+ "/C/Users/tomtom/Desktop/test.sublime-project",
340
+ "/D/dropbox/WorkSpaces/RubySpace/test_rails/.project",
341
+ "/D/dropbox/WorkSpaces/RubySpace/test_rails/config/application.rb",
342
+ "/D/dropbox/WorkSpaces/RubySpace/test_rails/app/views/layouts/application.html.erb",
343
+ "/D/dropbox/WorkSpaces/RubySpace/rails_tutorial/app/controllers/application_controller.rb",
344
+ "/C/Users/tomtom/Desktop/test.sublime-workspace",
345
+ "/D/dropbox/Programs/Sublime_Text/Data/Packages/Default/Default (Windows).sublime-keymap",
346
+ "/D/dropbox/Programs/Sublime_Text/subl.bat",
347
+ "/C/Users/tomtom/Desktop/abc",
348
+ "/C/Users/tomtom/Desktop/Sublime Text/abc.txt",
349
+ "/C/Users/tomtom/Desktop/Sublime Text/%*",
350
+ "/C/Users/tomtom/Desktop/Sublime Text/subl.bat",
351
+ "/C/Users/tomtom/Desktop/a.cpp",
352
+ "/C/Users/tomtom/Desktop/Sublime Text/Data/Packages/SublimeCodeIntel/SublimeCodeIntel.py",
353
+ "/C/Users/tomtom/Desktop/Sublime Text/aaa.rb",
354
+ "/C/Users/tomtom/Desktop/Sublime Text/Data/Packages/SublimeCodeIntel/README.markdown",
355
+ "/C/Users/tomtom/Desktop/Sublime Text/Data/Packages/SublimeCodeIntel/Base File.sublime-settings",
356
+ "/C/Users/tomtom/Desktop/Sublime Text/Data/Packages/SublimeCodeIntel/Default (Windows).sublime-keymap",
357
+ "/C/Users/tomtom/Desktop/Sublime Text/Data/Packages/SublimeCodeIntel/libs/styles.py",
358
+ "/C/Users/tomtom/Desktop/Sublime Text/Data/Packages/SublimeCodeIntel/.codeintel/config",
359
+ "/C/Users/tomtom/Desktop/Sublime Text/Data/Packages/Default/Base File.sublime-settings",
360
+ "/C/Users/tomtom/Desktop/Sublime Text/Data/Packages/User/Global.sublime-settings",
361
+ "/C/Users/tomtom/Desktop/Sublime Text/Data/Packages/User/Base File.sublime-settings",
362
+ "/C/Users/tomtom/Desktop/Sublime Text/Data/Packages/Default/Global.sublime-settings",
363
+ "/C/Users/tomtom/Desktop/Sublime Text/Data/Packages/User/Distraction Free.sublime-settings",
364
+ "/C/Users/tomtom/Desktop/Sublime Text/Data/Packages/User/JSON.sublime-settings",
365
+ "/C/Users/tomtom/Desktop/Sublime Text/Data/Packages/User/Default (Windows).sublime-keymap",
366
+ "/C/Users/tomtom/Desktop/Sublime Text/b.txt"
367
+ ],
368
+ "find":
369
+ {
370
+ "height": 37.0
371
+ },
372
+ "find_in_files":
373
+ {
374
+ "height": 0.0,
375
+ "where_history":
376
+ [
377
+ ]
378
+ },
379
+ "find_state":
380
+ {
381
+ "case_sensitive": false,
382
+ "find_history":
383
+ [
384
+ "project",
385
+ "CommandThread",
386
+ "run_command",
387
+ "rails_tut",
388
+ "rails",
389
+ "[0-9].??",
390
+ "[0-9].*",
391
+ "git_root",
392
+ "\\",
393
+ "git_root",
394
+ "working_dir=root",
395
+ "working_dir",
396
+ "run_command",
397
+ "custom",
398
+ "ExecCommand",
399
+ "run_command",
400
+ "get_file_name",
401
+ "stash",
402
+ "git_stash",
403
+ "Application",
404
+ "alt+shift",
405
+ "shift+alt",
406
+ "testing",
407
+ "test",
408
+ "p[r]",
409
+ "p????",
410
+ "p*",
411
+ "test",
412
+ "utf-8",
413
+ "utf"
414
+ ],
415
+ "highlight": true,
416
+ "in_selection": false,
417
+ "preserve_case": false,
418
+ "regex": false,
419
+ "replace_history":
420
+ [
421
+ ],
422
+ "reverse": false,
423
+ "show_context": true,
424
+ "use_buffer2": true,
425
+ "whole_word": false,
426
+ "wrap": true
427
+ },
428
+ "groups":
429
+ [
430
+ {
431
+ "selected": 0,
432
+ "sheets":
433
+ [
434
+ {
435
+ "buffer": 0,
436
+ "settings":
437
+ {
438
+ "buffer_size": 1,
439
+ "regions":
440
+ {
441
+ },
442
+ "selection":
443
+ [
444
+ [
445
+ 1,
446
+ 1
447
+ ]
448
+ ],
449
+ "settings":
450
+ {
451
+ "auto_name": "",
452
+ "syntax": "Packages/Text/Plain text.tmLanguage"
453
+ },
454
+ "translation.x": 0.0,
455
+ "translation.y": 0.0,
456
+ "zoom_level": 1.0
457
+ },
458
+ "type": "text"
459
+ }
460
+ ]
461
+ }
462
+ ],
463
+ "incremental_find":
464
+ {
465
+ "height": 0.0
466
+ },
467
+ "input":
468
+ {
469
+ "height": 37.0
470
+ },
471
+ "layout":
472
+ {
473
+ "cells":
474
+ [
475
+ [
476
+ 0,
477
+ 0,
478
+ 1,
479
+ 1
480
+ ]
481
+ ],
482
+ "cols":
483
+ [
484
+ 0.0,
485
+ 1.0
486
+ ],
487
+ "rows":
488
+ [
489
+ 0.0,
490
+ 1.0
491
+ ]
492
+ },
493
+ "menu_visible": false,
494
+ "replace":
495
+ {
496
+ "height": 60.0
497
+ },
498
+ "save_all_on_build": true,
499
+ "select_file":
500
+ {
501
+ "height": 0.0,
502
+ "selected_items":
503
+ [
504
+ [
505
+ "auto",
506
+ "auto_click.sublime-project"
507
+ ],
508
+ [
509
+ "",
510
+ "auto_click.sublime-workspace"
511
+ ],
512
+ [
513
+ "test",
514
+ "test_build.rb"
515
+ ],
516
+ [
517
+ "read",
518
+ "README.rdoc"
519
+ ],
520
+ [
521
+ "viru",
522
+ "lib/auto_click/virtual_key.rb"
523
+ ],
524
+ [
525
+ "abc",
526
+ "/D/dropbox/WorkSpaces/RubySpace/erinata/abc.txt"
527
+ ],
528
+ [
529
+ "data",
530
+ "config/database.yml"
531
+ ],
532
+ [
533
+ "gem",
534
+ "Gemfile.lock"
535
+ ],
536
+ [
537
+ "app",
538
+ "app/assets/javascripts/application.js"
539
+ ],
540
+ [
541
+ "erb",
542
+ "app/views/greetings/hello.html.erb"
543
+ ],
544
+ [
545
+ "view/appl",
546
+ "app/views/layouts/application.html.erb"
547
+ ],
548
+ [
549
+ "application",
550
+ "rails_tutorial/app/controllers/application_controller.rb"
551
+ ],
552
+ [
553
+ "view/appli",
554
+ "app/views/layouts/application.html.erb"
555
+ ],
556
+ [
557
+ "applic",
558
+ "config/application.rb"
559
+ ],
560
+ [
561
+ "conf",
562
+ "config/application.rb"
563
+ ]
564
+ ],
565
+ "width": 0.0
566
+ },
567
+ "select_project":
568
+ {
569
+ "height": 500.0,
570
+ "selected_items":
571
+ [
572
+ [
573
+ "",
574
+ "/D/dropbox/WorkSpaces/RubySpace/auto_click/auto_click.sublime-project"
575
+ ],
576
+ [
577
+ "au",
578
+ "/D/Dropbox/WorkSpaces/RubySpace/auto_click/auto_click.sublime-project"
579
+ ],
580
+ [
581
+ "erinata",
582
+ "/D/dropbox/WorkSpaces/RubySpace/erinata/erinata.sublime-project"
583
+ ],
584
+ [
585
+ "rails",
586
+ "/D/dropbox/WorkSpaces/RubySpace/rails_tutorial/rails_tutorial.sublime-project"
587
+ ]
588
+ ],
589
+ "width": 380.0
590
+ },
591
+ "show_minimap": true,
592
+ "show_open_files": true,
593
+ "show_tabs": true,
594
+ "side_bar_visible": true,
595
+ "side_bar_width": 150.0,
596
+ "status_bar_visible": true
597
+ }
metadata ADDED
@@ -0,0 +1,55 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: michelle
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - erinata
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-03-10 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: This is gem for the windows application "michelle". This gem is not supposed
15
+ to be installed to any ruby other than the one shipped with the Windows application
16
+ "michelle".
17
+ email:
18
+ - erinata@gmail.com
19
+ executables: []
20
+ extensions: []
21
+ extra_rdoc_files: []
22
+ files:
23
+ - .gitignore
24
+ - Gemfile
25
+ - Rakefile
26
+ - lib/michelle.rb
27
+ - lib/michelle/version.rb
28
+ - michelle.gemspec
29
+ - michelle.sublime-project
30
+ - michelle.sublime-workspace
31
+ homepage: ''
32
+ licenses: []
33
+ post_install_message:
34
+ rdoc_options: []
35
+ require_paths:
36
+ - lib
37
+ required_ruby_version: !ruby/object:Gem::Requirement
38
+ none: false
39
+ requirements:
40
+ - - ! '>='
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ required_rubygems_version: !ruby/object:Gem::Requirement
44
+ none: false
45
+ requirements:
46
+ - - ! '>='
47
+ - !ruby/object:Gem::Version
48
+ version: '0'
49
+ requirements: []
50
+ rubyforge_project: michelle
51
+ rubygems_version: 1.8.17
52
+ signing_key:
53
+ specification_version: 3
54
+ summary: This is gem for the windows application "michelle".
55
+ test_files: []