turquoise 0.0.1 → 0.0.2

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.1"
2
+ VERSION = "0.0.2"
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", '> 10.6'
14
+ s.add_dependency "compass", '> 0.10.6'
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
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Volkan Unsal
@@ -26,9 +26,10 @@ dependencies:
26
26
  - - ">"
27
27
  - !ruby/object:Gem::Version
28
28
  segments:
29
+ - 0
29
30
  - 10
30
31
  - 6
31
- version: "10.6"
32
+ version: 0.10.6
32
33
  type: :runtime
33
34
  version_requirements: *id001
34
35
  description: Creates the optimal file structure to start a new Rails project.