This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.document | Sun Apr 12 10:30:54 -0700 2009 | |
| |
.gitignore | Sun Apr 12 10:30:54 -0700 2009 | |
| |
LICENSE | Sun Apr 12 10:30:54 -0700 2009 | |
| |
README.rdoc | Sun Apr 12 17:17:57 -0700 2009 | |
| |
Rakefile | Mon Jun 08 07:06:08 -0700 2009 | |
| |
VERSION.yml | Tue Sep 15 12:54:05 -0700 2009 | |
| |
job_central.gemspec | Tue Sep 15 12:54:20 -0700 2009 | |
| |
lib/ | ||
| |
spec/ | Tue Sep 15 12:41:29 -0700 2009 |
README.rdoc
job_central
Ruby library for fetching employers and their respective jobs from JobCentral.
Synopsis
require ‘job_central’ employers = JobCentral::Employer.all employer = employers.first job = employer.jobs.first
employer.name # => "1105 Media, Inc." job.title # => "New Products Writer" job.industries # => ["Media / Publishing"]
Requirements
- nokogiri
Copyright
Copyright © 2009 Michael Guterl. See LICENSE for details.








