lolcommits 0.3.0.pre2 → 0.3.0

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.
Files changed (3) hide show
  1. data/CHANGELOG +1 -1
  2. data/lib/lolcommits/version.rb +1 -1
  3. metadata +5 -5
data/CHANGELOG CHANGED
@@ -1,4 +1,4 @@
1
- 0.3.0 (in development)
1
+ 0.3.0 (3 August 2012)
2
2
  * fix bug involving git repositories with spaces in the name
3
3
  * internal refactoring for modularity (thanks @kenmazaika!), should be easier
4
4
  to add new plugin features to lolcommits now.
@@ -1,3 +1,3 @@
1
1
  module Lolcommits
2
- VERSION = "0.3.0.pre2"
2
+ VERSION = "0.3.0"
3
3
  end
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.3.0.pre2
5
- prerelease: 6
4
+ version: 0.3.0
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: 2012-08-02 00:00:00.000000000 Z
12
+ date: 2012-08-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rmagick
@@ -253,9 +253,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
253
253
  required_rubygems_version: !ruby/object:Gem::Requirement
254
254
  none: false
255
255
  requirements:
256
- - - ! '>'
256
+ - - ! '>='
257
257
  - !ruby/object:Gem::Version
258
- version: 1.3.1
258
+ version: '0'
259
259
  requirements: []
260
260
  rubyforge_project: lolcommits
261
261
  rubygems_version: 1.8.23