rbatch 1.6.1 → 1.6.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/Rakefile +1 -1
  2. metadata +1 -1
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ require 'rake/testtask'
7
7
 
8
8
  spec = Gem::Specification.new do |s|
9
9
  s.name = 'rbatch'
10
- s.version = '1.6.1'
10
+ s.version = '1.6.2'
11
11
  s.extra_rdoc_files = ['README.md', 'LICENSE']
12
12
  s.summary = 'batch framework'
13
13
  s.description = ''
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rbatch
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.6.1
5
+ version: 1.6.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - fetaro