Sha256: 3807aa34eb1dfcfa46c42e0d601bc20fa45d820d7a499567ccbd6c96ece00cfe

Contents?: true

Size: 486 Bytes

Versions: 72

Compression:

Stored size: 486 Bytes

Contents

= GithubAPI

== Running the specs and features

To run the specs first run the +bundle+ command to install the necessary gems and then +rake+ command to run the specs.

  bundle
  rake

The specs currently require Ruby 1.9.x.

In order to run only features

  rake features

== Coverage

GithubAPI will run coverage only on demand and to run it do

  COVERAGE=true rake

== Automation

You can also run specs and features when you do file modifications by typing

  COVERAGE=true guard

Version data entries

72 entries across 58 versions & 1 rubygems

Version Path
github_api-0.8.10 spec/README.rdoc
github_api-0.8.9 spec/README.rdoc
github_api-0.8.8 spec/README.rdoc
github_api-0.8.7 spec/README.rdoc
github_api-0.8.6 spec/README.rdoc
github_api-0.8.5 spec/README.rdoc
github_api-0.8.4 spec/README.rdoc
github_api-0.8.3 spec/README.rdoc
github_api-0.8.2 spec/README.rdoc
github_api-0.8.1 spec/README.rdoc
github_api-0.8.0 spec/README.rdoc
github_api-0.7.2 spec/README.rdoc
github_api-0.7.1 spec/README.rdoc
github_api-0.7.0 spec/README.rdoc
github_api-0.6.5 spec/README.rdoc
github_api-0.6.4 spec/README.rdoc
github_api-0.6.3 spec/README.rdoc
github_api-0.6.2 spec/README.rdoc
github_api-0.6.1 spec/README.rdoc
github_api-0.6.0 spec/README.rdoc