von-dashboard 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Von
2
2
  module Dashboard
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
@@ -2,10 +2,10 @@
2
2
  %html.no-js{:lang => "da-DK", "xml:lang" => "da-DK", :xmlns => "http://www.w3.org/1999/xhtml", :'xmlns:og' => "http://ogp.me/ns#" }
3
3
 
4
4
  %head
5
- %script{:type => "text/javascript", :src => "/assets/jquery.js"}
6
- %script{:type => "text/javascript", :src => "/assets/d3.v2.js" }
7
- %script{:type => "text/javascript", :src => "/assets/rickshaw.js"}
8
- %link{:href => "/assets/rickshaw.css", :rel => "stylesheet", :type => "text/css" }
5
+ %script{:type => "text/javascript", :src => "/von/js/jquery.js"}
6
+ %script{:type => "text/javascript", :src => "/von/js/d3.v2.js" }
7
+ %script{:type => "text/javascript", :src => "/von/js/rickshaw.js"}
8
+ %link{:href => "/von/css/rickshaw.css", :rel => "stylesheet", :type => "text/css" }
9
9
 
10
10
  %body
11
11
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: von-dashboard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -122,6 +122,8 @@ files:
122
122
  - lib/von/dashboard.rb
123
123
  - lib/von/dashboard/public/css/rickshaw.css
124
124
  - lib/von/dashboard/public/js/d3.js
125
+ - lib/von/dashboard/public/js/d3.v2.js
126
+ - lib/von/dashboard/public/js/jquery.js
125
127
  - lib/von/dashboard/public/js/rickshaw.js
126
128
  - lib/von/dashboard/version.rb
127
129
  - lib/von/dashboard/views/index.haml
@@ -142,7 +144,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
142
144
  version: '0'
143
145
  segments:
144
146
  - 0
145
- hash: 1349333840254820942
147
+ hash: -108326081933257890
146
148
  required_rubygems_version: !ruby/object:Gem::Requirement
147
149
  none: false
148
150
  requirements:
@@ -151,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
151
153
  version: '0'
152
154
  segments:
153
155
  - 0
154
- hash: 1349333840254820942
156
+ hash: -108326081933257890
155
157
  requirements: []
156
158
  rubyforge_project:
157
159
  rubygems_version: 1.8.25