gnuplotter 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ee985cfe2433db143aeb9be53f61fb781dcde027
4
- data.tar.gz: 0fab1e8d3ef299dfd4b81f5421d45955ef6a1bae
3
+ metadata.gz: d0d5f688c6f462aecc5addcac55328845ead9ed3
4
+ data.tar.gz: dd03f83d5e0a1f4f1e2f70a64044c899e8100b75
5
5
  SHA512:
6
- metadata.gz: 29b60ec46a3ce0ec355457737fe8d9ccbe52344e1ac95e97bdbeafda492103a722b5a029c267cc11074d81490f51ab0e490caebedb8d8822e61f9f232802bbef
7
- data.tar.gz: 25b22ca33e40b96d03316e06fe971ae7e112cc8be235ff59934b258516896bc7f73d77c59f6efb5cd7d48e9f055357d96813f12b4466482430113e00ed754daa
6
+ metadata.gz: fb5d87545b99603da7aabef42deb53d0f57b2216110b36e600b80146f067dfb2eb4365506da0ddb5f35081f12c318864800e48a0f52f7a738b2015972ce7e905
7
+ data.tar.gz: fe4c74414de285cc76162267af6ef71c7e085bdd22ed5e5caf53c5a86d95e0844caadab595d65cacc0607d9f8bb060fbfb5ab1be54b9eb231b7838b02e09e3c6
data/README.md CHANGED
@@ -5,11 +5,11 @@ around Gnuplot with a syntax closely following Gnuplot's.
5
5
 
6
6
  Installation
7
7
  ------------
8
- First you must install Gnuplot. Follow the instruction at the Gnuplot website:
8
+ First you must install Gnuplot. Follow the instructions at the Gnuplot website:
9
9
 
10
10
  http://www.gnuplot.info/
11
11
 
12
- Then install the Ruby gem run:
12
+ Then install the Ruby gem:
13
13
 
14
14
  `gem install gnuplotter`
15
15
 
@@ -55,7 +55,7 @@ See more examples in the `examples/` directory.
55
55
 
56
56
  Testing
57
57
  -------
58
- gnuplotter have a `to_gp` method that dumps a standaline Gnuplot script with
58
+ gnuplotter have a `to_gp` method that dumps a standalone Gnuplot script including
59
59
  data, which is very useful for debugging and testing. For the above example
60
60
  the output is:
61
61
 
@@ -39,6 +39,7 @@ class GnuPlotter
39
39
  :datafile,
40
40
  :grid,
41
41
  :key,
42
+ :linetype,
42
43
  :logscale,
43
44
  :nocbtics,
44
45
  :palette,
@@ -1,3 +1,3 @@
1
1
  class GnuPlotter
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gnuplotter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin A. Hansen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-26 00:00:00.000000000 Z
11
+ date: 2015-02-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: GnuPlotter is a wrapper around gnuplot.
14
14
  email: mail@maasha.dk