redplot 0.0.2 → 0.0.3
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/lib/redplot.rb +2 -2
- metadata +13 -2
data/lib/redplot.rb
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# RedPlot is Copyright (c)
|
|
1
|
+
# RedPlot is Copyright (c) 2012 Hugo Benichi <hbenichi@gmail.com>
|
|
2
2
|
#
|
|
3
3
|
# RedPlot is free software: you can redistribute it and/or modify
|
|
4
4
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
#also used for mixin
|
|
26
26
|
module RedPlot
|
|
27
27
|
|
|
28
|
-
VersionNumber, VersionDate = '0.
|
|
28
|
+
VersionNumber, VersionDate = '0.0.3', '2012-06-05'
|
|
29
29
|
|
|
30
30
|
#helper class to store callbacks to the data and plot command options
|
|
31
31
|
class ToDraw
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: redplot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,18 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2012-06-05 00:00:00.000000000 Z
|
|
13
|
-
dependencies:
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
15
|
+
name: shoulda
|
|
16
|
+
requirement: &8335960 !ruby/object:Gem::Requirement
|
|
17
|
+
none: false
|
|
18
|
+
requirements:
|
|
19
|
+
- - ! '>='
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: '0'
|
|
22
|
+
type: :development
|
|
23
|
+
prerelease: false
|
|
24
|
+
version_requirements: *8335960
|
|
14
25
|
description: redplot gives convenience handler methods from and to Ruby objects to
|
|
15
26
|
easily communicate with a gnuplot process
|
|
16
27
|
email: hugo.benichi@m4x.org
|