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 +4 -4
- data/Gemfile +2 -0
- data/Gemfile.lock +2 -1
- data/empyrean.gemspec +3 -3
- data/lib/empyrean/defaults.rb +1 -1
- data/lib/empyrean/templates/default.html.erb +2 -2
- data/lib/empyrean/templates/pisg.html.erb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e02d438086c481059cccf2d09feaeccabaa05887
|
|
4
|
+
data.tar.gz: d074c7dea512aed07d43341631070b6c8793a7b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 87e52fbd81890d1dadb1000bb2b818698efb34b33aea567fc48dfbe03f78cb64cf66948748fa2846f28b76e781472c194d9f0212c4f1df191991aace06410813
|
|
7
|
+
data.tar.gz: 46e19899fe3512f76231ffb3f2ac5bcd3f0d5ef34ce2622814bd48fac841e215eb149af8ea869f0bbdaf19cb5c349b111cf2b581f15024806b1f1a74dcd4f8c7
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
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', '
|
|
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/
|
|
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
|
data/lib/empyrean/defaults.rb
CHANGED
|
@@ -233,8 +233,8 @@
|
|
|
233
233
|
<% end %>
|
|
234
234
|
|
|
235
235
|
<span class="small">
|
|
236
|
-
Stats generated using <a href="https://github.com/
|
|
237
|
-
Empyrean
|
|
236
|
+
Stats generated using <a href="https://github.com/nilsding/Empyrean" class="background"><%= Empyrean::VERSION_STR %></a><br />
|
|
237
|
+
Empyrean © <%= (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/
|
|
436
|
-
Empyrean
|
|
435
|
+
Stats generated using <a href="https://github.com/nilsding/Empyrean" class="background"><%= Empyrean::VERSION_STR %></a><br />
|
|
436
|
+
Empyrean © <%= (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.
|
|
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-
|
|
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
|
-
-
|
|
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/
|
|
43
|
+
homepage: https://github.com/nilsding/Empyrean
|
|
44
44
|
licenses:
|
|
45
45
|
- GPLv3
|
|
46
46
|
metadata: {}
|