active_wrapper-ar2 0.4.3 → 0.4.4

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.
Files changed (2) hide show
  1. data/config/gemspec.yml +5 -2
  2. metadata +2 -2
data/config/gemspec.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  name: active_wrapper
2
- version: 0.4.3
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
- - activerecord
10
+ - default:
11
+ - activerecord
12
+ - ar2:
13
+ - activerecord
11
14
  development_dependencies:
12
15
  - rake
13
16
  - rspec
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 3
9
- version: 0.4.3
8
+ - 4
9
+ version: 0.4.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Winton Welsh