sinatra-activerecord 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/sinatra-activerecord.gemspec +1 -1
- metadata +1 -1
@@ -3,7 +3,7 @@ Gem::Specification.new do |s|
|
|
3
3
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
4
4
|
|
5
5
|
s.name = 'sinatra-activerecord'
|
6
|
-
s.version = '0.1.
|
6
|
+
s.version = '0.1.1'
|
7
7
|
s.date = '2009-09-21'
|
8
8
|
|
9
9
|
s.description = "Extends Sinatra with activerecord helpers for instant activerecord use"
|