README.md in increments-schedule-0.1.1 vs README.md in increments-schedule-0.1.2

- old
+ new

@@ -1,11 +1,13 @@ +[![Gem Version](http://img.shields.io/gem/v/increments-schedule.svg?style=flat)](http://badge.fury.io/rb/increments-schedule) +[![Dependency Status](http://img.shields.io/gemnasium/increments/increments-schedule.svg?style=flat)](https://gemnasium.com/increments/increments-schedule) +[![Build Status](https://travis-ci.org/increments/increments-schedule.svg?branch=master&style=flat)](https://travis-ci.org/increments/increments-schedule) + # Increments::Schedule -Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/increments/schedule`. To experiment with that code, run `bin/console` for an interactive prompt. +Find out our special remote days and eagerly wait them! -TODO: Delete this and the text above, and describe your gem - ## Installation Add this line to your application's Gemfile: ```ruby @@ -20,10 +22,12 @@ $ gem install increments-schedule ## Usage -TODO: Write usage instructions here +* `Increments::Schedule.each_remote_work_day` +* `Increments::Schedule.each_normal_remote_work_day` +* `Increments::Schedule.each_special_remote_work_day` ## 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.