README.md in pageinfo-0.2.1 vs README.md in pageinfo-0.2.3
- old
+ new
@@ -1,7 +1,9 @@
# Pageinfo
+[![Gem Version](https://badge.fury.io/rb/meta-tags.svg)](http://badge.fury.io/rb/meta-tags)
+
Pageinfo will browse through your site then list every page on your site and give detail meta info about the page.
## Installation
Add this line to your application's Gemfile:
@@ -23,13 +25,9 @@
Browse your site using:
$ pageinfo "http://localhost:3000"
## Development
-
-<!-- After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.
-
-To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). -->
## Contributing
1. Fork it ( https://github.com/aditiamahdar/pageinfo/fork )
2. Create your feature branch (`git checkout -b new-feature`)