compass-bootstrap-rails 0.1.3.2 → 0.1.3.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  $:.push File.expand_path("../lib", __FILE__)
3
- require "compass-bootstrap/version"
3
+ require "compass-bootstrap-rails/version"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = %q{compass-bootstrap-rails}
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.description = %q{Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.}
11
11
  s.email = %w{mac@crowdint.com}
12
12
  s.has_rdoc = false
13
- s.version = Compass::Bootstrap::VERSION
13
+ s.version = Compass::BootstrapRails::VERSION
14
14
  s.homepage = "https://github.com/mariochavez/compass-bootstrap"
15
15
  s.summary = %q{Compass compatible Sass port of twitter bootstrap.}
16
16
 
@@ -1,6 +1,6 @@
1
1
  require 'compass'
2
- require "compass-bootstrap/rails"
3
- require "compass-bootstrap/version"
2
+ require "compass-bootstrap-rails/rails"
3
+ require "compass-bootstrap-rails/version"
4
4
 
5
5
  plugin_root = File.join(File.dirname(__FILE__), "..")
6
6
 
@@ -1,7 +1,7 @@
1
- module CompassBootstrap
1
+ module CompassBootstrapRails
2
2
  module Rails
3
3
  if defined? ::Rails and ::Rails.version >= '3.1'
4
- require 'compass-bootstrap/rails/engine'
4
+ require 'compass-bootstrap-rails/rails/engine'
5
5
  end
6
6
  end
7
7
  end
@@ -1,4 +1,4 @@
1
- module CompassBootstrap
1
+ module CompassBootstrapRails
2
2
  module Rails
3
3
  class Engine < ::Rails::Engine
4
4
  end
@@ -0,0 +1,5 @@
1
+ module Compass
2
+ module BootstrapRails
3
+ VERSION = "0.1.3.3"
4
+ end
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.2
4
+ version: 0.1.3.3
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: &70213955255960 !ruby/object:Gem::Requirement
17
+ requirement: &70308770594160 !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: *70213955255960
25
+ version_requirements: *70308770594160
26
26
  description: Bootstrap is a toolkit from Twitter designed to kickstart development
27
27
  of webapps and sites.
28
28
  email:
@@ -35,11 +35,11 @@ files:
35
35
  - Gemfile
36
36
  - README.mkdn
37
37
  - Rakefile
38
- - compass-bootstrap.gemspec
39
- - lib/compass-bootstrap.rb
40
- - lib/compass-bootstrap/rails.rb
41
- - lib/compass-bootstrap/rails/engine.rb
42
- - lib/compass-bootstrap/version.rb
38
+ - compass-bootstrap-rails.gemspec
39
+ - lib/compass-bootstrap-rails.rb
40
+ - lib/compass-bootstrap-rails/rails.rb
41
+ - lib/compass-bootstrap-rails/rails/engine.rb
42
+ - lib/compass-bootstrap-rails/version.rb
43
43
  - stylesheets/compass-bootstrap/_compass_bootstrap.scss
44
44
  - stylesheets/compass-bootstrap/_forms.scss
45
45
  - stylesheets/compass-bootstrap/_mixins.scss
@@ -1,5 +0,0 @@
1
- module Compass
2
- module Bootstrap
3
- VERSION = "0.1.3.2"
4
- end
5
- end