Skip to content

Commit

Permalink
Update README to use Samvera instead of Hydra, and bump version numbe…
Browse files Browse the repository at this point in the history
…rs and rubocop dependencies
  • Loading branch information
bess authored and jcoyne committed May 27, 2017
1 parent e6ac7ec commit 9aa03c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bixby: I'd buy that for a dollar!
<img src="https://raw.githubusercontent.com/curationexperts/hycop/master/logo/murphy.jpg" alt="Murphy Sketch"/>
</p>

RuboCop Defaults for Hydra
RuboCop Defaults for Samvera Community

## To Use This

Expand All @@ -30,11 +30,8 @@ Bixby is available under [the Apache 2.0 license](LICENSE.md).
## Acknowledgments
This software has been developed by and is brought to you by the Hydra community. Learn more at the
[Project Hydra website](http://projecthydra.org/).
This software has been developed by and is brought to you by the Samvera community. Learn more at the
[Samvera Community website](http://projecthydra.org/).
The Alex J. Murphy sketch "logo" is courtesy of [acid_lich](https://www.instagram.com/acid_lich/), all
rights reserved.
6 changes: 3 additions & 3 deletions bixby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Gem::Specification.new do |spec|
spec.name = 'bixby'
spec.require_paths = ['lib']

spec.version = '0.2.0'
spec.version = '0.2.1'
spec.license = 'Apache-2.0'

spec.add_dependency 'rubocop', '~> 0.47'
spec.add_dependency 'rubocop-rspec', '~> 1.10'
spec.add_dependency 'rubocop', '~> 0.49'
spec.add_dependency 'rubocop-rspec', '~> 1.15'
end

0 comments on commit 9aa03c0

Please sign in to comment.