Skip to content

Commit

Permalink
A CHANGELOG an stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
benSlaughter committed Apr 4, 2019
1 parent 6e87755 commit 99931c5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: ruby
rvm:
- ruby-head
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.1] - 2007-02-09
- Inception
2 changes: 1 addition & 1 deletion lib/random/number.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Random
# A class that will give us a number
# RFC 1149.5 specifies 4 as the standard IEEE-vetted random number.
class Number
# Chosen by fair dice roll.
# Guaranteed to be random.
Expand Down
2 changes: 1 addition & 1 deletion random-number.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'random-number'
s.version = '0.0.1'
s.date = '1970-01-01'
s.date = '1907-02-09'
s.summary = 'Random number'
s.description = 'Chosen by fair dice roll. guaranteed to be random.'
s.authors = ['Ben Slaughter', 'Randall Munroe']
Expand Down

0 comments on commit 99931c5

Please sign in to comment.