rbatch 1.5.0 → 1.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.
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