kovid 0.6.1 → 0.6.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,6 +3,7 @@
3
3
  require 'uri'
4
4
 
5
5
  module Kovid
6
+ # Prepares base URI before requests
6
7
  class UriBuilder
7
8
  attr_reader :path
8
9
 
data/lib/kovid/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Kovid
4
- VERSION = '0.6.1'
4
+ VERSION = '0.6.6'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kovid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emmanuel Hayford
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-05 00:00:00.000000000 Z
11
+ date: 2020-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ascii_charts
@@ -105,6 +105,8 @@ extra_rdoc_files: []
105
105
  files:
106
106
  - ".gitignore"
107
107
  - ".rspec"
108
+ - ".rubocop.yml"
109
+ - ".rubocop_todo.yml"
108
110
  - ".travis.yml"
109
111
  - CODE_OF_CONDUCT.md
110
112
  - Gemfile
@@ -118,9 +120,12 @@ files:
118
120
  - exe/kovid
119
121
  - kovid.gemspec
120
122
  - lib/kovid.rb
123
+ - lib/kovid/aggregators.rb
121
124
  - lib/kovid/cache.rb
122
125
  - lib/kovid/cli.rb
126
+ - lib/kovid/constants.rb
123
127
  - lib/kovid/helpers.rb
128
+ - lib/kovid/historians.rb
124
129
  - lib/kovid/painter.rb
125
130
  - lib/kovid/request.rb
126
131
  - lib/kovid/tablelize.rb