aweber / AWeber-API-Ruby-Library

DEPRECATED - Ruby interface to AWeber's API.
http://www.aweber.com
BSD 3-Clause "New" or "Revised" License
25 stars 18 forks source link

Require json, not json/pure #4

Closed ashb closed 12 years ago

ashb commented 12 years ago

Loading json/pure.rb directly causes it to issue redefined warnings under a Rails app.

json.rb (as found in json_pure) will first try to load json/ext and if that fails falls back to json/pure, so this is better all round (faster, works.)

chrismcguire commented 12 years ago

Fixed in commit: 41c11d528f and deployed in gem version 1.4.0