sequel 3.41.0 → 3.42.0

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sequel
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.41.0
4
+ version: 3.42.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-01 00:00:00.000000000 Z
12
+ date: 2012-12-03 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: The Database Toolkit for Ruby
15
15
  email: code@jeremyevans.net
@@ -104,6 +104,7 @@ extra_rdoc_files:
104
104
  - doc/release_notes/3.39.0.txt
105
105
  - doc/release_notes/3.40.0.txt
106
106
  - doc/release_notes/3.41.0.txt
107
+ - doc/release_notes/3.42.0.txt
107
108
  files:
108
109
  - MIT-LICENSE
109
110
  - CHANGELOG
@@ -182,6 +183,7 @@ files:
182
183
  - doc/release_notes/3.39.0.txt
183
184
  - doc/release_notes/3.40.0.txt
184
185
  - doc/release_notes/3.41.0.txt
186
+ - doc/release_notes/3.42.0.txt
185
187
  - doc/sharding.rdoc
186
188
  - doc/sql.rdoc
187
189
  - doc/validations.rdoc
@@ -512,6 +514,7 @@ files:
512
514
  - lib/sequel/model/exceptions.rb
513
515
  - lib/sequel/model/inflections.rb
514
516
  - lib/sequel/model/plugins.rb
517
+ - lib/sequel/model/dataset_module.rb
515
518
  - lib/sequel/plugins/active_model.rb
516
519
  - lib/sequel/plugins/association_dependencies.rb
517
520
  - lib/sequel/plugins/association_proxies.rb