michelson / needish-gem

this gem provides basic methods to access needish.com api, profile, friends, needs and helps

This URL has Read+Write access

needish-gem / History.txt
100644 25 lines (17 sloc) 0.587 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
== 0.0.9 2008-11-08
 
* 1 major enhancement:
  * refactoring request methods
*now it returns the response in xml when a need or helps is sended
* refactoring CDATA responses
*cleaning CDATA from xml from some html text responses
 
== 0.0.3 2008-05-11
 
* 1 major enhancement:
  * new methods in base
*new methods in base.rb, helped , tag(), and search()
 
== 0.0.2 2008-05-07
 
* 1 major enhancement:
  * @@apikey desapears
*The apikey passes to the method initialize, now is not a global variable, (security issues)
 
== 0.0.1 2008-05-07
 
* 1 major enhancement:
  * Initial release