fenopy 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,17 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
6
+ Gemfile.lock
7
+ InstalledFiles
8
+ _yardoc
9
+ coverage
10
+ doc/
11
+ lib/bundler/man
12
+ pkg
13
+ rdoc
14
+ spec/reports
15
+ test/tmp
16
+ test/version_tmp
17
+ tmp
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in fenopy.gemspec
4
+ gemspec
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2012 Jarred Sumner
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.
@@ -0,0 +1,29 @@
1
+ # Fenopy
2
+
3
+ TODO: Write a gem description
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ gem 'fenopy'
10
+
11
+ And then execute:
12
+
13
+ $ bundle
14
+
15
+ Or install it yourself as:
16
+
17
+ $ gem install fenopy
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
@@ -0,0 +1 @@
1
+ require "bundler/gem_tasks"
@@ -0,0 +1,23 @@
1
+ # -*- encoding: utf-8 -*-
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'fenopy/version'
5
+
6
+ Gem::Specification.new do |gem|
7
+ gem.name = "fenopy"
8
+ gem.version = Fenopy::VERSION
9
+ gem.authors = ["Jarred Sumner"]
10
+ gem.email = ["jarred@jarredsumner.com"]
11
+ gem.description = %q{A really simple Fenopy API client for Ruby}
12
+ gem.summary = %q{A really simple Fenopy API client for Ruby}
13
+ gem.homepage = ""
14
+
15
+ gem.files = `git ls-files`.split($/)
16
+ gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
17
+ gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
+ gem.require_paths = ["lib"]
19
+
20
+ gem.add_dependency "json"
21
+ gem.add_dependency "nestful"
22
+ gem.add_dependency "activesupport"
23
+ end
@@ -0,0 +1,8 @@
1
+ {
2
+ "folders":
3
+ [
4
+ {
5
+ "path": "/Users/jarred/Code/fenopy"
6
+ }
7
+ ]
8
+ }
@@ -0,0 +1,1365 @@
1
+ {
2
+ "auto_complete":
3
+ {
4
+ "selected_items":
5
+ [
6
+ [
7
+ "new_",
8
+ "new_with_permission"
9
+ ],
10
+ [
11
+ "visib",
12
+ "visibility"
13
+ ],
14
+ [
15
+ "styles",
16
+ "stylesheet_link_tag"
17
+ ],
18
+ [
19
+ "curr",
20
+ "current_application"
21
+ ],
22
+ [
23
+ "cur",
24
+ "current_resource_owner"
25
+ ],
26
+ [
27
+ "w",
28
+ "when when …"
29
+ ],
30
+ [
31
+ "OPENC",
32
+ "OPENCV_DIRECTORY"
33
+ ],
34
+ [
35
+ "OpENCV",
36
+ "OPENCV_DIRECTORY"
37
+ ],
38
+ [
39
+ "regis",
40
+ "registered_device_and_request_avatar"
41
+ ],
42
+ [
43
+ "H",
44
+ "HASNT_STARTED_YET"
45
+ ],
46
+ [
47
+ "NOT",
48
+ "NOT_ALLOWED_TO_EDIT_KEY"
49
+ ],
50
+ [
51
+ "NOT_",
52
+ "NOT_PERMISSABLE"
53
+ ],
54
+ [
55
+ "editee",
56
+ "editee_key"
57
+ ],
58
+ [
59
+ "invit",
60
+ "inviting_self_by_email"
61
+ ],
62
+ [
63
+ "invitin",
64
+ "inviting_self_by_phone"
65
+ ],
66
+ [
67
+ "inviting",
68
+ "inviting_self_by_email"
69
+ ],
70
+ [
71
+ "invite_via",
72
+ "invite_via_email_and_phone_with_sms"
73
+ ],
74
+ [
75
+ "passwor",
76
+ "password_confirmation"
77
+ ],
78
+ [
79
+ "with",
80
+ "without_protection"
81
+ ],
82
+ [
83
+ "registered",
84
+ "registered_device"
85
+ ],
86
+ [
87
+ "create",
88
+ "create_new_user_and_register_device"
89
+ ],
90
+ [
91
+ "def",
92
+ "def def … end"
93
+ ],
94
+ [
95
+ "owner",
96
+ "owner_key"
97
+ ],
98
+ [
99
+ "pass",
100
+ "password_confirmation"
101
+ ],
102
+ [
103
+ "password",
104
+ "password"
105
+ ],
106
+ [
107
+ "find",
108
+ "find_by_device_id"
109
+ ],
110
+ [
111
+ "user",
112
+ "user_details"
113
+ ],
114
+ [
115
+ "avatar",
116
+ "avatar_upload_form"
117
+ ],
118
+ [
119
+ "JAR",
120
+ "JARRED_FACEBOOK_SECRET"
121
+ ],
122
+ [
123
+ "FACE",
124
+ "FACEBOOK_SECRET"
125
+ ],
126
+ [
127
+ "FACEB",
128
+ "FACEBOOK_KEY"
129
+ ],
130
+ [
131
+ "curre",
132
+ "current_application"
133
+ ],
134
+ [
135
+ "di",
136
+ "DIV Tag"
137
+ ],
138
+ [
139
+ "gue",
140
+ "guest_two"
141
+ ],
142
+ [
143
+ "passw",
144
+ "password_confirmation"
145
+ ],
146
+ [
147
+ "permiss",
148
+ "permission_k"
149
+ ],
150
+ [
151
+ "doork",
152
+ "doorkeeper_from_uid"
153
+ ],
154
+ [
155
+ "curren",
156
+ "current_resource_owner"
157
+ ],
158
+ [
159
+ "for",
160
+ "forgot"
161
+ ],
162
+ [
163
+ "resource",
164
+ "resource_owner_id"
165
+ ],
166
+ [
167
+ "opt",
168
+ "opts_or_token"
169
+ ],
170
+ [
171
+ "argum",
172
+ "arguments_list"
173
+ ],
174
+ [
175
+ "redirec",
176
+ "redirect_uri"
177
+ ],
178
+ [
179
+ "oauth_authoriza",
180
+ "oauth_authorization_codes"
181
+ ],
182
+ [
183
+ "sor",
184
+ "sorb sort_by { |e| .. }"
185
+ ],
186
+ [
187
+ "format",
188
+ "format_start_time"
189
+ ],
190
+ [
191
+ "uuid",
192
+ "UUID"
193
+ ],
194
+ [
195
+ "cl",
196
+ "cla class BlankSlate .. initialize .. end"
197
+ ],
198
+ [
199
+ "long",
200
+ "longitude"
201
+ ],
202
+ [
203
+ "bor",
204
+ "border-bottom"
205
+ ],
206
+ [
207
+ "curl",
208
+ "closing_curly_braces"
209
+ ],
210
+ [
211
+ "lines",
212
+ "lines_as_char_array"
213
+ ],
214
+ [
215
+ "open",
216
+ "opening_curly_braces"
217
+ ],
218
+ [
219
+ "http",
220
+ "http_start_index"
221
+ ],
222
+ [
223
+ "httt",
224
+ "http_start_index"
225
+ ],
226
+ [
227
+ "htt",
228
+ "http_start_index"
229
+ ],
230
+ [
231
+ "start",
232
+ "start_index"
233
+ ],
234
+ [
235
+ "proc",
236
+ "process_server_blocks"
237
+ ],
238
+ [
239
+ "line",
240
+ "line_with_block_type"
241
+ ],
242
+ [
243
+ "find_h",
244
+ "find_http_block_start"
245
+ ],
246
+ [
247
+ "read",
248
+ "read_lines"
249
+ ],
250
+ [
251
+ "home",
252
+ "home_ending_from"
253
+ ]
254
+ ]
255
+ },
256
+ "buffers":
257
+ [
258
+ {
259
+ "file": "lib/fenopy.rb",
260
+ "settings":
261
+ {
262
+ "buffer_size": 484,
263
+ "line_ending": "Unix"
264
+ }
265
+ },
266
+ {
267
+ "file": "fenopy.gemspec",
268
+ "settings":
269
+ {
270
+ "buffer_size": 825,
271
+ "line_ending": "Unix"
272
+ }
273
+ }
274
+ ],
275
+ "build_system": "",
276
+ "command_palette":
277
+ {
278
+ "height": 107.0,
279
+ "selected_items":
280
+ [
281
+ [
282
+ "ruby",
283
+ "Set Syntax: Ruby"
284
+ ],
285
+ [
286
+ "bash",
287
+ "Set Syntax: Shell Script (Bash)"
288
+ ],
289
+ [
290
+ "objec",
291
+ "Set Syntax: Objective-C"
292
+ ],
293
+ [
294
+ "objecti",
295
+ "Set Syntax: Objective-C"
296
+ ],
297
+ [
298
+ "b",
299
+ "BeautifyRuby"
300
+ ],
301
+ [
302
+ "beau",
303
+ "BeautifyRuby"
304
+ ],
305
+ [
306
+ "install",
307
+ "Package Control: Install Package"
308
+ ],
309
+ [
310
+ "html rails",
311
+ "Set Syntax: HTML (Rails)"
312
+ ],
313
+ [
314
+ "javascript",
315
+ "Set Syntax: JavaScript"
316
+ ],
317
+ [
318
+ "coffee",
319
+ "Set Syntax: CoffeeScript"
320
+ ],
321
+ [
322
+ "css",
323
+ "Set Syntax: CSS"
324
+ ],
325
+ [
326
+ "objective",
327
+ "Set Syntax: Objective-C"
328
+ ],
329
+ [
330
+ "object",
331
+ "Set Syntax: Objective-C"
332
+ ],
333
+ [
334
+ "less",
335
+ "Set Syntax: LESS"
336
+ ],
337
+ [
338
+ "scss",
339
+ "Set Syntax: SCSS"
340
+ ],
341
+ [
342
+ "Markdown",
343
+ "Set Syntax: Markdown"
344
+ ],
345
+ [
346
+ "json",
347
+ "Set Syntax: JSON"
348
+ ],
349
+ [
350
+ "xml",
351
+ "Set Syntax: XML"
352
+ ],
353
+ [
354
+ "snippet",
355
+ "Snippet: #include <…>"
356
+ ],
357
+ [
358
+ "sni",
359
+ "Snippet: main()"
360
+ ],
361
+ [
362
+ "Objec",
363
+ "Set Syntax: Objective-C"
364
+ ],
365
+ [
366
+ "",
367
+ "About"
368
+ ]
369
+ ],
370
+ "width": 566.0
371
+ },
372
+ "console":
373
+ {
374
+ "height": 139.0
375
+ },
376
+ "distraction_free":
377
+ {
378
+ "menu_visible": true,
379
+ "show_minimap": false,
380
+ "show_open_files": false,
381
+ "show_tabs": false,
382
+ "side_bar_visible": false,
383
+ "status_bar_visible": false
384
+ },
385
+ "file_history":
386
+ [
387
+ "/Users/jarred/Code/fenopy/lib/fenopy/torrent.rb",
388
+ "/Users/jarred/Code/fenopy/fenopy.gemspec",
389
+ "/Users/jarred/Code/transmission-rpc/lib/transmission-rpc.rb",
390
+ "/Users/jarred/Code/fenopy/lib/fenopy/version.rb",
391
+ "/Users/jarred/Code/fenopy/lib/fenopy.rb",
392
+ "/Users/jarred/Code/fenopy/Gemfile",
393
+ "/Users/jarred/Code/Content/transmission-rpc/lib/transmission-rpc/torrent.rb",
394
+ "/Users/jarred/Code/Content/transmission-rpc/lib/transmission-rpc/client.rb",
395
+ "/Users/jarred/Code/Content/transmission-rpc/transmission-rpc.gemspec",
396
+ "/Users/jarred/Code/Content/transmission-rpc/lib/transmission-rpc.rb",
397
+ "/Users/jarred/Code/Content/transmission-rpc/lib/transmission-rpc/version.rb",
398
+ "/Users/jarred/Code/Content/transmission-rpc/README.md",
399
+ "/Users/jarred/Code/Content/transmission-rpc/LICENSE.txt",
400
+ "/Users/jarred/Code/Content/transmission-rpc/transmission-rpc.sublime-project",
401
+ "/Users/jarred/Code/Content/transmission-rpc/Gemfile",
402
+ "/Users/jarred/.config/transmission-daemon/torrents/Prometheus.2012.DVDRip.XViD.AC3-REFiLL.228f94bb71013ced.torrent",
403
+ "/Users/jarred/Code/Content/transmission-rpc/Rakefile",
404
+ "/Users/jarred/Downloads/Lockitron.2/congrats.html",
405
+ "/Users/jarred/Code/Lockitron/Rails/app/assets/stylesheets/preorder/main.css.scss",
406
+ "/Users/jarred/Code/Lockitron/Rails/app/assets/stylesheets/preorder/main.css",
407
+ "/Users/jarred/Code/Lockitron/Rails/app/views/preorder/index.html.erb",
408
+ "/Users/jarred/Code/Lockitron/Rails/app/models/order.rb",
409
+ "/Users/jarred/Code/Lockitron/Rails/app/models/notifier.rb",
410
+ "/Users/jarred/Code/Lockitron/Rails/app/views/layouts/preorder.html.erb",
411
+ "/Users/jarred/Code/Lockitron/Rails/config/routes.rb",
412
+ "/Users/jarred/Builds/transmission-client/Rakefile",
413
+ "/Users/jarred/Code/Lockitron/Rails/app/views/layouts/preorder.erb",
414
+ "/Users/jarred/Code/Lockitron/Rails/app/mailers/preorder.rb",
415
+ "/Users/jarred/Code/Lockitron/Rails/app/views/preorder/reserved.erb",
416
+ "/Users/jarred/Code/Lockitron/Rails/spec/fixtures/preorder/reserved",
417
+ "/Users/jarred/Code/Lockitron/Rails/app/views/preorder/reserved.text.erb",
418
+ "/Users/jarred/Downloads/The_Naked_Gun_trilogy_dvdrips.5003770.TPB.torrent",
419
+ "/Users/jarred/Code/Lockitron/Rails/app/assets/stylesheets/preorder.css.scss",
420
+ "/Users/jarred/Code/Lockitron/Rails/config/application.rb",
421
+ "/Users/jarred/Code/Lockitron/Rails/config/environments/development.rb",
422
+ "/Users/jarred/Code/Lockitron/Rails/config/environments/production.rb",
423
+ "/Users/jarred/Code/Lockitron/Rails/log/development.log",
424
+ "/Users/jarred/Code/Lockitron/Rails/db/schema.rb",
425
+ "/Users/jarred/Code/Lockitron/Rails/app/views/preorder/buy.html.erb",
426
+ "/Users/jarred/Code/Lockitron/Rails/config/initializers/amazon_payments.rb",
427
+ "/Users/jarred/Code/Lockitron/Rails/app/models/charge.rb",
428
+ "/Users/jarred/Code/Lockitron/Rails/app/controllers/store_controller.rb",
429
+ "/Users/jarred/Code/Lockitron/Rails/app/controllers/preorder_controller.rb",
430
+ "/Users/jarred/Code/Lockitron/Rails/Gemfile",
431
+ "/Users/jarred/Code/Lockitron/Rails/config/store.yml",
432
+ "/Users/jarred/Code/Lockitron/Rails/config/database.yml",
433
+ "/Users/jarred/Code/Lockitron/Rails/.gitignore.rails2",
434
+ "/Users/jarred/Code/Lockitron/Rails/app/controllers/v1/lock_controller.rb",
435
+ "/Users/jarred/Code/Lockitron/Rails/app/assets/stylesheets/application.css",
436
+ "/Users/jarred/Code/Lockitron/Rails/app/controllers/api/device_controller.rb",
437
+ "/Users/jarred/Code/Lockitron/Rails/lib/key_access.rb",
438
+ "/Users/jarred/Code/Lockitron/Rails/app/views/v1/key/show.json.rabl",
439
+ "/Users/jarred/Builds/RHAddressBook/RHAddressBook.podspec",
440
+ "/Users/jarred/Code/Lockitron/Rails/lib/key_management.rb",
441
+ "/Users/jarred/Code/Lockitron/Rails/app/models/lock.rb",
442
+ "/Users/jarred/Code/Lockitron/Rails/app/controllers/v1/logs_controller.rb",
443
+ "/Users/jarred/Code/Lockitron/Rails/app/models/user.rb",
444
+ "/Users/jarred/Code/Lockitron/Rails/Gemfile.lock",
445
+ "/Users/jarred/Code/Lockitron/Rails/app/controllers/v1/user_controller.rb",
446
+ "/Users/jarred/Code/Lockitron/Rails/app/controllers/v1/internal_controller.rb",
447
+ "/Users/jarred/Code/Lockitron/iOS/Podfile",
448
+ "/Users/jarred/Code/Lockitron/Rails/app/controllers/application_controller.rb",
449
+ "/Users/jarred/Code/Lockitron/Rails/config/config.yml",
450
+ "/Users/jarred/Code/Lockitron/Rails/app/models/log.rb",
451
+ "/Users/jarred/Code/Lockitron/Rails/app/controllers/dashboard_controller.rb",
452
+ "/Users/jarred/Code/Lockitron/Rails/app/views/v1/users/show.json.rabl",
453
+ "/Users/jarred/Code/Lockitron/Rails/app/controllers/v1/key_controller.rb",
454
+ "/Users/jarred/Code/Lockitron/Rails/app/models/permission.rb",
455
+ "/Users/jarred/Code/Lockitron/Rails/.gitignore",
456
+ "/Users/jarred/Code/Lockitron/Rails/db/migrate/20120816194412_add_outcome_to_log.rb",
457
+ "/Users/jarred/Code/Lockitron/Rails/.powenv",
458
+ "/Users/jarred/Code/Lockitron/Rails/db/migrate/20100902063649_create_logs.rb",
459
+ "/Users/jarred/Code/Lockitron/Rails/app/controllers/v1/keys_controller.rb",
460
+ "/Users/jarred/Code/Lockitron/Rails/app/controllers/v1/permissions_controller.rb",
461
+ "/Users/jarred/Code/Lockitron/Rails/app/controllers/admin/permissions_controller.rb",
462
+ "/Users/jarred/Code/Lockitron/Rails/.powrc",
463
+ "/Users/jarred/Code/Lockitron/Rails/app/views/v1/keys/show.json.rabl",
464
+ "/Users/jarred/Code/Lockitron/Rails/config/database.yml.example",
465
+ "/Users/jarred/Code/Lockitron/Rails/log/test.log",
466
+ "/Users/jarred/Code/Lockitron/Rails/app/views/dashboard/index.html.erb",
467
+ "/Users/jarred/Code/Lockitron/Rails/tmp/cache/sass/a98388374052ddfaed84800148fc7941bbee4280/register.css.scssc",
468
+ "/Users/jarred/Code/Lockitron/Rails/cjar",
469
+ "/Users/jarred/Code/Lockitron/Rails/app/views/account/invite.html.erb",
470
+ "/Users/jarred/Code/Lockitron/Rails/spec/models/key_management_spec.rb",
471
+ "/Users/jarred/Code/Lockitron/Rails/public/500.html",
472
+ "/Users/jarred/Code/Lockitron/Rails/public/404.html",
473
+ "/Users/jarred/Code/Lockitron/Rails/app/views/dashboard/_permissions.html.erb",
474
+ "/Users/jarred/Code/Lockitron/Rails/public/js/dashboard.js",
475
+ "/Users/jarred/Code/Lockitron/Rails/app/views/home/less.html.erb",
476
+ "/Users/jarred/.zshrc",
477
+ "/Users/jarred/Code/Lockitron/Rails/config/deploy.rb",
478
+ "/Users/jarred/Code/Lockitron/Rails/app/helpers/users_helper.rb",
479
+ "/Users/jarred/Code/Lockitron/Rails/Capfile",
480
+ "/Users/jarred/Code/Lockitron/Rails/doc/app/fr_file_index.html",
481
+ "/Users/jarred/Code/Lockitron/Rails/config/initializers/load_config.rb",
482
+ "/Users/jarred/Code/Lockitron/Rails/config/environments/staging.rb",
483
+ "/Users/jarred/Code/Lockitron/Rails/app/views/v1/logs/show.json.rabl",
484
+ "/Users/jarred/Code/Lockitron/Rails/app/controllers/admin/admin_controller.rb",
485
+ "/Users/jarred/Code/Lockitron/Rails/app/views/admin/devices/index.html.erb",
486
+ "/Users/jarred/Code/Lockitron/Rails/app/views/admin/devices/edit.html.erb",
487
+ "/Users/jarred/Code/Lockitron/Rails/app/controllers/api/mobile_controller.rb",
488
+ "/Users/jarred/Library/Application",
489
+ "/Users/jarred/Library/Application Support/SABnzbd/sabnzbd.ini",
490
+ "/Applications/SABnzbd.app/Contents/Support/SABnzbd/sabnzbd.ini",
491
+ "/Users/jarred/Code/Lockitron/Rails/app/views/dashboard/permissions/_permission_owner.html.erb",
492
+ "/Users/jarred/Code/Lockitron/Rails/app/views/layouts/home.html.erb",
493
+ "/Users/jarred/Code/Lockitron/Rails/app/assets/stylesheets/home.css.scss",
494
+ "/Users/jarred/Code/Lockitron/Rails/public/css/new/main.css",
495
+ "/Users/jarred/Downloads/Windows 8 Enterprise/MICROSOFT.WINDOWS.8.ENTERPRISE-N.RTM.X64.VOLUME.ENGLISH.NON_BOOT_DVD-SAMOVARWZT/MICROSOFT.WINDOWS.8.ENTERPRISE-N.RTM.X64.VOLUME.ENGLISH.NON_BOOT_DVD-SAMOVARWZT.NFO",
496
+ "/Users/jarred/Code/Lockitron/Rails/app/controllers/access_controller.rb",
497
+ "/Users/jarred/Code/Lockitron/Rails/db/seeds.rb",
498
+ "/Users/jarred/Code/Lockitron/Rails/app/models/device.rb",
499
+ "/Users/jarred/Code/Lockitron/Rails/app/assets/javascripts/dashboard.js",
500
+ "/Users/jarred/Code/Lockitron/Rails/app/views/dashboard/analytics/_log.html.erb",
501
+ "/Users/jarred/Code/Lockitron/Rails/app/controllers/home_controller.rb",
502
+ "/Users/jarred/Code/Lockitron/Rails/app/views/home/splash.html.erb",
503
+ "/Users/jarred/Code/Lockitron/Rails/public/css/splash.css",
504
+ "/Users/jarred/Code/Lockitron/Rails/db/migrate/20120802214505_add_kind_to_log.rb",
505
+ "/Users/jarred/Code/Lockitron/Rails/spec/lib/key_access_spec.rb",
506
+ "/Users/jarred/Code/Lockitron/Rails/app/assets/stylesheets/dashboard.css.scss",
507
+ "/Users/jarred/Code/Lockitron/Rails/spec/spec_helper.rb",
508
+ "/Users/jarred/Code/Lockitron/Rails/test/functional/api/v1/internal_controller_test.rb",
509
+ "/Users/jarred/Code/Lockitron/Rails/app/views/dashboard/lock/_header.html.erb",
510
+ "/Users/jarred/Code/Lockitron/Rails/app/views/dashboard/configuration.html.erb",
511
+ "/Users/jarred/Code/Lockitron/Rails/app/views/dashboard/configuration/_location.html.erb",
512
+ "/Users/jarred/Code/Lockitron/Rails/app/assets/stylesheets/settings.css.scss",
513
+ "/Users/jarred/Code/Lockitron/Rails/app/controllers/account_controller.rb",
514
+ "/Users/jarred/Code/Lockitron/Rails/app/views/dashboard/lock.html.erb"
515
+ ],
516
+ "find":
517
+ {
518
+ "height": 33.0
519
+ },
520
+ "find_in_files":
521
+ {
522
+ "height": 0.0,
523
+ "where_history":
524
+ [
525
+ ""
526
+ ]
527
+ },
528
+ "find_state":
529
+ {
530
+ "case_sensitive": false,
531
+ "find_history":
532
+ [
533
+ ",",
534
+ ":",
535
+ "image-path",
536
+ "../images/",
537
+ "image",
538
+ "1.png",
539
+ "protect",
540
+ "invite",
541
+ "email",
542
+ "tron",
543
+ "permissible",
544
+ "logs_for",
545
+ "is_valid",
546
+ "save_edit",
547
+ "save_ed",
548
+ "save",
549
+ "saved_edited_key",
550
+ "edit",
551
+ "outcome",
552
+ "user_ide",
553
+ "started_rece",
554
+ "visible",
555
+ "is_valid",
556
+ "email",
557
+ "def create",
558
+ ":key",
559
+ ":new_key",
560
+ ":key",
561
+ "options[:start",
562
+ "create_user_with_email",
563
+ "def index",
564
+ "Not Found",
565
+ "RoutingError",
566
+ "Not Found",
567
+ "alert",
568
+ "found",
569
+ "404",
570
+ "invite",
571
+ "permissions_owners",
572
+ "owner",
573
+ "\"guest\"",
574
+ "rvm",
575
+ "capistrano",
576
+ "printDiag",
577
+ "log_changes",
578
+ "params[:exp",
579
+ "exp",
580
+ "edit",
581
+ "try_lines",
582
+ "Downloads",
583
+ "host",
584
+ "localhost",
585
+ "127",
586
+ "localhost",
587
+ "local",
588
+ "HOST",
589
+ "remote",
590
+ "#support",
591
+ "#back",
592
+ "flash_video",
593
+ "pocket",
594
+ "pcoket",
595
+ "One less thing in your pocket.\nOne less thing in your pocket",
596
+ "Best",
597
+ "issue_key",
598
+ "log_destory",
599
+ "delete_key",
600
+ "destroy",
601
+ "permissions",
602
+ "users",
603
+ "@log",
604
+ "analytics",
605
+ "dashboard",
606
+ "resources",
607
+ "dashboard",
608
+ "dashboard/",
609
+ "dashboard/:",
610
+ "anal",
611
+ "dashboard",
612
+ "analytics",
613
+ "#support-",
614
+ "root",
615
+ "user_identifier",
616
+ "name",
617
+ "log",
618
+ "mix",
619
+ "panel",
620
+ "mix",
621
+ "mixpanel",
622
+ "ruby",
623
+ "capybara",
624
+ "activate",
625
+ "register",
626
+ "face_url",
627
+ "root",
628
+ "Log.new",
629
+ "1px",
630
+ "class=\"message\"",
631
+ "class='message'",
632
+ "id=\"message\"",
633
+ "def auth",
634
+ "login",
635
+ "disconnect_facebook",
636
+ "#personal_",
637
+ "disconnec",
638
+ "def create\n",
639
+ "def create",
640
+ "def creat",
641
+ "avatar",
642
+ ".lcok_controls",
643
+ "v1",
644
+ "visible?",
645
+ "visible",
646
+ "current_application",
647
+ "admin?",
648
+ "geo",
649
+ "geocoder",
650
+ "doorkeeper_token",
651
+ "doorkeeper_token\n\ndoorkeeper_token",
652
+ "current_application",
653
+ "ensure_privileged",
654
+ "started?",
655
+ "started",
656
+ "403",
657
+ "key_not_",
658
+ "expired",
659
+ "visi",
660
+ "permission"
661
+ ],
662
+ "highlight": true,
663
+ "in_selection": false,
664
+ "preserve_case": false,
665
+ "regex": false,
666
+ "replace_history":
667
+ [
668
+ "",
669
+ "image-path(\"",
670
+ "CANT_MODIFY_SELF",
671
+ "cant_modify_self!",
672
+ "@",
673
+ "=",
674
+ "",
675
+ "oil_rubbed_bronze",
676
+ "antique_brass",
677
+ "polished_brass",
678
+ "current_resource_owner",
679
+ "div",
680
+ "Session",
681
+ "session",
682
+ "@session",
683
+ "v1",
684
+ "@response",
685
+ "",
686
+ ":methods => :is_valid",
687
+ "permission.is_valid",
688
+ "permission.owner?",
689
+ "permission.guest?",
690
+ "permission.admin?",
691
+ "valid?",
692
+ "admin?",
693
+ "valid?",
694
+ "#flash",
695
+ "flash.now[:notice]",
696
+ "flash.now[:error]",
697
+ " <div class=\"location\">in <a class='map' href=\"#\">New York City <div class='link_indicator'> »</div></a></div>",
698
+ "<div class=\"location\">in <a class='map' href=\"#\">New York City<div class='link_indicator'> »</div>",
699
+ "",
700
+ "<a class=\"email_user\" href=\"mailto:jarred@jarredsumner.com?&subject=Hello from Lockitron&body=I am going to figure out an actual template later.\" target='new'>",
701
+ "",
702
+ "<a class=\"person unselectable\" href=\"mailto:jarred@jarredsumner.com?&subject=\"Hello from Lockitron\"&body=\"I\"m going to figure out an actual template later.\">",
703
+ "<div class=\"person unselectable\">",
704
+ "<div class=\"person unselectable",
705
+ "#",
706
+ " ",
707
+ "gsub",
708
+ "part"
709
+ ],
710
+ "reverse": false,
711
+ "show_context": true,
712
+ "use_buffer2": true,
713
+ "whole_word": false,
714
+ "wrap": false
715
+ },
716
+ "groups":
717
+ [
718
+ {
719
+ "selected": 1,
720
+ "sheets":
721
+ [
722
+ {
723
+ "buffer": 0,
724
+ "file": "lib/fenopy.rb",
725
+ "settings":
726
+ {
727
+ "buffer_size": 484,
728
+ "regions":
729
+ {
730
+ },
731
+ "selection":
732
+ [
733
+ [
734
+ 82,
735
+ 82
736
+ ]
737
+ ],
738
+ "settings":
739
+ {
740
+ "syntax": "Packages/Ruby/Ruby.tmLanguage"
741
+ },
742
+ "translation.x": 0.0,
743
+ "translation.y": 0.0,
744
+ "zoom_level": 1.0
745
+ },
746
+ "type": "text"
747
+ },
748
+ {
749
+ "buffer": 1,
750
+ "file": "fenopy.gemspec",
751
+ "settings":
752
+ {
753
+ "buffer_size": 825,
754
+ "regions":
755
+ {
756
+ },
757
+ "selection":
758
+ [
759
+ [
760
+ 0,
761
+ 0
762
+ ]
763
+ ],
764
+ "settings":
765
+ {
766
+ "syntax": "Packages/Ruby/Ruby.tmLanguage",
767
+ "tab_size": 2,
768
+ "translate_tabs_to_spaces": true
769
+ },
770
+ "translation.x": 0.0,
771
+ "translation.y": 0.0,
772
+ "zoom_level": 1.0
773
+ },
774
+ "type": "text"
775
+ }
776
+ ]
777
+ },
778
+ {
779
+ "sheets":
780
+ [
781
+ ]
782
+ }
783
+ ],
784
+ "incremental_find":
785
+ {
786
+ "height": 0.0
787
+ },
788
+ "input":
789
+ {
790
+ "height": 32.0
791
+ },
792
+ "layout":
793
+ {
794
+ "cells":
795
+ [
796
+ [
797
+ 0,
798
+ 0,
799
+ 1,
800
+ 1
801
+ ],
802
+ [
803
+ 1,
804
+ 0,
805
+ 2,
806
+ 1
807
+ ]
808
+ ],
809
+ "cols":
810
+ [
811
+ 0.0,
812
+ 0.5,
813
+ 1.0
814
+ ],
815
+ "rows":
816
+ [
817
+ 0.0,
818
+ 1.0
819
+ ]
820
+ },
821
+ "menu_visible": true,
822
+ "output.exec":
823
+ {
824
+ "height": 110.0
825
+ },
826
+ "replace":
827
+ {
828
+ "height": 62.0
829
+ },
830
+ "save_all_on_build": true,
831
+ "select_file":
832
+ {
833
+ "height": 0.0,
834
+ "selected_items":
835
+ [
836
+ [
837
+ "gemsp",
838
+ "fenopy.gemspec"
839
+ ],
840
+ [
841
+ "torr",
842
+ "lib/fenopy/torrent.rb"
843
+ ],
844
+ [
845
+ "gemspec",
846
+ "fenopy.gemspec"
847
+ ],
848
+ [
849
+ "lib/fenopy/tor",
850
+ "lib/fenopy/torrent.rb"
851
+ ],
852
+ [
853
+ "t",
854
+ "lib/fenopy/torrent.rb"
855
+ ],
856
+ [
857
+ "tor",
858
+ "lib/fenopy/torrent.rb"
859
+ ],
860
+ [
861
+ "vers",
862
+ "lib/fenopy/version.rb"
863
+ ],
864
+ [
865
+ "fenop",
866
+ "lib/fenopy.rb"
867
+ ],
868
+ [
869
+ "gemfile",
870
+ "Gemfile"
871
+ ],
872
+ [
873
+ "fe",
874
+ "fenopy.gemspec"
875
+ ],
876
+ [
877
+ "fenopy.rb",
878
+ "lib/fenopy.rb"
879
+ ],
880
+ [
881
+ "client",
882
+ "lib/transmission-rpc/client.rb"
883
+ ],
884
+ [
885
+ "",
886
+ "lib/transmission-rpc/torrent.rb"
887
+ ],
888
+ [
889
+ "trans",
890
+ "lib/transmission-rpc.rb"
891
+ ],
892
+ [
893
+ "transmission",
894
+ "lib/transmission-rpc.rb"
895
+ ],
896
+ [
897
+ "version",
898
+ "lib/transmission-rpc/version.rb"
899
+ ],
900
+ [
901
+ "lice",
902
+ "LICENSE.txt"
903
+ ],
904
+ [
905
+ "torrent",
906
+ "lib/transmission-rpc/torrent.rb"
907
+ ],
908
+ [
909
+ "transmissio",
910
+ "lib/transmission-rpc/torrent.rb"
911
+ ],
912
+ [
913
+ "readme",
914
+ "README.md"
915
+ ],
916
+ [
917
+ "gem",
918
+ "transmission-rpc.gemspec"
919
+ ],
920
+ [
921
+ "transmi",
922
+ "lib/transmission-rpc.rb"
923
+ ],
924
+ [
925
+ "tran",
926
+ "transmission-rpc.sublime-project"
927
+ ],
928
+ [
929
+ "torrent.rb",
930
+ "lib/transmission-rpc/torrent.rb"
931
+ ],
932
+ [
933
+ "tra",
934
+ "transmission-rpc.gemspec"
935
+ ],
936
+ [
937
+ "transmis",
938
+ "lib/transmission-rpc.rb"
939
+ ],
940
+ [
941
+ "transsm",
942
+ "transmission-rpc.gemspec"
943
+ ],
944
+ [
945
+ "rakefile",
946
+ "Rakefile"
947
+ ],
948
+ [
949
+ "preorderindex.html.erb",
950
+ "app/views/preorder/index.html.erb"
951
+ ],
952
+ [
953
+ "buy.html",
954
+ "app/views/preorder/buy.html.erb"
955
+ ],
956
+ [
957
+ "main.css.scs",
958
+ "app/assets/stylesheets/preorder/main.css.scss"
959
+ ],
960
+ [
961
+ "main.css",
962
+ "app/assets/stylesheets/preorder/main.css"
963
+ ],
964
+ [
965
+ "routes",
966
+ "config/routes.rb"
967
+ ],
968
+ [
969
+ "preorder.html.erb",
970
+ "app/views/layouts/preorder.html.erb"
971
+ ],
972
+ [
973
+ "preorder.erb",
974
+ "app/views/layouts/preorder.erb"
975
+ ],
976
+ [
977
+ "reserved",
978
+ "app/views/preorder/reserved.erb"
979
+ ],
980
+ [
981
+ "reserved.erb",
982
+ "app/views/preorder/reserved.erb"
983
+ ],
984
+ [
985
+ "notifier",
986
+ "app/models/notifier.rb"
987
+ ],
988
+ [
989
+ "preorder",
990
+ "app/mailers/preorder.rb"
991
+ ],
992
+ [
993
+ "order",
994
+ "app/models/order.rb"
995
+ ],
996
+ [
997
+ "preorder/index",
998
+ "app/views/preorder/index.html.erb"
999
+ ],
1000
+ [
1001
+ "application.rb",
1002
+ "config/application.rb"
1003
+ ],
1004
+ [
1005
+ "produc",
1006
+ "config/environments/production.rb"
1007
+ ],
1008
+ [
1009
+ "development.rb",
1010
+ "config/environments/development.rb"
1011
+ ],
1012
+ [
1013
+ "develop",
1014
+ "log/development.log"
1015
+ ],
1016
+ [
1017
+ "schema",
1018
+ "db/schema.rb"
1019
+ ],
1020
+ [
1021
+ "preorder.rb",
1022
+ "app/mailers/preorder.rb"
1023
+ ],
1024
+ [
1025
+ "amazon",
1026
+ "config/initializers/amazon_payments.rb"
1027
+ ],
1028
+ [
1029
+ "devel",
1030
+ "log/development.log"
1031
+ ],
1032
+ [
1033
+ "order.rb",
1034
+ "app/models/order.rb"
1035
+ ],
1036
+ [
1037
+ "charge",
1038
+ "app/models/charge.rb"
1039
+ ],
1040
+ [
1041
+ "buy",
1042
+ "app/views/preorder/buy.html.erb"
1043
+ ],
1044
+ [
1045
+ "deve",
1046
+ "log/development.log"
1047
+ ],
1048
+ [
1049
+ "preoder_con",
1050
+ "app/controllers/preorder_controller.rb"
1051
+ ],
1052
+ [
1053
+ "preoder.css",
1054
+ "app/assets/stylesheets/preorder.css.scss"
1055
+ ],
1056
+ [
1057
+ "preoder_contr",
1058
+ "app/controllers/preorder_controller.rb"
1059
+ ],
1060
+ [
1061
+ "store.y",
1062
+ "config/store.yml"
1063
+ ],
1064
+ [
1065
+ "store_contr",
1066
+ "app/controllers/store_controller.rb"
1067
+ ],
1068
+ [
1069
+ "datab",
1070
+ "config/database.yml"
1071
+ ],
1072
+ [
1073
+ "lock_controller",
1074
+ "app/controllers/v1/lock_controller.rb"
1075
+ ],
1076
+ [
1077
+ "config.yml",
1078
+ "config/config.yml"
1079
+ ],
1080
+ [
1081
+ "applicatio",
1082
+ "app/controllers/application_controller.rb"
1083
+ ],
1084
+ [
1085
+ "application",
1086
+ "app/assets/stylesheets/application.css"
1087
+ ],
1088
+ [
1089
+ "user.rb",
1090
+ "app/models/user.rb"
1091
+ ],
1092
+ [
1093
+ "lock.rb",
1094
+ "app/models/lock.rb"
1095
+ ],
1096
+ [
1097
+ "log.rb",
1098
+ "app/models/log.rb"
1099
+ ],
1100
+ [
1101
+ "logs_contro",
1102
+ "app/controllers/v1/logs_controller.rb"
1103
+ ],
1104
+ [
1105
+ "api/",
1106
+ "app/controllers/api/device_controller.rb"
1107
+ ],
1108
+ [
1109
+ "log",
1110
+ "app/models/log.rb"
1111
+ ],
1112
+ [
1113
+ "dashboard_contr",
1114
+ "app/controllers/dashboard_controller.rb"
1115
+ ],
1116
+ [
1117
+ "user_contr",
1118
+ "app/controllers/v1/user_controller.rb"
1119
+ ],
1120
+ [
1121
+ "user_controller",
1122
+ "app/controllers/v1/user_controller.rb"
1123
+ ],
1124
+ [
1125
+ "key_man",
1126
+ "lib/key_management.rb"
1127
+ ],
1128
+ [
1129
+ "key_access",
1130
+ "lib/key_access.rb"
1131
+ ],
1132
+ [
1133
+ "user",
1134
+ "app/models/user.rb"
1135
+ ],
1136
+ [
1137
+ "user_contro",
1138
+ "app/controllers/v1/user_controller.rb"
1139
+ ],
1140
+ [
1141
+ "key_acc",
1142
+ "lib/key_access.rb"
1143
+ ],
1144
+ [
1145
+ "gemfile.l",
1146
+ "Gemfile.lock"
1147
+ ],
1148
+ [
1149
+ "show.js",
1150
+ "app/views/v1/users/show.json.rabl"
1151
+ ],
1152
+ [
1153
+ "keys.j",
1154
+ "app/views/v1/key/show.json.rabl"
1155
+ ],
1156
+ [
1157
+ "key_manage",
1158
+ "lib/key_management.rb"
1159
+ ],
1160
+ [
1161
+ "api_contr",
1162
+ "app/controllers/v1/internal_controller.rb"
1163
+ ],
1164
+ [
1165
+ "key_contr",
1166
+ "app/controllers/v1/key_controller.rb"
1167
+ ],
1168
+ [
1169
+ "lock_contr",
1170
+ "app/controllers/v1/lock_controller.rb"
1171
+ ],
1172
+ [
1173
+ "powenv",
1174
+ ".powenv"
1175
+ ],
1176
+ [
1177
+ "lock_contro",
1178
+ "app/controllers/v1/lock_controller.rb"
1179
+ ],
1180
+ [
1181
+ "add_outcome",
1182
+ "db/migrate/20120816194412_add_outcome_to_log.rb"
1183
+ ],
1184
+ [
1185
+ "create_logs",
1186
+ "db/migrate/20100902063649_create_logs.rb"
1187
+ ],
1188
+ [
1189
+ "permission_con",
1190
+ "app/controllers/v1/permissions_controller.rb"
1191
+ ],
1192
+ [
1193
+ "permission_contro",
1194
+ "app/controllers/v1/permissions_controller.rb"
1195
+ ],
1196
+ [
1197
+ "keys_",
1198
+ "app/controllers/v1/keys_controller.rb"
1199
+ ],
1200
+ [
1201
+ "permission_control",
1202
+ "app/controllers/v1/permissions_controller.rb"
1203
+ ],
1204
+ [
1205
+ "key_controller",
1206
+ "app/controllers/v1/key_controller.rb"
1207
+ ],
1208
+ [
1209
+ "show.json",
1210
+ "app/views/v1/users/show.json.rabl"
1211
+ ],
1212
+ [
1213
+ "production",
1214
+ "config/environments/production.rb"
1215
+ ],
1216
+ [
1217
+ "show.json.",
1218
+ "app/views/v1/users/show.json.rabl"
1219
+ ],
1220
+ [
1221
+ "permission",
1222
+ "app/models/permission.rb"
1223
+ ],
1224
+ [
1225
+ "key.r",
1226
+ "lib/key_management.rb"
1227
+ ],
1228
+ [
1229
+ "show.json.rabl",
1230
+ "app/views/v1/users/show.json.rabl"
1231
+ ],
1232
+ [
1233
+ "powrc",
1234
+ ".powrc"
1235
+ ],
1236
+ [
1237
+ "config/data",
1238
+ "config/database.yml"
1239
+ ],
1240
+ [
1241
+ ".git",
1242
+ ".gitignore"
1243
+ ],
1244
+ [
1245
+ ".log",
1246
+ "log/test.log"
1247
+ ],
1248
+ [
1249
+ "index",
1250
+ "app/views/dashboard/index.html.erb"
1251
+ ],
1252
+ [
1253
+ "cjar",
1254
+ "cjar"
1255
+ ],
1256
+ [
1257
+ "404.html",
1258
+ "public/404.html"
1259
+ ],
1260
+ [
1261
+ "500",
1262
+ "public/500.html"
1263
+ ],
1264
+ [
1265
+ "key",
1266
+ "lib/key_management.rb"
1267
+ ],
1268
+ [
1269
+ "dashboard.js",
1270
+ "public/js/dashboard.js"
1271
+ ],
1272
+ [
1273
+ "_permissions",
1274
+ "app/views/dashboard/_permissions.html.erb"
1275
+ ],
1276
+ [
1277
+ "key_ma",
1278
+ "lib/key_management.rb"
1279
+ ],
1280
+ [
1281
+ "key_mana",
1282
+ "spec/models/key_management_spec.rb"
1283
+ ],
1284
+ [
1285
+ "route",
1286
+ "config/routes.rb"
1287
+ ],
1288
+ [
1289
+ "invite.html.erb",
1290
+ "app/views/account/invite.html.erb"
1291
+ ],
1292
+ [
1293
+ "dashboard_controller",
1294
+ "app/controllers/dashboard_controller.rb"
1295
+ ],
1296
+ [
1297
+ "index.html.erb",
1298
+ "app/views/dashboard/index.html.erb"
1299
+ ],
1300
+ [
1301
+ "user_helper",
1302
+ "app/helpers/users_helper.rb"
1303
+ ],
1304
+ [
1305
+ "pow",
1306
+ ".powenv"
1307
+ ],
1308
+ [
1309
+ "capfile",
1310
+ "Capfile"
1311
+ ],
1312
+ [
1313
+ "deploy",
1314
+ "config/deploy.rb"
1315
+ ],
1316
+ [
1317
+ "less.html",
1318
+ "app/views/home/less.html.erb"
1319
+ ],
1320
+ [
1321
+ "load_config",
1322
+ "config/initializers/load_config.rb"
1323
+ ],
1324
+ [
1325
+ "staging",
1326
+ "config/environments/staging.rb"
1327
+ ],
1328
+ [
1329
+ "log_controller",
1330
+ "app/controllers/v1/logs_controller.rb"
1331
+ ],
1332
+ [
1333
+ "admin/",
1334
+ "app/controllers/admin/admin_controller.rb"
1335
+ ],
1336
+ [
1337
+ "devices/index",
1338
+ "app/views/admin/devices/index.html.erb"
1339
+ ],
1340
+ [
1341
+ "admin/devices/edit",
1342
+ "app/views/admin/devices/edit.html.erb"
1343
+ ],
1344
+ [
1345
+ "mobile_controller",
1346
+ "app/controllers/api/mobile_controller.rb"
1347
+ ]
1348
+ ],
1349
+ "width": 0.0
1350
+ },
1351
+ "select_project":
1352
+ {
1353
+ "height": 0.0,
1354
+ "selected_items":
1355
+ [
1356
+ ],
1357
+ "width": 0.0
1358
+ },
1359
+ "show_minimap": false,
1360
+ "show_open_files": false,
1361
+ "show_tabs": true,
1362
+ "side_bar_visible": false,
1363
+ "side_bar_width": 211.0,
1364
+ "status_bar_visible": true
1365
+ }