README.md in postgres_ext-0.4.0 vs README.md in postgres_ext-1.0.0
- old
+ new
@@ -6,19 +6,15 @@
[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/dockyard/postgres_ext)
## Looking for help? ##
If it is a bug [please open an issue on
-Github](https://github.com/dockyard/party_foul/issues). If you need help using
+Github](https://github.com/dockyard/postgres_ext/issues). If you need help using
the gem please ask the question on
[Stack Overflow](http://stackoverflow.com). Be sure to tag the
question with `DockYard` so we can find it.
-## Note ##
-PostgresExt is dropping support for Ruby 1.8.7 with the next minor
-release.
-
## Installation
Add this line to your application's Gemfile:
gem 'postgres_ext'
@@ -79,10 +75,9 @@
# => []
```
As a result, in place operators are discouraged and will not be
supported in postgres\_ext at this time.
-
## Authors