Created
April 27, 2014 13:04
-
-
Save june29/11345113 to your computer and use it in GitHub Desktop.
RubyGems.org api response examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "rails", | |
"downloads": 34516789, | |
"version": "4.1.0", | |
"version_downloads": 116577, | |
"platform": "ruby", | |
"authors": "David Heinemeier Hansson", | |
"info": "Ruby on Rails is a full-stack web framework (略)", | |
"licenses": [ "MIT" ], | |
"project_uri": "http://rubygems.org/gems/rails", | |
"gem_uri": "http://rubygems.org/gems/rails-4.1.0.gem", | |
(略) | |
"dependencies": { | |
"development": [], | |
"runtime": [ | |
{ | |
"name": "actionmailer", | |
"requirements": "= 4.1.0" | |
}, | |
(略) | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"authors": "Nathan Weizenbaum, Hampton Catlin, Norman Clarke", | |
"built_at": "2014-01-07T00:00:00Z", | |
"description": "Haml (HTML Abstraction Markup Language) is a layer on top of HTML or XML (略)", | |
"downloads_count": 36025, | |
"number": "4.1.0.beta.1", | |
(略) | |
"prerelease": true, | |
"licenses": [ "MIT" ], | |
"requirements": [] | |
}, | |
{ | |
"authors": "Nathan Weizenbaum, Hampton Catlin, Norman Clarke", | |
"built_at": "2014-01-07T00:00:00Z", | |
"description": "Haml (HTML Abstraction Markup Language) is a layer on top of HTML or XML (略)", | |
"downloads_count": 511178, | |
"number": "4.0.5", | |
(略) | |
"prerelease": false, | |
"licenses": [ "MIT" ], | |
"requirements": [] | |
}, | |
(略) | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment