partitioned 1.1.9 → 1.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/Gemfile.lock +54 -50
  2. data/lib/partitioned/version.rb +1 -1
  3. metadata +1 -1
data/Gemfile.lock CHANGED
@@ -1,7 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- partitioned (1.1.4)
4
+ partitioned (1.1.9)
5
+ activerecord-redshift-adapter
5
6
  bulk_data_methods (= 1.0.0)
6
7
  pg
7
8
  rails (>= 3.2.8)
@@ -10,32 +11,35 @@ PATH
10
11
  GEM
11
12
  remote: http://rubygems.org/
12
13
  specs:
13
- actionmailer (3.2.11)
14
- actionpack (= 3.2.11)
15
- mail (~> 2.4.4)
16
- actionpack (3.2.11)
17
- activemodel (= 3.2.11)
18
- activesupport (= 3.2.11)
14
+ actionmailer (3.2.13)
15
+ actionpack (= 3.2.13)
16
+ mail (~> 2.5.3)
17
+ actionpack (3.2.13)
18
+ activemodel (= 3.2.13)
19
+ activesupport (= 3.2.13)
19
20
  builder (~> 3.0.0)
20
21
  erubis (~> 2.7.0)
21
22
  journey (~> 1.0.4)
22
- rack (~> 1.4.0)
23
+ rack (~> 1.4.5)
23
24
  rack-cache (~> 1.2)
24
25
  rack-test (~> 0.6.1)
25
26
  sprockets (~> 2.2.1)
26
- activemodel (3.2.11)
27
- activesupport (= 3.2.11)
27
+ activemodel (3.2.13)
28
+ activesupport (= 3.2.13)
28
29
  builder (~> 3.0.0)
29
- activerecord (3.2.11)
30
- activemodel (= 3.2.11)
31
- activesupport (= 3.2.11)
30
+ activerecord (3.2.13)
31
+ activemodel (= 3.2.13)
32
+ activesupport (= 3.2.13)
32
33
  arel (~> 3.0.2)
33
34
  tzinfo (~> 0.3.29)
34
- activeresource (3.2.11)
35
- activemodel (= 3.2.11)
36
- activesupport (= 3.2.11)
37
- activesupport (3.2.11)
38
- i18n (~> 0.6)
35
+ activerecord-redshift-adapter (0.9.0)
36
+ pg
37
+ rails (>= 3.0.0)
38
+ activeresource (3.2.13)
39
+ activemodel (= 3.2.13)
40
+ activesupport (= 3.2.13)
41
+ activesupport (3.2.13)
42
+ i18n (= 0.6.1)
39
43
  multi_json (~> 1.0)
40
44
  arel (3.0.2)
41
45
  builder (3.0.4)
@@ -43,70 +47,70 @@ GEM
43
47
  pg
44
48
  rails (>= 3.0.0)
45
49
  rspec-rails
46
- diff-lcs (1.1.3)
50
+ diff-lcs (1.2.4)
47
51
  erubis (2.7.0)
48
- hike (1.2.1)
52
+ hike (1.2.2)
49
53
  i18n (0.6.1)
50
54
  journey (1.0.4)
51
- jquery-rails (2.2.0)
55
+ jquery-rails (2.2.1)
52
56
  railties (>= 3.0, < 5.0)
53
57
  thor (>= 0.14, < 2.0)
54
- json (1.7.6)
55
- mail (2.4.4)
58
+ json (1.7.7)
59
+ mail (2.5.3)
56
60
  i18n (>= 0.4.0)
57
61
  mime-types (~> 1.16)
58
62
  treetop (~> 1.4.8)
59
- mime-types (1.20.1)
60
- multi_json (1.5.0)
61
- pg (0.14.1)
63
+ mime-types (1.23)
64
+ multi_json (1.7.2)
65
+ pg (0.15.1)
62
66
  polyglot (0.3.3)
63
- rack (1.4.4)
67
+ rack (1.4.5)
64
68
  rack-cache (1.2)
65
69
  rack (>= 0.4)
66
70
  rack-ssl (1.3.3)
67
71
  rack
68
72
  rack-test (0.6.2)
69
73
  rack (>= 1.0)
70
- rails (3.2.11)
71
- actionmailer (= 3.2.11)
72
- actionpack (= 3.2.11)
73
- activerecord (= 3.2.11)
74
- activeresource (= 3.2.11)
75
- activesupport (= 3.2.11)
74
+ rails (3.2.13)
75
+ actionmailer (= 3.2.13)
76
+ actionpack (= 3.2.13)
77
+ activerecord (= 3.2.13)
78
+ activeresource (= 3.2.13)
79
+ activesupport (= 3.2.13)
76
80
  bundler (~> 1.0)
77
- railties (= 3.2.11)
78
- railties (3.2.11)
79
- actionpack (= 3.2.11)
80
- activesupport (= 3.2.11)
81
+ railties (= 3.2.13)
82
+ railties (3.2.13)
83
+ actionpack (= 3.2.13)
84
+ activesupport (= 3.2.13)
81
85
  rack-ssl (~> 1.3.2)
82
86
  rake (>= 0.8.7)
83
87
  rdoc (~> 3.4)
84
88
  thor (>= 0.14.6, < 2.0)
85
- rake (10.0.3)
86
- rdoc (3.12)
89
+ rake (10.0.4)
90
+ rdoc (3.12.2)
87
91
  json (~> 1.4)
88
- rspec-core (2.12.2)
89
- rspec-expectations (2.12.1)
90
- diff-lcs (~> 1.1.3)
91
- rspec-mocks (2.12.2)
92
- rspec-rails (2.12.2)
92
+ rspec-core (2.13.1)
93
+ rspec-expectations (2.13.0)
94
+ diff-lcs (>= 1.1.3, < 2.0)
95
+ rspec-mocks (2.13.1)
96
+ rspec-rails (2.13.0)
93
97
  actionpack (>= 3.0)
94
98
  activesupport (>= 3.0)
95
99
  railties (>= 3.0)
96
- rspec-core (~> 2.12.0)
97
- rspec-expectations (~> 2.12.0)
98
- rspec-mocks (~> 2.12.0)
100
+ rspec-core (~> 2.13.0)
101
+ rspec-expectations (~> 2.13.0)
102
+ rspec-mocks (~> 2.13.0)
99
103
  sprockets (2.2.2)
100
104
  hike (~> 1.2)
101
105
  multi_json (~> 1.0)
102
106
  rack (~> 1.0)
103
107
  tilt (~> 1.1, != 1.3.0)
104
- thor (0.17.0)
105
- tilt (1.3.3)
108
+ thor (0.18.1)
109
+ tilt (1.3.7)
106
110
  treetop (1.4.12)
107
111
  polyglot
108
112
  polyglot (>= 0.3.1)
109
- tzinfo (0.3.35)
113
+ tzinfo (0.3.37)
110
114
 
111
115
  PLATFORMS
112
116
  ruby
@@ -1,4 +1,4 @@
1
1
  module Partitioned
2
2
  # the current version of this gem
3
- VERSION = "1.1.9"
3
+ VERSION = "1.1.10"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: partitioned
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.9
4
+ version: 1.1.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: