Skip to content

Commit 052d07d

Browse files
committed
License and readme updates
1 parent 40a7ba4 commit 052d07d

File tree

3 files changed

+1
-28
lines changed

3 files changed

+1
-28
lines changed

LICENSE

Lines changed: 0 additions & 22 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ the gem please ask the question on
1313
[Stack Overflow](http://stackoverflow.com). Be sure to tag the
1414
question with `DockYard` so we can find it.
1515

16-
## Note ##
17-
PostgresExt is dropping support for Ruby 1.8.7 with the next minor
18-
release.
19-
2016
## Installation
2117

2218
Add this line to your application's Gemfile:
@@ -84,7 +80,6 @@ supported in postgres\_ext at this time.
8480

8581

8682

87-
8883
## Authors
8984

9085
Dan McClain [twitter](http://twitter.com/_danmcclain) [github](http://github.com/danmcclain)

postgres_ext.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
77
gem.description = %q{Adds missing native PostgreSQL data types to ActiveRecord}
88
gem.summary = %q{Extends ActiveRecord to handle native PostgreSQL data types}
99
gem.homepage = ""
10-
gem.license = ['MIT']
10+
gem.licenses = ['MIT']
1111

1212
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
1313
gem.files = `git ls-files`.split("\n")

0 commit comments

Comments
 (0)