pk-merb_sequel 1.0.7 → 1.0.8

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 (3) hide show
  1. data/CHANGELOG +4 -0
  2. data/Rakefile +2 -2
  3. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ == 1.0.8
2
+
3
+ * Dropped support for Sequel versions < 2.7.0
4
+
1
5
  == 1.0.7
2
6
 
3
7
  * Add support for ActiveModel via active_model plugin for Sequel > 3.5.0 or
data/Rakefile CHANGED
@@ -17,7 +17,7 @@ GEM_EMAIL = "wayneeseguin@gmail.com, lancecarlson@gmail.com, email@loriholden.c
17
17
 
18
18
  GEM_NAME = "pk-merb_sequel"
19
19
  PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
20
- GEM_VERSION = "1.0.7" + PKG_BUILD
20
+ GEM_VERSION = "1.0.8" + PKG_BUILD
21
21
 
22
22
  RELEASE_NAME = "REL #{GEM_VERSION}"
23
23
 
@@ -34,7 +34,7 @@ spec = Gem::Specification.new do |s|
34
34
  s.email = GEM_EMAIL
35
35
  s.homepage = PROJECT_URL
36
36
  s.add_dependency("merb-core", ">= 0.9.9")
37
- s.add_dependency("sequel", ">= 1.4.0")
37
+ s.add_dependency("sequel", ">= 2.7.0")
38
38
  s.files = %w(CHANGELOG LICENSE README.rdoc Rakefile TODO Generators) + Dir.glob("{lib}/**/*")
39
39
  end
40
40
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pk-merb_sequel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wayne E. Seguin, Lance Carlson, Lori Holden, Pavel Kunc
@@ -30,7 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 1.4.0
33
+ version: 2.7.0
34
34
  version:
35
35
  description: Merb plugin that provides support for Sequel and Sequel::Model
36
36
  email: wayneeseguin@gmail.com, lancecarlson@gmail.com, email@loriholden.com, pavel.kunc@gmail.com