api_explorer 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +2 -1
  2. data/lib/api_explorer/version.rb +1 -1
  3. 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")
@@ -1,3 +1,3 @@
1
1
  module ApiExplorer
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
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
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.toptierlabs.com
177
+ homepage: http://www.github.com/toptierlabs/api_explorer
178
178
  licenses: []
179
179
  post_install_message:
180
180
  rdoc_options: []