empyrean 0.1.1 → 0.1.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: d0f190ede4190d107112f47d9153d2f62cd09e02
4
- data.tar.gz: 6dae44ad0db6a0a96156df1104a606eba98e4f46
3
+ metadata.gz: e02d438086c481059cccf2d09feaeccabaa05887
4
+ data.tar.gz: d074c7dea512aed07d43341631070b6c8793a7b1
5
5
  SHA512:
6
- metadata.gz: 18bf48e5de57112ee0ea35ac713e299cf23fe4e207c8f790742db74daf9cb877a6f53948c7666daeb51f7ccb42ec9f3cd01cc1c32394f3be86f4b14688bd4406
7
- data.tar.gz: 8fc1d74e4a92bb872f192c7ced8207b1786c9eeeb13f1e30bea08923414aeb6c6b95fcfd9e09a08920f89b43ed1260b3c44f8e4920b2addfb586e6bd3535276f
6
+ metadata.gz: 87e52fbd81890d1dadb1000bb2b818698efb34b33aea567fc48dfbe03f78cb64cf66948748fa2846f28b76e781472c194d9f0212c4f1df191991aace06410813
7
+ data.tar.gz: 46e19899fe3512f76231ffb3f2ac5bcd3f0d5ef34ce2622814bd48fac841e215eb149af8ea869f0bbdaf19cb5c349b111cf2b581f15024806b1f1a74dcd4f8c7
data/Gemfile CHANGED
@@ -1 +1,3 @@
1
+ source 'https://rubygems.org'
2
+
1
3
  gemspec
data/Gemfile.lock CHANGED
@@ -1,9 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- empyrean (0.1.0)
4
+ empyrean (0.1.2)
5
5
 
6
6
  GEM
7
+ remote: https://rubygems.org/
7
8
  specs:
8
9
 
9
10
  PLATFORMS
data/empyrean.gemspec CHANGED
@@ -7,14 +7,14 @@ Gem::Specification.new do |spec|
7
7
  spec.name = 'empyrean'
8
8
  spec.version = Empyrean::VERSION
9
9
  spec.authors = ['nilsding', 'pixeldesu']
10
- spec.email = ['nilsding@nilsding.org', 'andy@pixelde.su']
10
+ spec.email = ['nilsding@nilsding.org', 'git@pixelde.su']
11
11
  spec.summary = %q{Generates stats using your Twitter archive.}
12
12
  spec.description = %q{With Empyrean, you can generate full stats of your Twitter account using your Twitter archive.}
13
- spec.homepage = 'https://github.com/Leafcat/Empyrean'
13
+ spec.homepage = 'https://github.com/nilsding/Empyrean'
14
14
  spec.license = 'GPLv3'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
17
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ['lib']
20
- end
20
+ end
@@ -21,7 +21,7 @@ module Empyrean
21
21
  APP_NAME = "Empyrean"
22
22
 
23
23
  # Version
24
- VERSION = "0.1.1"
24
+ VERSION = "0.1.2"
25
25
 
26
26
  # Combined version string
27
27
  VERSION_STR = "#{APP_NAME} #{VERSION}"
@@ -233,8 +233,8 @@
233
233
  <% end %>
234
234
 
235
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>
236
+ Stats generated using <a href="https://github.com/nilsding/Empyrean" class="background"><%= Empyrean::VERSION_STR %></a><br />
237
+ Empyrean &copy; <%= (2014..Time.now.strftime("%Y").to_i).to_a * ", " %> <a href="http://nilsding.org" class="background">nilsding</a>, <a href="http://pixelde.su" class="background">pixeldesu</a>
238
238
  </span>
239
239
  </div>
240
240
  </body>
@@ -432,8 +432,8 @@ Total number of tweets: <%= counters[:tweets] %> (<%= counters[:retweets_percent
432
432
  <% end %>
433
433
 
434
434
  <span class="small">
435
- Stats generated using <a href="https://github.com/Leafcat/Empyrean" class="background"><%= Empyrean::VERSION_STR %></a><br />
436
- Empyrean by <a href="http://leafc.at" class="background">Leafcat</a>
435
+ Stats generated using <a href="https://github.com/nilsding/Empyrean" class="background"><%= Empyrean::VERSION_STR %></a><br />
436
+ Empyrean &copy; <%= (2014..Time.now.strftime("%Y").to_i).to_a * ", " %> <a href="http://nilsding.org" class="background">nilsding</a>, <a href="http://pixelde.su" class="background">pixeldesu</a>
437
437
  </span>
438
438
  </div>
439
439
  </body>
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - nilsding
@@ -9,13 +9,13 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-06-05 00:00:00.000000000 Z
12
+ date: 2015-07-03 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: With Empyrean, you can generate full stats of your Twitter account using
15
15
  your Twitter archive.
16
16
  email:
17
17
  - nilsding@nilsding.org
18
- - andy@pixelde.su
18
+ - git@pixelde.su
19
19
  executables:
20
20
  - empyrean
21
21
  extensions: []
@@ -40,7 +40,7 @@ files:
40
40
  - lib/empyrean/templates/pisg.html.erb
41
41
  - lib/empyrean/tweetloader.rb
42
42
  - lib/empyrean/tweetparser.rb
43
- homepage: https://github.com/Leafcat/Empyrean
43
+ homepage: https://github.com/nilsding/Empyrean
44
44
  licenses:
45
45
  - GPLv3
46
46
  metadata: {}