vizzuality-sequel-rails 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,76 +1,50 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- vizzuality-sequel-rails (0.3.4)
5
- rails (~> 3.2.0)
4
+ vizzuality-sequel-rails (0.3.6)
5
+ railties (~> 3.2.0)
6
6
  sequel (~> 3.28)
7
7
 
8
8
  GEM
9
9
  remote: http://rubygems.org/
10
10
  specs:
11
11
  ZenTest (4.6.2)
12
- actionmailer (3.2.7)
13
- actionpack (= 3.2.7)
14
- mail (~> 2.4.4)
15
- actionpack (3.2.7)
16
- activemodel (= 3.2.7)
17
- activesupport (= 3.2.7)
12
+ actionpack (3.2.9)
13
+ activemodel (= 3.2.9)
14
+ activesupport (= 3.2.9)
18
15
  builder (~> 3.0.0)
19
16
  erubis (~> 2.7.0)
20
17
  journey (~> 1.0.4)
21
18
  rack (~> 1.4.0)
22
19
  rack-cache (~> 1.2)
23
20
  rack-test (~> 0.6.1)
24
- sprockets (~> 2.1.3)
25
- activemodel (3.2.7)
26
- activesupport (= 3.2.7)
21
+ sprockets (~> 2.2.1)
22
+ activemodel (3.2.9)
23
+ activesupport (= 3.2.9)
27
24
  builder (~> 3.0.0)
28
- activerecord (3.2.7)
29
- activemodel (= 3.2.7)
30
- activesupport (= 3.2.7)
31
- arel (~> 3.0.2)
32
- tzinfo (~> 0.3.29)
33
- activeresource (3.2.7)
34
- activemodel (= 3.2.7)
35
- activesupport (= 3.2.7)
36
- activesupport (3.2.7)
25
+ activesupport (3.2.9)
37
26
  i18n (~> 0.6)
38
27
  multi_json (~> 1.0)
39
- arel (3.0.2)
40
28
  autotest (4.4.6)
41
29
  ZenTest (>= 4.4.1)
42
- builder (3.0.0)
30
+ builder (3.0.4)
43
31
  diff-lcs (1.1.3)
44
32
  erubis (2.7.0)
45
33
  hike (1.2.1)
46
- i18n (0.6.0)
34
+ i18n (0.6.1)
47
35
  journey (1.0.4)
48
- json (1.7.4)
49
- mail (2.4.4)
50
- i18n (>= 0.4.0)
51
- mime-types (~> 1.16)
52
- treetop (~> 1.4.8)
53
- mime-types (1.19)
54
- multi_json (1.3.6)
55
- polyglot (0.3.3)
36
+ json (1.7.5)
37
+ multi_json (1.5.0)
56
38
  rack (1.4.1)
57
39
  rack-cache (1.2)
58
40
  rack (>= 0.4)
59
41
  rack-ssl (1.3.2)
60
42
  rack
61
- rack-test (0.6.1)
43
+ rack-test (0.6.2)
62
44
  rack (>= 1.0)
63
- rails (3.2.7)
64
- actionmailer (= 3.2.7)
65
- actionpack (= 3.2.7)
66
- activerecord (= 3.2.7)
67
- activeresource (= 3.2.7)
68
- activesupport (= 3.2.7)
69
- bundler (~> 1.0)
70
- railties (= 3.2.7)
71
- railties (3.2.7)
72
- actionpack (= 3.2.7)
73
- activesupport (= 3.2.7)
45
+ railties (3.2.9)
46
+ actionpack (= 3.2.9)
47
+ activesupport (= 3.2.9)
74
48
  rack-ssl (~> 1.3.2)
75
49
  rake (>= 0.8.7)
76
50
  rdoc (~> 3.4)
@@ -87,17 +61,14 @@ GEM
87
61
  rspec-expectations (2.7.0)
88
62
  diff-lcs (~> 1.1.2)
89
63
  rspec-mocks (2.7.0)
90
- sequel (3.38.0)
91
- sprockets (2.1.3)
64
+ sequel (3.42.0)
65
+ sprockets (2.2.2)
92
66
  hike (~> 1.2)
67
+ multi_json (~> 1.0)
93
68
  rack (~> 1.0)
94
69
  tilt (~> 1.1, != 1.3.0)
95
- thor (0.15.4)
70
+ thor (0.16.0)
96
71
  tilt (1.3.3)
97
- treetop (1.4.10)
98
- polyglot
99
- polyglot (>= 0.3.1)
100
- tzinfo (0.3.33)
101
72
  yard (0.7.3)
102
73
 
103
74
  PLATFORMS
@@ -1,5 +1,5 @@
1
1
  module Rails
2
2
  module Sequel
3
- VERSION = "0.3.5"
3
+ VERSION = "0.3.6"
4
4
  end
5
5
  end
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
19
  s.extra_rdoc_files = ["LICENSE", "README.rdoc"]
20
20
  s.rdoc_options = ["--charset=UTF-8"]
21
21
  s.add_runtime_dependency("sequel", ["~> 3.28"])
22
- s.add_runtime_dependency("rails", ["~> 3.2.0"])
22
+ s.add_runtime_dependency("railties", ["~> 3.2.0"])
23
23
 
24
24
  s.add_development_dependency("rake", ["~> 0.8.7"])
25
25
  s.add_development_dependency("yard", ["~> 0.5"])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vizzuality-sequel-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
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-09-18 00:00:00.000000000 Z
13
+ date: 2012-12-12 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: sequel
@@ -29,7 +29,7 @@ dependencies:
29
29
  - !ruby/object:Gem::Version
30
30
  version: '3.28'
31
31
  - !ruby/object:Gem::Dependency
32
- name: rails
32
+ name: railties
33
33
  requirement: !ruby/object:Gem::Requirement
34
34
  none: false
35
35
  requirements:
@@ -205,3 +205,4 @@ test_files:
205
205
  - spec/rcov.opts
206
206
  - spec/spec.opts
207
207
  - spec/spec_helper.rb
208
+ has_rdoc: