Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
update sass dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Sep 25, 2014
1 parent f627c93 commit aa11f0a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

### 2.0.1 - 9/25/14
* Updated Sass dependency to `~> 3.4` in gemspec.
* Ignore `test` folder in bower.

### 2.0.0 - 9/25/14
* Release `2.0.0`!

Expand Down
4 changes: 3 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"**/.*",
"*.json",
"*.gemspec",
"*.gem"
"*.gem",
"lib",
"tests"
],
"devDependencies": {
}
Expand Down
7 changes: 3 additions & 4 deletions flint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Gem::Specification.new do |s|

# Project Description
s.summary = %q{A highly advanced Sass grid framework designed for rapid responsive development.}
# s.description = %q{Flint is designed to be a flexible layout toolkit that developers can use for any responsive project.}
s.description = %q{Flint is a highly advanced Sass grid framework designed for rapid responsive development.}

# Library Files
Expand All @@ -25,8 +24,8 @@ Gem::Specification.new do |s|
# Sass Files
s.files += Dir.glob("stylesheets/**/*.*")

# Template Files
# s.files += Dir.glob("templates/**/*.*")
# Test Files
# s.files += Dir.glob("tests/**/*.*")

# Other files
s.files += ["LICENSE", "README.md"]
Expand All @@ -36,7 +35,7 @@ Gem::Specification.new do |s|
s.rubygems_version = %q{1.3.6}

# Gems Dependencies
s.add_dependency("sass", ["~> 3.3"])
s.add_dependency("sass", ["~> 3.4"])
# s.add_dependency("compass", [">= 0.12.1"])

end
2 changes: 1 addition & 1 deletion lib/flint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
end

module Flint
VERSION = "2.0.0"
VERSION = "2.0.1"
DATE = "2014-09-25"
end

Expand Down

0 comments on commit aa11f0a

Please sign in to comment.