lolcommits 0.5.9.pre1 → 0.5.9
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 +8 -8
- data/CHANGELOG +3 -0
- data/lib/lolcommits/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ODE2NDgxMzBmNWVjZWEyOTM3YTEzZTU2N2FlMWE0OThkNjZhODBjZg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NWUxZmJlOGNiZjAwZjJlYWU0NzBmM2Y1NTRlNzBmYzhmMGI2MDk5YQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MTk4OGQzMDNhZGFmMTAzYjBhZWViNTJmODdjNDI3NzE1MjA1ZjJhZGIzODgw
|
|
10
|
+
YmNiOTc1NTc0YjhiNmE4NTY5NTE3YzQ4ZTViZjJiYzk2MjJiYjIxNGNmNDhi
|
|
11
|
+
YjNjN2NjNjIwYjAyNjQ1NzkwODlmNDhhNjE0ZWMxNzVjNmEyZGU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
Y2Y1NGJkMTY3NWQ1OTIzMzI1YzljNjg2ZWQ4NWU1NDRkY2NlMDY1YzBiOTdl
|
|
14
|
+
ZWE5OTQ2MjU4YTVlZDFlNDNkMDI0OWM5NGUxZGUxZTE3N2ZjODQxYWExNWIy
|
|
15
|
+
YTRlNzM3MWUwN2Y5OWVjOGZmNjA0M2MyMzQwOWZkNjlkZTA2NzU=
|
data/CHANGELOG
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
0.6.0 (WIP)
|
|
2
2
|
* extract plugins to seperate gems ...
|
|
3
3
|
|
|
4
|
+
0.5.9 (24 April 2015)
|
|
5
|
+
* Fix windows post commit hook path (@matthutchinson #278)
|
|
6
|
+
|
|
4
7
|
0.5.8 (22 April 2015)
|
|
5
8
|
* Fix Windows MiniMagick issue (@matthutchinson #276)
|
|
6
9
|
* Rubocop code clean ups (@nysthee #272)
|
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.5.9
|
|
4
|
+
version: 0.5.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthew Rothenberg
|
|
@@ -435,9 +435,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
435
435
|
version: 1.8.7
|
|
436
436
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
437
437
|
requirements:
|
|
438
|
-
- - ! '
|
|
438
|
+
- - ! '>='
|
|
439
439
|
- !ruby/object:Gem::Version
|
|
440
|
-
version:
|
|
440
|
+
version: '0'
|
|
441
441
|
requirements:
|
|
442
442
|
- imagemagick
|
|
443
443
|
- a webcam
|