rasti-web-api_doc 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-gemset +1 -0
- data/.ruby-version +1 -0
- data/lib/rasti/web/api_doc/version.rb +1 -1
- data/lib/rasti/web/api_doc.rb +1 -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: 34c64c78cdff825b9d22ab509687571bbad3e411
|
4
|
+
data.tar.gz: 1e87bd6f1e0c84f09820a95b000d7b7b1311b6af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
data/lib/rasti/web/api_doc.rb
CHANGED
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.
|
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.
|
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
|