relevance / diametric

Diametric is a library for building schemas, queries, and transactions for Datomic from Ruby objects.
MIT License
169 stars 28 forks source link

Syntax typo in method #attributes docs #1

Closed avescodes closed 12 years ago

avescodes commented 12 years ago

Hey there Clinton. There was an unbalanced "+" around :identity in attributes that I fixed up.

Test suite is green.

Running yard and opening doc/Diametric/Entity/ClassMethods.html#attribute-instance_method should now show :value and :identity identically without a leading '+' in front of :identity.

If it isn't too presumptuous I would also love contributor access to the main repo so I could do things like add Travis CI, etc. Pull requests would still be used to discuss/accept features.

cndreisbach commented 12 years ago

@rkneufeld -- Added you as a collaborator. I'm interested to see what you can do with Travis CI, as there's some weird testing stuff. I'm guessing you found the INTEGRATION environment variable to run tests for the REST persistence API.