]>
git.r.bdr.sh - rbdr/lyricli.rb/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Ben Beltran [Thu, 13 Nov 2014 23:19:58 +0000 (16:19 -0700)]
Merge branch 'master' of github.com:benbeltran/lyricli
Ben Beltran [Mon, 8 Sep 2014 13:23:55 +0000 (08:23 -0500)]
Merge pull request #4 from mil/fix-exists-is-deprecated
Fixes warning that File.exists 'been deprecated in 2.1
mil [Sun, 7 Sep 2014 01:21:33 +0000 (21:21 -0400)]
fix warn that File.exists 'been deprecated in 2.1
Ben Beltran [Wed, 6 Aug 2014 11:54:58 +0000 (06:54 -0500)]
Merge pull request #3 from orlando/master
fixes warning in ruby 2.1.1
Orlando Del Aguila [Sat, 7 Jun 2014 16:56:30 +0000 (11:56 -0500)]
fixes warning in ruby 2.1.1
Ben Beltran [Thu, 1 May 2014 11:41:32 +0000 (06:41 -0500)]
Merge pull request #2 from orlando/master
removing unused variable 'options', fixes warning in latest ruby version
Orlando Del Aguila [Mon, 14 Apr 2014 16:56:20 +0000 (11:56 -0500)]
removing unused variable options, fixes warning in last ruby 1.9.3 branch
Ben Beltran [Sun, 7 Oct 2012 23:54:09 +0000 (18:54 -0500)]
Add some stuff to the SourceManagerSpec
Ben Beltran [Sun, 7 Oct 2012 23:42:26 +0000 (18:42 -0500)]
Add specs, startin with util
Ben Beltran [Sat, 6 Oct 2012 20:24:27 +0000 (15:24 -0500)]
Moves the default config to /config
Ben Beltran [Sat, 6 Oct 2012 16:56:32 +0000 (11:56 -0500)]
Fixes stuff for ruby 1.8 support
NOTE: Rdio doesn't work in 1.8 :(
Ben Beltran [Sat, 6 Oct 2012 08:37:33 +0000 (03:37 -0500)]
One more note to the readme
Ben Beltran [Sat, 6 Oct 2012 08:28:21 +0000 (03:28 -0500)]
Quick Update to the readme
Ben Beltran [Sat, 6 Oct 2012 08:22:26 +0000 (03:22 -0500)]
Document the errors... ish?
Ben Beltran [Sat, 6 Oct 2012 08:12:31 +0000 (03:12 -0500)]
Fixes to gracefully handle some errors
By this point I'm really tired, I hope something silly didn't
go through.
Ben Beltran [Sat, 6 Oct 2012 08:02:43 +0000 (03:02 -0500)]
Change error names to favor convention
Ben Beltran [Sat, 6 Oct 2012 07:44:20 +0000 (02:44 -0500)]
Skeletons for the exceptions
Ben Beltran [Sat, 6 Oct 2012 07:40:28 +0000 (02:40 -0500)]
Adds skeletons for Exceptions
Ben Beltran [Sat, 6 Oct 2012 07:35:48 +0000 (02:35 -0500)]
Finish first wave of documentation.
Also adds some stuff to the git ignore file
Ben Beltran [Sat, 6 Oct 2012 07:19:26 +0000 (02:19 -0500)]
Adds some documentation
Ben Beltran [Sat, 6 Oct 2012 06:54:23 +0000 (01:54 -0500)]
Remove the old lyricly.
Ben Beltran [Sat, 6 Oct 2012 06:53:00 +0000 (01:53 -0500)]
Add a README
So y'all don't get /that/ lost
Ben Beltran [Sat, 6 Oct 2012 06:38:15 +0000 (01:38 -0500)]
Integrates iTunes source
This pretty much gets us to where we were before the refactor.
But nicer. Also, arguments now has privilege, so if arguments
are present, they will be used even if other sources are giving
results.
Ben Beltran [Sat, 6 Oct 2012 06:19:36 +0000 (01:19 -0500)]
Enables rdio. :)
We still need a lot in the way of documentation.
Also, I have no clue how I'll do the tests at this point.
Ben Beltran [Sat, 6 Oct 2012 05:21:33 +0000 (00:21 -0500)]
Implements the lrc executable
Ben Beltran [Sat, 6 Oct 2012 04:28:43 +0000 (23:28 -0500)]
Gemification, Basically works.
Only with arguments though. Neither the iTunes nor the rdio
sources have been implemented
Ben Beltran [Sat, 6 Oct 2012 03:30:19 +0000 (22:30 -0500)]
Basic Version Working
Working properly enough to retrieve lyrics when used with the
arguments method. Still, there's no practical way to use it for
now, so it doesn't really matter.
Ben Beltran [Fri, 5 Oct 2012 06:16:08 +0000 (01:16 -0500)]
First Batch of Source Changes [Broken]
Changing the architecture of lyricli, passing from "Experiment" to
"Project". So here goes. This definitely doesn't work. So no sense
even trying. I still need to transfer a lot of things, including
docs and tests. Aaaaand. That's it.
Ben Beltran [Fri, 14 Sep 2012 17:35:45 +0000 (12:35 -0500)]
Adds Gemfile
Ben Beltran [Fri, 14 Sep 2012 17:32:37 +0000 (12:32 -0500)]
Initial Commit