lolcommits-tranzlate 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 +4 -4
- data/lib/lolcommits/tranzlate/version.rb +1 -1
- data/lolcommits-tranzlate.gemspec +2 -6
- metadata +4 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d21f49579368d45f3c9a460a0c58400da1f3b611
|
|
4
|
+
data.tar.gz: 7e422bcc6e1553bc62d732ce9b72eee5fc9f322f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c54d6e88dd691e69fc0576f5a8c9b9cc831cc37e0cf599ec03f563d4876bd7d6078c979c0ad81705aae83cc3be0f5bea82755b940d55077f71197d7cd479b83d
|
|
7
|
+
data.tar.gz: f7f2dd9403f45a4e6a21f4562aa4a06c0c0106d5eadf50033986b7d14924a53d19fb17ee844f7dd4698777c4c30a77624c7f95e232dcdab3f1a352fa99e450c7
|
|
@@ -8,12 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Lolcommits::Tranzlate::VERSION
|
|
9
9
|
spec.authors = ["Matthew Hutchinson"]
|
|
10
10
|
spec.email = ["matt@hiddenloop.com"]
|
|
11
|
-
spec.summary = %q{lolcommits
|
|
12
|
-
|
|
13
|
-
spec.description = <<-EOF
|
|
14
|
-
Overlay the commit message and sha on your lolcommit. Configure text style,
|
|
15
|
-
positioning and an optional transparent overlay.
|
|
16
|
-
EOF
|
|
11
|
+
spec.summary = %q{lolcommits lolspekk tranzlation plugin}
|
|
12
|
+
spec.description = %q{TRANZLATE YOAR LOLCOMMIT MSG TO LOLSPEKK}
|
|
17
13
|
|
|
18
14
|
spec.homepage = "https://lolcommits.github.io"
|
|
19
15
|
spec.license = "LGPL-3"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lolcommits-tranzlate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthew Hutchinson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-04-
|
|
11
|
+
date: 2017-04-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: lolcommits
|
|
@@ -94,9 +94,7 @@ dependencies:
|
|
|
94
94
|
- - ">="
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '0'
|
|
97
|
-
description:
|
|
98
|
-
Overlay the commit message and sha on your lolcommit. Configure text style,
|
|
99
|
-
positioning and an optional transparent overlay.
|
|
97
|
+
description: TRANZLATE YOAR LOLCOMMIT MSG TO LOLSPEKK
|
|
100
98
|
email:
|
|
101
99
|
- matt@hiddenloop.com
|
|
102
100
|
executables: []
|
|
@@ -145,7 +143,7 @@ rubyforge_project:
|
|
|
145
143
|
rubygems_version: 2.6.11
|
|
146
144
|
signing_key:
|
|
147
145
|
specification_version: 4
|
|
148
|
-
summary: lolcommits
|
|
146
|
+
summary: lolcommits lolspekk tranzlation plugin
|
|
149
147
|
test_files:
|
|
150
148
|
- test/lolcommits/plugin/tranzlate_test.rb
|
|
151
149
|
- test/test_helper.rb
|