lolcommits-loltext 0.0.7 → 0.0.8
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/.travis.yml +2 -1
- data/lib/lolcommits/loltext/version.rb +1 -1
- data/lib/lolcommits/plugin/loltext.rb +2 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6ea120c30ba8521049f3424d9f8c67da396a389de78c1d0d472d559660b9711b
|
|
4
|
+
data.tar.gz: e6526db9062fb19dfe573ed73f94dba79d5e67c71396747778db224be0f89090
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e731ad89eb9727535411ebfe558a77054ec5a37bf9d8a3a694ebacea883f588c5bee8cd5793aaa3764ba06868e1a0d002a74f8bf102d0a082706f61c378ecb69
|
|
7
|
+
data.tar.gz: cd60de69928e1a800f7a50bd8f34cbd5cb6dc2c067092f5d385a352ff717cfd00072b93efe8487106a49f4b91607c3ff77a1ea9c9c6c2f89ae064bfe7c45e9b3
|
data/.travis.yml
CHANGED
|
@@ -6,11 +6,12 @@ rvm:
|
|
|
6
6
|
- 2.2.9
|
|
7
7
|
- 2.3.6
|
|
8
8
|
- 2.4.3
|
|
9
|
-
- 2.5.
|
|
9
|
+
- 2.5.1
|
|
10
10
|
- ruby-head
|
|
11
11
|
|
|
12
12
|
before_install:
|
|
13
13
|
- gem update --system
|
|
14
|
+
- gem install bundler
|
|
14
15
|
- git --version
|
|
15
16
|
- git config --global user.email "lol@commits.org"
|
|
16
17
|
- git config --global user.name "Lolcommits"
|
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.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthew Hutchinson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-05-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: lolcommits
|
|
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
128
128
|
version: '0'
|
|
129
129
|
requirements: []
|
|
130
130
|
rubyforge_project:
|
|
131
|
-
rubygems_version: 2.7.
|
|
131
|
+
rubygems_version: 2.7.6
|
|
132
132
|
signing_key:
|
|
133
133
|
specification_version: 4
|
|
134
134
|
summary: lolcommits commit message annotation plugin
|