thingspeak/lib
Andrew Ruthven 3075563564 Fix returning an API Key that was size + 1.
0..size iterates through size + 1 elements. So asking for an API
that was 16 was actually returning a string of 17 characters. This
broke trying to shove it into a varchar(16) in PostgreSQL.
2013-04-21 01:51:21 +12:00
..
key_utilities.rb Fix returning an API Key that was size + 1. 2013-04-21 01:51:21 +12:00