summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 06603076604056d9fc46aca50ca63d14194d30c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
pkgbase = ruby-rest-client
	pkgdesc = A simple HTTP and REST client for Ruby
	pkgver = 2.1.0
	pkgrel = 3
	url = https://github.com/rest-client/rest-client
	arch = any
	license = MIT
	checkdepends = ruby-bundler
	checkdepends = ruby-rake
	checkdepends = ruby-rspec
	checkdepends = ruby-webmock
	checkdepends = ruby-rexml
	makedepends = git
	makedepends = rubygems
	makedepends = ruby-rdoc
	depends = ruby
	depends = ruby-http-accept
	depends = ruby-http-cookie
	depends = ruby-mime-types
	depends = ruby-netrc
	options = !emptydirs
	source = git+https://github.com/rest-client/rest-client.git?tag=v2.1.0
	sha256sums = SKIP

pkgname = ruby-rest-client