rasti-web-api_doc 0.1.1 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 94f0a362ec54aa97bd073851c034cb09e6078da8
4
- data.tar.gz: cced57bab81748d321ac1e705240eff4583b14ea
3
+ metadata.gz: 34c64c78cdff825b9d22ab509687571bbad3e411
4
+ data.tar.gz: 1e87bd6f1e0c84f09820a95b000d7b7b1311b6af
5
5
  SHA512:
6
- metadata.gz: abe51ff58550f1cdedb721306e8221db46020393e0cbfe278395c7b3aebfc524121da297a004609e0f95835d0ad69f904901cbfea4acd8726b56438096beba15
7
- data.tar.gz: c1d8244980432ae9904665f51e64b47ab05a8d0c44052e7ace528ab09391c70a365976d895fb08bf825cb78924907d0d7afd5bb390279fa31fb6aa6c3e1f03d3
6
+ metadata.gz: 7d026f13691a9cb1827893e70482380afb47f7f1019c09a1ce259366a90b7b91e56d56b85e1a6d5123e4f4edc2d858ce509e3d7a83c824a5322137c290fac986
7
+ data.tar.gz: 06ffb9b595d3be55f4b9735cac501e1e0c3f982acdc616a0b37382830e998ae139a58c764781709a3a6ffdd4afad125ecaea7f0ba5e8179801d09c0ce94ab646
data/.ruby-gemset ADDED
@@ -0,0 +1 @@
1
+ rasti-web-api_doc
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ ruby 2.0
@@ -1,7 +1,7 @@
1
1
  module Rasti
2
2
  module Web
3
3
  module ApiDoc
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.2'
5
5
  end
6
6
  end
7
7
  end
@@ -1,6 +1,7 @@
1
1
  require 'colorize'
2
2
  require 'stringio'
3
3
  require 'rake'
4
+ require 'rake/tasklib'
4
5
  require 'rack/test'
5
6
  require 'rasti/web'
6
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rasti-web-api_doc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Naiman
@@ -88,6 +88,8 @@ extensions: []
88
88
  extra_rdoc_files: []
89
89
  files:
90
90
  - .gitignore
91
+ - .ruby-gemset
92
+ - .ruby-version
91
93
  - Gemfile
92
94
  - LICENSE.txt
93
95
  - README.md
@@ -121,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
123
  version: '0'
122
124
  requirements: []
123
125
  rubyforge_project:
124
- rubygems_version: 2.4.8
126
+ rubygems_version: 2.4.3
125
127
  signing_key:
126
128
  specification_version: 4
127
129
  summary: Generate documentation of endpoint usage based on tests