api_doc_viewer 0.3.0 → 0.3.2
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.
- checksums.yaml +4 -4
- data/lib/api_doc_viewer/version.rb +1 -1
- metadata +24 -24
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d949f3bc5158c5bebe9851a58d890eaa94797c1b
|
|
4
|
+
data.tar.gz: c4a0e4f39ab5bfac3e2220f4c6b03ae35a5fbf7b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d9147411164d48aa48fa20d6b44d1bc1c38d62f215e95db649b652a174f234c673b3cd0b2a0e0b843b0845ff9527256580536a78949205f7ce4dbcff3f20748
|
|
7
|
+
data.tar.gz: 57def77373d455d29d70d8075f93d7459ad8ee4f3ee7fddfa6589a45b299f90884e20379a843870aaaacf161b1cb6528148a58b83b4648180831dfcce7f94bad
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: api_doc_viewer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Endri Gjiri
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-04-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -139,46 +139,46 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
139
139
|
version: '0'
|
|
140
140
|
requirements: []
|
|
141
141
|
rubyforge_project:
|
|
142
|
-
rubygems_version: 2.
|
|
142
|
+
rubygems_version: 2.5.1
|
|
143
143
|
signing_key:
|
|
144
144
|
specification_version: 4
|
|
145
145
|
summary: Displays the documentation generated by the rspec_api_documentation gem
|
|
146
146
|
test_files:
|
|
147
|
-
- test/
|
|
148
|
-
- test/
|
|
147
|
+
- test/dummy/app/controllers/application_controller.rb
|
|
148
|
+
- test/dummy/app/views/layouts/application.html.erb
|
|
149
149
|
- test/dummy/app/assets/javascripts/application.js
|
|
150
150
|
- test/dummy/app/assets/stylesheets/application.css
|
|
151
|
-
- test/dummy/app/controllers/application_controller.rb
|
|
152
151
|
- test/dummy/app/helpers/application_helper.rb
|
|
153
|
-
- test/dummy/
|
|
152
|
+
- test/dummy/bin/rake
|
|
154
153
|
- test/dummy/bin/bundle
|
|
155
154
|
- test/dummy/bin/rails
|
|
156
|
-
- test/dummy/
|
|
157
|
-
- test/dummy/config/
|
|
158
|
-
- test/dummy/config/boot.rb
|
|
159
|
-
- test/dummy/config/database.yml
|
|
160
|
-
- test/dummy/config/environment.rb
|
|
161
|
-
- test/dummy/config/environments/development.rb
|
|
155
|
+
- test/dummy/config/routes.rb
|
|
156
|
+
- test/dummy/config/locales/en.yml
|
|
162
157
|
- test/dummy/config/environments/production.rb
|
|
158
|
+
- test/dummy/config/environments/development.rb
|
|
163
159
|
- test/dummy/config/environments/test.rb
|
|
160
|
+
- test/dummy/config/environment.rb
|
|
161
|
+
- test/dummy/config/application.rb
|
|
162
|
+
- test/dummy/config/database.yml
|
|
163
|
+
- test/dummy/config/boot.rb
|
|
164
164
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
|
165
|
-
- test/dummy/config/initializers/filter_parameter_logging.rb
|
|
166
|
-
- test/dummy/config/initializers/inflections.rb
|
|
167
165
|
- test/dummy/config/initializers/mime_types.rb
|
|
168
|
-
- test/dummy/config/initializers/
|
|
166
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
|
169
167
|
- test/dummy/config/initializers/session_store.rb
|
|
170
168
|
- test/dummy/config/initializers/wrap_parameters.rb
|
|
171
|
-
- test/dummy/config/
|
|
172
|
-
- test/dummy/config/
|
|
169
|
+
- test/dummy/config/initializers/secret_token.rb
|
|
170
|
+
- test/dummy/config/initializers/inflections.rb
|
|
173
171
|
- test/dummy/config.ru
|
|
174
|
-
- test/dummy/
|
|
175
|
-
- test/dummy/
|
|
176
|
-
- test/dummy/public/404.html
|
|
172
|
+
- test/dummy/Rakefile
|
|
173
|
+
- test/dummy/public/favicon.ico
|
|
177
174
|
- test/dummy/public/422.html
|
|
178
175
|
- test/dummy/public/500.html
|
|
179
|
-
- test/dummy/public/
|
|
180
|
-
- test/dummy/
|
|
176
|
+
- test/dummy/public/404.html
|
|
177
|
+
- test/dummy/db/test.sqlite3
|
|
178
|
+
- test/dummy/log/test.log
|
|
181
179
|
- test/dummy/README.rdoc
|
|
182
|
-
- test/helpers/api_doc_viewer/main_helper_test.rb
|
|
183
180
|
- test/integration/navigation_test.rb
|
|
181
|
+
- test/api_doc_viewer_test.rb
|
|
184
182
|
- test/test_helper.rb
|
|
183
|
+
- test/controllers/api_doc_viewer/main_controller_test.rb
|
|
184
|
+
- test/helpers/api_doc_viewer/main_helper_test.rb
|