rarbg 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.github/ISSUE_TEMPLATE.md +21 -0
- data/.travis.yml +3 -3
- data/.yardopts +1 -0
- data/CHANGELOG.md +10 -1
- data/README.md +11 -8
- data/Rakefile +2 -0
- data/docs/RARBG.html +195 -0
- data/docs/RARBG/API.html +1309 -0
- data/docs/RARBG/APIError.html +135 -0
- data/docs/_config.yml +2 -0
- data/docs/_index.html +135 -0
- data/docs/class_list.html +51 -0
- data/docs/css/common.css +1 -0
- data/docs/css/full_list.css +58 -0
- data/docs/css/style.css +496 -0
- data/docs/file.CHANGELOG.html +221 -0
- data/docs/file.LICENSE.html +92 -0
- data/docs/file.README.html +236 -0
- data/docs/file_list.html +66 -0
- data/docs/frames.html +17 -0
- data/docs/index.html +236 -0
- data/docs/js/app.js +292 -0
- data/docs/js/full_list.js +216 -0
- data/docs/js/jquery.js +4 -0
- data/docs/method_list.html +107 -0
- data/docs/top-level-namespace.html +110 -0
- data/lib/rarbg/api.rb +8 -6
- data/lib/rarbg/version.rb +1 -1
- data/rarbg.gemspec +1 -1
- metadata +25 -4
data/lib/rarbg/version.rb
CHANGED
data/rarbg.gemspec
CHANGED
@@ -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' =>
|
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.
|
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-
|
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://
|
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.
|
215
|
+
rubygems_version: 2.7.7
|
195
216
|
signing_key:
|
196
217
|
specification_version: 4
|
197
218
|
summary: RARBG Ruby client.
|