Sha256: f7c93420fb09fee08c4ce48896f2ec9b7ed5d38441dd2838a14a6052df2f89da

Contents?: true

Size: 1.17 KB

Versions: 2

Compression:

Stored size: 1.17 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require 'arjdbc/version'

Gem::Specification.new do |s|
  s.name        = "activerecord-jdbc-adapter"
  s.version     = ArJdbc::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Nick Sieger, Ola Bini and JRuby contributors"]
  s.email       = %q{nick@nicksieger.com, ola.bini@gmail.com}
  s.homepage = %q{https://github.com/jruby/activerecord-jdbc-adapter}
  s.summary = %q{JDBC adapter for ActiveRecord, for use within JRuby on Rails.}
  s.description = %q{activerecord-jdbc-adapter is a database adapter for Rails\' ActiveRecord
component that can be used with JRuby[http://www.jruby.org/]. It allows use of
virtually any JDBC-compliant database with your JRuby on Rails application.}
  s.license     = "BSD"
  s.files         = `git ls-files`.split("\n").reject {|v| v =~ /^(activerecord-jdbc[^-]|jdbc-)/}
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{|f| File.basename(f) }
  s.require_paths = ["lib"]
  s.rdoc_options = ["--main", "README.md", "-SHN", "-f", "darkfish"]
  s.rubyforge_project = %q{jruby-extras}
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activerecord-jdbc-adapter-1.3.0.beta2 activerecord-jdbc-adapter.gemspec
activerecord-jdbc-adapter-1.3.0.beta1 activerecord-jdbc-adapter.gemspec