chriseppstein-compass 0.6.8 → 0.6.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGELOG.markdown +5 -0
  2. data/Rakefile +1 -0
  3. data/VERSION.yml +1 -1
  4. metadata +12 -3
data/CHANGELOG.markdown CHANGED
@@ -4,6 +4,11 @@ COMPASS CHANGELOG
4
4
  0.6.8
5
5
  -----
6
6
 
7
+ No changes to speak of. v0.6.8 was lacking the haml-edge dependency.
8
+
9
+ 0.6.8
10
+ -----
11
+
7
12
  The compass gem is now built with Jeweler instead of Echoe. No changes to speak of.
8
13
 
9
14
  0.6.7
data/Rakefile CHANGED
@@ -45,6 +45,7 @@ begin
45
45
  gemspec.description = "Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS."
46
46
  gemspec.authors = ["Chris Eppstein"]
47
47
  gemspec.has_rdoc = false
48
+ gemspec.add_dependency('haml-edge', '>= 2.1.12')
48
49
  end
49
50
  rescue LoadError
50
51
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
- :patch: 8
3
+ :patch: 9
4
4
  :minor: 6
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chriseppstein-compass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.8
4
+ version: 0.6.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Eppstein
@@ -11,8 +11,17 @@ cert_chain: []
11
11
 
12
12
  date: 2009-05-23 00:00:00 -07:00
13
13
  default_executable: compass
14
- dependencies: []
15
-
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: haml-edge
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 2.1.12
24
+ version:
16
25
  description: Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS.
17
26
  email: chris@eppsteins.net
18
27
  executables: