Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhansg committed Nov 11, 2019
1 parent 16d7e52 commit 4d7fda3
Show file tree
Hide file tree
Showing 15 changed files with 11 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
/spec/reports/
/tmp/

# rspec failure tracking
.rspec_status
Gemfile.lock
1 change: 1 addition & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

--format documentation
--color
--require spec_helper
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@

2.5.0
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

sudo: false
language: ruby
rvm:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# Change Log

All notable changes to this project will be documented in this file.
Expand Down
1 change: 1 addition & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# Contributor Covenant Code of Conduct

## Our Pledge
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ source 'https://rubygems.org'
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

# Specify your gem's dependencies in unleashed.gemspec

gemspec
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

MIT License

Copyright (c) 2019 Nathan
Expand Down
1 change: 1 addition & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

The MIT License (MIT)

Copyright (c) 2019 Nhan Nguyen
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

Expand Down
Empty file added bin/.keep
Empty file.
Empty file added lib/.keep
Empty file.
2 changes: 1 addition & 1 deletion lib/unleashed/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Unleashed
module Version
MAJOR = 0
MINOR = 1
TINY = 4
TINY = 5

STRING = "#{MAJOR}.#{MINOR}.#{TINY}".freeze
end
Expand Down
Empty file added spec/.keep
Empty file.
1 change: 1 addition & 0 deletions unleashed.gemspec
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'unleashed/version'
Expand Down

0 comments on commit 4d7fda3

Please sign in to comment.