diff options
author | Saku Ytti <saku@ytti.fi> | 2014-03-01 11:35:17 +0200 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2014-03-01 11:35:17 +0200 |
commit | 7c2565720c898b0573a5a30db958d8a78577f4a4 (patch) | |
tree | 525994271e0b6685439d1c2e12d64a98ed6e69a7 /oxidized.gemspec | |
parent | b0c6086256522ad1a7403937968184cab7f89d0c (diff) |
Add Model#output method
Outputs about what we've seen last in input class. Quite dirty in
telnet, so not sure I'm going to support it. Let's see if there is
use-case for it.
Diffstat (limited to 'oxidized.gemspec')
-rw-r--r-- | oxidized.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oxidized.gemspec b/oxidized.gemspec index c25b64b..db9c761 100644 --- a/oxidized.gemspec +++ b/oxidized.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'oxidized' - s.version = '0.0.30' + s.version = '0.0.31' s.platform = Gem::Platform::RUBY s.authors = [ 'Saku Ytti' ] s.email = %w( saku@ytti.fi ) |