montoc 0.0.3 → 0.0.4

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/montoc.rb +1 -0
  3. data/lib/montoc/version.rb +1 -1
  4. metadata +1 -18
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 653a278a714010cbba7e0738f4a6a31a6f5e874d
4
- data.tar.gz: 6fe51ebaa6cb77672cea6706cbae38e70728b193
3
+ metadata.gz: 9b21f5056dce35ad19543567d62658917b4ca6fa
4
+ data.tar.gz: b58dd2db4fcf5a0490735464a5b9737b63987c90
5
5
  SHA512:
6
- metadata.gz: 904ee7965d68c528c02cedb5683357815037c2ed262ced2b4905ead68b1225cdfd019e0b6d216fe5e66e929ccd17902d1cf7569bdf5f5533636afaa9e21564bc
7
- data.tar.gz: aa86522f8d7608c68170af46b1ea2de67f276cc12ee8f27608260b80370e88c70dd0fa8af12772fbf28545121db481af40603104abf888cc7e9c4755b9603037
6
+ metadata.gz: ae2d125bb40b28b0b47aa86ebd714bf94c559647f100266926513ffee98232ce74889c48ce29f9f884090a02b98dc4ca937a0f18ce266017c23aa3b5c85fc7df
7
+ data.tar.gz: 14e7feb96ccee786040a67acfa94ad96166f7164702c8d890c23cf4e1598a7e8b9fe77700ce0eb827e88cbdded9fb955dbc3a5a8d8ee54fba8e917ae923e6cf5
data/lib/montoc.rb CHANGED
@@ -13,6 +13,7 @@ module Montoc
13
13
  @columns = columns
14
14
  @format = :virgin
15
15
  yield self if block_given?
16
+ self.class.experience self
16
17
  end
17
18
 
18
19
  # Override Object#to_s, so that puts or other methods call this
@@ -1,3 +1,3 @@
1
1
  module Montoc
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: montoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Setyadi
@@ -54,23 +54,6 @@ files:
54
54
  - LICENSE.txt
55
55
  - README.md
56
56
  - Rakefile
57
- - lib/.yardoc/checksums
58
- - lib/.yardoc/object_types
59
- - lib/.yardoc/objects/root.dat
60
- - lib/.yardoc/proxy_types
61
- - lib/doc/_index.html
62
- - lib/doc/class_list.html
63
- - lib/doc/css/common.css
64
- - lib/doc/css/full_list.css
65
- - lib/doc/css/style.css
66
- - lib/doc/file_list.html
67
- - lib/doc/frames.html
68
- - lib/doc/index.html
69
- - lib/doc/js/app.js
70
- - lib/doc/js/full_list.js
71
- - lib/doc/js/jquery.js
72
- - lib/doc/method_list.html
73
- - lib/doc/top-level-namespace.html
74
57
  - lib/montoc.rb
75
58
  - lib/montoc/version.rb
76
59
  - montoc.gemspec