gnutemplate 0.2.0 → 0.2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/gnutemplate/version.rb +1 -1
- data/lib/gnutemplate.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f7582d157b2dacffbd2e11ea5b8a6467af3b88f911119e7d0596244e47a75a7
|
4
|
+
data.tar.gz: 15b96ccd899342aeac9f20dbf075ceebb56cd475a32f2753f35e10ef7cc7dc9c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: face27d0ec1b486841b3ff35ccb67ee90c3750f55ce3b8aef154521ff536c246b1d6de8279b4e7d9924fee4679c62ea5f3dd1b858ac37220d40c82457e8a1b3f
|
7
|
+
data.tar.gz: 497d5aaf03598153f560037c6f6ed842a17abf41f28fb41559bdc9a56774bb4aa115d1dcb9cc56f07e05baa51b7c27854d13c268e7375363d57c7a2738e9f942
|
data/lib/gnutemplate/version.rb
CHANGED
data/lib/gnutemplate.rb
CHANGED
@@ -404,5 +404,5 @@ module Gnutemplate
|
|
404
404
|
|
405
405
|
end # Of def function
|
406
406
|
|
407
|
-
module_function :note_line, :draw_line, :note_box, :draw_box, :note_histogram, :draw_histogram
|
407
|
+
module_function :note_line, :draw_line, :note_box, :draw_box, :histogram, :note_histogram, :draw_histogram
|
408
408
|
end # Of module
|