Sha256: c377708c0def69e10f0244e40732dd18fe0cc0396d289bef27efbbb3fb3bc157
Contents?: true
Size: 640 Bytes
Versions: 2
Compression:
Stored size: 640 Bytes
Contents
== 1.1.4 * Added :composition_namespace option. == 1.1.3 * Include into Object so that we can use this in any class we want. == 1.1.2 * Update defaults to use changes in 1.1.1 == 1.1.1 * Clean up code to use recursion and allow fields to be specified like: [:street1, :street2, [:city, [:state, :zip]], :country]. Which is the standard american way of displaying address. Which looks like: [street1, street2, "#{city}, #{state} #{zip}", country] == 1.1.0 * Changed inclusion method to use apply_addresslogic instead of include Addresslogic. This allows you to pass options and specify alternate fields. == 1.0.0 * Initial release
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
binarylogic-addresslogic-1.2.0 | CHANGELOG.rdoc |
addresslogic-1.2.0 | CHANGELOG.rdoc |