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

Commit

Permalink
fix issue with rails integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Nov 21, 2015
1 parent 40c9d07 commit 02220e6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,9 @@
# Change Log

### 2.3.4, 2.3.5
### 2.3.7
* Fix issue with Rails integration

### 2.3.4, 2.3.6
* Fix compatibility issues with Libsass
* Refactor and get rid of various functions

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "flint",
"version": "2.3.6",
"version": "2.3.7",
"main": "stylesheets/_flint.scss",
"description": "Flint is a highly advanced Sass grid framework designed for rapid responsive development.",
"authors": ["Ezekiel Gabrielse <ezekg@yahoo.com>"],
Expand Down
8 changes: 8 additions & 0 deletions lib/flint-gs.rb
@@ -0,0 +1,8 @@
# encoding: UTF-8

lib = File.expand_path "../../lib/", __FILE__
$:.unshift lib unless $:.include? lib

# FIXME: Fixes an issue with Rails integration due to the gem being named
# `flint-gs`, but the lib being named `flint` (issue #37)
require "flint"
2 changes: 1 addition & 1 deletion lib/flint/version.rb
@@ -1,3 +1,3 @@
module Flint
VERSION = "2.3.6"
VERSION = "2.3.7"
end

0 comments on commit 02220e6

Please sign in to comment.