]> git.r.bdr.sh - rbdr/lyricli.rb/commit - bin/lrc
Gemification, Basically works.
authorBen Beltran <redacted>
Sat, 6 Oct 2012 04:28:43 +0000 (23:28 -0500)
committerBen Beltran <redacted>
Sat, 6 Oct 2012 04:28:43 +0000 (23:28 -0500)
commit823e558b5cd2ec219d0fc7226c54f2ee7ad807d2
tree29d7babefdf22aad188280026d7ddbb2ca5c5dd0
parentd3e32008ba762c8c00bfd99453e794ba68f40464
Gemification, Basically works.

Only with arguments though. Neither the iTunes nor the rdio
sources have been implemented
38 files changed:
.yardoc/checksums [new file with mode: 0644]
.yardoc/object_types [new file with mode: 0644]
.yardoc/objects/root.dat [new file with mode: 0644]
.yardoc/proxy_types [new file with mode: 0644]
Gemfile [deleted file]
Gemfile.lock [deleted file]
README.md [new file with mode: 0644]
bin/lrc [changed mode: 0644->0755]
doc/Lyricli.html [new file with mode: 0644]
doc/Lyricli/Configuration.html [new file with mode: 0644]
doc/Lyricli/Lyricli.html [new file with mode: 0644]
doc/Lyricli/LyricsEngine.html [new file with mode: 0644]
doc/Lyricli/SourceManager.html [new file with mode: 0644]
doc/Lyricli/Sources.html [new file with mode: 0644]
doc/Lyricli/Sources/Arguments.html [new file with mode: 0644]
doc/Lyricli/Sources/Rdio.html [new file with mode: 0644]
doc/Lyricli/Util.html [new file with mode: 0644]
doc/_index.html [new file with mode: 0644]
doc/class_list.html [new file with mode: 0644]
doc/css/common.css [new file with mode: 0644]
doc/css/full_list.css [new file with mode: 0644]
doc/css/style.css [new file with mode: 0644]
doc/file_list.html [new file with mode: 0644]
doc/frames.html [new file with mode: 0644]
doc/index.html [new file with mode: 0644]
doc/js/app.js [new file with mode: 0644]
doc/js/full_list.js [new file with mode: 0644]
doc/js/jquery.js [new file with mode: 0644]
doc/method_list.html [new file with mode: 0644]
doc/top-level-namespace.html [new file with mode: 0644]
lib/lyricli.rb
lib/lyricli/configuration.rb [new file with mode: 0644]
lib/lyricli/defaults.json [new file with mode: 0644]
lib/lyricli/lyricli.rb [new file with mode: 0644]
lib/lyricli/lyrics_engine.rb [new file with mode: 0644]
lib/lyricli/source_manager.rb [new file with mode: 0644]
lyricli-0.0.1.gem [new file with mode: 0644]
lyricli.gemspec [new file with mode: 0644]