rbatch 1.5.0 → 1.5.1

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 -6
  2. metadata +1 -1
data/Rakefile CHANGED
@@ -1,8 +1,3 @@
1
- #
2
- # To change this template, choose Tools | Templates
3
- # and open the template in the editor.
4
-
5
-
6
1
  require 'rubygems'
7
2
  require 'rake'
8
3
  require 'rake/clean'
@@ -12,7 +7,7 @@ require 'rake/testtask'
12
7
 
13
8
  spec = Gem::Specification.new do |s|
14
9
  s.name = 'rbatch'
15
- s.version = '1.5.0'
10
+ s.version = '1.5.1'
16
11
  s.extra_rdoc_files = ['README.md', 'LICENSE']
17
12
  s.summary = 'batch framework'
18
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.5.0
5
+ version: 1.5.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - fetaro