Sha256: 9b4656bdf46c54b91dbf21e3285e0bc395c07b91fad2d1fdefd151c3b6653892
Contents?: true
Size: 776 Bytes
Versions: 4
Compression:
Stored size: 776 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' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
remote_db-0.0.4 | remote_db.gemspec |
remote_db-0.0.3 | remote_db.gemspec |
remote_db-0.0.2 | remote_db.gemspec |
remote_db-0.0.1 | remote_db.gemspec |