css_canon 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -49,7 +49,7 @@ Or install it yourself as:
49
49
 
50
50
  ## Usage
51
51
 
52
- rails g css_canon
52
+ rails g css_canon:install
53
53
 
54
54
  ## Contributing
55
55
 
@@ -19,6 +19,7 @@ module CssCanon
19
19
  copy_file "app/assets/stylesheets/base.css.scss"
20
20
  directory "app/assets/stylesheets/layout"
21
21
  directory "app/assets/stylesheets/module"
22
+ directory "app/assets/stylesheets/vendor_overrides"
22
23
  end
23
24
 
24
25
  def copy_vendor_asset_templates
@@ -1,3 +1,2 @@
1
- # Modules
2
1
  Include files here that define modules for your app (see http://smacss.com)
3
2
  These files are imported after base.css.scss and foundation_overrides.css.scss, so they can use sass variables/mixins defined there
@@ -1,3 +1,3 @@
1
1
  module CssCanon
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: css_canon
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:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-17 00:00:00.000000000 Z
12
+ date: 2012-12-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: zurb-foundation
@@ -61,18 +61,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
61
61
  - - ! '>='
62
62
  - !ruby/object:Gem::Version
63
63
  version: '0'
64
- segments:
65
- - 0
66
- hash: -2663183119578062736
67
64
  required_rubygems_version: !ruby/object:Gem::Requirement
68
65
  none: false
69
66
  requirements:
70
67
  - - ! '>='
71
68
  - !ruby/object:Gem::Version
72
69
  version: '0'
73
- segments:
74
- - 0
75
- hash: -2663183119578062736
76
70
  requirements: []
77
71
  rubyforge_project:
78
72
  rubygems_version: 1.8.24
@@ -80,3 +74,4 @@ signing_key:
80
74
  specification_version: 3
81
75
  summary: Imposes a "canonical" css/sass/SMACSS structure on a Rails 3.x project.
82
76
  test_files: []
77
+ has_rdoc: