Sha256: aa96ba2210384d81b5b4597711fe87a4a033a034a51eb667cfaa6e9383fc83b6

Contents?: true

Size: 771 Bytes

Versions: 1

Compression:

Stored size: 771 Bytes

Contents

# 0.1.2

* `Demandbase::lookup()` now returns nil if no record is found.

* Added some new Error classes to
 * raises a `Demandbase::RTIDNotSetError` if a RTID key is not set.
 * raises a `Demandbase::ParseError `if the domain doesn't look legit.
 * raises a `Demandbase::ServerError` if the Demandbase server is unresponsive.


# 0.1.1

* Added support for subdomains, email addresses, etc. e.g. the following now work:

```ruby
  Demandbase::Record.new "www.github.com",
  Demandbase::Record.new "developer.github.com/",
  Demandbase::Record.new "http://www.github.com/",
  Demandbase::Record.new "https://www.github.com",
  Demandbase::Record.new "https://www.github.com/leereilly/demandbase",
  Demandbase::Record.new "lee@github.com"
```

# 0.1.0

* Initial release.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
demandbase-0.1.2 CHANGELOG.md