flyapi 0.1.0 → 0.1.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.
- data/Rakefile +1 -1
- data/flyapi.gemspec +1 -1
- metadata +1 -1
data/Rakefile
CHANGED
|
@@ -2,7 +2,7 @@ require 'rubygems'
|
|
|
2
2
|
require 'rake'
|
|
3
3
|
require 'echoe'
|
|
4
4
|
|
|
5
|
-
Echoe.new('flyapi', '0.1.
|
|
5
|
+
Echoe.new('flyapi', '0.1.1') do |p|
|
|
6
6
|
p.description = "Generate API documentation for a REST-styled Rails application."
|
|
7
7
|
p.url = "http://github.com/liammonahan/flyapi"
|
|
8
8
|
p.author = "Liam Monahan"
|
data/flyapi.gemspec
CHANGED