rubycut-vclog 1.9.4 → 1.9.5

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/lib/vclog/config.rb +1 -1
  2. data/lib/vclog.yml +1 -1
  3. metadata +2 -2
data/lib/vclog/config.rb CHANGED
@@ -112,7 +112,7 @@ module VCLog
112
112
  # The vclog config file.
113
113
  #
114
114
  def file
115
- #DEFAULT_GLOBS.find{ |g| Dir.glob(g).first }
115
+ DEFAULT_GLOBS.find{ |g| Dir.glob(g).first }
116
116
  end
117
117
 
118
118
  #
data/lib/vclog.yml CHANGED
@@ -62,7 +62,7 @@ paths:
62
62
  created: '2006-05-09'
63
63
  summary: Cross-VCS/SCM ChangeLog Generator
64
64
  title: VCLog
65
- version: 1.9.4
65
+ version: 1.9.5
66
66
  name: rubycut-vclog
67
67
  description: VCLog is a cross-VCS/SCM ChangeLog generator.
68
68
  date: '2013-03-22'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubycut-vclog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.4
4
+ version: 1.9.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-21 00:00:00.000000000 Z
12
+ date: 2013-03-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: facets