markdownplus-julia 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5d8f74459db66ddd480d59db3ca970bf61fc1295
4
- data.tar.gz: 9061e2e32fed432242f6dcda8b1279660893746d
3
+ metadata.gz: 176ff03db1c7592226a76c82c8e5abca170d54f8
4
+ data.tar.gz: f75ad8ca238ee648c485154e1365be1da844358b
5
5
  SHA512:
6
- metadata.gz: 9baf9d708088e0a3bfe6513d053aace38f5a2ba9e39c96a3db49178f4f1357a63743dd7f5d3617e9b719e000bb88f177e35fecb36941539a14752ad1b3d78216
7
- data.tar.gz: 9d9dbc728f04c1b87194c1b84209730d69652cd1c059bd721ecf11f43781dd39f7fae118eaea5ba0b341556a8dc08504c1651ed25c6243719e7ca4355fd1af1e
6
+ metadata.gz: fe407f6bb7f369102e6924ed1d98073bad07226360520b4e006d49f324678a81a62dd6ce513b6c5ed686a808d797f88398960bd03ade21d699308ff8be1c9daf
7
+ data.tar.gz: b5a2254a4da65522a566a586d03d38a420cc00313925a7e23e8c32f11bd593035455788acb947df484ca614528ba463dafb8a551972e195764135389fa62336d
@@ -17,7 +17,6 @@ module Markdownplus
17
17
  end
18
18
  file.write(input)
19
19
  file.close
20
- puts File.read(file.path)
21
20
  output = `julia #{file.path}`
22
21
  output.gsub!(/\n\s+/,"\n")
23
22
  ensure
@@ -59,6 +58,6 @@ module Markdownplus
59
58
  DataFrame.new(name, csv)
60
59
  end
61
60
  end
62
- HandlerRegistry.register("dataFrame", DataFrameHandler)
61
+ HandlerRegistry.register("data_frame", DataFrameHandler)
63
62
  end
64
63
  end
@@ -1,5 +1,5 @@
1
1
  module Markdownplus
2
2
  module Julia
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markdownplus-julia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Petersen