Sha256: fa96e78741929b7067dadaac78e2e64859ec34277868ceb6f9bc0a697deefc68

Contents?: true

Size: 1.24 KB

Versions: 1

Compression:

Stored size: 1.24 KB

Contents

# The Code for America RubyGem template

If you want to create a new Code for America gem, you can use this gem as a template.
It's similar to [suspenders][suspenders], but for RubyGems instead of Rails.

[suspenders]: https://github.com/thoughtbot/suspenders

For more information on RubyGems, you should read the [RubyGems Manuals][manuals].

[manuals]: http://docs.rubygems.org/

After cloning this gem, you'll want to make the following changes:

1. Replace all instances of api_gem_template and ApiGemTemplate with the snake_case and CamelCase name of your gem, respectively
2. Add a summary and description to the [gemspec][gemspec] file

[gemspec]: https://github.com/codeforamerica/api_gem_template/blob/master/api_gem_template.gemspec

This template includes:

* [RSpec][rspec] for isolation testing
* [SimpleCov][simplecov] for C0 code coverage
* [ZenTest][zentest] for continuous testing
* [YARD][yard] for documentation

[rspec]: https://github.com/rspec/rspec
[simplecov]: https://github.com/colszowka/simplecov
[zentest]: https://github.com/seattlerb/zentest
[yard]: https://github.com/lsegal/yard


[![Code for America Tracker](http://stats.codeforamerica.org/codeforamerica/api_gem_template.png)](http://stats.codeforamerica.org/projects/api_gem_template)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aids_info-1.0.0 README.md