Commit dcc011f6 authored by Eloy Duran's avatar Eloy Duran

Fix version number.

parent e32e4255
Encoding.default_external = Encoding::UTF_8 if RUBY_VERSION > '1.8.7' Encoding.default_external = Encoding::UTF_8 if RUBY_VERSION > '1.8.7'
module Pod module Pod
VERSION = '0.6.0rc1' VERSION = '0.6.0.rc1'
class Informative < StandardError class Informative < StandardError
def message def message
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment