Sha256: 56d95037cdc28b2d055d79d3c1a5330f26f39eea2750e40caef08e97a8799abe
Contents?: true
Size: 983 Bytes
Versions: 3
Compression:
Stored size: 983 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/active_git/version', __FILE__) Gem::Specification.new do |s| s.name = "active_git" s.version = ActiveGit::VERSION s.authors = ["Gabriel Naiman"] s.email = ["gabynaiman@gmail.com"] s.description = 'DB and GIT synchronization via ActiveRecord and GitWrapper' s.summary = 'DB and GIT synchronization via ActiveRecord and GitWrapper' s.homepage = 'https://github.com/gabynaiman/active_git' s.files = `git ls-files`.split($\) s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) } s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.require_paths = ["lib"] s.add_dependency 'activerecord', '>= 3.0.0' s.add_dependency 'git_wrapper', '>= 1.0.2' s.add_dependency 'activerecord-import' s.add_dependency 'easy_diff' s.add_development_dependency 'rspec' s.add_development_dependency 'sqlite3' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
active_git-0.0.3 | active_git.gemspec |
active_git-0.0.2 | active_git.gemspec |
active_git-0.0.1 | active_git.gemspec |