talentbox-sequel-rails 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- talentbox-sequel-rails (0.3.4)
4
+ talentbox-sequel-rails (0.3.5)
5
5
  rails (~> 3.2.0)
6
6
  sequel (~> 3.28)
7
7
 
@@ -9,43 +9,43 @@ GEM
9
9
  remote: http://rubygems.org/
10
10
  specs:
11
11
  ZenTest (4.6.2)
12
- actionmailer (3.2.6)
13
- actionpack (= 3.2.6)
12
+ actionmailer (3.2.8)
13
+ actionpack (= 3.2.8)
14
14
  mail (~> 2.4.4)
15
- actionpack (3.2.6)
16
- activemodel (= 3.2.6)
17
- activesupport (= 3.2.6)
15
+ actionpack (3.2.8)
16
+ activemodel (= 3.2.8)
17
+ activesupport (= 3.2.8)
18
18
  builder (~> 3.0.0)
19
19
  erubis (~> 2.7.0)
20
- journey (~> 1.0.1)
20
+ journey (~> 1.0.4)
21
21
  rack (~> 1.4.0)
22
22
  rack-cache (~> 1.2)
23
23
  rack-test (~> 0.6.1)
24
24
  sprockets (~> 2.1.3)
25
- activemodel (3.2.6)
26
- activesupport (= 3.2.6)
25
+ activemodel (3.2.8)
26
+ activesupport (= 3.2.8)
27
27
  builder (~> 3.0.0)
28
- activerecord (3.2.6)
29
- activemodel (= 3.2.6)
30
- activesupport (= 3.2.6)
28
+ activerecord (3.2.8)
29
+ activemodel (= 3.2.8)
30
+ activesupport (= 3.2.8)
31
31
  arel (~> 3.0.2)
32
32
  tzinfo (~> 0.3.29)
33
- activeresource (3.2.6)
34
- activemodel (= 3.2.6)
35
- activesupport (= 3.2.6)
36
- activesupport (3.2.6)
33
+ activeresource (3.2.8)
34
+ activemodel (= 3.2.8)
35
+ activesupport (= 3.2.8)
36
+ activesupport (3.2.8)
37
37
  i18n (~> 0.6)
38
38
  multi_json (~> 1.0)
39
39
  arel (3.0.2)
40
40
  autotest (4.4.6)
41
41
  ZenTest (>= 4.4.1)
42
- builder (3.0.0)
42
+ builder (3.0.4)
43
43
  diff-lcs (1.1.3)
44
44
  erubis (2.7.0)
45
45
  hike (1.2.1)
46
- i18n (0.6.0)
46
+ i18n (0.6.1)
47
47
  journey (1.0.4)
48
- json (1.7.3)
48
+ json (1.7.5)
49
49
  mail (2.4.4)
50
50
  i18n (>= 0.4.0)
51
51
  mime-types (~> 1.16)
@@ -58,19 +58,19 @@ GEM
58
58
  rack (>= 0.4)
59
59
  rack-ssl (1.3.2)
60
60
  rack
61
- rack-test (0.6.1)
61
+ rack-test (0.6.2)
62
62
  rack (>= 1.0)
63
- rails (3.2.6)
64
- actionmailer (= 3.2.6)
65
- actionpack (= 3.2.6)
66
- activerecord (= 3.2.6)
67
- activeresource (= 3.2.6)
68
- activesupport (= 3.2.6)
63
+ rails (3.2.8)
64
+ actionmailer (= 3.2.8)
65
+ actionpack (= 3.2.8)
66
+ activerecord (= 3.2.8)
67
+ activeresource (= 3.2.8)
68
+ activesupport (= 3.2.8)
69
69
  bundler (~> 1.0)
70
- railties (= 3.2.6)
71
- railties (3.2.6)
72
- actionpack (= 3.2.6)
73
- activesupport (= 3.2.6)
70
+ railties (= 3.2.8)
71
+ railties (3.2.8)
72
+ actionpack (= 3.2.8)
73
+ activesupport (= 3.2.8)
74
74
  rack-ssl (~> 1.3.2)
75
75
  rake (>= 0.8.7)
76
76
  rdoc (~> 3.4)
@@ -87,14 +87,14 @@ GEM
87
87
  rspec-expectations (2.7.0)
88
88
  diff-lcs (~> 1.1.2)
89
89
  rspec-mocks (2.7.0)
90
- sequel (3.37.0)
90
+ sequel (3.40.0)
91
91
  sprockets (2.1.3)
92
92
  hike (~> 1.2)
93
93
  rack (~> 1.0)
94
94
  tilt (~> 1.1, != 1.3.0)
95
- thor (0.15.4)
95
+ thor (0.16.0)
96
96
  tilt (1.3.3)
97
- treetop (1.4.10)
97
+ treetop (1.4.11)
98
98
  polyglot
99
99
  polyglot (>= 0.3.1)
100
100
  tzinfo (0.3.33)
data/History.md CHANGED
@@ -1,6 +1,11 @@
1
- 0.3.5 - dev
1
+ 0.3.6 - dev
2
2
  ===========
3
3
 
4
+ 0.3.5
5
+ =====
6
+
7
+ * Fix `rake db:schema:load` (Markus Fenske)
8
+
4
9
  0.3.4
5
10
  =====
6
11
 
@@ -19,6 +19,7 @@ namespace :db do
19
19
  file = ENV['SCHEMA'] || "#{Rails.root}/db/schema.rb"
20
20
  if File.exists?(file)
21
21
  load(file)
22
+ Sequel::Migration.descendants.first.apply(::Sequel::Model.db, :up)
22
23
  else
23
24
  abort %{#{file} doesn't exist yet. Run "rake db:migrate" to create it then try again. If you do not intend to use a database, you should instead alter #{Rails.root}/config/boot.rb to limit the frameworks that will be loaded}
24
25
  end
@@ -1,5 +1,5 @@
1
1
  module Rails
2
2
  module Sequel
3
- VERSION = "0.3.4"
3
+ VERSION = "0.3.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: talentbox-sequel-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-07-20 00:00:00.000000000 Z
13
+ date: 2012-10-23 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: sequel
@@ -191,7 +191,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
191
191
  version: '0'
192
192
  segments:
193
193
  - 0
194
- hash: -3364849286179449129
194
+ hash: -3701803564310894851
195
195
  required_rubygems_version: !ruby/object:Gem::Requirement
196
196
  none: false
197
197
  requirements:
@@ -200,7 +200,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
200
200
  version: '0'
201
201
  segments:
202
202
  - 0
203
- hash: -3364849286179449129
203
+ hash: -3701803564310894851
204
204
  requirements: []
205
205
  rubyforge_project:
206
206
  rubygems_version: 1.8.24