Project

rubyist

0.0
No commit activity in last 3 years
No release in over 3 years
Know gems owned by someone
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.14
~> 5.0
~> 10.0

Runtime

>= 1.0.0
 Project Readme

Rubyist

Just made this to know gems owned by someone, and forget the gems and rubygems.org API

Installation

Add this line to your application's Gemfile:

gem 'rubyist'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rubyist

Usage

irb(main):001:0> Rubyist.own('kaminari').include? Rubyist.named('a_matsuda')
=> true

Interfaces as below

irb(main):002:0> Rubyist.methods false
=> [:named, :own]
irb(main):003:0> Rubyist.instance_methods false
=> [:<=>, :name, :gems, :total_downloads]
irb(main):004:0> Rubyist::Gem.instance_methods false
=> [:<=>, :name, :info, :versions, :total_downloads, :homepage_uri, :project_uri]
irb(main):005:0> Rubyist::Gem::Version.instance_methods false
=> [:summary, :number, :downloads, :created_at]

CLI

$ rubyist tenderlove