README.md in uk_academic_calendar-1.0.0 vs README.md in uk_academic_calendar-1.0.1
- old
+ new
@@ -1,7 +1,11 @@
# UKAcademicCalendar
+<div style="display:flex;">
+ <a href="https://badge.fury.io/rb/uk_academic_calendar"><img src="https://badge.fury.io/rb/uk_academic_calendar.svg" alt="Gem Version" height="18"></a>
+</div>
+
Designed to assist in Ruby programs dealing with the UK Academic Calendar, i.e. the Sept - Sept academic year, and the 3 'terms' (Autumn, Spring, Summer).
## Installation
Add this line to your application's Gemfile:
@@ -51,13 +55,9 @@
## TODO
- Further granularity around the 'teachable', and inversely, 'unteachable' days within a term (e.g. adding bank holidays/inset days etc)
- Considering the above, implementation of e.g., `#teachable_days` and `#non_teachable_days` returning sorted sets of applicable dates
- Setting of 'contexts' so terms understand what dates to apply for a given 'context' (e.g. a particular local authority)
-
-## Contributing
-
-Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/uk_academic_calendar.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).