empyrean 0.1.0 → 0.1.1

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: 3bc2b99c7627d55da9747a548a19e945164a6134
4
- data.tar.gz: c1eb43768e17765259cc73bab29ae10b3eb4c113
3
+ metadata.gz: d0f190ede4190d107112f47d9153d2f62cd09e02
4
+ data.tar.gz: 6dae44ad0db6a0a96156df1104a606eba98e4f46
5
5
  SHA512:
6
- metadata.gz: 0589abb0f181852a0f37c0b0adb50b8f17516514487cbb3903699e335256820743fca0f04c9330370143a98b7b456b61d1164b4706c2ffe357f23785123d51bd
7
- data.tar.gz: edee9a1b972dc58aa91b0471c635fc41aa50780572bf85b33f6442ca38462828207a5ccaddc41078370d58ac046545dd955755cb27c43615ef990264c5169941
6
+ metadata.gz: 18bf48e5de57112ee0ea35ac713e299cf23fe4e207c8f790742db74daf9cb877a6f53948c7666daeb51f7ccb42ec9f3cd01cc1c32394f3be86f4b14688bd4406
7
+ data.tar.gz: 8fc1d74e4a92bb872f192c7ced8207b1786c9eeeb13f1e30bea08923414aeb6c6b95fcfd9e09a08920f89b43ed1260b3c44f8e4920b2addfb586e6bd3535276f
@@ -21,7 +21,7 @@ module Empyrean
21
21
  APP_NAME = "Empyrean"
22
22
 
23
23
  # Version
24
- VERSION = "0.1.0"
24
+ VERSION = "0.1.1"
25
25
 
26
26
  # Combined version string
27
27
  VERSION_STR = "#{APP_NAME} #{VERSION}"
@@ -36,7 +36,7 @@
36
36
  border: none;
37
37
  }
38
38
  td.bottom-center {
39
- vertical-align: bottom;
39
+ vertical-align: bottom !important;
40
40
  text-align: center;
41
41
  }
42
42
  .small {
@@ -232,6 +232,10 @@
232
232
  <% end %>
233
233
  <% end %>
234
234
 
235
+ <span class="small">
236
+ Stats generated using <a href="https://github.com/Leafcat/Empyrean" class="background"><%= Empyrean::VERSION_STR %></a><br />
237
+ Empyrean by <a href="http://leafc.at" class="background">Leafcat</a>
238
+ </span>
235
239
  </div>
236
240
  </body>
237
- </html>
241
+ </html>
@@ -432,7 +432,7 @@ Total number of tweets: <%= counters[:tweets] %> (<%= counters[:retweets_percent
432
432
  <% end %>
433
433
 
434
434
  <span class="small">
435
- Stats generated by <a href="https://github.com/Leafcat/Empyrean" class="background"><%= Empyrean::VERSION_STR %></a><br />
435
+ Stats generated using <a href="https://github.com/Leafcat/Empyrean" class="background"><%= Empyrean::VERSION_STR %></a><br />
436
436
  Empyrean by <a href="http://leafc.at" class="background">Leafcat</a>
437
437
  </span>
438
438
  </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: empyrean
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - nilsding