diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..470b0fd --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +sudo: false + +language: ruby + +rvm: + - 2.2 + - 2.1 + - 2.0 + +script: "bundle exec rake spec" diff --git a/README.md b/README.md index 5d97e90..bbcae0f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ -# OGP +

+ + ogp + +
+ OGP is a minimalist Ruby library that does only one thing: parse Open Graph protocol information from web sites. For more information: http://ogp.me. +

+ + + + +

-OGP is a minimalist Ruby library that does only one thing: parse Open Graph protocol information from web sites. For more information: http://ogp.me. ## Installation