rocketwheel-command 1.0.3 → 1.0.4

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.
@@ -18,6 +18,12 @@ module Rocketwheel
18
18
  end
19
19
  end
20
20
 
21
+ desc 'version', 'Show version'
22
+ def version
23
+ require 'rocketwheel/command/version'
24
+ say "Rocketwheel Command #{Rocketwheel::Command::VERSION}"
25
+ end
26
+
21
27
  # Override the Thor help method to find help for subtasks
22
28
  # @param [Symbol, String, nil] meth
23
29
  # @param [Boolean] subcommand
@@ -1,5 +1,5 @@
1
1
  module Rocketwheel
2
2
  module Command
3
- VERSION = '1.0.3'
3
+ VERSION = '1.0.4'
4
4
  end
5
5
  end
@@ -2,8 +2,24 @@
2
2
  <html>
3
3
  <head>
4
4
  <title>Title</title>
5
+ <meta property="og:title" content="Title" />
6
+ <meta property="og:type" content="Sharing Widgets" />
7
+ <meta property="og:url" content="http://www." />
8
+ <meta property="og:image" content="" />
9
+ <meta property="og:description" content="Description" />
10
+ <meta property="og:site_name" content="" />
5
11
  <link rel="stylesheet" href="demoplayer/stylesheets/player.css" type="text/css" media="screen">
6
12
  <script src="demoplayer/javascripts/player.js" type="text/javascript"></script>
13
+ <script type="text/javascript">
14
+ var _gaq = _gaq || [];
15
+ _gaq.push(['_setAccount', 'UA-xxxxxxx-x']);
16
+ _gaq.push(['_trackPageview']);
17
+ (function() {
18
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
19
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
20
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
21
+ })();
22
+ </script>
7
23
  <meta name="viewport" content="width=880" />
8
24
  <script type="text/javascript">
9
25
  $(function() {
@@ -20,8 +36,24 @@
20
36
  {{#view Player.View styles="inline"}}
21
37
  {{view Player.PlayerView}}
22
38
  {{view Player.PlaylistView}}
39
+ <img src="images/" style="padding-top: 10px; padding-left: 5px; padding-bottom: 5px;" />
40
+ <div class="share">
41
+ <span class='st_linkedin_large' ></span>
42
+ <span class='st_twitter_large' ></span>
43
+ <span class='st_facebook_large' ></span>
44
+ <span class='st_email_large' ></span>
45
+ <span class='st_sharethis_large' ></span>
46
+ </div>
23
47
  {{/view}}
24
48
  </script>
25
49
  </div>
50
+ <script type="text/javascript">var switchTo5x=true;</script>
51
+ <script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
52
+ <script type="text/javascript">
53
+ stLight.options({
54
+ publisher:'b9f8cca1-6dd1-42d9-b354-0ae0088e96cc',
55
+ onhover:false
56
+ });
57
+ </script>
26
58
  </body>
27
- </html>
59
+ </html>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rocketwheel-command
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-15 00:00:00.000000000 Z
12
+ date: 2013-07-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor
@@ -203,4 +203,3 @@ signing_key:
203
203
  specification_version: 3
204
204
  summary: Command line tool for encoding, building and deploying demo packages.
205
205
  test_files: []
206
- has_rdoc: