asciinurse 0.1.4 → 0.1.5

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: 6924d7f0b7929bf1a59f05156ca3d2e5a2ae2ad6
4
- data.tar.gz: dd814acb3e544dbcbe81397d5840c6205623a23f
3
+ metadata.gz: 0300779d7e11123ea18309f09d0dcebe201ca684
4
+ data.tar.gz: 858a81229c5f66e27196dc24f7d635a79ad11ab4
5
5
  SHA512:
6
- metadata.gz: 01ac99bb4a9d2258148b1ec2c7d3fbf39c2a2de3d4397f138941cb7733e51434d81f6765aa72a150cdf40b28eb7e3fde931e8e9c564c0453aa73d8b687cd0594
7
- data.tar.gz: 63c795d782415bbe6aceb918ef6fbef8ed2d538cc8c0360bd3f676b4e8224e87e86dbcf0c601b6e685bb665a5eeb981ed3edd757970d6f290822599feddabd43
6
+ metadata.gz: 9cb6f1ca609ed737360368a10fd0cb0a12c68c1292823b8cffa57f2a11dc0adda274854734853bb1332ef5b4c26db4e98b350f71031acd0a4928efefb16163f8
7
+ data.tar.gz: 0d55bc3814772c926bd523088f2f44ac99fa4fb5931254750bdf52692bf501939390ec3286a23b2536c909f1d974e4ad0a50f0db76b1dbe808cdf955d55de5f9
data/.idea/asciinurse.iml CHANGED
@@ -2,11 +2,7 @@
2
2
  <module type="RUBY_MODULE" version="4">
3
3
  <component name="FacetManager">
4
4
  <facet type="gem" name="Gem">
5
- <configuration>
6
- <option name="GEM_APP_ROOT_PATH" value="" />
7
- <option name="GEM_APP_TEST_PATH" value="" />
8
- <option name="GEM_APP_LIB_PATH" value="" />
9
- </configuration>
5
+ <configuration />
10
6
  </facet>
11
7
  </component>
12
8
  <component name="NewModuleRootManager" inherit-compiler-output="true">
@@ -17,7 +13,7 @@
17
13
  <orderEntry type="library" scope="PROVIDED" name="Ascii85 (v1.0.2, RVM: ruby-2.2-head) [gem]" level="application" />
18
14
  <orderEntry type="library" scope="PROVIDED" name="addressable (v2.4.0, RVM: ruby-2.2-head) [gem]" level="application" />
19
15
  <orderEntry type="library" scope="PROVIDED" name="afm (v0.2.2, RVM: ruby-2.2-head) [gem]" level="application" />
20
- <orderEntry type="library" scope="PROVIDED" name="asciidoctor (v1.5.2, RVM: ruby-2.2-head) [gem]" level="application" />
16
+ <orderEntry type="library" scope="PROVIDED" name="asciidoctor (v1.5.4, RVM: ruby-2.2-head) [gem]" level="application" />
21
17
  <orderEntry type="library" scope="PROVIDED" name="asciidoctor-pdf (v1.5.0.alpha.10, RVM: ruby-2.2-head) [gem]" level="application" />
22
18
  <orderEntry type="library" scope="PROVIDED" name="bundler (v1.10.6, RVM: ruby-2.2-head) [gem]" level="application" />
23
19
  <orderEntry type="library" scope="PROVIDED" name="css_parser (v1.3.7, RVM: ruby-2.2-head) [gem]" level="application" />
data/README.adoc CHANGED
@@ -107,7 +107,7 @@ CSV DATA HERE
107
107
  ====
108
108
  Remember to use a CSV with a header and pass the chart type.
109
109
  ====
110
- sa
110
+
111
111
  ### Chart Images
112
112
 
113
113
  To put charts on a PDF file, we need to produce a temporary image from the HTML5 chart. Asciinurse's default
data/changelog.adoc CHANGED
@@ -1,5 +1,9 @@
1
1
  = CHANGELOG
2
2
 
3
+ == Version 0.1.5
4
+
5
+ - Adjusted timeout to save png charts
6
+
3
7
  == Version 0.1.4
4
8
 
5
9
  - Fixes in google chart engine
@@ -1,3 +1,3 @@
1
1
  module Asciinurse
2
- VERSION = '0.1.4'
2
+ VERSION = '0.1.5'
3
3
  end
@@ -21,5 +21,5 @@ page.open(args[1] + '.html', function() {
21
21
  window.setTimeout(function () {
22
22
  page.render(args[2]);
23
23
  phantom.exit();
24
- }, 1000);
24
+ }, 3000);
25
25
  });
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asciinurse
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ataxexe
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-01 00:00:00.000000000 Z
11
+ date: 2016-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor