Merge branch 'release/0.3.0'
This commit is contained in:
commit
13fd6c53ce
@ -1,6 +1,10 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.3.0
|
||||||
|
-----
|
||||||
|
* Fontawesome 3.1.1
|
||||||
|
|
||||||
0.2.0
|
0.2.0
|
||||||
-----
|
-----
|
||||||
* Rails 4 rc1
|
* Rails 4 rc1
|
||||||
|
2
Gemfile
2
Gemfile
@ -42,7 +42,7 @@ gem 'less-rails'
|
|||||||
gem 'sass-rails', '~> 4.0.0.rc1'
|
gem 'sass-rails', '~> 4.0.0.rc1'
|
||||||
gem 'therubyracer'
|
gem 'therubyracer'
|
||||||
gem 'turbolinks'
|
gem 'turbolinks'
|
||||||
gem 'twitter-bootstrap-rails'
|
gem 'twitter-bootstrap-rails', github: 'diowa/twitter-bootstrap-rails', branch: 'fontawesome-3.1.1'
|
||||||
gem 'uglifier', '>= 1.3.0'
|
gem 'uglifier', '>= 1.3.0'
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
|
37
Gemfile.lock
37
Gemfile.lock
@ -5,6 +5,17 @@ GIT
|
|||||||
specs:
|
specs:
|
||||||
database_cleaner (0.9.1)
|
database_cleaner (0.9.1)
|
||||||
|
|
||||||
|
GIT
|
||||||
|
remote: git://github.com/diowa/twitter-bootstrap-rails.git
|
||||||
|
revision: c0f5b77b917e7ff91978b49ff559671e4861888f
|
||||||
|
branch: fontawesome-3.1.1
|
||||||
|
specs:
|
||||||
|
twitter-bootstrap-rails (2.2.6)
|
||||||
|
actionpack (>= 3.1)
|
||||||
|
execjs
|
||||||
|
rails (>= 3.1)
|
||||||
|
railties (>= 3.1)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
@ -34,7 +45,7 @@ GEM
|
|||||||
tzinfo (~> 0.3.37)
|
tzinfo (~> 0.3.37)
|
||||||
addressable (2.3.4)
|
addressable (2.3.4)
|
||||||
arel (4.0.0)
|
arel (4.0.0)
|
||||||
atomic (1.1.8)
|
atomic (1.1.9)
|
||||||
better_errors (0.8.0)
|
better_errors (0.8.0)
|
||||||
coderay (>= 1.0.0)
|
coderay (>= 1.0.0)
|
||||||
erubis (>= 2.6.6)
|
erubis (>= 2.6.6)
|
||||||
@ -43,6 +54,7 @@ GEM
|
|||||||
builder (3.1.4)
|
builder (3.1.4)
|
||||||
bullet (4.6.0)
|
bullet (4.6.0)
|
||||||
uniform_notifier
|
uniform_notifier
|
||||||
|
callsite (0.0.11)
|
||||||
capybara (2.1.0)
|
capybara (2.1.0)
|
||||||
mime-types (>= 1.16)
|
mime-types (>= 1.16)
|
||||||
nokogiri (>= 1.3.3)
|
nokogiri (>= 1.3.3)
|
||||||
@ -129,22 +141,23 @@ GEM
|
|||||||
i18n (>= 0.4.0)
|
i18n (>= 0.4.0)
|
||||||
mime-types (~> 1.16)
|
mime-types (~> 1.16)
|
||||||
treetop (~> 1.4.8)
|
treetop (~> 1.4.8)
|
||||||
meta_request (0.2.3)
|
meta_request (0.2.5)
|
||||||
|
callsite
|
||||||
rack-contrib
|
rack-contrib
|
||||||
railties
|
railties
|
||||||
method_source (0.8.1)
|
method_source (0.8.1)
|
||||||
mime-types (1.23)
|
mime-types (1.23)
|
||||||
minitest (4.7.4)
|
minitest (4.7.4)
|
||||||
mono_logger (1.0.1)
|
mono_logger (1.0.1)
|
||||||
multi_json (1.7.2)
|
multi_json (1.7.3)
|
||||||
nokogiri (1.5.9)
|
nokogiri (1.5.9)
|
||||||
pg (0.15.1)
|
pg (0.15.1)
|
||||||
polyglot (0.3.3)
|
polyglot (0.3.3)
|
||||||
pry (0.9.12.1)
|
pry (0.9.12.2)
|
||||||
coderay (~> 1.0.5)
|
coderay (~> 1.0.5)
|
||||||
method_source (~> 0.8)
|
method_source (~> 0.8)
|
||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
pry-rails (0.2.2)
|
pry-rails (0.3.0)
|
||||||
pry (>= 0.9.10)
|
pry (>= 0.9.10)
|
||||||
rack (1.5.2)
|
rack (1.5.2)
|
||||||
rack-contrib (1.1.0)
|
rack-contrib (1.1.0)
|
||||||
@ -169,7 +182,7 @@ GEM
|
|||||||
raindrops (0.11.0)
|
raindrops (0.11.0)
|
||||||
rake (10.0.4)
|
rake (10.0.4)
|
||||||
redis (3.0.4)
|
redis (3.0.4)
|
||||||
redis-namespace (1.2.1)
|
redis-namespace (1.3.0)
|
||||||
redis (~> 3.0.0)
|
redis (~> 3.0.0)
|
||||||
ref (1.0.4)
|
ref (1.0.4)
|
||||||
resque (1.24.1)
|
resque (1.24.1)
|
||||||
@ -196,7 +209,7 @@ GEM
|
|||||||
rspec-expectations (~> 2.13.0)
|
rspec-expectations (~> 2.13.0)
|
||||||
rspec-mocks (~> 2.13.0)
|
rspec-mocks (~> 2.13.0)
|
||||||
rubyzip (0.9.9)
|
rubyzip (0.9.9)
|
||||||
sass (3.2.8)
|
sass (3.2.9)
|
||||||
sass-rails (4.0.0.rc1)
|
sass-rails (4.0.0.rc1)
|
||||||
railties (>= 4.0.0.beta, < 5.0)
|
railties (>= 4.0.0.beta, < 5.0)
|
||||||
sass (>= 3.1.10)
|
sass (>= 3.1.10)
|
||||||
@ -236,18 +249,14 @@ GEM
|
|||||||
thor (0.18.1)
|
thor (0.18.1)
|
||||||
thread_safe (0.1.0)
|
thread_safe (0.1.0)
|
||||||
atomic
|
atomic
|
||||||
tilt (1.4.0)
|
tilt (1.4.1)
|
||||||
treetop (1.4.12)
|
treetop (1.4.12)
|
||||||
polyglot
|
polyglot
|
||||||
polyglot (>= 0.3.1)
|
polyglot (>= 0.3.1)
|
||||||
turbolinks (1.1.1)
|
turbolinks (1.1.1)
|
||||||
coffee-rails
|
coffee-rails
|
||||||
twitter-bootstrap-rails (2.2.6)
|
|
||||||
actionpack (>= 3.1)
|
|
||||||
execjs
|
|
||||||
railties (>= 3.1)
|
|
||||||
tzinfo (0.3.37)
|
tzinfo (0.3.37)
|
||||||
uglifier (2.0.1)
|
uglifier (2.1.0)
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
multi_json (~> 1.0, >= 1.0.2)
|
multi_json (~> 1.0, >= 1.0.2)
|
||||||
unicorn (4.6.2)
|
unicorn (4.6.2)
|
||||||
@ -306,7 +315,7 @@ DEPENDENCIES
|
|||||||
therubyracer
|
therubyracer
|
||||||
thin
|
thin
|
||||||
turbolinks
|
turbolinks
|
||||||
twitter-bootstrap-rails
|
twitter-bootstrap-rails!
|
||||||
uglifier (>= 1.3.0)
|
uglifier (>= 1.3.0)
|
||||||
unicorn
|
unicorn
|
||||||
webmock
|
webmock
|
||||||
|
@ -13,11 +13,12 @@ body {
|
|||||||
/* Fontawesome Icons
|
/* Fontawesome Icons
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
@fontAwesomeEotPath: asset-path("fontawesome-webfont.eot?v=3.0.2");
|
@fontAwesomeEotPath: asset-url("fontawesome-webfont.eot");
|
||||||
@fontAwesomeEotPath_iefix: asset-path("fontawesome-webfont.eot?#iefix&v=3.0.2");
|
@fontAwesomeEotPath_iefix: asset-url("fontawesome-webfont.eot#iefix");
|
||||||
@fontAwesomeWoffPath: asset-path("fontawesome-webfont.woff?v=3.0.2");
|
@fontAwesomeWoffPath: asset-url("fontawesome-webfont.woff");
|
||||||
@fontAwesomeTtfPath: asset-path("fontawesome-webfont.ttf?v=3.0.2");
|
@fontAwesomeTtfPath: asset-url("fontawesome-webfont.ttf");
|
||||||
@import "fontawesome";
|
@fontAwesomeSvgPath: asset-url("fontawesome-webfont.svg#fontawesomeregular");
|
||||||
|
@import "fontawesome/font-awesome";
|
||||||
|
|
||||||
/* Overriding default variables and loading new ones
|
/* Overriding default variables and loading new ones
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
@ -1,2 +1,7 @@
|
|||||||
- title t('hello')
|
- title t('hello')
|
||||||
%h1= t('hello')
|
%h1= t('hello')
|
||||||
|
%h2
|
||||||
|
%i.icon-smile
|
||||||
|
Smile!
|
||||||
|
%p.lead.muted
|
||||||
|
Rails 4 + Ruby 2 + Font Awesome 3.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user