css_grid 2.7.8 → 2.7.9

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.
data/README.md CHANGED
@@ -33,7 +33,7 @@ app/assets/stylesheets/application.css
33
33
  */
34
34
  ```
35
35
 
36
- #### Rails <= 3.0
36
+ #### Rails <= 3.0 (or not using sass)
37
37
 
38
38
  Add the following lines to your rakefile then run 'rake css:grid:setup' to copy 'grid.css' to public/stylesheets
39
39
  ```
@@ -41,7 +41,7 @@ Add the following lines to your rakefile then run 'rake css:grid:setup' to copy
41
41
  require 'css_grid/tasks'
42
42
  ```
43
43
 
44
- Then include the grid.css file in your layout
44
+ Then add '<%= stylesheet_link_tag "grid" %>' to your layout
45
45
 
46
46
  ### Grid Helpers
47
47
 
data/css_grid.gemspec CHANGED
@@ -15,6 +15,5 @@ Gem::Specification.new do |gem|
15
15
  gem.require_paths = ["lib"]
16
16
  gem.version = CssGrid::VERSION
17
17
 
18
- gem.add_dependency 'sass-rails', '~> 3.2.3'
19
18
  gem.add_dependency "hash_extend"
20
19
  end
@@ -1,5 +1,5 @@
1
1
  namespace "css:grid" do
2
- desc "Copy grid.scss"
2
+ desc "Copy grid.css"
3
3
  task :setup => :environment do
4
4
  stylesheet_file = Rails.root.join(if Rails.configuration.respond_to?(:assets) && Rails.configuration.assets.enabled
5
5
  "app/assets/stylesheets/"
@@ -1,3 +1,3 @@
1
1
  module CssGrid
2
- VERSION = "2.7.8"
2
+ VERSION = "2.7.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: css_grid
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.8
4
+ version: 2.7.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,22 +11,6 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-11-24 00:00:00.000000000 Z
13
13
  dependencies:
14
- - !ruby/object:Gem::Dependency
15
- name: sass-rails
16
- requirement: !ruby/object:Gem::Requirement
17
- none: false
18
- requirements:
19
- - - ~>
20
- - !ruby/object:Gem::Version
21
- version: 3.2.3
22
- type: :runtime
23
- prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
- requirements:
27
- - - ~>
28
- - !ruby/object:Gem::Version
29
- version: 3.2.3
30
14
  - !ruby/object:Gem::Dependency
31
15
  name: hash_extend
32
16
  requirement: !ruby/object:Gem::Requirement