]> git.r.bdr.sh - rbdr/lyricli.rb/commit - lib/lyricli/lyricli.rb
Change error names to favor convention
authorBen Beltran <redacted>
Sat, 6 Oct 2012 08:02:43 +0000 (03:02 -0500)
committerBen Beltran <redacted>
Sat, 6 Oct 2012 08:02:43 +0000 (03:02 -0500)
commit76e96cc0010b4db5159d3ebe360ce8e0e8729737
tree1165fe314f738242e8ef3ff946a807ade255acb9
parent2677b890a58ffaccf47f54615cd3ae6715586ab8
Change error names to favor convention
18 files changed:
lib/lyricli.rb
lib/lyricli/.DS_Store [new file with mode: 0644]
lib/lyricli/exceptions/disable_source_error.rb [moved from lib/lyricli/exceptions/lyrics_not_found_exception.rb with 54% similarity]
lib/lyricli/exceptions/enable_source_error.rb [moved from lib/lyricli/exceptions/invalid_lyrics_exception.rb with 55% similarity]
lib/lyricli/exceptions/invalid_lyrics_error.rb [new file with mode: 0644]
lib/lyricli/exceptions/lyrics_not_found_error.rb [new file with mode: 0644]
lib/lyricli/exceptions/reset_source_error.rb [moved from lib/lyricli/exceptions/disable_source_exception.rb with 55% similarity]
lib/lyricli/exceptions/reset_source_exception.rb [deleted file]
lib/lyricli/exceptions/source_configuration_error.rb [new file with mode: 0644]
lib/lyricli/exceptions/source_configuration_exception.rb [deleted file]
lib/lyricli/exceptions/start_source_error.rb [moved from lib/lyricli/exceptions/enable_source_exception.rb with 55% similarity]
lib/lyricli/exceptions/start_source_exception.rb [deleted file]
lib/lyricli/exceptions/unknown_source_error.rb [new file with mode: 0644]
lib/lyricli/exceptions/unknown_source_exception.rb [deleted file]
lib/lyricli/lyricli.rb
lib/lyricli/lyrics_engine.rb
lib/lyricli/source_manager.rb
lyricli-0.0.1.gem