Sha256: c400a66eb38738bbf358f1e1ee2c79f40f3763132078b0a4ff41627fc224caf5
Contents?: true
Size: 782 Bytes
Versions: 4
Compression:
Stored size: 782 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) require "mcfly/version" # Describe your gem and declare its dependencies: Gem::Specification.new do |s| s.name = "mcfly" s.version = Mcfly::VERSION s.authors = ["Arman Bostani"] s.email = ["arman.bostani@pnmac.com"] s.homepage = "https://github.com/arman000/mcfly" s.summary = %q{A database table versioning system.} s.description = s.summary s.files = `git ls-files`.split($\) s.licenses = ['MIT'] s.require_paths = ["lib"] s.add_dependency "pg", "~> 0.17" # FIXME: Delorean is added here for historical reasons. Need to # remove the dependency on delorean_fn. s.add_dependency "delorean_lang", '~> 0.1' s.add_development_dependency "rspec-rails", "~> 2.99" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mcfly-0.0.19 | mcfly.gemspec |
mcfly-0.0.18 | mcfly.gemspec |
mcfly-0.0.17 | mcfly.gemspec |
mcfly-0.0.16 | mcfly.gemspec |