Sha256: 18a89e99c78e7f15b49f00027fe67ab05d8b89a800f9d260943eb9b20cbb9624
Contents?: true
Size: 983 Bytes
Versions: 1
Compression:
Stored size: 983 Bytes
Contents
Gem::Specification.new do |s| PROJECT_GEM = 'church-community-builder' PROJECT_GEM_VERSION = '0.2.0' s.name = PROJECT_GEM s.version = PROJECT_GEM_VERSION s.platform = Gem::Platform::RUBY #s.date = '2009-01-05' s.homepage = 'https://github.com/weshays/church-community-builder-api-ruby' s.rubyforge_project = 'Project on www.github.com' s.authors = ['Wes Hays', 'Chad Feller'] s.email = ['weshays@gbdev.com','feller@cs.unr.edu'] s.summary = 'Ruby gem/plugin to interact with the Church Community Builder API.' s.description = 'Ruby gem/plugin to interact with the Church Community Builder API. Checkout the project on github for more detail.' s.add_dependency('typhoeus', '0.6.6') s.add_dependency('xml-simple') s.files = `git ls-files`.split("\n") 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"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
church-community-builder-0.2.0 | ccb_api.gemspec |