compass-bootstrap-rails 0.1.3.1 → 0.1.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,6 @@ require "compass-bootstrap/version"
4
4
 
5
5
  plugin_root = File.join(File.dirname(__FILE__), "..")
6
6
 
7
- Compass::Frameworks.register("compass-bootstrap",
7
+ Compass::Frameworks.register("compass-bootstrap-rails",
8
8
  :stylesheets_directory => File.join(plugin_root, "stylesheets"),
9
9
  :templates_directory => File.join(plugin_root, "vendor/assets/stylesheets"))
@@ -1,5 +1,5 @@
1
1
  module Compass
2
2
  module Bootstrap
3
- VERSION = "0.1.3.1"
3
+ VERSION = "0.1.3.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-bootstrap-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3.1
4
+ version: 0.1.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -14,7 +14,7 @@ date: 2011-09-12 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: compass
17
- requirement: &70185274799700 !ruby/object:Gem::Requirement
17
+ requirement: &70213955255960 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,7 +22,7 @@ dependencies:
22
22
  version: 0.10.0
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *70185274799700
25
+ version_requirements: *70213955255960
26
26
  description: Bootstrap is a toolkit from Twitter designed to kickstart development
27
27
  of webapps and sites.
28
28
  email: