startups 0.0.2.1 → 0.0.2.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.
- data/CHANGELOG +4 -0
- data/Rakefile +1 -1
- data/rails_generators/startup_nav/templates/_nav.html.erb +1 -1
- data/startups.gemspec +1 -1
- metadata +1 -1
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
|
|
2
2
|
require 'rake'
|
3
3
|
require 'echoe'
|
4
4
|
|
5
|
-
Echoe.new('startups', '0.0.2.
|
5
|
+
Echoe.new('startups', '0.0.2.2') do |p|
|
6
6
|
p.project = "startups"
|
7
7
|
p.description = "A collection of Rails \"startups\" for features such as a standard layout, navigation and forms with customizable error handling."
|
8
8
|
p.url = "http://rubyforge.org/projects/startups"
|
data/startups.gemspec
CHANGED