onebox 1.2.7 → 1.2.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/onebox/version.rb +1 -1
- data/templates/githubcommit.mustache +1 -1
- data/templates/githubpullrequest.mustache +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2641fac6a4a3b4f3d745577e2b5bc649e07728cf
|
4
|
+
data.tar.gz: 2367a864281c2a163d1b045842e4b51dc966ea54
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5f15317d816de8d5f7bbecc7cbf718636b15144f60863e0af59b0bc017aa217f670bfba1c8b803e749cbbe1da98faa6548dac96535d60cfc804e1d31dc0d184
|
7
|
+
data.tar.gz: a1934a489750795ee66c17be45d8429efe88359d8e0a195bb22818747f8faeccb933273fde7dbdacb448c1d62c68ee3299b8d80b466e215af39172c54a4e56c7
|
data/lib/onebox/version.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{{#author.avatar_url}}
|
2
2
|
<a href="{{author.html_url}}" target="_blank">
|
3
|
-
<img alt="{{author.login}}" src="{{author.avatar_url}}" class="thumbnail">
|
3
|
+
<img alt="{{author.login}}" src="{{author.avatar_url}}" class="thumbnail onebox-avatar">
|
4
4
|
</a>
|
5
5
|
{{/author.avatar_url}}
|
6
6
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: onebox
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joanna Zeta
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2014-03-
|
13
|
+
date: 2014-03-26 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: multi_json
|