sequel-rails 0.9.8 → 0.9.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 26d771ec2940ad6044fb503e9df3eb2c332c9f75
4
- data.tar.gz: b0eb4385f8183c19dd36e9fb8820e9503ea337fd
3
+ metadata.gz: 478a4c84f58ba853c223252af5ad88e61e5f4e15
4
+ data.tar.gz: 62818e8f6828c8ae34f5502113033545aa6ab43d
5
5
  SHA512:
6
- metadata.gz: 8d6792f857e88538475a854dd8c44ffd7ebc6e7d29bfb113d7ddbb8714d49c56833249e9223e0f9738ba097f4c62e2b4e8da4128c7af591280e23a00168ce831
7
- data.tar.gz: 51d72c173fa2ab5f5772f86bd33e6e15efe076be3c7a96692f6fe8b8e0a4146525e63541429383478a724547bacd96a8ca9b9230791f0cf3830283785fee90be
6
+ metadata.gz: 10b648fb7f3f3b25d4afc48d0424f138986ca47a1d4b03a84e39c928db07345b0a58ee8e770f5fb2be36836f9963517782d77514f51c3aec8301b7a82d078b3c
7
+ data.tar.gz: 7538540f3a377f6a32c6d6d9563bfb947306d14d3937307d5489533670824bebb545a277336d362341669c9d6d52bb9a22bbd50827b69a8c8f228f948806f3d3
data/History.md CHANGED
@@ -1,3 +1,8 @@
1
+ 0.9.9 (2015-01-04)
2
+ ==================
3
+
4
+ * Fix deprecation notice to only be displayed when installed on deprecated Ruby.
5
+
1
6
  0.9.8 (2015-01-04)
2
7
  ==================
3
8
 
@@ -1,3 +1,3 @@
1
1
  module SequelRails
2
- VERSION = '0.9.8'
2
+ VERSION = '0.9.9'
3
3
  end
data/sequel-rails.gemspec CHANGED
@@ -20,15 +20,17 @@ Gem::Specification.new do |s|
20
20
  s.rdoc_options = ['--charset=UTF-8']
21
21
  s.license = 'MIT'
22
22
 
23
- s.post_install_message = <<-NOTE
23
+ if RUBY_VERSION < '1.9.3'
24
+ s.post_install_message = <<-NOTE
24
25
 
25
- !!! sequel-rails
26
- NOTE: Support for Ruby < 1.9.3 (this is 1.8.x, 1.9.0, 1.9.2) in sequel-rails
27
- is deprecated and will be dropped in the next major release. If you really
28
- rely on it please complain at http://git.io/WgfgZQ to delay the inevitable.
29
- !!!
26
+ !!! sequel-rails
27
+ NOTE: Support for Ruby < 1.9.3 (this is 1.8.x, 1.9.0, 1.9.2) in sequel-rails
28
+ is deprecated and will be dropped in the next major release. If you really
29
+ rely on it please complain at http://git.io/WgfgZQ to delay the inevitable.
30
+ !!!
30
31
 
31
- NOTE
32
+ NOTE
33
+ end
32
34
 
33
35
  s.add_dependency 'activemodel'
34
36
  s.add_dependency 'railties', '>= 3.2.0'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sequel-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.8
4
+ version: 0.9.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brasten Sager (brasten)
@@ -274,14 +274,7 @@ homepage: http://talentbox.github.io/sequel-rails/
274
274
  licenses:
275
275
  - MIT
276
276
  metadata: {}
277
- post_install_message: |2+
278
-
279
- !!! sequel-rails
280
- NOTE: Support for Ruby < 1.9.3 (this is 1.8.x, 1.9.0, 1.9.2) in sequel-rails
281
- is deprecated and will be dropped in the next major release. If you really
282
- rely on it please complain at http://git.io/WgfgZQ to delay the inevitable.
283
- !!!
284
-
277
+ post_install_message:
285
278
  rdoc_options:
286
279
  - "--charset=UTF-8"
287
280
  require_paths: