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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/api_doc_viewer/version.rb +1 -1
  3. metadata +24 -24
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bd19e929a151817bf18a84741bb67b7ecf35ca59
4
- data.tar.gz: 6ecf6fa47cec026d70c86b70882209a9d7e86a80
3
+ metadata.gz: d949f3bc5158c5bebe9851a58d890eaa94797c1b
4
+ data.tar.gz: c4a0e4f39ab5bfac3e2220f4c6b03ae35a5fbf7b
5
5
  SHA512:
6
- metadata.gz: 89b93415c7d71a8361602a31aae026025b4843c7996b96338fd22ea3dbf70987730a71db05c568191bf604277581bd96ee32f093d18881a825167d6b35bd53c4
7
- data.tar.gz: cea5cfe932b8d158b319b1fd8d4e08dd4e55253314f43e222ef33cf6974bdfa49d8ca7b9e440ad1be20f1b124c7af1e3ad353dc24c3a689d4666c320e6325a47
6
+ metadata.gz: 1d9147411164d48aa48fa20d6b44d1bc1c38d62f215e95db649b652a174f234c673b3cd0b2a0e0b843b0845ff9527256580536a78949205f7ce4dbcff3f20748
7
+ data.tar.gz: 57def77373d455d29d70d8075f93d7459ad8ee4f3ee7fddfa6589a45b299f90884e20379a843870aaaacf161b1cb6528148a58b83b4648180831dfcce7f94bad
@@ -1,3 +1,3 @@
1
1
  module ApiDocViewer
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.2'
3
3
  end
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.0
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: 2014-09-16 00:00:00.000000000 Z
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.2.0
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/api_doc_viewer_test.rb
148
- - test/controllers/api_doc_viewer/main_controller_test.rb
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/app/views/layouts/application.html.erb
152
+ - test/dummy/bin/rake
154
153
  - test/dummy/bin/bundle
155
154
  - test/dummy/bin/rails
156
- - test/dummy/bin/rake
157
- - test/dummy/config/application.rb
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/secret_token.rb
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/locales/en.yml
172
- - test/dummy/config/routes.rb
169
+ - test/dummy/config/initializers/secret_token.rb
170
+ - test/dummy/config/initializers/inflections.rb
173
171
  - test/dummy/config.ru
174
- - test/dummy/db/test.sqlite3
175
- - test/dummy/log/test.log
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/favicon.ico
180
- - test/dummy/Rakefile
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