Blogger.create { :name =>'Matt Aimonetti',
:location => 'San Diego, Ca',
:email => mattaimonetti AT gmail.com,
:linkedin => Matt's Linkedin page,
:recommend_me => HERE,
:contractor => true}

Googlecharts 0.1.0 released with new site

Written by matt on December 12th, 2007

I just released Googlecharts 0.1.0 (few bug fixes and enhancements).

  • The first thing you want to do is to install the gem

  sudo gem install googlecharts

website

  • The third thing you want to do is to recommend me on Working with Rails ;)

  • The fourth thing you want to do is to submit patches, suggestions etc...

  • The fifth thing you want to do is to develop an awesome website using sexy googlecharts

This gem and its website have been made possible by DrNic and his awesome new gem generator and has been developed following the BDD approach thanks to RSpec :)



Comments

  • Chris on 12 Dec 00:57

    This looks terrific - I'm really excited about putting it to use. I am, however, just a bit confused. Didn't you merge this project with the gchart gem project (http://gchart.rubyforge.org/gchart)? If so, why the different URL?

  • matt on 12 Dec 01:49

    @chris we didn't merge our projects yet and since i had my gem registred and with more option, i decided to go ahead and publish the full documentation. John and I approached the problem more or less the same way but it might take a while before we totally merge. I just thought it would be better if people would have something to use right away so they wouldn't have to wait for us get the time to work together. People don't really have to know how we maintain our code as long as it's solid and well tested ;)

  • Chris on 12 Dec 03:40

    @matt - thanks for the clarification, makes perfect sense now. :)

  • Justin on 12 Dec 06:16

    This is awesome. I never even knew google charts existed! And now there's a nice concise ruby wrapper so I can play with it without banging my head against the wall. Thanks!

Comments are closed