compass-thesquaregrid 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/thesquaregrid.rb +2 -1
  2. metadata +6 -8
data/lib/thesquaregrid.rb CHANGED
@@ -1,2 +1,3 @@
1
1
  require 'compass'
2
- Compass::Frameworks.register("thesquaregrid", :path => "#{File.dirname(__FILE__)}/..")
2
+ extension_path = File.expand_path(File.join(File.dirname(__FILE__), ".."))
3
+ Compass::Frameworks.register('compass-thesquaregrid', :path => extension_path)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-thesquaregrid
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
5
- prerelease: false
4
+ hash: 21
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrew Cornett
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-24 00:00:00 -05:00
19
- default_executable:
18
+ date: 2011-04-30 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: compass
@@ -50,7 +49,6 @@ files:
50
49
  - templates/project/grid.sass
51
50
  - templates/project/manifest.rb
52
51
  - templates/project/text.sass
53
- has_rdoc: true
54
52
  homepage: http://github.com/amotion/compass-thesquaregrid-plugin
55
53
  licenses: []
56
54
 
@@ -80,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
78
  requirements: []
81
79
 
82
80
  rubyforge_project:
83
- rubygems_version: 1.3.7
81
+ rubygems_version: 1.7.2
84
82
  signing_key:
85
83
  specification_version: 3
86
84
  summary: Adds The Square Grid CSS framework to Compass