public
Description: Ruby gem to interact with the Amee Api
Homepage: http://www.dynamic50.com
Clone URL: git://github.com/hookercookerman/amee.git
amee /
name age message
file .gitignore Fri Apr 24 09:25:39 -0700 2009 first commit [HOOKERCOOKERMAN]
file .yardoc Fri Apr 24 09:25:39 -0700 2009 first commit [HOOKERCOOKERMAN]
file LICENSE Thu Aug 13 05:30:28 -0700 2009 seen less updates [hookercookerman]
file README.rdoc Tue Oct 06 01:18:55 -0700 2009 update rant!! [hookercookerman]
file Rakefile Thu Aug 13 05:48:52 -0700 2009 yep why validaitable again [hookercookerman]
file VERSION Thu Aug 13 05:48:08 -0700 2009 Version bump to 0.6.1 [hookercookerman]
file amee.gemspec Thu Aug 13 05:49:00 -0700 2009 Regenerated gemspec for version 0.6.1 [hookercookerman]
directory features/ Thu Aug 13 05:30:28 -0700 2009 seen less updates [hookercookerman]
file init.rb Fri Apr 24 09:25:39 -0700 2009 first commit [HOOKERCOOKERMAN]
directory lib/ Thu Aug 13 05:30:28 -0700 2009 seen less updates [hookercookerman]
directory script/ Fri Apr 24 09:25:39 -0700 2009 first commit [HOOKERCOOKERMAN]
directory spec/ Thu Aug 13 05:30:28 -0700 2009 seen less updates [hookercookerman]
directory tasks/ Sat Apr 25 02:13:59 -0700 2009 populator its still quite there but better then... [HOOKERCOOKERMAN]
README.rdoc

Amee

DESCRIPTION:

Amee is a Ruby wrapper over the "AMEE carbon calculator"

  • Idiomatic Ruby
  • Concrete classes and methods modeling Amee data, so it’s easy for a Rubyist to understand what’s available
  • Cucumber Features and specs
  • AMEE API 2.0 Support
  • There should be a law in taking someone’s gemcutter namespace; especially when they have module names with full uppercase characters; and was previously called something else hence the name I choose!! "amee"

DOCUMENTATION

REQUIREMENTS:

Monetra Httparty&Crack will_paginate (if you want to paginate data_items)

INSTALL:

 * Non Rails

The best way is:

  gem install hookercookerman-amee

Amee can be installed as a Rails plugin by:

  script/plugin install git@github.com:hookercookerman/amee.git

TICKETS GROUP