rarbg 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,5 +2,5 @@
2
2
 
3
3
  module RARBG
4
4
  # Gem version
5
- VERSION = '1.1.0'
5
+ VERSION = '1.1.1'
6
6
  end
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
24
24
  spec.metadata = {
25
25
  'bug_tracker_uri' => 'https://github.com/epistrephein/rarbg/issues',
26
26
  'changelog_uri' => 'https://github.com/epistrephein/rarbg/blob/master/CHANGELOG.md',
27
- 'documentation_uri' => "https://www.rubydoc.info/gems/rarbg/#{RARBG::VERSION}",
27
+ 'documentation_uri' => 'https://epistrephein.github.io/rarbg',
28
28
  'homepage_uri' => 'https://github.com/epistrephein/rarbg',
29
29
  'source_code_uri' => 'https://github.com/epistrephein/rarbg'
30
30
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rarbg
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tommaso Barbato
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-05 00:00:00.000000000 Z
11
+ date: 2018-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -143,6 +143,7 @@ extensions: []
143
143
  extra_rdoc_files: []
144
144
  files:
145
145
  - ".editorconfig"
146
+ - ".github/ISSUE_TEMPLATE.md"
146
147
  - ".gitignore"
147
148
  - ".rspec"
148
149
  - ".travis.yml"
@@ -155,6 +156,26 @@ files:
155
156
  - Rakefile
156
157
  - bin/console
157
158
  - bin/setup
159
+ - docs/RARBG.html
160
+ - docs/RARBG/API.html
161
+ - docs/RARBG/APIError.html
162
+ - docs/_config.yml
163
+ - docs/_index.html
164
+ - docs/class_list.html
165
+ - docs/css/common.css
166
+ - docs/css/full_list.css
167
+ - docs/css/style.css
168
+ - docs/file.CHANGELOG.html
169
+ - docs/file.LICENSE.html
170
+ - docs/file.README.html
171
+ - docs/file_list.html
172
+ - docs/frames.html
173
+ - docs/index.html
174
+ - docs/js/app.js
175
+ - docs/js/full_list.js
176
+ - docs/js/jquery.js
177
+ - docs/method_list.html
178
+ - docs/top-level-namespace.html
158
179
  - lib/rarbg.rb
159
180
  - lib/rarbg/api.rb
160
181
  - lib/rarbg/categories.rb
@@ -172,7 +193,7 @@ licenses:
172
193
  metadata:
173
194
  bug_tracker_uri: https://github.com/epistrephein/rarbg/issues
174
195
  changelog_uri: https://github.com/epistrephein/rarbg/blob/master/CHANGELOG.md
175
- documentation_uri: https://www.rubydoc.info/gems/rarbg/1.1.0
196
+ documentation_uri: https://epistrephein.github.io/rarbg
176
197
  homepage_uri: https://github.com/epistrephein/rarbg
177
198
  source_code_uri: https://github.com/epistrephein/rarbg
178
199
  post_install_message:
@@ -191,7 +212,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
191
212
  version: '0'
192
213
  requirements: []
193
214
  rubyforge_project:
194
- rubygems_version: 2.6.14
215
+ rubygems_version: 2.7.7
195
216
  signing_key:
196
217
  specification_version: 4
197
218
  summary: RARBG Ruby client.