mike-zorn / rspec-teamcity

TeamCity's rspec reporter
GNU General Public License v3.0
8 stars 5 forks source link

Gem support #2

Closed atward closed 8 years ago

atward commented 8 years ago

Reorganises things and provides gem support under name 'rspec-teamcity'.

I'd like to suggest changing the github repo name to 'rspec-teamcity' to match the directory structure and rubygem guide. Update spec.homepage in gemspec to match if you do. Includes are now:

require 'rspec/teamcity'

You could also provide a github release of the gem

gem build rspec-teamcity.gemspec
atward commented 8 years ago

Rebased with requested documentation/reference changes.

atward commented 8 years ago

:+1:

mike-zorn commented 8 years ago
Successfully registered gem: rspec-teamcity (0.0.1)

So that means I can remove the git: ... part of the install process in the documentation, right? This is actually my first :gem: :smiley_cat: