morrigan_editor_rails 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1649ccf80e56d1ceec2cba8e3d4e945b1c066f10
4
- data.tar.gz: a0478ce43978ca46e2c8f05bb6f7436fc18e9630
3
+ metadata.gz: d6a2f170f47bfc74278319e575c21b167b8d2ae2
4
+ data.tar.gz: 30ea6efb25c1c97d2a0a867adec031d6356a551c
5
5
  SHA512:
6
- metadata.gz: 58020a90006629e0127a1624ac66c7648b1f697a7b4ea6fabe7941ddd6f9c74df8f5a1d306b98f504290b282de5317ba7eb30d6a75b9c3565dea41122448dab5
7
- data.tar.gz: 09b6e8b889f96d08c61f172b93e3b34e376b50eb0f5b6b4e24e66af486ce131c99e710b532e3719e6ff667ffe64e6ab3439d75f1aea1285d2ea84daa57d1ee1a
6
+ metadata.gz: 15941dd2c1dc61a0a533542a3f37fba9af71e81422f98215c8dc2fe24a223e5507e2fd5f81e933b075f40053c87f9a25750f07ef3f95813ef11945ecf1ee0b9b
7
+ data.tar.gz: c4448a519e9847cc9a2b82644b6f810ea5b3593c50ed8bb7def9ae19e37fe434fbe41d5ef4c96648dfeb720f7a759af1cd608c9d22ae8e35fd3e1c12b237472a
@@ -13,6 +13,10 @@ module MorriganEditorRails
13
13
  Sanitize.fragment html, self.sanitize_config
14
14
  end
15
15
 
16
+ def self.preview_sanitize(html)
17
+ Sanitize.fragment html, self.preview_sanitize_config
18
+ end
19
+
16
20
  def self.sanitize_config
17
21
  {
18
22
  :elements => WHITELIST_ELEMENTS,
@@ -37,5 +41,11 @@ module MorriganEditorRails
37
41
  }
38
42
  }
39
43
  end
44
+
45
+ def self.preview_sanitize_config
46
+ {
47
+ :elements => ['p']
48
+ }
49
+ end
40
50
  end
41
51
  end
@@ -1,3 +1,3 @@
1
1
  module MorriganEditorRails
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
@@ -1,5 +1,5 @@
1
1
  <!--<%= asset_path('morrigan_editor_rails/iframe.css') %>-->
2
- <!--<%= MorriganEditorRails::Editor.sanitize '<b><a href="http://foo.com/">foo</a></b><img src="bar.jpg">' %> -->
2
+ <!--<%= MorriganEditorRails::Editor.preview_sanitize '<p><b><a href="http://foo.com/">foo</a></b><img src="bar.jpg">' %> -->
3
3
  <form id="form">
4
4
  <div class="has-error"><textarea id="textarea"><p>ads</p><p>fgh</p></textarea></div>
5
5
  <div morrigan-editor="true" id="editor" editor-width="100%" editor-height="300px" editor-bound-textarea="#textarea"></div>
@@ -10306,3 +10306,359 @@ Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-26 15:28:50 +04
10306
10306
 
10307
10307
 
10308
10308
  Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-26 15:28:50 +0400
