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.
- data/Rakefile +1 -6
- 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.
|
|
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 = ''
|