ghost_writer 0.3.0 → 0.3.1
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/README.md +0 -3
- data/ghost_writer.gemspec +1 -0
- data/lib/ghost_writer/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5f37053480c8f01704e4ca986b51bf9897955288
|
|
4
|
+
data.tar.gz: 0504eedceda260fdea93af08135b620f633dd13f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f15b7fa91ef7f8494a2d528e3a02af5c7f531e891bd31a7847c059e1ebb564ffe0365ebb275c26c66e6fb39b9ae1796c79b0f7a4f280368570aeb5308fe0ef1c
|
|
7
|
+
data.tar.gz: 0d9ae1d442af8a0ad96ae08c55348480513d1545cfe158b7c90571c99bab361705bb95ad7aa100f9c97f335e86e4e3a101ff16aaed8b157eeec5731aebaef878
|
data/README.md
CHANGED
|
@@ -66,9 +66,6 @@ If output_dir is set, generate docs at `[Rails.root]/doc/[output_dir]`
|
|
|
66
66
|
|
|
67
67
|
If github\_base\_url is set, link index is based on the url, like output\_examples
|
|
68
68
|
|
|
69
|
-
## TODO
|
|
70
|
-
- support more output formats (now markdown only)
|
|
71
|
-
|
|
72
69
|
## Contributing
|
|
73
70
|
|
|
74
71
|
1. Fork it
|
data/ghost_writer.gemspec
CHANGED
|
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
|
|
|
11
11
|
gem.description = %q{Generate API examples from params and response of controller specs}
|
|
12
12
|
gem.summary = %q{Generate API examples from params and response of controller specs}
|
|
13
13
|
gem.homepage = "https://github.com/joker1007/ghost_writer"
|
|
14
|
+
gem.license = "MIT"
|
|
14
15
|
|
|
15
16
|
gem.files = `git ls-files`.split($/)
|
|
16
17
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
data/lib/ghost_writer/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ghost_writer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- joker1007
|
|
@@ -180,7 +180,8 @@ files:
|
|
|
180
180
|
- spec/rails_app/test/unit/.gitkeep
|
|
181
181
|
- spec/spec_helper.rb
|
|
182
182
|
homepage: https://github.com/joker1007/ghost_writer
|
|
183
|
-
licenses:
|
|
183
|
+
licenses:
|
|
184
|
+
- MIT
|
|
184
185
|
metadata: {}
|
|
185
186
|
post_install_message:
|
|
186
187
|
rdoc_options: []
|