active_wrapper-ar2 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- data/config/gemspec.yml +5 -2
- metadata +2 -2
data/config/gemspec.yml
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
name: active_wrapper
|
2
|
-
version: 0.4.
|
2
|
+
version: 0.4.4
|
3
3
|
authors:
|
4
4
|
- Winton Welsh
|
5
5
|
email: mail@wintoni.us
|
@@ -7,7 +7,10 @@ homepage: http://github.com/winton/active_wrapper
|
|
7
7
|
summary: Wraps ActiveRecord and Logger for use in non-Rails environments
|
8
8
|
description: Wraps ActiveRecord and Logger for use in non-Rails environments
|
9
9
|
dependencies:
|
10
|
-
-
|
10
|
+
- default:
|
11
|
+
- activerecord
|
12
|
+
- ar2:
|
13
|
+
- activerecord
|
11
14
|
development_dependencies:
|
12
15
|
- rake
|
13
16
|
- rspec
|