Sha256: 048b5065ac303981476cfd33ec35d596dbfd0467ad9f20f4b75f2eed73496c01
Contents?: true
Size: 631 Bytes
Versions: 1
Compression:
Stored size: 631 Bytes
Contents
Gem::Specification.new do |gem| gem.name = 'httparty-concern' gem.version = '0.1.0' gem.authors = 'Mario Uher' gem.email = 'uher.mario@gmail.com' gem.description = 'Allows HTTParty to work better with ActiveSupport::Concern.' gem.summary = 'Concerned HTTParty.' gem.homepage = 'http://haihappen.github.com/httparty-concern' gem.files = `git ls-files`.split("\n") gem.require_path = 'lib' gem.add_dependency 'activesupport', '~> 3.0' gem.add_dependency 'httparty' gem.add_development_dependency 'minitest' gem.add_development_dependency 'purdytest' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
httparty-concern-0.1.0 | httparty-concern.gemspec |