Skip to content

Commit

Permalink
Update links, license, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
localhots committed Mar 20, 2024
1 parent f521e17 commit 3c5cefa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012 Gregory Eremin
Copyright (c) 2024 Gregory Eremin

MIT License

Expand All @@ -19,4 +19,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,6 @@ bundle exec irb -r musicbrainz
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

### Copyright
### License

Copyright (c) 2014 Gregory Eremin. See [LICENSE](https://raw.github.com/magnolia-fan/musicbrainz/master/LICENSE) for further details.
[MIT](https://raw.github.com/localhots/musicbrainz/master/LICENSE)
2 changes: 1 addition & 1 deletion musicbrainz.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |gem|
gem.authors = ["Gregory Eremin"]
gem.email = ["[email protected]"]
gem.summary = %q{ MusicBrainz Web Service wrapper with ActiveRecord-style models }
gem.homepage = "http://github.com/magnolia-fan/musicbrainz"
gem.homepage = "http://github.com/localhots/musicbrainz"

gem.files = %x{ git ls-files }.split($\)
gem.executables = []
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

MusicBrainz.configure do |c|
test_email = `git config user.email`.chomp
test_email = "[email protected]" if test_email.empty?
raise 'Configure user.email in Git before running tests' if test_email.empty?

c.app_name = "MusicBrainzGemTestSuite"
c.app_version = MusicBrainz::VERSION
Expand Down

0 comments on commit 3c5cefa

Please sign in to comment.