SimpleOutput 1.1.2 → 1.1.3

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: e1021b8e727bd57ca7306f798c4ce7e6adab255f
4
- data.tar.gz: 72a7123861c4cdb39571563629b5f1e9c10b2a63
3
+ metadata.gz: f811fbd06a4da856b597e44dcbffd32b4a75091b
4
+ data.tar.gz: ecf8b08452983132ee44ba1ce9c90af5fd782e81
5
5
  SHA512:
6
- metadata.gz: 262dbd68dca7299bfde5ffbe08a706563ca250e7e7d01c7c637da4bba61213f68fde2ae9f089df9c3cf7a583e0db67d2a9df7e1f95efe2e2d437c4a79153d19a
7
- data.tar.gz: cec519a4297f141e42540c647b0cd1c1be0711cd7c13840c26a91dbeb8d511c85a0ba9c6bd8c85c2ce9c94d1ba7209881306275ab5bd0fae05bacb0fbf6808b0
6
+ metadata.gz: 4fde526633c956c4b90dd33059d1e4d1e43144afc1e28bbabf0aa62d40a0ed6769f8227b91b14fa6b7aa4ba0d3799e6860bab1ebd2b5a6ba4b9938f0d046698e
7
+ data.tar.gz: c7c4e90392fbc4f6f93057457c79b07a202bb4b369e1c1a1c1b21540b66397074e3cadd1bfc0b93d60c7418d001f8460d018ad4fea97d10b503311bd4b79d2bc
@@ -1,19 +1,18 @@
1
1
  =begin
2
- SimpleOutput
2
+ SimpleChartkick
3
+ Copyright 2014 Austen Higgins-Cassidy
3
4
 
4
- Copyright 2014 Austen Higgins-Cassidy
5
-
6
- Licensed under the Apache License, Version 2.0 (the "License");
7
- you may not use this file except in compliance with the License.
8
- You may obtain a copy of the License at
5
+ Licensed under the Apache License, Version 2.0 (the "License");
6
+ you may not use this file except in compliance with the License.
7
+ You may obtain a copy of the License at
9
8
 
10
9
  http://www.apache.org/licenses/LICENSE-2.0
11
10
 
12
- Unless required by applicable law or agreed to in writing, software
13
- distributed under the License is distributed on an "AS IS" BASIS,
14
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- See the License for the specific language governing permissions and
16
- limitations under the License.
11
+ Unless required by applicable law or agreed to in writing, software
12
+ distributed under the License is distributed on an "AS IS" BASIS,
13
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ See the License for the specific language governing permissions and
15
+ limitations under the License.
17
16
  =end
18
17
 
19
18
  class SimpleChartkick < SimpleOutput::SimpleOutputPlugin
data/lib/simplecsv.rb CHANGED
@@ -1,18 +1,18 @@
1
1
  =begin
2
2
  SimpleCSV
3
- Copyright 2014 Austen Higgins-Cassidy
3
+ Copyright 2014 Austen Higgins-Cassidy
4
4
 
5
- Licensed under the Apache License, Version 2.0 (the "License");
6
- you may not use this file except in compliance with the License.
7
- You may obtain a copy of the License at
5
+ Licensed under the Apache License, Version 2.0 (the "License");
6
+ you may not use this file except in compliance with the License.
7
+ You may obtain a copy of the License at
8
8
 
9
9
  http://www.apache.org/licenses/LICENSE-2.0
10
10
 
11
- Unless required by applicable law or agreed to in writing, software
12
- distributed under the License is distributed on an "AS IS" BASIS,
13
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- See the License for the specific language governing permissions and
15
- limitations under the License.
11
+ Unless required by applicable law or agreed to in writing, software
12
+ distributed under the License is distributed on an "AS IS" BASIS,
13
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ See the License for the specific language governing permissions and
15
+ limitations under the License.
16
16
  =end
17
17
  require 'csv'
18
18
 
data/lib/simplelog.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  =begin
2
- SimpleCSV
2
+ SimpleLog
3
3
  Copyright 2014 Austen Higgins-Cassidy
4
4
 
5
5
  Licensed under the Apache License, Version 2.0 (the "License");
data/lib/simpleoutput.rb CHANGED
@@ -1,6 +1,5 @@
1
1
  =begin
2
-
3
- SimpleOutput Module
2
+ SimpleOutput
4
3
  Copyright 2014 Austen Higgins-Cassidy
5
4
 
6
5
  Licensed under the Apache License, Version 2.0 (the "License");
data/lib/simpleplot.rb CHANGED
@@ -1,21 +1,18 @@
1
1
  =begin
2
2
  SimplePlot
3
+ Copyright 2014 Austen Higgins-Cassidy
3
4
 
4
- GnuPlot interface to simpleoutput
5
-
6
- Copyright 2014 Austen Higgins-Cassidy
7
-
8
- Licensed under the Apache License, Version 2.0 (the "License");
9
- you may not use this file except in compliance with the License.
10
- You may obtain a copy of the License at
5
+ Licensed under the Apache License, Version 2.0 (the "License");
6
+ you may not use this file except in compliance with the License.
7
+ You may obtain a copy of the License at
11
8
 
12
9
  http://www.apache.org/licenses/LICENSE-2.0
13
10
 
14
- Unless required by applicable law or agreed to in writing, software
15
- distributed under the License is distributed on an "AS IS" BASIS,
16
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
- See the License for the specific language governing permissions and
18
- limitations under the License.
11
+ Unless required by applicable law or agreed to in writing, software
12
+ distributed under the License is distributed on an "AS IS" BASIS,
13
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ See the License for the specific language governing permissions and
15
+ limitations under the License.
19
16
  =end
20
17
  class SimplePlot < SimpleOutput::SimpleOutputPlugin
21
18
  require 'gnuplot'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: SimpleOutput
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austen Higgins-Cassidy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-19 00:00:00.000000000 Z
11
+ date: 2014-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gnuplot