fucking_favicons 1.0.42 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YmJiYTQ2Y2U2NGJmYTNlNDFhZDJmODU2ZTFiMTEyNjYzZWFkY2YxOQ==
4
+ MzBlYjRjN2VlYTNmODExZjBhMjAzMTJkMzI0M2JlNWUyZWIyNWI4MQ==
5
5
  data.tar.gz: !binary |-
6
- ZDUyMzllZTAxMGIxZGM3ZGMxYjkyMjRhODViZjUxMTc3OThjYWY4YQ==
6
+ YTNkODVlOTliNGYxMjZiOTUxYTllYzQ2N2UxOTYwOGZjZGVmM2VmMw==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZDk5ZDMzNzE5MWRhOGY1OGIyZmMwMjhmZTcwOTAwZTI4M2NiOTUwZWJiMjky
10
- ODcwYzRiNDYyZTlkZTFjN2ZjOTgyMmE0NjM4NDI3ZDEyMWY4ZDA1YmVkNDRm
11
- ZjY3MGZkZTYxNmEyYmMwZWViOGFkZjRjYzMyYjljZTkzNDVjYzc=
9
+ ZmEyMmVjYzg4MTM5YTUwNDgzNzRhMGJhYjhmNDk1NTlhMmRiYTJmZmE4ODgz
10
+ MzUzYThhYWZmNjU3MTc0ZDBlY2U4ZmU2YmIwMzVlOGE0OTk4ZmExN2RjM2M2
11
+ NGJlYTQ2YmQ0OTUyMDdlMzhlNzFiOGZiNjUyYmQzMjdmMGU2NmU=
12
12
  data.tar.gz: !binary |-
13
- NTU0ZmE0NjgxMDdhZTYwMzE1ZDVhODVkNmI4NjFhZmM0MzBmMWU3YTIwNTZm
14
- MzUxYzkwMDg3NmQxODZmYjBmNjhkMzAwMmE1OTEwOGNkZGY2MDJjYmQwMjE2
15
- YTk4MGE2MDQ2MTE5YmNlYzlkMmI2OTcyOTI0OGVhZWYxYzQ5NGY=
13
+ MGNjYWZkNTk0ZTU1OTFiNTI3NzgwMjUwZTgxMzA5ZTI1OTU3ZGQzN2RhN2Jm
14
+ YzIyN2U3ODE5ZGY2MzE5YTZjZTc3OWQyNWIxN2E5MmVjNTc4OGEzYzVkNDg1
15
+ NDk3OGMzNzA5Yzc1MDNmYzE4MzY5YzM4YjYyMjgwNTc1ZDVjNmI=
data/README.md CHANGED
@@ -18,7 +18,7 @@ TL;DR
18
18
 
19
19
  ```bash
20
20
 
21
- # make a fucking favicon
21
+ # make a fucking favicon - pro-tip since this gem resizes it make it big = 256x256 ish
22
22
 
23
23
  ~> cd app/views/images
24
24
 
@@ -28,9 +28,13 @@ TL;DR
28
28
 
29
29
  ```erb
30
30
 
31
- <!-- drop it in yer fucking viewz -->
31
+ <!-- drop it in yer fucking layoutz -->
32
32
 
33
- <%= render :template => 'fucking_favicons' %>
33
+ <head>
34
+
35
+ <%= render :template => 'fucking_favicons' %>
36
+
37
+ </head>
34
38
 
35
39
  ```
36
40
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  Gem::Specification::new do |spec|
5
5
  spec.name = "fucking_favicons"
6
- spec.version = "1.0.42"
6
+ spec.version = "1.5.0"
7
7
  spec.platform = Gem::Platform::RUBY
8
8
  spec.summary = "fucking_favicons"
9
9
  spec.description = "fucking favicons fucking suck"
@@ -33,7 +33,7 @@ Gem::Specification::new do |spec|
33
33
  spec.test_files = nil
34
34
 
35
35
 
36
- spec.add_dependency(*["mini_magick", " >= 3.1"])
36
+ spec.add_dependency(*["mini_magick", " ~> 3.1"])
37
37
 
38
38
 
39
39
  spec.extensions.push(*[])
@@ -12,7 +12,7 @@ module FuckingFavicons
12
12
  @favicon_path = first
13
13
 
14
14
  if STDERR.tty?
15
- warn "FuckingFavicon: #{ @favicon_path }"
15
+ #warn "FuckingFavicon: #{ @favicon_path }"
16
16
  end
17
17
 
18
18
  break
@@ -1,5 +1,5 @@
1
1
  module FuckingFavicons
2
- VERSION = '1.0.42'
2
+ VERSION = '1.5.0'
3
3
 
4
4
  def FuckingFavicons.version
5
5
  ::FuckingFavicons::VERSION
@@ -8,7 +8,7 @@ module FuckingFavicons
8
8
  #
9
9
  def dependencies
10
10
  {
11
- 'mini_magick' => [ 'mini_magick' , ' >= 3.1' ]
11
+ 'mini_magick' => [ 'mini_magick' , ' ~> 3.1' ]
12
12
  }
13
13
  end
14
14
 
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fucking_favicons
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.42
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ara T. Howard
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-11 00:00:00.000000000 Z
11
+ date: 2015-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mini_magick
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.1'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ! '>='
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.1'
27
27
  description: fucking favicons fucking suck