turquoise 0.0.2 → 0.0.3

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.
@@ -1,3 +1,3 @@
1
1
  module Turquoise
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/turquoise.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.homepage = ""
12
12
  s.summary = %q{This is a custom extension for the Compass stylesheet authoring framework.}
13
13
  s.description = %q{Creates the optimal file structure to start a new Rails project.}
14
- s.add_dependency "compass", '> 0.10.6'
14
+ s.add_dependency "compass"
15
15
 
16
16
  s.rubyforge_project = "compass-turquoise"
17
17
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Volkan Unsal
@@ -23,13 +23,11 @@ dependencies:
23
23
  requirement: &id001 !ruby/object:Gem::Requirement
24
24
  none: false
25
25
  requirements:
26
- - - ">"
26
+ - - ">="
27
27
  - !ruby/object:Gem::Version
28
28
  segments:
29
29
  - 0
30
- - 10
31
- - 6
32
- version: 0.10.6
30
+ version: "0"
33
31
  type: :runtime
34
32
  version_requirements: *id001
35
33
  description: Creates the optimal file structure to start a new Rails project.