lolcommits 0.5.1.pre2 → 0.5.1
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.
- data/CHANGELOG +1 -1
- data/lib/lolcommits/version.rb +1 -1
- metadata +9 -6
data/CHANGELOG
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
0.x.x (in development)
|
|
2
2
|
* TODO: figure out problems with GUI clients
|
|
3
3
|
|
|
4
|
-
0.5.1 (
|
|
4
|
+
0.5.1 (13 November 2013)
|
|
5
5
|
* Fix JSON gem issue #163 (@matthutchinson, #171)
|
|
6
6
|
* Enable image capture under Cygwin (@cwc, #105)
|
|
7
7
|
* Add Ruby PATH to post-commit hook (@matthutchinson, #155)
|
data/lib/lolcommits/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lolcommits
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.1
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.5.1
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Matthew Rothenberg
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-11-
|
|
12
|
+
date: 2013-11-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: mini_magick
|
|
@@ -403,13 +403,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
403
403
|
version: '0'
|
|
404
404
|
segments:
|
|
405
405
|
- 0
|
|
406
|
-
hash:
|
|
406
|
+
hash: 4089819227576804590
|
|
407
407
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
408
408
|
none: false
|
|
409
409
|
requirements:
|
|
410
|
-
- - ! '
|
|
410
|
+
- - ! '>='
|
|
411
411
|
- !ruby/object:Gem::Version
|
|
412
|
-
version:
|
|
412
|
+
version: '0'
|
|
413
|
+
segments:
|
|
414
|
+
- 0
|
|
415
|
+
hash: 4089819227576804590
|
|
413
416
|
requirements: []
|
|
414
417
|
rubyforge_project: lolcommits
|
|
415
418
|
rubygems_version: 1.8.23
|