Sha256: 34dedd0618477792c14c78c04d84d3eea8f5d631931b4bad89cedeeba388040a
Contents?: true
Size: 849 Bytes
Versions: 1
Compression:
Stored size: 849 Bytes
Contents
Gem::Specification.new do |gem| gem.name = 'billit_representers' gem.version = '0.8.2' gem.date = '2014-02-04' gem.summary = "Representers for the bill-it module of the Poplus project." gem.description = "Representers for the bill-it module of the Poplus project. These provide object-like access to remote data, using Resource-Oriented Architectures in Ruby (ROAR)." gem.authors = ["Marcel Augsburger"] gem.email = 'devteam@ciudadanointeligente.org' gem.homepage = 'https://github.com/ciudadanointeligente/billit_representers' gem.license = 'GPL-3' gem.files = `git ls-files`.split("\n") # gem.add_runtime_dependency "roar", "0.12.2" gem.add_runtime_dependency "roar", "0.11.19" gem.add_runtime_dependency "roar-rails", "0.1.0" gem.add_runtime_dependency "activemodel" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
billit_representers-0.8.2 | billit_representers.gemspec |