Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ gem 'minitest-spec-rails'
gem 'coveralls', require: false
gem 'redcard'
gem 'mocha', require: false
# gem 'font-awesome-sass', '~> 6.1.0'
Comment thread
iloveitaly marked this conversation as resolved.
Outdated
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
=require twitter-bootstrap-static/bootstrap
*/

@import "font-awesome-sprockets";
@import "font-awesome";

html {
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/resque_web/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

<footer id="footer">
<div class="container">
<p>Powered by <a href="http://github.com/resque/resque">Resque</a> v<%=Resque::Version%></p>
<p>Powered by <a href="http://github.com/resque/resque">Resque</a> v<%=Resque::VERSION%></p>
<p>Connected to Redis namespace <%= Resque.redis.namespace %> on <%=Resque.redis_id%></p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion lib/resque_web/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ResqueWeb
VERSION = "0.0.12"
VERSION = "0.0.13"
Comment thread
iloveitaly marked this conversation as resolved.
Outdated
end