compass-rails 1.1.0 → 1.1.1

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/Gemfile CHANGED
@@ -11,6 +11,7 @@ end
11
11
 
12
12
  group :test do
13
13
  gem 'mocha'
14
+ gem 'shoulda-context'
14
15
  gem "appraisal", :git => 'https://github.com/scottdavis/appraisal.git'
15
16
  gem 'rainbow'
16
17
  end
@@ -14,7 +14,8 @@ Gem::Specification.new do |gem|
14
14
  gem.name = "compass-rails"
15
15
  gem.require_paths = ["lib"]
16
16
  gem.version = CompassRails::VERSION
17
+ gem.license = "MIT"
17
18
 
18
- gem.add_dependency 'compass', '>= 0.12.2', '< 0.14'
19
+ gem.add_dependency 'compass', '>= 0.12.2'
19
20
 
20
21
  end
@@ -1,5 +1,5 @@
1
1
  module CompassRails
2
2
  unless defined?(::CompassRails::VERSION)
3
- VERSION = "1.1.0"
3
+ VERSION = "1.1.1"
4
4
  end
5
5
  end
@@ -1,6 +1,7 @@
1
1
  require 'test/unit'
2
2
  require 'compass-rails'
3
3
  require 'rainbow'
4
+ require 'shoulda-context'
4
5
  module CompassRails
5
6
  module Test
6
7
  ROOT_PATH = File.expand_path('../../', __FILE__)
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: compass-rails
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.1.0
5
+ version: 1.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Scott Davis
@@ -18,9 +18,6 @@ dependencies:
18
18
  - - ! '>='
19
19
  - !ruby/object:Gem::Version
20
20
  version: 0.12.2
21
- - - <
22
- - !ruby/object:Gem::Version
23
- version: '0.14'
24
21
  none: false
25
22
  name: compass
26
23
  type: :runtime
@@ -30,9 +27,6 @@ dependencies:
30
27
  - - ! '>='
31
28
  - !ruby/object:Gem::Version
32
29
  version: 0.12.2
33
- - - <
34
- - !ruby/object:Gem::Version
35
- version: '0.14'
36
30
  none: false
37
31
  description: Integrate Compass into Rails 3.0 and up.
38
32
  email:
@@ -90,7 +84,8 @@ files:
90
84
  - test/test_helper.rb
91
85
  - test/units/.gitkeep
92
86
  homepage: https://github.com/Compass/compass-rails
93
- licenses: []
87
+ licenses:
88
+ - MIT
94
89
  post_install_message:
95
90
  rdoc_options: []
96
91
  require_paths: