Skip to content

Commit ab2e26a

Browse files
committed
* Font Awesome 4.3.0
* Remove coveralls token
1 parent 1bf6d9f commit ab2e26a

19 files changed

+169
-22
lines changed

.coveralls.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.18.0
4+
5+
* Font Awesome 4.3.0
6+
* Remove coveralls token
7+
38
## 2.17.1
49

510
* Update coveralls badge
4.65 KB
Binary file not shown.

app/assets/fonts/fontawesome-webfont.svg

Lines changed: 53 additions & 8 deletions
Loading
9.7 KB
Binary file not shown.
5.91 KB
Binary file not shown.
55.4 KB
Binary file not shown.

lib/twbs_less_rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module TwbsLessRails
2-
VERSION = "2.17.1"
2+
VERSION = "2.18.0"
33
end

src/FortAwesome/Font-Awesome

Submodule Font-Awesome updated 98 files

test/integration/twbs_less_rails_integration_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
visit '/assets/fontawesome-webfont.svg'
2828
visit '/assets/fontawesome-webfont.ttf'
2929
visit '/assets/fontawesome-webfont.woff'
30+
visit '/assets/fontawesome-webfont.woff2'
3031
end
3132

3233
it "provides Glyphicons on the asset pipeline" do

0 commit comments

Comments
 (0)