forked from wbzyl/less-rails-fontawesome
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed Polish diacritics from the gemspec file
- Loading branch information
Wlodek Bzyl
committed
Mar 15, 2012
1 parent
08166ac
commit 017a9c5
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
# -*- encoding: utf-8 -*- | ||
|
||
$:.push File.expand_path("../lib", __FILE__) | ||
|
||
require "less-rails-fontawesome/version" | ||
|
||
Gem::Specification.new do |s| | ||
s.name = "less-rails-fontawesome" | ||
s.version = Font::Awesome::Less::Rails::VERSION | ||
s.authors = ["Włodek Bzyl"] | ||
s.authors = ["Wlodek Bzyl"] | ||
s.email = ["[email protected]"] | ||
s.homepage = "https://github.com/wbzyl/less-rails-fontawesome" | ||
s.summary = %q{Font Awesome in LESS for Rails 3.1+ Asset Pipeline} | ||
|