README.md in doggy-0.2.2 vs README.md in doggy-2.0.0
- old
+ new
@@ -67,32 +67,9 @@
# Unmute monitor(s)
$ doggy unmute ID ID ID
```
-## Example object definition
-
-#### Ruby DSL
-
-A DataDog object will be populated from `obj()` hash as shown below.
-
-```ruby
-created_at = Time.parse('2015-01-01 14:00:01').to_i * 1000
-
-query = "sum(last_1m):sum:Engine.current_thrust.status{status:error}.as_count() < 50"
-
-obj({
- created_at: created_at,
- id: 100500,
- message: "Houston, we have a problem @pagerduty-Houston",
- name: "Engine thrust",
- query: query,
- type: "query alert"
-})
-```
-
-For more examples, check the `examples` directory.
-
## Development
After checking out the repo, run `bundle install` to install dependencies.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).