lolcommits 0.9.4.pre1 → 0.9.4
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/README.md +1 -1
- data/lib/lolcommits/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a6bde0388bf4f5618ad723b966a29d357551ab84
|
|
4
|
+
data.tar.gz: 294abe646e403ec2ff9b120ec9ac9788af38e3aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 572687c4801b036de2bf5e3658eb5087f4f700f5429da5f9ed4e5d8dee7fba659ef4967dd8fd3b3a454f2270173615b365a6b44e4ec77e1ab996a1607c21de04
|
|
7
|
+
data.tar.gz: b2daed80aa5decba8d64aa4bbe1ba3fe8fdfb69b8c6b528dbe0c54cc34dea714c70825e24992f8ae4315ae5b3ce0304c969fbb7b94e5061b725b2e4eba230893
|
data/README.md
CHANGED
|
@@ -208,7 +208,7 @@ Installed plugins can be easily enabled, configured or disabled with the
|
|
|
208
208
|
# or
|
|
209
209
|
lolcommits --config -p loltext
|
|
210
210
|
|
|
211
|
-
Interested in developing your own plugin? Follow
|
|
211
|
+
Interested in developing your own plugin? Follow [this simple
|
|
212
212
|
guide](https://github.com/lolcommits/lolcommits-plugin-sample) at the
|
|
213
213
|
Lolcommits Plugin Sample README.
|
|
214
214
|
|
data/lib/lolcommits/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lolcommits
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.4
|
|
4
|
+
version: 0.9.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthew Rothenberg
|
|
@@ -409,9 +409,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
409
409
|
version: '2.0'
|
|
410
410
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
411
411
|
requirements:
|
|
412
|
-
- - "
|
|
412
|
+
- - ">="
|
|
413
413
|
- !ruby/object:Gem::Version
|
|
414
|
-
version:
|
|
414
|
+
version: '0'
|
|
415
415
|
requirements:
|
|
416
416
|
- imagemagick
|
|
417
417
|
- a webcam
|