1
0
Fork 0
Commit Graph

133 Commits

Author SHA1 Message Date
Jason Voegele 306afa6a5a Add .ruby-version to .gitignore 2015-03-13 15:54:28 -04:00
Mathias Gawlista 4d12555c09 Adds rake as development dependency for rake release command. 2014-12-01 11:51:03 +01:00
Mathias Gawlista 3d30c6f6b7 Release 0.7.7 2014-12-01 11:39:52 +01:00
Mathias Gawlista 60d4df1cab BaseModel.search might return nil 2014-12-01 11:35:39 +01:00
Mathias Gawlista 6a4f9f7be4 Stub response. 2014-02-05 14:53:36 +01:00
Mathias Gawlista 35b32bddf4 Merge pull request #24 from oleander/nil_result
BaseModel.search might return nil
2014-02-05 14:29:36 +01:00
Mathias Gawlista 6b2389e708 Merge pull request #27 from qblake/patch-1
Update README.md
2014-02-05 14:18:10 +01:00
Aleksandr 20d3425b52 Update README.md
change year
2014-01-23 13:05:28 +03:00
Linus Oleander 03c2a3d5cd BaseModel.search might return nil 2013-11-06 22:37:31 +01:00
Gregory Eremin d66831ee8c Merge pull request #22 from blakink/master
Error handling
2013-07-14 22:49:26 -07:00
Savater Sebastien b01795d55c Handle faraday errors 2013-07-13 14:26:57 +04:00
Savater Sebastien 344dfdbe5c Do not rescue all errors 2013-07-11 22:51:50 +04:00
Mathias Gawlista 1dd1714448 Release of 0.7.6 2013-06-14 12:37:38 +02:00
Mathias Gawlista b5599710cd Improves urls attribute to return an array if there are multiple urls for a relation type. #19 2013-06-14 12:33:35 +02:00
Mathias Gawlista 6c2d47544a Stubs music artist search. 2013-06-14 11:31:51 +02:00
Mathias Gawlista 15e601f0ff Adds pkg directory to git ignore list. 2013-06-14 10:12:41 +02:00
Mathias Gawlista 03b0c3bcf9 Initial version. 2013-05-06 20:45:41 +02:00
Mathias Gawlista 614f2eff59 Version incrementation. 2013-05-06 20:32:53 +02:00
Mathias Gawlista 27b0930991 Migrated deprecated behaviour of calling a let declaration in a before all hook. 2013-05-06 20:22:41 +02:00
Mathias Gawlista 359b4aa61a Require date to avoid CI exception 'wrong number of arguments(3 for 0)'. #18 2013-05-06 20:17:12 +02:00
Mathias Gawlista 6d0d80d9db Merge branch 'track_search' of https://github.com/tomwolfe/musicbrainz into tomwolfe-track_search 2013-05-06 19:58:58 +02:00
Mathias Gawlista 87527daf9b Stub requests here cause seach result order changes frequently. #18 2013-05-06 19:57:32 +02:00
Thomas Wolfe d8184565a2 created new track_search binding to allow searching for tracks (really recordings). Modified existing model classes to call super() to handle search (open/closed principle, attempting to reduce duplicate code). Fixed xml namespace issue in specs. 2013-05-05 18:58:12 -05:00
Murdoch 687ce1b785 Merge pull request #17 from lionelerard/master
Adds release group urls
2013-02-06 08:18:52 -08:00
lionel ac25d4cdb3 Adds release group urls 2013-02-06 14:07:20 +01:00
Gregory Eremin be1743f836 Bump version and release 2013-01-30 16:03:27 +04:00
Gregory Eremin 518ff64265 Merge pull request #15 from Applicat/handle_dates_without_day
Calculate last day of month correctly. refs #14
2013-01-25 05:39:33 -08:00
Gregory Eremin 7518325c00 Merge pull request #16 from Applicat/add_type_attribute_to_release
Adds type field to release model.
2013-01-25 05:39:09 -08:00
Mathias Gawlista 54fe7a5731 Adds type field to release model. 2013-01-25 09:35:24 +01:00
Mathias Gawlista ebf475e9c8 Adds type field to release model. 2013-01-24 21:12:58 +01:00
Mathias Gawlista fd299d56b6 Fixes typo. 2013-01-24 14:59:04 +01:00
Mathias Gawlista 4b17499bb4 Calculate last day of month correctly. refs #14 2013-01-24 14:18:38 +01:00
Gregory Eremin abd67818d3 Merge pull request #12 from Applicat/release_group_search2
Implementation of release group search
2013-01-22 21:55:35 -08:00
Gregory Eremin 5d1eeb009a Merge pull request #13 from Applicat/add_asin_attribute_to_release2
Adds release fields asin, barcode and quality.
2013-01-22 21:55:13 -08:00
Mathias Gawlista 9171dcde40 Adds release fields asin, barcode and quality. 2013-01-22 16:19:36 +01:00
Mathias Gawlista 18ebfad7c5 Implements MusicBrainz::ReleaseGroup.search and .find_by_artist_and_title 2013-01-22 16:04:15 +01:00
Gregory Eremin efaf9d6503 Failsafe proxy fix 2013-01-20 18:18:55 +04:00
Gregory Eremin 531fcc9908 Stability improvements, new release 2013-01-20 16:36:52 +04:00
Gregory Eremin 7d5bde8616 Merge pull request #9 from Applicat/parse_multiple_cd_format_correctly
Consider different cases of release's format attribute.
2013-01-19 00:07:18 -08:00
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