autodoc 0.5.2 → 0.5.3
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/CHANGELOG.md +3 -0
- data/lib/autodoc/rspec.rb +1 -1
- data/lib/autodoc/version.rb +1 -1
- data/spec/dummy/config/environments/production.rb +1 -1
- data/spec/dummy/config/environments/test.rb +1 -1
- data/spec/requests/pending_spec.rb +7 -0
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4c6f415d26967c718cf3290c55974a944fc54440
|
|
4
|
+
data.tar.gz: 385814fb0c3fd7b1e711d693e39313b74df0e43d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e7c7226aea6fdbfaa7df79fec7befc12acfd1adab1c3e131bd8b55a03964ec615cfc1381c71be6324bbb0524252554f223811f0320a850c042d9410dc10163c
|
|
7
|
+
data.tar.gz: cac0c47b862a6bf2fb81b067f445d0586f7008af98d303aab5e578cc1e9408e27021d66a1dd409c2e887cf4329af91b80a31347c73ae9cf0e1a329fd579dd69f
|
data/CHANGELOG.md
CHANGED
data/lib/autodoc/rspec.rb
CHANGED
data/lib/autodoc/version.rb
CHANGED
|
@@ -11,7 +11,7 @@ Dummy::Application.configure do
|
|
|
11
11
|
config.action_controller.perform_caching = true
|
|
12
12
|
|
|
13
13
|
# Disable Rails's static asset server (Apache or nginx will already do this)
|
|
14
|
-
config.
|
|
14
|
+
config.serve_static_files = false
|
|
15
15
|
|
|
16
16
|
# Compress JavaScripts and CSS
|
|
17
17
|
config.assets.compress = true
|
|
@@ -10,7 +10,7 @@ Dummy::Application.configure do
|
|
|
10
10
|
config.cache_classes = true
|
|
11
11
|
|
|
12
12
|
# Configure static asset server for tests with Cache-Control for performance
|
|
13
|
-
config.
|
|
13
|
+
config.serve_static_files = true
|
|
14
14
|
config.static_cache_control = "public, max-age=3600"
|
|
15
15
|
|
|
16
16
|
# Show full error reports and disable caching
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: autodoc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryo Nakamura
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-02-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -177,6 +177,7 @@ files:
|
|
|
177
177
|
- spec/dummy/script/rails
|
|
178
178
|
- spec/requests/admin/entries_spec.rb
|
|
179
179
|
- spec/requests/entries_spec.rb
|
|
180
|
+
- spec/requests/pending_spec.rb
|
|
180
181
|
- spec/requests/recipes_spec.rb
|
|
181
182
|
- spec/spec_helper.rb
|
|
182
183
|
homepage: https://github.com/r7kamura/autodoc
|
|
@@ -250,6 +251,7 @@ test_files:
|
|
|
250
251
|
- spec/dummy/script/rails
|
|
251
252
|
- spec/requests/admin/entries_spec.rb
|
|
252
253
|
- spec/requests/entries_spec.rb
|
|
254
|
+
- spec/requests/pending_spec.rb
|
|
253
255
|
- spec/requests/recipes_spec.rb
|
|
254
256
|
- spec/spec_helper.rb
|
|
255
257
|
has_rdoc:
|