refinerycms-masthead 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@
6
6
  <%= stylesheet_link_tag 'cat_frame.css' %>
7
7
  <script type="text/javascript">
8
8
  function getBaseURL(){
9
- return "<%= @base_url %>DSFUnbundled/";
9
+ return "<%= @base_url %>";
10
10
  }
11
11
  </script>
12
12
  <%= javascript_include_tag 'cat_frame.js' %>
data/lib/masthead.rb CHANGED
@@ -3,7 +3,7 @@ $:.unshift File.expand_path(File.dirname(__FILE__))
3
3
  module Refinery
4
4
  module Masthead
5
5
  def self.version
6
- %q{0.0.2}
6
+ %q{0.0.3}
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-masthead
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Envy Labs