Sha256: 21a0e38ef108cf309e44c91cc4dd377aff979953518a6796406c62c6ee1856ad
Contents?: true
Size: 536 Bytes
Versions: 2
Compression:
Stored size: 536 Bytes
Contents
module BinData class SingleValue class << self def inherited(subclass) #:nodoc: fail "BinData::SingleValue is deprecated. Downgrade to BinData 0.11.1.\nYou will need to make changes to your code before you can use BinData 1.0.0" end end end class MultiValue class << self def inherited(subclass) #:nodoc: fail "BinData::MultiValue is deprecated. Downgrade to BinData 0.11.1.\nYou will need to make changes to your code before you can use BinData 1.0.0" end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bindata-1.1.0 | lib/bindata/deprecated.rb |
bindata-1.0.0 | lib/bindata/deprecated.rb |