activerecord_cache 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cc8aa7320c445aea2920adb2282e87eaf140c084
4
- data.tar.gz: ef5d398cf49741e94e3b1073ba619e0c810559b7
3
+ metadata.gz: baa22db3b8750b7947bd677289e81ecb0677ff1e
4
+ data.tar.gz: ef6677ee5427142f05ec4c37ec0188996c6bfbe9
5
5
  SHA512:
6
- metadata.gz: b57793fdef8d3b740e866bab4595401201f211e881b91e198c77c809ed99770b39563a059805745d374da2f2a5552efd6b3ddcf9384ed0d0a981cc70095fc66a
7
- data.tar.gz: ccb1921116861244af6285ffaa82106f28279d8e7ac328521d30bad004a031ef877fd7a96266ec399ea8e20d492ea97fe70092bb4e54b451c0e096afd8ebb85d
6
+ metadata.gz: e1a5034b7df686f09ffcd126e09f1aaaa12d78a2e1b0e083a1f855e6d384b12f2a841c96c64849b69d6f443633347796c829211c101c5c57abbfdfbfa43c989c
7
+ data.tar.gz: 63e41cb10b232e2c445d6452411b0a4f11162f17c0cf33766db11d6cf048eb293cb41bbf61005d0615e37e5e5a8ba8eb4ebcaee20fa5f5dd975c444fca9abfb3
data/Gemfile.lock CHANGED
@@ -1,49 +1,52 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- activerecord_cache (0.0.7)
5
- rails (~> 4.0.0)
4
+ activerecord_cache (0.0.8)
5
+ rails (~> 4.0)
6
6
 
7
7
  GEM
8
8
  remote: http://rubygems.org/
9
9
  specs:
10
- actionmailer (4.0.8)
11
- actionpack (= 4.0.8)
10
+ actionmailer (4.1.4)
11
+ actionpack (= 4.1.4)
12
+ actionview (= 4.1.4)
12
13
  mail (~> 2.5.4)
13
- actionpack (4.0.8)
14
- activesupport (= 4.0.8)
15
- builder (~> 3.1.0)
16
- erubis (~> 2.7.0)
14
+ actionpack (4.1.4)
15
+ actionview (= 4.1.4)
16
+ activesupport (= 4.1.4)
17
17
  rack (~> 1.5.2)
18
18
  rack-test (~> 0.6.2)
19
- activemodel (4.0.8)
20
- activesupport (= 4.0.8)
21
- builder (~> 3.1.0)
22
- activerecord (4.0.8)
23
- activemodel (= 4.0.8)
24
- activerecord-deprecated_finders (~> 1.0.2)
25
- activesupport (= 4.0.8)
26
- arel (~> 4.0.0)
27
- activerecord-deprecated_finders (1.0.3)
28
- activesupport (4.0.8)
19
+ actionview (4.1.4)
20
+ activesupport (= 4.1.4)
21
+ builder (~> 3.1)
22
+ erubis (~> 2.7.0)
23
+ activemodel (4.1.4)
24
+ activesupport (= 4.1.4)
25
+ builder (~> 3.1)
26
+ activerecord (4.1.4)
27
+ activemodel (= 4.1.4)
28
+ activesupport (= 4.1.4)
29
+ arel (~> 5.0.0)
30
+ activesupport (4.1.4)
29
31
  i18n (~> 0.6, >= 0.6.9)
30
- minitest (~> 4.2)
31
- multi_json (~> 1.3)
32
+ json (~> 1.7, >= 1.7.7)
33
+ minitest (~> 5.1)
32
34
  thread_safe (~> 0.1)
33
- tzinfo (~> 0.3.37)
34
- arel (4.0.2)
35
+ tzinfo (~> 1.1)
36
+ arel (5.0.1.20140414130214)
35
37
  bourne (1.5.0)
36
38
  mocha (>= 0.13.2, < 0.15)
37
- builder (3.1.4)
39
+ builder (3.2.2)
38
40
  erubis (2.7.0)
39
41
  hike (1.2.3)
40
42
  i18n (0.6.11)
43
+ json (1.8.1)
41
44
  mail (2.5.4)
42
45
  mime-types (~> 1.16)
43
46
  treetop (~> 1.4.8)
44
47
  metaclass (0.0.4)
45
48
  mime-types (1.25.1)
46
- minitest (4.7.5)
49
+ minitest (5.4.0)
47
50
  mocha (0.14.0)
48
51
  metaclass (~> 0.0.1)
49
52
  multi_json (1.10.1)
@@ -51,17 +54,19 @@ GEM
51
54
  rack (1.5.2)
52
55
  rack-test (0.6.2)
53
56
  rack (>= 1.0)
54
- rails (4.0.8)
55
- actionmailer (= 4.0.8)
56
- actionpack (= 4.0.8)
57
- activerecord (= 4.0.8)
58
- activesupport (= 4.0.8)
57
+ rails (4.1.4)
58
+ actionmailer (= 4.1.4)
59
+ actionpack (= 4.1.4)
60
+ actionview (= 4.1.4)
61
+ activemodel (= 4.1.4)
62
+ activerecord (= 4.1.4)
63
+ activesupport (= 4.1.4)
59
64
  bundler (>= 1.3.0, < 2.0)
60
- railties (= 4.0.8)
65
+ railties (= 4.1.4)
61
66
  sprockets-rails (~> 2.0)
62
- railties (4.0.8)
63
- actionpack (= 4.0.8)
64
- activesupport (= 4.0.8)
67
+ railties (4.1.4)
68
+ actionpack (= 4.1.4)
69
+ activesupport (= 4.1.4)
65
70
  rake (>= 0.8.7)
66
71
  thor (>= 0.18.1, < 2.0)
67
72
  rake (10.3.2)
@@ -81,7 +86,8 @@ GEM
81
86
  treetop (1.4.15)
82
87
  polyglot
83
88
  polyglot (>= 0.3.1)
84
- tzinfo (0.3.40)
89
+ tzinfo (1.2.1)
90
+ thread_safe (~> 0.1)
85
91
 
86
92
  PLATFORMS
87
93
  ruby
@@ -17,5 +17,5 @@ Gem::Specification.new do |s|
17
17
 
18
18
  s.licenses = ['MIT']
19
19
 
20
- s.add_dependency 'rails', ['~> 4.0.0']
20
+ s.add_dependency 'rails', ['~> 4.0']
21
21
  end
@@ -2,7 +2,7 @@ module ActiveRecordCache
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 7
5
+ TINY = 8
6
6
  PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord_cache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Doan
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 4.0.0
19
+ version: '4.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 4.0.0
26
+ version: '4.0'
27
27
  description: Caches ActiveRecord models for simple finds using the Rails low-level
28
28
  cache
29
29
  email: