Sha256: f92bb4cf3307b771829853d1bd374b5430ee930778fb7360b5d0806c43025b9d

Contents?: true

Size: 656 Bytes

Versions: 3

Compression:

Stored size: 656 Bytes

Contents

gemstalker
==========

GemStalker is a small library to determine if GitHub has built a gem yet.

    require 'gemstalker'

    stalker = GemStalker.new(:username => 'technicalpickles', :repository => 'jeweler', :version => '0.7.2'

    if stalker.built?
      puts "zomg, it's built, im so telling everyone" 
      if stalker.in_specfile?
        puts "sweeeet, i can install it nao"
      end
    end

You can also omit the version, and it will take the version from the repository's gemspec on the master branch.

Origin code borrowed and inspired by hasmygembuiltyet.org.

COPYRIGHT
=========

Copyright (c) 2009 Josh Nichols. See LICENSE for details.

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
jeffrafter-gemstalker-0.2.0 README
jeffrafter-gemstalker-0.2.1 README
technicalpickles-gemstalker-0.3.0 README