This commit is contained in:
Nemo 2019-07-24 21:05:00 +05:30
parent c7eb4a247e
commit 179e4aff01
3 changed files with 6 additions and 2 deletions

View File

@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dockerfile
## 0.1.1 - 2019-07-24
- Adds httparty dependency
## 0.1.0 - 2019-07-24
### Added

View File

@ -1,3 +1,3 @@
module Outliner
VERSION = "0.1.0"
VERSION = "0.1.1"
end

View File

@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
# spec.add_dependency "httparty", "~> 0.17"
spec.add_dependency "httparty", "~> 0.17"
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 10.0"