Navigation Menu

Skip to content

Commit

Permalink
Adding appraisals for sprockets and compass
Browse files Browse the repository at this point in the history
  • Loading branch information
petebrowne committed Nov 26, 2011
1 parent 2d7b854 commit f049af4
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Appraisals
@@ -0,0 +1,15 @@
appraise "sprockets-2.0" do
gem "sprockets", "~> 2.0.0"
end

appraise "sprockets-2.1" do
gem "sprockets", "~> 2.1.0"
end

appraise "compass-0.11" do
gem "compass", "~> 0.11.0"
end

appraise "compass-0.12" do
gem "compass", ">= 0.12.alpha.1"
end
7 changes: 7 additions & 0 deletions gemfiles/compass-0.11.gemfile
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source :rubygems

gem "compass", "~> 0.11.0"

gemspec :path=>"../"
7 changes: 7 additions & 0 deletions gemfiles/compass-0.12.gemfile
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source :rubygems

gem "compass", ">= 0.12.alpha.1"

gemspec :path=>"../"
7 changes: 7 additions & 0 deletions gemfiles/sprockets-2.0.gemfile
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source :rubygems

gem "sprockets", "~> 2.0.0"

gemspec :path=>"../"
7 changes: 7 additions & 0 deletions gemfiles/sprockets-2.1.gemfile
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source :rubygems

gem "sprockets", "~> 2.1.0"

gemspec :path=>"../"

0 comments on commit f049af4

Please sign in to comment.