I was looking today for an example of where we declare the version number of
the feature according to the 1.0 spec.
http://opensocial-resources.googlecode.com/svn/spec/1.0/Core-Gadget.xml#RequireAndOptional
Taking dynamic-height as an example, I was looking for something like the
following...
<feature>
<name>dynamic-height</name>
<version>1.0.0</version>
<dependency>globals</dependency>
<dependency>dynamic-height.util</dependency>
<dependency>rpc</dependency>
<gadget>
<script src="dynamic-height.js"/>
<script src="taming.js"/>
</gadget>
</feature>
Trolling around, I didn't find any others that had a version in them. Since
we are coming up on a release, does it make sense to add this so containers
can start using this mechanism?
-Mark W.