README.md in opensource-0.6.2 vs README.md in opensource-1.0.0

- old
+ new

@@ -1,41 +1,36 @@ # OpenSource - +[![Build Status](https://travis-ci.org/mohnish/opensource.svg?branch=master)](https://travis-ci.org/mohnish/opensource) [![Code Climate](https://codeclimate.com/github/mohnish/opensource/badges/gpa.svg)](https://codeclimate.com/github/mohnish/opensource) -Command line tool that lets you add an open source license to your project by running a simple command. +> Command line tool that lets you add an open source license to your project by running a simple command. +Supports **Ruby 1.9.3+**. + ## Supported Licenses - MIT - Apache 2 - BSD 3 Clause - GPL 3 ## Installation -Add this line to your application's Gemfile: +Run: -```ruby -gem 'opensource' +```bash +$ gem install opensource ``` -And then execute: - - $ bundle - -Or install it yourself as: - - $ gem install opensource - ## Usage -``` + +```bash Usage: opensource OPTIONS Specific options: -s, --setup Setup user credentials in ~/.osrc file - -l, --license LICENSE LICENSE can be apache2|bsd|gpl3|mit + -l, --license LICENSE LICENSE can be apache2, bsd, gpl3, mit -a, --append README Append LICENSE content to README file Common options: -v, --version Print the version -h, --help Show this message @@ -43,10 +38,10 @@ ## License (The MIT License) -Copyright (c) 2015 Mohnish Thallavajhula <i@mohni.sh> +Copyright (c) 2016 Mohnish Thallavajhula <i@mohni.sh> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish,