showboat 0.0.1 → 0.0.2

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.
@@ -16,6 +16,7 @@ class window.ResponsiveFrame
16
16
 
17
17
  resize: (e) ->
18
18
  percent = @sample_media.offsetWidth / @sample_parent.offsetWidth
19
+ return if _.isNaN percent
19
20
  for frame in @frames
20
21
  ratio = frame.getAttribute 'data-ratio'
21
22
  wv = Math.round(frame.parentNode.offsetWidth * percent)
@@ -1,3 +1,3 @@
1
1
  module Showboat
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -157478,3 +157478,206 @@ Served asset /zoom.js - 304 Not Modified (3ms)
157478
157478
 
157479
157479
  Started GET "/assets/highlight.js" for 127.0.0.1 at 2013-02-19 11:54:01 -0700
157480
157480
  Served asset /highlight.js - 304 Not Modified (3ms)
157481
+
157482
+
157483
+ Started GET "/" for 127.0.0.1 at 2013-02-19 14:20:28 -0700
157484
+ Connecting to database specified by database.yml
157485
+ Processing by ShowboatController#index as HTML
157486
+ Rendered showboat/index.html.haml within layouts/application (36.7ms)
157487
+ Completed 200 OK in 122ms (Views: 121.9ms | ActiveRecord: 0.0ms)
157488
+
157489
+
157490
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-19 14:20:29 -0700
157491
+ Served asset /application.css - 304 Not Modified (9ms)
157492
+
157493
+
157494
+ Started GET "/assets/reveal.js?body=1" for 127.0.0.1 at 2013-02-19 14:20:29 -0700
157495
+ Served asset /reveal.js - 304 Not Modified (2ms)
157496
+
157497
+
157498
+ Started GET "/assets/head.min.js?body=1" for 127.0.0.1 at 2013-02-19 14:20:29 -0700
157499
+ Served asset /head.min.js - 304 Not Modified (2ms)
157500
+
157501
+
157502
+ Started GET "/assets/showboat/plugins/responsive_frame.js?body=1" for 127.0.0.1 at 2013-02-19 14:20:29 -0700
157503
+ Served asset /showboat/plugins/responsive_frame.js - 304 Not Modified (2ms)
157504
+
157505
+
157506
+ Started GET "/assets/showboat/plugins/slide_heading.js?body=1" for 127.0.0.1 at 2013-02-19 14:20:29 -0700
157507
+ Served asset /showboat/plugins/slide_heading.js - 304 Not Modified (2ms)
157508
+
157509
+
157510
+ Started GET "/assets/showboat/index.js?body=1" for 127.0.0.1 at 2013-02-19 14:20:29 -0700
157511
+ Served asset /showboat/index.js - 304 Not Modified (48ms)
157512
+
157513
+
157514
+ Started GET "/assets/showboat/title-smoke.png" for 127.0.0.1 at 2013-02-19 14:20:29 -0700
157515
+ Served asset /showboat/title-smoke.png - 304 Not Modified (2ms)
157516
+
157517
+
157518
+ Started GET "/assets/showboat/fpo/fpo-tablet-handheld-laptop.png" for 127.0.0.1 at 2013-02-19 14:20:29 -0700
157519
+ Served asset /showboat/fpo/fpo-tablet-handheld-laptop.png - 304 Not Modified (2ms)
157520
+
157521
+
157522
+ Started GET "/assets/showboat/fpo/fpo-handheld-3up.png" for 127.0.0.1 at 2013-02-19 14:20:29 -0700
157523
+ Served asset /showboat/fpo/fpo-handheld-3up.png - 304 Not Modified (2ms)
157524
+
157525
+
157526
+ Started GET "/assets/showboat/fpo/fpo-monitor.png" for 127.0.0.1 at 2013-02-19 14:20:29 -0700
157527
+ Served asset /showboat/fpo/fpo-monitor.png - 304 Not Modified (1ms)
157528
+
157529
+
157530
+ Started GET "/assets/showboat/helveticaneueltstd-roman-webfont.woff" for 127.0.0.1 at 2013-02-19 14:20:29 -0700
157531
+ Served asset /showboat/helveticaneueltstd-roman-webfont.woff - 304 Not Modified (1ms)
157532
+
157533
+
157534
+ Started GET "/assets/modicon/modicon.woff" for 127.0.0.1 at 2013-02-19 14:20:29 -0700
157535
+ Served asset /modicon/modicon.woff - 304 Not Modified (2ms)
157536
+
157537
+
157538
+ Started GET "/assets/showboat/mrseavesbold-webfont.woff" for 127.0.0.1 at 2013-02-19 14:20:29 -0700
157539
+ Served asset /showboat/mrseavesbold-webfont.woff - 304 Not Modified (1ms)
157540
+
157541
+
157542
+ Started GET "/assets/showboat/plugins/page_title.js?body=1" for 127.0.0.1 at 2013-02-19 14:20:30 -0700
157543
+ Connecting to database specified by database.yml
157544
+ Served asset /showboat/plugins/page_title.js - 304 Not Modified (2ms)
157545
+
157546
+
157547
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-02-19 14:20:31 -0700
157548
+ Served asset /underscore.js - 304 Not Modified (1ms)
157549
+
157550
+
157551
+ Started GET "/assets/showboat/plugins/help_modal.js?body=1" for 127.0.0.1 at 2013-02-19 14:20:31 -0700
157552
+ Served asset /showboat/plugins/help_modal.js - 304 Not Modified (2ms)
157553
+
157554
+
157555
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-19 14:20:31 -0700
157556
+ Served asset /application.js - 304 Not Modified (10ms)
157557
+
157558
+
157559
+ Started GET "/assets/showboat/fpo/fpo-tablet-handheld-duals.png" for 127.0.0.1 at 2013-02-19 14:20:31 -0700
157560
+ Served asset /showboat/fpo/fpo-tablet-handheld-duals.png - 304 Not Modified (2ms)
157561
+
157562
+
157563
+ Started GET "/assets/zoom.js" for 127.0.0.1 at 2013-02-19 14:20:31 -0700
157564
+
157565
+
157566
+ Started GET "/assets/notes.js" for 127.0.0.1 at 2013-02-19 14:20:31 -0700
157567
+ Served asset /zoom.js - 304 Not Modified (4ms)
157568
+ Served asset /notes.js - 304 Not Modified (3ms)
157569
+
157570
+
157571
+ Started GET "/assets/highlight.js" for 127.0.0.1 at 2013-02-19 14:20:31 -0700
157572
+ Served asset /highlight.js - 304 Not Modified (4ms)
157573
+
157574
+
157575
+ Started GET "/assets/showboat/helveticaneueltstd-bd-webfont.woff" for 127.0.0.1 at 2013-02-19 14:20:31 -0700
157576
+
157577
+
157578
+ Started GET "/assets/showboat/helveticaneueltstdth.woff" for 127.0.0.1 at 2013-02-19 14:20:31 -0700
157579
+ Served asset /showboat/helveticaneueltstd-bd-webfont.woff - 304 Not Modified (2ms)
157580
+ Served asset /showboat/helveticaneueltstdth.woff - 304 Not Modified (2ms)
157581
+
157582
+
157583
+ Started GET "/" for 127.0.0.1 at 2013-02-19 14:37:46 -0700
157584
+ Connecting to database specified by database.yml
157585
+ Processing by ShowboatController#index as HTML
157586
+ Rendered showboat/index.html.haml within layouts/application (37.5ms)
157587
+ Compiled showboat/plugins/responsive_frame.js (140ms) (pid 2642)
157588
+ Compiled showboat/index.js (112ms) (pid 2642)
157589
+ Compiled application.js (123ms) (pid 2642)
157590
+ Completed 200 OK in 513ms (Views: 512.9ms | ActiveRecord: 0.0ms)
157591
+
157592
+
157593
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-19 14:37:46 -0700
157594
+ Served asset /application.css - 304 Not Modified (10ms)
157595
+
157596
+
157597
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-02-19 14:37:46 -0700
157598
+ Served asset /underscore.js - 304 Not Modified (2ms)
157599
+
157600
+
157601
+ Started GET "/assets/showboat/plugins/page_title.js?body=1" for 127.0.0.1 at 2013-02-19 14:37:46 -0700
157602
+ Served asset /showboat/plugins/page_title.js - 304 Not Modified (2ms)
157603
+
157604
+
157605
+ Started GET "/assets/showboat/plugins/responsive_frame.js?body=1" for 127.0.0.1 at 2013-02-19 14:37:46 -0700
157606
+ Served asset /showboat/plugins/responsive_frame.js - 200 OK (2ms)
157607
+
157608
+
157609
+ Started GET "/assets/showboat/plugins/slide_heading.js?body=1" for 127.0.0.1 at 2013-02-19 14:37:46 -0700
157610
+ Served asset /showboat/plugins/slide_heading.js - 304 Not Modified (2ms)
157611
+
157612
+
157613
+ Started GET "/assets/showboat/index.js?body=1" for 127.0.0.1 at 2013-02-19 14:37:46 -0700
157614
+ Served asset /showboat/index.js - 304 Not Modified (12ms)
157615
+
157616
+
157617
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-19 14:37:47 -0700
157618
+ Served asset /application.js - 304 Not Modified (14ms)
157619
+
157620
+
157621
+ Started GET "/assets/modicon/modicon.woff" for 127.0.0.1 at 2013-02-19 14:37:47 -0700
157622
+ Served asset /modicon/modicon.woff - 304 Not Modified (3ms)
157623
+
157624
+
157625
+ Started GET "/assets/showboat/mrseavesbold-webfont.woff" for 127.0.0.1 at 2013-02-19 14:37:47 -0700
157626
+ Served asset /showboat/mrseavesbold-webfont.woff - 304 Not Modified (2ms)
157627
+
157628
+
157629
+ Started GET "/assets/showboat/title-smoke.png" for 127.0.0.1 at 2013-02-19 14:37:47 -0700
157630
+ Served asset /showboat/title-smoke.png - 304 Not Modified (1ms)
157631
+
157632
+
157633
+ Started GET "/assets/showboat/fpo/fpo-tablet-handheld-duals.png" for 127.0.0.1 at 2013-02-19 14:37:47 -0700
157634
+ Served asset /showboat/fpo/fpo-tablet-handheld-duals.png - 304 Not Modified (2ms)
157635
+
157636
+
157637
+ Started GET "/assets/showboat/fpo/fpo-handheld-3up.png" for 127.0.0.1 at 2013-02-19 14:37:47 -0700
157638
+ Served asset /showboat/fpo/fpo-handheld-3up.png - 304 Not Modified (2ms)
157639
+
157640
+
157641
+ Started GET "/assets/showboat/fpo/fpo-monitor.png" for 127.0.0.1 at 2013-02-19 14:37:47 -0700
157642
+ Served asset /showboat/fpo/fpo-monitor.png - 304 Not Modified (2ms)
157643
+
157644
+
157645
+ Started GET "/assets/reveal.js?body=1" for 127.0.0.1 at 2013-02-19 14:37:48 -0700
157646
+ Connecting to database specified by database.yml
157647
+ Served asset /reveal.js - 304 Not Modified (2ms)
157648
+
157649
+
157650
+ Started GET "/assets/head.min.js?body=1" for 127.0.0.1 at 2013-02-19 14:37:48 -0700
157651
+ Served asset /head.min.js - 304 Not Modified (1ms)
157652
+
157653
+
157654
+ Started GET "/assets/showboat/plugins/help_modal.js?body=1" for 127.0.0.1 at 2013-02-19 14:37:48 -0700
157655
+ Served asset /showboat/plugins/help_modal.js - 304 Not Modified (2ms)
157656
+
157657
+
157658
+ Started GET "/assets/showboat/helveticaneueltstd-roman-webfont.woff" for 127.0.0.1 at 2013-02-19 14:37:48 -0700
157659
+ Served asset /showboat/helveticaneueltstd-roman-webfont.woff - 304 Not Modified (4ms)
157660
+
157661
+
157662
+ Started GET "/assets/showboat/fpo/fpo-tablet-handheld-laptop.png" for 127.0.0.1 at 2013-02-19 14:37:48 -0700
157663
+ Served asset /showboat/fpo/fpo-tablet-handheld-laptop.png - 304 Not Modified (2ms)
157664
+
157665
+
157666
+ Started GET "/assets/highlight.js" for 127.0.0.1 at 2013-02-19 14:37:48 -0700
157667
+
157668
+
157669
+ Started GET "/assets/notes.js" for 127.0.0.1 at 2013-02-19 14:37:48 -0700
157670
+ Served asset /notes.js - 304 Not Modified (1ms)
157671
+ Served asset /highlight.js - 304 Not Modified (32ms)
157672
+
157673
+
157674
+ Started GET "/assets/zoom.js" for 127.0.0.1 at 2013-02-19 14:37:48 -0700
157675
+ Served asset /zoom.js - 304 Not Modified (3ms)
157676
+
157677
+
157678
+
157679
+ Started GET "/assets/showboat/helveticaneueltstd-bd-webfont.woff" for 127.0.0.1 at 2013-02-19 14:37:49 -0700
157680
+
157681
+ Started GET "/assets/showboat/helveticaneueltstdth.woff" for 127.0.0.1 at 2013-02-19 14:37:49 -0700
157682
+ Served asset /showboat/helveticaneueltstdth.woff - 304 Not Modified (2ms)
157683
+ Served asset /showboat/helveticaneueltstd-bd-webfont.woff - 304 Not Modified (2ms)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: showboat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -557,7 +557,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
557
557
  version: '0'
558
558
  segments:
559
559
  - 0
560
- hash: -221531238959498984
560
+ hash: 2714721322656024680
561
561
  required_rubygems_version: !ruby/object:Gem::Requirement
562
562
  none: false
563
563
  requirements:
@@ -566,7 +566,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
566
566
  version: '0'
567
567
  segments:
568
568
  - 0
569
- hash: -221531238959498984
569
+ hash: 2714721322656024680
570
570
  requirements: []
571
571
  rubyforge_project:
572
572
  rubygems_version: 1.8.23