File tree Expand file tree Collapse file tree 3 files changed +1
-28
lines changed
Expand file tree Collapse file tree 3 files changed +1
-28
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ the gem please ask the question on
1313[ Stack Overflow] ( http://stackoverflow.com ) . Be sure to tag the
1414question 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
2218Add 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
9085Dan McClain [ twitter] ( http://twitter.com/_danmcclain ) [ github] ( http://github.com/danmcclain )
Original file line number Diff line number Diff 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 " )
You can’t perform that action at this time.
0 commit comments