lolcommits-loltext 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7f540cfbbe558c62cbed5ce539fb1db7a8f8d57c
4
- data.tar.gz: 5fff1e22ed73177e85a40bcd88e9485c1552cd5b
3
+ metadata.gz: d624dee2c96e3317c910f41dbdc67a619e59e63b
4
+ data.tar.gz: 557c7ac2870b9716ef88fe78e5d1077ea99ac1a8
5
5
  SHA512:
6
- metadata.gz: ce01cb3c5333f4113950f250c6d3c78026e14632b504c1b2967e17119a426a81bdee5d67fd4c158496fec19b453b9e05285739b741468bc59f7da8935f6e8dd3
7
- data.tar.gz: 47bf286e11da2c549085e265861d4bf18b2703f88b3e263c71d098eec206c2677c923a637d00fd975fa545c9a9fbec809ba7bd5ad0fddefd4e174a0e4aae5b8c
6
+ metadata.gz: 4e0bd0df6879ebd7eb2872774e01492b4c70f961e0229d31a443f2dd110905c1a9e2c1c6885a3258ade06927142004a69e81231e510209c7b65ba8935425d19f
7
+ data.tar.gz: 17d0910a29a9409b6138b1a019547807998a9275c343ca2ac226258616db4eda3bcf0c0c5c3ca5b25457ec2fa855489e1faccf7665bb661f569802e463a642d7
@@ -1,5 +1,5 @@
1
1
  module Lolcommits
2
2
  module Loltext
3
- VERSION = "0.0.2".freeze
3
+ VERSION = "0.0.3".freeze
4
4
  end
5
5
  end
@@ -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 text annotation plugin}
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://lolcommits.github.io"
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
@@ -21,7 +21,6 @@ end
21
21
 
22
22
  # plugin gem test libs
23
23
  require 'lolcommits/loltext'
24
- require 'lolcommits/plugin/loltext'
25
24
  require 'minitest/autorun'
26
25
 
27
26
  # swallow all debug output during test runs
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.2
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-15 00:00:00.000000000 Z
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://lolcommits.github.io
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 text annotation plugin
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