@@ -12570,3 +12570,26 @@ This object is not created until the first method dispatch.")
based on Sadayuki Furuhashi's MessagePack library.")
(home-page "http://cbor.io/")
(license license:asl2.0)))
+
+(define-public ruby-gem-release
+ (package
+ (name "ruby-gem-release")
+ (version "2.2.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (rubygems-uri "gem-release" version))
+ (sha256
+ (base32
+ "108rrfaiayi14zrqbb6z0cbwcxh8n15am5ry2a86v7c8c3niysq9"))))
+ (build-system ruby-build-system)
+ (arguments
+ ;; No rakefile
+ `(#:tests? #f))
+ (synopsis
+ "Release your ruby gems with ease")
+ (description
+ "Release your ruby gems with ease.")
+ (home-page
+ "https://github.com/svenfuchs/gem-release")
+ (license license:expat)))