talentbox-sequel-rails 0.3.9 → 0.3.10

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -27,3 +27,4 @@ vendor
27
27
  .bundle
28
28
  .rvmrc
29
29
  *.gem
30
+ Gemfile.lock
data/History.md CHANGED
@@ -1,3 +1,8 @@
1
+ 0.3.10
2
+ ======
3
+
4
+ * Add post_install_message to notify users to switch to sequel-rails gem
5
+
1
6
  0.3.9
2
7
  =====
3
8
 
@@ -1,5 +1,5 @@
1
1
  module Rails
2
2
  module Sequel
3
- VERSION = "0.3.9"
3
+ VERSION = "0.3.10"
4
4
  end
5
5
  end
@@ -18,6 +18,23 @@ Gem::Specification.new do |s|
18
18
  s.require_paths = ["lib"]
19
19
  s.extra_rdoc_files = ["LICENSE", "README.rdoc"]
20
20
  s.rdoc_options = ["--charset=UTF-8"]
21
+
22
+ s.post_install_message = <<-EOF
23
+ We've became the official maintainers of the sequel-rails gems, please update your gemfile to use:
24
+
25
+ gem "sequel-rails"
26
+
27
+ instead of
28
+
29
+ gem "talentbox-sequel-rails"
30
+
31
+ Then remove:
32
+
33
+ require "sequel-rails/railtie"
34
+
35
+ from your config/application.rb
36
+ EOF
37
+
21
38
  s.add_runtime_dependency("sequel", ["~> 3.28"])
22
39
  s.add_runtime_dependency("railties", ["~> 3.2.0"])
23
40
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: talentbox-sequel-rails
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.9
5
+ version: 0.3.10
6
6
  platform: ruby
7
7
  authors:
8
8
  - Brasten Sager (brasten)
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-12-07 00:00:00.000000000 Z
13
+ date: 2013-01-04 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  version_requirements: !ruby/object:Gem::Requirement
@@ -137,7 +137,6 @@ files:
137
137
  - .document
138
138
  - .gitignore
139
139
  - Gemfile
140
- - Gemfile.lock
141
140
  - History.md
142
141
  - LICENSE
143
142
  - README.rdoc
@@ -178,7 +177,28 @@ files:
178
177
  - tasks/yardstick.rake
179
178
  homepage: https://github.com/TalentBox/sequel-rails
180
179
  licenses: []
181
- post_install_message:
180
+ post_install_message: ! 'We''ve became the official maintainers of the sequel-rails
181
+ gems, please update your gemfile to use:
182
+
183
+
184
+ gem "sequel-rails"
185
+
186
+
187
+ instead of
188
+
189
+
190
+ gem "talentbox-sequel-rails"
191
+
192
+
193
+ Then remove:
194
+
195
+
196
+ require "sequel-rails/railtie"
197
+
198
+
199
+ from your config/application.rb
200
+
201
+ '
182
202
  rdoc_options:
183
203
  - --charset=UTF-8
184
204
  require_paths:
@@ -190,7 +210,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
190
210
  version: '0'
191
211
  segments:
192
212
  - 0
193
- hash: 1751876895710074251
213
+ hash: -3386735840854272707
194
214
  none: false
195
215
  required_rubygems_version: !ruby/object:Gem::Requirement
196
216
  requirements:
@@ -199,7 +219,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
199
219
  version: '0'
200
220
  segments:
201
221
  - 0
202
- hash: 1751876895710074251
222
+ hash: -3386735840854272707
203
223
  none: false
204
224
  requirements: []
205
225
  rubyforge_project:
@@ -1,83 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- talentbox-sequel-rails (0.3.9)
5
- railties (~> 3.2.0)
6
- sequel (~> 3.28)
7
-
8
- GEM
9
- remote: http://rubygems.org/
10
- specs:
11
- ZenTest (4.6.2)
12
- actionpack (3.2.9)
13
- activemodel (= 3.2.9)
14
- activesupport (= 3.2.9)
15
- builder (~> 3.0.0)
16
- erubis (~> 2.7.0)
17
- journey (~> 1.0.4)
18
- rack (~> 1.4.0)
19
- rack-cache (~> 1.2)
20
- rack-test (~> 0.6.1)
21
- sprockets (~> 2.2.1)
22
- activemodel (3.2.9)
23
- activesupport (= 3.2.9)
24
- builder (~> 3.0.0)
25
- activesupport (3.2.9)
26
- i18n (~> 0.6)
27
- multi_json (~> 1.0)
28
- autotest (4.4.6)
29
- ZenTest (>= 4.4.1)
30
- builder (3.0.4)
31
- diff-lcs (1.1.3)
32
- erubis (2.7.0)
33
- hike (1.2.1)
34
- i18n (0.6.1)
35
- journey (1.0.4)
36
- json (1.7.5)
37
- multi_json (1.4.0)
38
- rack (1.4.1)
39
- rack-cache (1.2)
40
- rack (>= 0.4)
41
- rack-ssl (1.3.2)
42
- rack
43
- rack-test (0.6.2)
44
- rack (>= 1.0)
45
- railties (3.2.9)
46
- actionpack (= 3.2.9)
47
- activesupport (= 3.2.9)
48
- rack-ssl (~> 1.3.2)
49
- rake (>= 0.8.7)
50
- rdoc (~> 3.4)
51
- thor (>= 0.14.6, < 2.0)
52
- rake (0.8.7)
53
- rcov (0.9.11)
54
- rdoc (3.12)
55
- json (~> 1.4)
56
- rspec (2.7.0)
57
- rspec-core (~> 2.7.0)
58
- rspec-expectations (~> 2.7.0)
59
- rspec-mocks (~> 2.7.0)
60
- rspec-core (2.7.1)
61
- rspec-expectations (2.7.0)
62
- diff-lcs (~> 1.1.2)
63
- rspec-mocks (2.7.0)
64
- sequel (3.42.0)
65
- sprockets (2.2.2)
66
- hike (~> 1.2)
67
- multi_json (~> 1.0)
68
- rack (~> 1.0)
69
- tilt (~> 1.1, != 1.3.0)
70
- thor (0.16.0)
71
- tilt (1.3.3)
72
- yard (0.7.3)
73
-
74
- PLATFORMS
75
- ruby
76
-
77
- DEPENDENCIES
78
- autotest (~> 4.4.6)
79
- rake (~> 0.8.7)
80
- rcov (~> 0.9.11)
81
- rspec (~> 2.7.0)
82
- talentbox-sequel-rails!
83
- yard (~> 0.5)