Rakefile in fancy-buttons-0.3.9 vs Rakefile in fancy-buttons-0.4.0
- old
+ new
@@ -6,10 +6,10 @@
gemspec.description = "Easily style buttons with beautiful CSS3 features like gradients, rounded corners, etc. Don't worry the buttons also degrade nicely for browsers with no support. This requires the Compass stylesheet authoring framework."
gemspec.email = "brandon@imathis.com"
gemspec.homepage = "http://github.com/imathis/fancy-buttons"
gemspec.author = "Brandon Mathis"
gemspec.add_dependency('haml', '>= 2.2.14')
- gemspec.add_dependency('compass', '>= 0.10.0.pre2')
+ gemspec.add_dependency('compass', '>= 0.10.0.pre8')
gemspec.add_dependency('compass-colors', '>= 0.3.1')
gemspec.files = []
gemspec.files << "fancy-buttons.gemspec"
gemspec.files << "README.markdown"
gemspec.files << "Rakefile"