c2 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/app/views/layouts/c2.html.haml +1 -1
  2. metadata +3 -3
@@ -3,7 +3,7 @@
3
3
  %title= params[:controller].split('/').map(&:titleize).join(' ')
4
4
  = csrf_meta_tag
5
5
 
6
- %link{ :rel => 'stylesheet', :href => '/stylesheets/compiled/c2.css', :type => 'text/css', :media => 'screen', :charset => 'utf-8' }
6
+ %link{ :rel => 'stylesheet', :href => '/stylesheets/c2.css', :type => 'text/css', :media => 'screen', :charset => 'utf-8' }
7
7
  %script{:src => '/javascripts/c2/lib/Sexy.min.js', :type => 'text/javascript'}
8
8
 
9
9
  = yield :head
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: c2
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - hexorx