lolcommits-loltext 0.0.2 → 0.0.3
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/loltext/version.rb +1 -1
- data/lolcommits-loltext.gemspec +2 -2
- data/test/test_helper.rb +0 -1
- 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: d624dee2c96e3317c910f41dbdc67a619e59e63b
|
|
4
|
+
data.tar.gz: 557c7ac2870b9716ef88fe78e5d1077ea99ac1a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e0bd0df6879ebd7eb2872774e01492b4c70f961e0229d31a443f2dd110905c1a9e2c1c6885a3258ade06927142004a69e81231e510209c7b65ba8935425d19f
|
|
7
|
+
data.tar.gz: 17d0910a29a9409b6138b1a019547807998a9275c343ca2ac226258616db4eda3bcf0c0c5c3ca5b25457ec2fa855489e1faccf7665bb661f569802e463a642d7
|
data/lolcommits-loltext.gemspec
CHANGED
|
@@ -8,14 +8,14 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Lolcommits::Loltext::VERSION
|
|
9
9
|
spec.authors = ["Matthew Hutchinson"]
|
|
10
10
|
spec.email = ["matt@hiddenloop.com"]
|
|
11
|
-
spec.summary = %q{lolcommits
|
|
11
|
+
spec.summary = %q{lolcommits commit message annotation plugin}
|
|
12
12
|
|
|
13
13
|
spec.description = <<-EOF
|
|
14
14
|
Overlay the commit message and sha on your lolcommit. Configure text style,
|
|
15
15
|
positioning and an optional transparent overlay.
|
|
16
16
|
EOF
|
|
17
17
|
|
|
18
|
-
spec.homepage = "https://
|
|
18
|
+
spec.homepage = "https://github.com/lolcommits/lolcommits-loltext"
|
|
19
19
|
spec.license = "LGPL-3"
|
|
20
20
|
|
|
21
21
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
data/test/test_helper.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lolcommits-loltext
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
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-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: lolcommits
|
|
@@ -121,7 +121,7 @@ files:
|
|
|
121
121
|
- test/lolcommits/plugin/loltext_test.rb
|
|
122
122
|
- test/test_helper.rb
|
|
123
123
|
- vendor/fonts/Impact.ttf
|
|
124
|
-
homepage: https://
|
|
124
|
+
homepage: https://github.com/lolcommits/lolcommits-loltext
|
|
125
125
|
licenses:
|
|
126
126
|
- LGPL-3
|
|
127
127
|
metadata:
|
|
@@ -145,7 +145,7 @@ rubyforge_project:
|
|
|
145
145
|
rubygems_version: 2.6.11
|
|
146
146
|
signing_key:
|
|
147
147
|
specification_version: 4
|
|
148
|
-
summary: lolcommits
|
|
148
|
+
summary: lolcommits commit message annotation plugin
|
|
149
149
|
test_files:
|
|
150
150
|
- test/lolcommits/plugin/loltext_test.rb
|
|
151
151
|
- test/test_helper.rb
|