ruby-json.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
blob eb44418c50f763d6d93dc080165acea479fb7706 121 bytes (raw)
$ git show HEAD:Gemfile	# shows this blob on the CLI

1
2
3
4
5
6
7
 
# vim: set ft=ruby:

source :rubygems

gemspec :name => 'json'
gemspec :name => 'json_pure'
gemspec :name => 'json-java'

git clone https://yhbt.net/ruby-json.git