|
1 |
| -$:.push File.expand_path("../lib", __FILE__) |
| 1 | +$LOAD_PATH.push File.expand_path('../lib', __FILE__) |
2 | 2 |
|
3 | 3 | Gem::Specification.new do |s|
|
4 | 4 | s.platform = Gem::Platform::RUBY
|
5 |
| -s.name = "activerecord-sqlserver-adapter" |
6 |
| -s.version = File.read(File.expand_path("../VERSION",__FILE__)).strip |
7 |
| -s.summary = "ActiveRecord SQL Server Adapter. For SQL Server 2005 And Higher." |
8 |
| -s.description = "ActiveRecord SQL Server Adapter. For SQL Server 2005 And Higher." |
9 |
| -
|
10 |
| -s.authors = ['Ken Collins', 'Murray Steele', 'Shawn Balestracci', 'Joe Rafaniello', 'Tom Ward'] |
11 |
| - |
12 |
| -s.homepage = "http://.com/rails-sqlserver/activerecord-sqlserver-adapter" |
13 |
| -
|
14 |
| -s.files = Dir['CHANGELOG', 'MIT-LICENSE', 'README.rdoc', 'VERSION', 'lib/**/*' ] |
| 5 | +s.name = 'activerecord-sqlserver-adapter' |
| 6 | +s.version = File.read(File.expand_path('../VERSION', __FILE__)).strip |
| 7 | +s.summary = 'ActiveRecord SQL Server Adapter. For SQL Server 2005 And Higher.' |
| 8 | +s.description = 'ActiveRecord SQL Server Adapter. For SQL Server 2005 And Higher.' |
| 9 | + |
| 10 | +s.authors = ['Ken Collins', 'Anna Carey', 'Will Bond', 'Murray Steele', 'Shawn Balestracci', 'Joe Rafaniello', 'Tom Ward'] |
| 11 | + |
| 12 | +s.homepage = 'http://.com/rails-sqlserver/activerecord-sqlserver-adapter' |
| 13 | + |
| 14 | +s.files = Dir['CHANGELOG', 'MIT-LICENSE', 'README.rdoc', 'VERSION', 'lib/**/*'] |
15 | 15 | s.require_path = 'lib'
|
16 | 16 | s.rubyforge_project = 'activerecord-sqlserver-adapter'
|
17 |
| -
|
| 17 | + |
18 | 18 | s.add_dependency('activerecord', '~> 4.1.0')
|
19 | 19 | s.add_dependency('arel')
|
20 | 20 | end
|
|
0 commit comments