File tree 3 files changed +1
-28
lines changed 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
13
13
[ Stack Overflow] ( http://stackoverflow.com ) . Be sure to tag the
14
14
question with ` DockYard ` so we can find it.
15
15
16
- ## Note ##
17
- PostgresExt is dropping support for Ruby 1.8.7 with the next minor
18
- release.
19
-
20
16
## Installation
21
17
22
18
Add this line to your application's Gemfile:
@@ -84,7 +80,6 @@ supported in postgres\_ext at this time.
84
80
85
81
86
82
87
-
88
83
## Authors
89
84
90
85
Dan 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|
7
7
gem . description = %q{Adds missing native PostgreSQL data types to ActiveRecord}
8
8
gem . summary = %q{Extends ActiveRecord to handle native PostgreSQL data types}
9
9
gem . homepage = ""
10
- gem . license = [ 'MIT' ]
10
+ gem . licenses = [ 'MIT' ]
11
11
12
12
gem . executables = `git ls-files -- bin/*` . split ( "\n " ) . map { |f | File . basename ( f ) }
13
13
gem . files = `git ls-files` . split ( "\n " )
You can’t perform that action at this time.
0 commit comments