Sha256: fb7d41f5de1988f3dd03279554f585564997446d44549925da88e7652717a03a
Contents?: true
Size: 863 Bytes
Versions: 5
Compression:
Stored size: 863 Bytes
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'remote_db/version' Gem::Specification.new do |spec| spec.name = 'remote_db' spec.version = RemoteDb::VERSION spec.summary = 'Easily create a gem for consuming remote database tables/columns.' spec.description = '' spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.require_paths = ['lib'] spec.authors = ['Omar Skalli'] spec.email = ['omar@zenpayroll.com'] spec.homepage = 'https://github.com/ZenPayroll/remote_db' spec.add_runtime_dependency 'activesupport', '>= 3.0' spec.add_runtime_dependency 'activerecord' , '>= 3.0' spec.add_development_dependency 'rspec' spec.add_development_dependency 'sqlite3' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
remote_db-0.0.9 | remote_db.gemspec |
remote_db-0.0.8 | remote_db.gemspec |
remote_db-0.0.7 | remote_db.gemspec |
remote_db-0.0.6 | remote_db.gemspec |
remote_db-0.0.5 | remote_db.gemspec |