diff options
author | MATSUU Takuto <matsuu@gentoo.org> | 2010-01-05 00:29:17 +0900 |
---|---|---|
committer | MATSUU Takuto <matsuu@gentoo.org> | 2010-01-05 00:29:17 +0900 |
commit | 83664eb77e3a22bfb47a6817bf97360702480528 (patch) | |
tree | 7d179ef8c0219bd2dedfcd4690f31b17a661c8d6 | |
parent | media-gfx/processing: Version bumped. (diff) | |
download | matsuu-83664eb77e3a22bfb47a6817bf97360702480528.tar.gz matsuu-83664eb77e3a22bfb47a6817bf97360702480528.tar.bz2 matsuu-83664eb77e3a22bfb47a6817bf97360702480528.zip |
dev-ruby/json_pure: Version bumped.
-rw-r--r-- | dev-ruby/json_pure/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/json_pure/json_pure-1.2.0.ebuild | 15 |
2 files changed, 17 insertions, 0 deletions
diff --git a/dev-ruby/json_pure/Manifest b/dev-ruby/json_pure/Manifest index 42e1cb7..bbb9e6c 100644 --- a/dev-ruby/json_pure/Manifest +++ b/dev-ruby/json_pure/Manifest @@ -1,2 +1,4 @@ DIST json_pure-1.1.9.gem 384512 RMD160 e0251672f0e6adbf033be6a1e5a407986de7de5a SHA1 f5b8c0df4d29808cf0fa80b0182ca9afe4737053 SHA256 fe49fbe69a1a2a1b7c43095c02bed458ecaa822d5acc283582772715eaf2139d +DIST json_pure-1.2.0.gem 385536 RMD160 9352c3726d5de352e4ca0201507c8a6f175ca4e4 SHA1 156eeefb5cc8674f124176805109acafbadd19c9 SHA256 85dd12108e727d029c85ddb803a5cf37798a0b79fe17275dc0c2dca6d6ff5498 EBUILD json_pure-1.1.9.ebuild 291 RMD160 79c6c78e37e6759c5ce719a5043a07eda8669919 SHA1 b5e45f5c66e73640679662b60f64c811a03ae807 SHA256 ddac45f0720a5207308e2996faa331c9068a843578bdcae7e587f7b11ddaae99 +EBUILD json_pure-1.2.0.ebuild 291 RMD160 f6982dea981602623c47ffb3f449a7608c41fb30 SHA1 4fa42650500fe5e00c1cc58eccd93f4bf18fd84a SHA256 2cec9fbe45006353c0c3f61fd74096f285936ecc3eda0a6b14bba0c801b1db7a diff --git a/dev-ruby/json_pure/json_pure-1.2.0.ebuild b/dev-ruby/json_pure/json_pure-1.2.0.ebuild new file mode 100644 index 0000000..c9e3a9f --- /dev/null +++ b/dev-ruby/json_pure/json_pure-1.2.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit gems + +DESCRIPTION="JSON implementation for Ruby" +HOMEPAGE="http://json.rubyforge.org/" + +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +USE_RUBY="ruby18" |