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.
- data/Gemfile.lock +33 -33
- data/History.md +6 -1
- data/lib/sequel-rails/railties/database.rake +1 -0
- data/lib/sequel-rails/version.rb +1 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
talentbox-sequel-rails (0.3.
|
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.
|
13
|
-
actionpack (= 3.2.
|
12
|
+
actionmailer (3.2.8)
|
13
|
+
actionpack (= 3.2.8)
|
14
14
|
mail (~> 2.4.4)
|
15
|
-
actionpack (3.2.
|
16
|
-
activemodel (= 3.2.
|
17
|
-
activesupport (= 3.2.
|
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.
|
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.
|
26
|
-
activesupport (= 3.2.
|
25
|
+
activemodel (3.2.8)
|
26
|
+
activesupport (= 3.2.8)
|
27
27
|
builder (~> 3.0.0)
|
28
|
-
activerecord (3.2.
|
29
|
-
activemodel (= 3.2.
|
30
|
-
activesupport (= 3.2.
|
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.
|
34
|
-
activemodel (= 3.2.
|
35
|
-
activesupport (= 3.2.
|
36
|
-
activesupport (3.2.
|
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.
|
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.
|
46
|
+
i18n (0.6.1)
|
47
47
|
journey (1.0.4)
|
48
|
-
json (1.7.
|
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.
|
61
|
+
rack-test (0.6.2)
|
62
62
|
rack (>= 1.0)
|
63
|
-
rails (3.2.
|
64
|
-
actionmailer (= 3.2.
|
65
|
-
actionpack (= 3.2.
|
66
|
-
activerecord (= 3.2.
|
67
|
-
activeresource (= 3.2.
|
68
|
-
activesupport (= 3.2.
|
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.
|
71
|
-
railties (3.2.
|
72
|
-
actionpack (= 3.2.
|
73
|
-
activesupport (= 3.2.
|
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.
|
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.
|
95
|
+
thor (0.16.0)
|
96
96
|
tilt (1.3.3)
|
97
|
-
treetop (1.4.
|
97
|
+
treetop (1.4.11)
|
98
98
|
polyglot
|
99
99
|
polyglot (>= 0.3.1)
|
100
100
|
tzinfo (0.3.33)
|
data/History.md
CHANGED
@@ -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
|
data/lib/sequel-rails/version.rb
CHANGED
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
|
+
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-
|
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: -
|
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: -
|
203
|
+
hash: -3701803564310894851
|
204
204
|
requirements: []
|
205
205
|
rubyforge_project:
|
206
206
|
rubygems_version: 1.8.24
|