gnuplot 2.6.0 → 2.6.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/ChangeLog +3 -0
- data/Rakefile +2 -1
- data/lib/gnuplot.rb +3 -2
- metadata +2 -2
data/ChangeLog
CHANGED
data/Rakefile
CHANGED
|
@@ -2,7 +2,7 @@ require 'jeweler2'
|
|
|
2
2
|
Jeweler::Tasks.new do |s|
|
|
3
3
|
s.name = 'gnuplot'
|
|
4
4
|
s.description = s.summary = "Utility library to aid in interacting with gnuplot from ruby"
|
|
5
|
-
s.version = "2.6.
|
|
5
|
+
s.version = "2.6.1"
|
|
6
6
|
s.authors='roger pack'
|
|
7
7
|
s.email = "rogerpack2005@gmail.com"
|
|
8
8
|
s.homepage = "http://github.com/rdp/ruby_gnuplot/tree/master"
|
|
@@ -15,4 +15,5 @@ task :test do
|
|
|
15
15
|
system("ruby #{file}")
|
|
16
16
|
end
|
|
17
17
|
end
|
|
18
|
+
|
|
18
19
|
Jeweler::RubygemsDotOrgTasks.new
|
data/lib/gnuplot.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gnuplot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.6.
|
|
4
|
+
version: 2.6.1
|
|
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: 2012-
|
|
12
|
+
date: 2012-12-28 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Utility library to aid in interacting with gnuplot from ruby
|
|
15
15
|
email: rogerpack2005@gmail.com
|