Skip to content

Commit 8c34430

Browse files
committed
Update README to reflect github location.
1 parent b92be59 commit 8c34430

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@ one terminal window.
9393

9494
RuboCop can be configured by modifying `.rubocop.yml`.
9595

96-
Pushing with failing tests or RuboCop violations will cause the Jenkins build to
97-
break. Jenkins jobs to build and deploy this project are named
98-
"NSIDC_Search_SOLR_()…" and can be viewed under the
99-
[NSIDC Search tab](https://scm.nsidc.org/jenkins/view/NSIDC%20Search/).
100-
10196
### Testing
10297

10398
Unit tests can be run with `rspec`, `bundle exec rake spec:unit`, or `bundle
@@ -114,7 +109,7 @@ Requirements:
114109
* [Bundler](http://bundler.io/)
115110
* [Gem Release](https://github.com/svenfuchs/gem-release)
116111
* [Rake](https://github.com/ruby/rake)
117-
* a [RubyGems](https://rubygems.org) account that has
112+
* A [RubyGems](https://rubygems.org) account that has
118113
[ownership](http://guides.rubygems.org/publishing/) of the gem
119114
* RuboCop and the unit tests should all pass (`rake`)
120115

@@ -125,7 +120,7 @@ tagging, and publishing to RubyGems.
125120
|---------------------------|-------------|
126121
| `rake release:pre[false]` | Increase the current prerelease version number, push changes |
127122
| `rake release:pre[true]` | Increase the current prerelease version number, publish release\* |
128-
| `rake release:none` | Drop the prerelease version, publish release, then `pre[false]` |
123+
| `rake release:none` | Drop the prerelease version, publish release, then `pre[false]` (does a patch release) |
129124
| `rake release:minor` | Increase the minor version number, publish release, then `pre[false]` |
130125
| `rake release:major` | Increase the major version number, publish release, then `pre[false]` |
131126

0 commit comments

Comments
 (0)