94 Commits

Author SHA1 Message Date
Mathias Gawlista
75a536d373 Handle different cases of release's format attribute. 2013-01-18 18:31:30 +01:00
Mathias Gawlista
0d2c12ffc2 Align directory structure of specs with lib. 2013-01-15 20:09:34 +01:00
Gregory Eremin
18ba6bea34 Fix exception while writing utf8 to cache 2012-12-05 08:53:33 +04:00
Gregory Eremin
517ff4bd76 Readme and travis 2012-10-17 18:48:41 +04:00
Gregory Eremin
7075744ad7 Fixed ruby version in travis config 2012-10-17 18:27:49 +04:00
Gregory Eremin
b22e45c65a Updated readme, travis file 2012-10-17 18:24:16 +04:00
Gregory Eremin
5c519506c0 Cleaning up 2012-10-17 18:05:40 +04:00
Gregory Eremin
7c42a90a6c Mass rewrite 2012-10-12 16:45:51 +04:00
Gregory Eremin
3bf68d152e Merge pull request #7 from blakink/master
Allow custom user_agent
2012-10-05 02:03:33 -07:00
Savater Sebastien
69ecbd706e Allow custom User-Agent 2012-09-23 13:25:52 +02:00
Gregory Eremin
737b4cd130 Releasing patch 2012-09-06 11:12:14 +04:00
Gregory Eremin
4976785e1c Fixing tests 2012-09-06 11:09:58 +04:00
Gregory Eremin
b9e90da8a3 Merge pull request #6 from munkius/master
Make use of MusicBrainz' scoring scheme
2012-09-05 23:49:04 -07:00
Sander Nieuwenhuizen
0b68c0c570 Replaced the custom weighting calculation by making use of MusicBrainz scoring scheme. 2012-09-05 21:17:31 +02:00
Sander Nieuwenhuizen
88c4128d82 Fixed failing spec 2012-09-05 21:15:59 +02:00
Gregory Eremin
12d31c63c2 Removing unnecessery self reference 2012-07-09 02:50:07 +04:00
Gregory Eremin
5406d5e97c Version bump, updated readme 2012-07-09 02:45:54 +04:00
Gregory Eremin
e3cd3341b7 Encoding headers, wrapping eigenclasses 2012-07-09 02:37:46 +04:00
Gregory Eremin
b97625597e Refactored Release and Track models, fixed tests 2012-07-09 02:22:23 +04:00
Gregory Eremin
7de2a66613 Refactoring ReleaseGroup model 2012-07-09 01:19:56 +04:00
Gregory Eremin
ab78050fec Refactoring Artist model 2012-07-08 23:46:09 +04:00
Gregory Eremin
23d27756b8 Missing models 2012-07-06 19:24:50 +04:00
Gregory Eremin
4efb93428e Tests for deprecated methods 2012-07-06 19:23:47 +04:00
Gregory Eremin
8e05037a5f Thanks 2012-07-04 18:27:23 +04:00
Gregory Eremin
1d558468fa releasing 0.6.0 2012-07-04 17:20:13 +04:00
Gregory Eremin
037259a497 Fixing "malformed" version number 2012-07-04 17:16:29 +04:00
Gregory Eremin
9121e7927e Gem is rewrapped with Bundler instead of Jeweler. All tests are using RSpec. Reorganized lib structure. Tests are fixed. 2012-07-04 17:10:47 +04:00
Gregory Eremin
2ed4c869cb Merge pull request #4 from endore-me/travis-ci-fix
move bundler gem dependency to gemspec only
2012-07-04 01:36:46 -07:00
Gregory Eremin
ccbc869250 Merge pull request #3 from Applicat/caching
Caching of http requests
2012-07-04 01:36:18 -07:00
Gregory Eremin
e238727b1b Merge pull request #5 from endore-me/weight-for-name
give hight weight for name matching
2012-07-04 01:26:16 -07:00
Jens Fahnenbruck
14f9a16c3b give hight weight for name matching
if you search for 'Chris Martin' coldplay will be higher ranked than the
singer 'Chris Martin', and that shouldn't be so
2012-06-21 11:42:05 +02:00
Jens Fahnenbruck
87bad3be56 move bundler gem dependency to gemspec only
also removes bundler dependency completely, bundler should be install
outside of the bundle
2012-06-21 10:07:34 +02:00
Gregory Eremin
f5b9f2e120 Merge pull request #2 from Applicat/replacing-rcov-by-simplecov
Switch from rcov to simplecov
2012-04-14 21:43:39 -07:00
mgawlista
6030dfdcc1 Adds a description about caching requests to the readme. 2012-04-08 19:01:58 +02:00
mgawlista
ceec983ad8 Removes call of obsolete method. 2012-04-08 18:55:34 +02:00
mgawlista
f0eb777cc1 Adds spec for caching musicbrainz requests. 2012-04-08 18:53:11 +02:00
mgawlista
2c6f6b5738 Enables caching of musicbrainz http requests at unit tests. 2012-04-08 18:52:24 +02:00
mgawlista
abc8218a06 Added cache_contents block around get_contents to cache requests when a cache path is set. 2012-04-08 18:48:38 +02:00
mgawlista
7600b3855b Sleep each query of the 5 tries and not only the first one. 2012-04-08 15:54:51 +02:00
mgawlista
3041c7f094 Replaced rcov by simplecov 2012-04-08 14:29:39 +02:00
magnolia-fan
9b3e49d111 Regenerate gemspec for version 0.5.2 2011-11-15 19:32:59 +04:00
magnolia-fan
90d55fc30f Not removing, escaping 2011-11-15 19:32:49 +04:00
magnolia-fan
800e99dbbc Regenerate gemspec for version 0.5.1 2011-11-15 19:26:22 +04:00
magnolia-fan
f01ecdafcb Version bump 2011-11-15 19:26:08 +04:00
magnolia-fan
d538216bf1 Fixing ruby encoding 2011-11-15 19:20:21 +04:00
magnolia-fan
8897e797c6 Adding sort name to search, fixing weird symbols 2011-11-15 19:11:30 +04:00
Gregory Eremin
c231a8424f Bring back shoulda to pass tests until RSpec is integrated 2011-10-19 17:53:26 +04:00
Gregory Eremin
59d204ff79 Remove gemfile.lock 2011-10-19 17:51:54 +04:00
Gregory Eremin
3818c6008f Integrating VCR and RSpec 2011-10-19 17:49:54 +04:00
Gregory Eremin
008529ded5 Regenerate gemspec for version 0.5.0 2011-10-06 16:44:22 +04:00