README.md in xmpr-0.2.0 vs README.md in xmpr-0.2.1
- old
+ new
@@ -1,9 +1,7 @@
# XMP Reader
-[![Build Status](https://travis-ci.org/sj26/xmpr?branch=master)](https://travis-ci.org/sj26/xmpr)
-
XMP Reader in Ruby. Parse XMP data extracted from an image into rich data types.
## Usage
Use something like imagemagick to extract the XMP, then read it with this class:
@@ -52,13 +50,10 @@
[xmp-gem]: https://github.com/amberbit/xmp
[exiftool]: http://www.sno.phy.queensu.ca/~phil/exiftool/
## References
-* XMP specification
- ([Part 1](http://www.adobe.com/content/dam/Adobe/en/devnet/xmp/pdfs/XMPSpecificationPart1.pdf),
- [Part 2](http://www.adobe.com/content/dam/Adobe/en/devnet/xmp/pdfs/XMPSpecificationPart2.pdf),
- [Part 3](http://www.adobe.com/content/dam/Adobe/en/devnet/xmp/pdfs/XMPSpecificationPart3.pdf))
+* [XMP specification](https://www.adobe.com/devnet/xmp.html)
## License
MIT license, see [LICENSE](LICENSE).