10309
+
10310
+
10311
+ Started GET "/" for 127.0.0.1 at 2014-07-28 10:49:28 +0400
10312
+ Processing by TestController#index as HTML
10313
+ Rendered test/index.html.erb within layouts/application (2.2ms)
10314
+ Completed 200 OK in 68ms (Views: 67.7ms | ActiveRecord: 0.0ms)
10315
+
10316
+
10317
+ Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 10:49:29 +0400
10318
+
10319
+
10320
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 10:49:29 +0400
10321
+
10322
+
10323
+ Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 10:49:29 +0400
10324
+
10325
+
10326
+ Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 10:49:29 +0400
10327
+
10328
+
10329
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 10:49:29 +0400
10330
+
10331
+
10332
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 10:49:29 +0400
10333
+
10334
+
10335
+ Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 10:49:29 +0400
10336
+
10337
+
10338
+ Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 10:49:29 +0400
10339
+
10340
+
10341
+ Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 10:49:29 +0400
10342
+
10343
+
10344
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 10:49:29 +0400
10345
+
10346
+
10347
+ Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 10:49:29 +0400
10348
+
10349
+
10350
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 10:49:29 +0400
10351
+
10352
+
10353
+ Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 10:49:29 +0400
10354
+
10355
+
10356
+ Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 10:49:29 +0400
10357
+
10358
+
10359
+ Started GET "/" for 127.0.0.1 at 2014-07-28 10:50:00 +0400
10360
+ Processing by TestController#index as HTML
10361
+ Rendered test/index.html.erb within layouts/application (2.8ms)
10362
+ Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.0ms)
10363
+
10364
+
10365
+ Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 10:50:00 +0400
10366
+
10367
+
10368
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 10:50:00 +0400
10369
+
10370
+
10371
+ Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 10:50:00 +0400
10372
+
10373
+
10374
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 10:50:00 +0400
10375
+
10376
+
10377
+ Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 10:50:00 +0400
10378
+
10379
+
10380
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:00 +0400
10381
+
10382
+
10383
+ Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:00 +0400
10384
+
10385
+
10386
+ Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:00 +0400
10387
+
10388
+
10389
+ Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:00 +0400
10390
+
10391
+
10392
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:00 +0400
10393
+
10394
+
10395
+ Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:00 +0400
10396
+
10397
+
10398
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:00 +0400
10399
+
10400
+
10401
+ Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 10:50:00 +0400
10402
+
10403
+
10404
+ Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 10:50:00 +0400
10405
+
10406
+
10407
+ Started GET "/" for 127.0.0.1 at 2014-07-28 10:50:15 +0400
10408
+ Processing by TestController#index as HTML
10409
+ Rendered test/index.html.erb within layouts/application (1.5ms)
10410
+ Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
10411
+
10412
+
10413
+ Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 10:50:15 +0400
10414
+
10415
+
10416
+ Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 10:50:15 +0400
10417
+
10418
+
10419
+ Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 10:50:15 +0400
10420
+
10421
+
10422
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:15 +0400
10423
+
10424
+
10425
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 10:50:15 +0400
10426
+
10427
+
10428
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 10:50:15 +0400
10429
+
10430
+
10431
+ Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:15 +0400
10432
+
10433
+
10434
+ Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:15 +0400
10435
+
10436
+
10437
+ Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:15 +0400
10438
+
10439
+
10440
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:15 +0400
10441
+
10442
+
10443
+ Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:15 +0400
10444
+
10445
+
10446
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:15 +0400
10447
+
10448
+
10449
+ Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 10:50:15 +0400
10450
+
10451
+
10452
+ Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 10:50:15 +0400
10453
+
10454
+
10455
+ Started GET "/" for 127.0.0.1 at 2014-07-28 10:50:40 +0400
10456
+ Processing by TestController#index as HTML
10457
+ Rendered test/index.html.erb within layouts/application (1.3ms)
10458
+ Completed 200 OK in 7ms (Views: 7.3ms | ActiveRecord: 0.0ms)
10459
+
10460
+
10461
+ Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 10:50:40 +0400
10462
+
10463
+
10464
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 10:50:40 +0400
10465
+
10466
+
10467
+ Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 10:50:40 +0400
10468
+
10469
+
10470
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 10:50:40 +0400
10471
+
10472
+
10473
+ Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 10:50:40 +0400
10474
+
10475
+
10476
+ Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:40 +0400
10477
+
10478
+
10479
+ Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:40 +0400
10480
+
10481
+
10482
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:40 +0400
10483
+
10484
+
10485
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:40 +0400
10486
+
10487
+
10488
+ Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:40 +0400
10489
+
10490
+
10491
+ Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:40 +0400
10492
+
10493
+
10494
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:40 +0400
10495
+
10496
+
10497
+ Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 10:50:40 +0400
10498
+
10499
+
10500
+ Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 10:50:40 +0400
10501
+
10502
+
10503
+ Started GET "/" for 127.0.0.1 at 2014-07-28 10:50:41 +0400
10504
+ Processing by TestController#index as HTML
10505
+ Rendered test/index.html.erb within layouts/application (1.9ms)
10506
+ Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.0ms)
10507
+
10508
+
10509
+ Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 10:50:41 +0400
10510
+
10511
+
10512
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 10:50:41 +0400
10513
+
10514
+
10515
+ Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 10:50:41 +0400
10516
+
10517
+
10518
+ Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 10:50:41 +0400
10519
+
10520
+
10521
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 10:50:41 +0400
10522
+
10523
+
10524
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:41 +0400
10525
+
10526
+
10527
+ Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:42 +0400
10528
+
10529
+
10530
+ Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:42 +0400
10531
+
10532
+
10533
+ Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:42 +0400
10534
+
10535
+
10536
+ Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:42 +0400
10537
+
10538
+
10539
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:42 +0400
10540
+
10541
+
10542
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 10:50:42 +0400
10543
+
10544
+
10545
+ Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 10:50:42 +0400
10546
+
10547
+
10548
+ Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 10:50:42 +0400
10549
+
10550
+
10551
+ Started GET "/" for 127.0.0.1 at 2014-07-28 10:59:58 +0400
10552
+ Processing by TestController#index as HTML
10553
+ Rendered test/index.html.erb within layouts/application (1.9ms)
10554
+ Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
10555
+
10556
+
10557
+ Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 10:59:58 +0400
10558
+
10559
+
10560
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 10:59:58 +0400
10561
+
10562
+
10563
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 10:59:58 +0400
10564
+
10565
+
10566
+ Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 10:59:58 +0400
10567
+
10568
+
10569
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 10:59:58 +0400
10570
+
10571
+
10572
+ Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 10:59:58 +0400
10573
+
10574
+
10575
+ Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 10:59:58 +0400
10576
+
10577
+
10578
+ Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 10:59:58 +0400
10579
+
10580
+
10581
+ Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 10:59:58 +0400
10582
+
10583
+
10584
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 10:59:58 +0400
10585
+
10586
+
10587
+ Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 10:59:58 +0400
10588
+
10589
+
10590
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 10:59:58 +0400
10591
+
10592
+
10593
+ Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 10:59:58 +0400
10594
+
10595
+
10596
+ Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 10:59:58 +0400
10597
+
10598
+
10599
+ Started GET "/" for 127.0.0.1 at 2014-07-28 11:00:54 +0400
10600
+ Processing by TestController#index as HTML
10601
+ Rendered test/index.html.erb within layouts/application (3.3ms)
10602
+ Completed 500 Internal Server Error in 5ms
10603
+
10604
+ ActionView::Template::Error (undefined method `preview_sanitize' for MorriganEditorRails::Editor:Class):
10605
+ 1: <!--<%= asset_path('morrigan_editor_rails/iframe.css') %>-->
10606
+ 2: <!--<%= MorriganEditorRails::Editor.preview_sanitize '<p><b><a href="http://foo.com/">foo</a></b><img src="bar.jpg">' %> -->
10607
+ 3: <form id="form">
10608
+ 4: <div class="has-error"><textarea id="textarea"><p>ads</p><p>fgh</p></textarea></div>
10609
+ 5: <div morrigan-editor="true" id="editor" editor-width="100%" editor-height="300px" editor-bound-textarea="#textarea"></div>
10610
+ app/views/test/index.html.erb:2:in `_app_views_test_index_html_erb__323311853_95380750'
10611
+
10612
+
10613
+ Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
10614
+ Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
10615
+ Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.4ms)
10616
+
10617
+
10618
+ Started GET "/" for 127.0.0.1 at 2014-07-28 11:01:09 +0400
10619
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
10620
+ Processing by TestController#index as HTML
10621
+ Rendered test/index.html.erb within layouts/application (6.1ms)
10622
+ Completed 200 OK in 216ms (Views: 215.4ms | ActiveRecord: 0.0ms)
10623
+
10624
+
10625
+ Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 11:01:09 +0400
10626
+
10627
+
10628
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 11:01:09 +0400
10629
+
10630
+
10631
+ Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 11:01:09 +0400
10632
+
10633
+
10634
+ Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 11:01:09 +0400
10635
+
10636
+
10637
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 11:01:09 +0400
10638
+
10639
+
10640
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 11:01:09 +0400
10641
+
10642
+
10643
+ Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 11:01:09 +0400
10644
+
10645
+
10646
+ Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 11:01:09 +0400
10647
+
10648
+
10649
+ Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 11:01:09 +0400
10650
+
10651
+
10652
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 11:01:10 +0400
10653
+
10654
+
10655
+ Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 11:01:10 +0400
10656
+
10657
+
10658
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 11:01:10 +0400
10659
+
10660
+
10661
+ Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 11:01:10 +0400
10662
+
10663
+
10664
+ Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 11:01:10 +0400
@@ -1 +1 @@
1
- 20187
1
+ 21606
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: morrigan_editor_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergey Sokolov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-26 00:00:00.000000000 Z
11
+ date: 2014-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails