api_explorer 0.0.4 → 0.0.5
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.
- data/README.md +2 -1
- data/lib/api_explorer/version.rb +1 -1
- metadata +2 -2
data/README.md
CHANGED
@@ -113,10 +113,11 @@ http://localhost:3000/api_explorer
|
|
113
113
|
|
114
114
|
- Fork project
|
115
115
|
- Add features
|
116
|
-
- Run tests
|
117
116
|
- Send pull request
|
118
117
|
|
119
118
|
## License
|
120
119
|
|
121
120
|
See LICENSE file for details
|
121
|
+
|
122
|
+
## Author
|
122
123
|
Developed at [TopTier labs](http://www.toptierlabs.com/ "TopTier labs")
|
data/lib/api_explorer/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: api_explorer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -174,7 +174,7 @@ files:
|
|
174
174
|
- test/integration/navigation_test.rb
|
175
175
|
- test/test_helper.rb
|
176
176
|
- test/unit/helpers/api_explorer/api_helper_test.rb
|
177
|
-
homepage: http://www.
|
177
|
+
homepage: http://www.github.com/toptierlabs/api_explorer
|
178
178
|
licenses: []
|
179
179
|
post_install_message:
|
180
180
|
rdoc_options: []
|