rails-env-favicon 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 016ef5f2ade092295b1012e3ceb368d6cacfae46
4
- data.tar.gz: 25319d56f109d21b2dcaf45830eb59fcab243c3d
3
+ metadata.gz: f1918a28b4ed51533dee46b589aa6f7e690af35a
4
+ data.tar.gz: 1c42969fd6aef0ab57a0094e4e61508749a255b0
5
5
  SHA512:
6
- metadata.gz: 64d46971e658f9408d7397d420e5ef7e4b1057091adaf3b2a5fdb5a730376a4ff2db47f2a9bbdf712c105402a4f38500b153269f7ecd6f5468d2063b9533d2f5
7
- data.tar.gz: f93a18cc41db1e4e62569dc3546466e9fa1723f843cdedb5239a4c00e560ada615076eeea5cf1937829767fd329838b8be8a747ba3cd0bf8ab278640a0bdc7ba
6
+ metadata.gz: 3cbf4ab69b3bf4508346662c68845ade2a61fadbf404f5bac7d4c3345ac775b6b5a73fc49e443ac2d9e1e732b0737648cefa82b62209ada141b3d3de572a7341
7
+ data.tar.gz: 58969accc533706b41476b602f663343c1748aa77ed5f9d695bb09e67a0247e6c2fbffe4ae3ff286161e13c83cb83c47a01e0186d307ec151219ff0991817560
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  Rails Env Favicon
2
2
  ================================
3
3
 
4
+ [![Gem Version](https://badge.fury.io/rb/rails-env-favicon.svg)](http://badge.fury.io/rb/rails-env-favicon)
5
+
4
6
  Made changes in the code to debug and do not understand what's wrong.
5
7
  Hell, I'm on the debug production! This happened to you? To me several times.
6
8
  Library offers one of the ways to solve this problem.
@@ -18,7 +20,7 @@ Installation
18
20
 
19
21
  Add this line to your application's Gemfile:
20
22
 
21
- gem 'rails-env-favicon', github: 'accessd/rails-env-favicon'
23
+ gem 'rails-env-favicon'
22
24
 
23
25
  And then execute:
24
26
 
@@ -31,7 +33,6 @@ Setup:
31
33
 
32
34
  In your JavaScript manifest (e.g. `application.js`):
33
35
 
34
- //= require tinycon.min
35
36
  //= require rails_env_favicon
36
37
 
37
38
  Config
@@ -1,4 +1,5 @@
1
1
  <% unless Rails.env.production? %>
2
+ <%= require_asset "tinycon.min.js" %>
2
3
  Tinycon.setOptions({
3
4
  width: 8,
4
5
  height: 9,
@@ -1,3 +1,3 @@
1
1
  module RailsEnvFavicon
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-env-favicon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Accessd
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-05 00:00:00.000000000 Z
11
+ date: 2014-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties