# $Id: Makefile,v 1.4 2012/04/18 07:02:52 machan Exp $ include ../Make.Common FILE_DIR = $(RUBY_GEMS_LIB_DIR)/1.8/gems/databasedotcom-1.3.0/lib FILES = databasedotcom.rb \ databasedotcom/version.rb \ databasedotcom/core_extensions.rb \ databasedotcom/core_extensions/class_extensions.rb \ databasedotcom/core_extensions/hash_extensions.rb \ databasedotcom/core_extensions/string_extensions.rb \ databasedotcom/sales_force_error.rb \ databasedotcom/client.rb \ databasedotcom/collection.rb \ databasedotcom/sobject.rb \ databasedotcom/sobject/sobject.rb \ databasedotcom/chatter.rb \ databasedotcom/chatter/record.rb \ databasedotcom/chatter/feed.rb \ databasedotcom/chatter/feeds.rb \ databasedotcom/chatter/filter_feed.rb \ databasedotcom/chatter/feed_item.rb \ databasedotcom/chatter/comment.rb \ databasedotcom/chatter/like.rb \ databasedotcom/chatter/photo_methods.rb \ databasedotcom/chatter/user.rb \ databasedotcom/chatter/group.rb \ databasedotcom/chatter/group_membership.rb \ databasedotcom/chatter/subscription.rb \ databasedotcom/chatter/conversation.rb \ databasedotcom/chatter/message.rb \ BOOK_TITLE = "databasedotcom 1.3.0 - A ruby wrapper for the Force.com REST API" OPTIONS = --show-all include ../Make.Rules