queue_classic_admin 0.0.1 → 0.0.2

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d72a10fdfa2b8b878320e638feb5f2792b0bdfd7
4
- data.tar.gz: 2e709ec2838d294f1b84bb6b6706ff0b119d8b98
3
+ metadata.gz: c9446827022c298477a7c41b5aba604e55d6ac0b
4
+ data.tar.gz: fccf7215e585875fbb1d288a2e43e5a24f07c8a0
5
5
  SHA512:
6
- metadata.gz: e46118663bf966f010fb887f962479b60be9a7489fe2922c3e05fbd3a1a244aa30b3f307cbaec5108e7a9ecd7c058bafd35b87e0909d2dd1950fcbfd2dacd03b
7
- data.tar.gz: 38c7ed83b6a0e76b3cd883de54873aa2127046f318ab58118e14c7cb9695260e130cf7090fc217c71a1e68770297d6c94ef7b9d4fcc5c1bd9d82bb2cfbf8c42f
6
+ metadata.gz: e9c4ff068708a8e0428861cd5e7e4d2730a517a5d504140b76f7a5d15fa3354556f8faf1c2686f450c639ed391f671d99dad5de19d1ec21931a2a9253f87221c
7
+ data.tar.gz: 68c5b054230910b4b82cb792084989be1b4b427149a1ac64ac81535fff6139076033640b3da789d8b7ea55148bffc270a8f32aee45aea546be63b5a02e2b8ea8
@@ -14,25 +14,6 @@
14
14
 
15
15
  <%= stylesheet_link_tag "queue_classic_admin/application", :media => "all" %>
16
16
 
17
- <!-- For third-generation iPad with high-resolution Retina display: -->
18
- <!-- Size should be 144 x 144 pixels -->
19
- <%= favicon_link_tag 'apple-touch-icon-144x144-precomposed.png', :rel => 'apple-touch-icon-precomposed', :type => 'image/png', :sizes => '144x144' %>
20
-
21
- <!-- For iPhone with high-resolution Retina display: -->
22
- <!-- Size should be 114 x 114 pixels -->
23
- <%= favicon_link_tag 'apple-touch-icon-114x114-precomposed.png', :rel => 'apple-touch-icon-precomposed', :type => 'image/png', :sizes => '114x114' %>
24
-
25
- <!-- For first- and second-generation iPad: -->
26
- <!-- Size should be 72 x 72 pixels -->
27
- <%= favicon_link_tag 'apple-touch-icon-72x72-precomposed.png', :rel => 'apple-touch-icon-precomposed', :type => 'image/png', :sizes => '72x72' %>
28
-
29
- <!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
30
- <!-- Size should be 57 x 57 pixels -->
31
- <%= favicon_link_tag 'apple-touch-icon-precomposed.png', :rel => 'apple-touch-icon-precomposed', :type => 'image/png' %>
32
-
33
- <!-- For all other devices -->
34
- <!-- Size should be 32 x 32 pixels -->
35
- <%= favicon_link_tag 'favicon.ico', :rel => 'shortcut icon' %>
36
17
  </head>
37
18
  <body>
38
19
 
@@ -1,3 +1,3 @@
1
1
  module QueueClassicAdmin
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: queue_classic_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Mathieu