scoped_from 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Gemfile.lock +16 -16
  2. data/VERSION +1 -1
  3. metadata +3 -3
data/Gemfile.lock CHANGED
@@ -1,32 +1,32 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- scoped_from (0.4)
4
+ scoped_from (0.5.1)
5
5
  activerecord (~> 3.2.0)
6
6
  activesupport (~> 3.2.0)
7
7
 
8
8
  GEM
9
9
  remote: http://rubygems.org/
10
10
  specs:
11
- actionpack (3.2.0)
12
- activemodel (= 3.2.0)
13
- activesupport (= 3.2.0)
11
+ actionpack (3.2.1)
12
+ activemodel (= 3.2.1)
13
+ activesupport (= 3.2.1)
14
14
  builder (~> 3.0.0)
15
15
  erubis (~> 2.7.0)
16
- journey (~> 1.0.0)
16
+ journey (~> 1.0.1)
17
17
  rack (~> 1.4.0)
18
18
  rack-cache (~> 1.1)
19
19
  rack-test (~> 0.6.1)
20
20
  sprockets (~> 2.1.2)
21
- activemodel (3.2.0)
22
- activesupport (= 3.2.0)
21
+ activemodel (3.2.1)
22
+ activesupport (= 3.2.1)
23
23
  builder (~> 3.0.0)
24
- activerecord (3.2.0)
25
- activemodel (= 3.2.0)
26
- activesupport (= 3.2.0)
24
+ activerecord (3.2.1)
25
+ activemodel (= 3.2.1)
26
+ activesupport (= 3.2.1)
27
27
  arel (~> 3.0.0)
28
28
  tzinfo (~> 0.3.29)
29
- activesupport (3.2.0)
29
+ activesupport (3.2.1)
30
30
  i18n (~> 0.6)
31
31
  multi_json (~> 1.0)
32
32
  arel (3.0.0)
@@ -36,21 +36,21 @@ GEM
36
36
  erubis (2.7.0)
37
37
  hike (1.2.1)
38
38
  i18n (0.6.0)
39
- journey (1.0.0)
39
+ journey (1.0.1)
40
40
  json (1.6.5)
41
41
  linecache (0.46)
42
42
  rbx-require-relative (> 0.0.4)
43
43
  multi_json (1.0.4)
44
- rack (1.4.0)
44
+ rack (1.4.1)
45
45
  rack-cache (1.1)
46
46
  rack (>= 0.4)
47
47
  rack-ssl (1.3.2)
48
48
  rack
49
49
  rack-test (0.6.1)
50
50
  rack (>= 1.0)
51
- railties (3.2.0)
52
- actionpack (= 3.2.0)
53
- activesupport (= 3.2.0)
51
+ railties (3.2.1)
52
+ actionpack (= 3.2.1)
53
+ activesupport (= 3.2.1)
54
54
  rack-ssl (~> 1.3.2)
55
55
  rake (>= 0.8.7)
56
56
  rdoc (~> 3.4)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.0
1
+ 0.5.1
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scoped_from
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 0
10
- version: 0.5.0
9
+ - 1
10
+ version: 0.5.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alexis Toulotte