mirror of
https://github.com/bumi/openalias-ruby
synced 2024-10-03 02:24:27 +00:00
Version 0.2.0
This commit is contained in:
parent
cd337c42b1
commit
562e4fac45
@ -2,7 +2,7 @@ require 'thermite/fiddle'
|
||||
require 'ostruct'
|
||||
|
||||
class Openalias
|
||||
VERSION = "0.1.0"
|
||||
VERSION = "0.2.0"
|
||||
class CryptoAddress < OpenStruct;
|
||||
|
||||
def method_missing(method_name, *args, &block)
|
||||
|
@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "openalias"
|
||||
spec.version = "0.1.0"
|
||||
spec.version = "0.2.0"
|
||||
spec.authors = ["bumi"]
|
||||
spec.email = ["hello@michaelbumann.com"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user