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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 967ed54744c35d63d0a06e6665ae69ab314f6f34
4
- data.tar.gz: 20c5650513d18bc21298317222409fd8986b7ad8
3
+ metadata.gz: 5f37053480c8f01704e4ca986b51bf9897955288
4
+ data.tar.gz: 0504eedceda260fdea93af08135b620f633dd13f
5
5
  SHA512:
6
- metadata.gz: 642ed40681a6b8a79aac3988029b8a96e347a4ab2d98809ef3bdbddd7af285114852a069aca3f2a21ffb871d21da1d2c4fd43bce2ccbdd4d91e3f10e33a47a30
7
- data.tar.gz: e59c1e45a4bf4ce60770970c9c26d52f7a8d9bf30b111ed7385b8f22442cb52d30843f585c23506f361db6e747adc58e6247e134a34df50158c8a24cb232f046
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) }
@@ -1,3 +1,3 @@
1
1
  module GhostWriter
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
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.0
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: []