randomuser-local-rails 0.4.0.4 → 0.4.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +35 -40
- data/lib/randomuser_local/version.rb +1 -1
- data/randomuser_local.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0124f4511938617f5aead90fc2ea76a57fbe00af
|
4
|
+
data.tar.gz: d3c6c56cccd8516622022782b7c626bc813e7741
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1b10f159cbdfef901555e0219d9c2c6feef18e0712ba6cf336434a29a5e153db9bd1ca170410a740bff5f701211437460e446bd3a9d0e3b8cd2f0289fc11364
|
7
|
+
data.tar.gz: aaf106e4ade687911cde3fb74734aa2c5751a85cba2bb50956b5be9e9f70c9a4188ca3c740daed9d6df304f7232122716e424d710ad6077741f108319a6d8f71
|
data/Gemfile.lock
CHANGED
@@ -1,33 +1,33 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
randomuser-local-rails (0.4.0.
|
5
|
-
rails (~> 4.1
|
4
|
+
randomuser-local-rails (0.4.0.5)
|
5
|
+
rails (~> 4.1)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actionmailer (4.1.
|
11
|
-
actionpack (= 4.1.
|
12
|
-
actionview (= 4.1.
|
13
|
-
mail (~> 2.5.4)
|
14
|
-
actionpack (4.1.
|
15
|
-
actionview (= 4.1.
|
16
|
-
activesupport (= 4.1.
|
10
|
+
actionmailer (4.1.6)
|
11
|
+
actionpack (= 4.1.6)
|
12
|
+
actionview (= 4.1.6)
|
13
|
+
mail (~> 2.5, >= 2.5.4)
|
14
|
+
actionpack (4.1.6)
|
15
|
+
actionview (= 4.1.6)
|
16
|
+
activesupport (= 4.1.6)
|
17
17
|
rack (~> 1.5.2)
|
18
18
|
rack-test (~> 0.6.2)
|
19
|
-
actionview (4.1.
|
20
|
-
activesupport (= 4.1.
|
19
|
+
actionview (4.1.6)
|
20
|
+
activesupport (= 4.1.6)
|
21
21
|
builder (~> 3.1)
|
22
22
|
erubis (~> 2.7.0)
|
23
|
-
activemodel (4.1.
|
24
|
-
activesupport (= 4.1.
|
23
|
+
activemodel (4.1.6)
|
24
|
+
activesupport (= 4.1.6)
|
25
25
|
builder (~> 3.1)
|
26
|
-
activerecord (4.1.
|
27
|
-
activemodel (= 4.1.
|
28
|
-
activesupport (= 4.1.
|
26
|
+
activerecord (4.1.6)
|
27
|
+
activemodel (= 4.1.6)
|
28
|
+
activesupport (= 4.1.6)
|
29
29
|
arel (~> 5.0.0)
|
30
|
-
activesupport (4.1.
|
30
|
+
activesupport (4.1.6)
|
31
31
|
i18n (~> 0.6, >= 0.6.9)
|
32
32
|
json (~> 1.7, >= 1.7.7)
|
33
33
|
minitest (~> 5.1)
|
@@ -39,38 +39,36 @@ GEM
|
|
39
39
|
hike (1.2.3)
|
40
40
|
i18n (0.6.11)
|
41
41
|
json (1.8.1)
|
42
|
-
mail (2.
|
43
|
-
mime-types (
|
44
|
-
|
45
|
-
|
46
|
-
minitest (5.4.0)
|
42
|
+
mail (2.6.1)
|
43
|
+
mime-types (>= 1.16, < 3)
|
44
|
+
mime-types (2.3)
|
45
|
+
minitest (5.4.2)
|
47
46
|
multi_json (1.10.1)
|
48
|
-
polyglot (0.3.5)
|
49
47
|
rack (1.5.2)
|
50
48
|
rack-test (0.6.2)
|
51
49
|
rack (>= 1.0)
|
52
|
-
rails (4.1.
|
53
|
-
actionmailer (= 4.1.
|
54
|
-
actionpack (= 4.1.
|
55
|
-
actionview (= 4.1.
|
56
|
-
activemodel (= 4.1.
|
57
|
-
activerecord (= 4.1.
|
58
|
-
activesupport (= 4.1.
|
50
|
+
rails (4.1.6)
|
51
|
+
actionmailer (= 4.1.6)
|
52
|
+
actionpack (= 4.1.6)
|
53
|
+
actionview (= 4.1.6)
|
54
|
+
activemodel (= 4.1.6)
|
55
|
+
activerecord (= 4.1.6)
|
56
|
+
activesupport (= 4.1.6)
|
59
57
|
bundler (>= 1.3.0, < 2.0)
|
60
|
-
railties (= 4.1.
|
58
|
+
railties (= 4.1.6)
|
61
59
|
sprockets-rails (~> 2.0)
|
62
|
-
railties (4.1.
|
63
|
-
actionpack (= 4.1.
|
64
|
-
activesupport (= 4.1.
|
60
|
+
railties (4.1.6)
|
61
|
+
actionpack (= 4.1.6)
|
62
|
+
activesupport (= 4.1.6)
|
65
63
|
rake (>= 0.8.7)
|
66
64
|
thor (>= 0.18.1, < 2.0)
|
67
65
|
rake (10.3.2)
|
68
|
-
sprockets (2.12.
|
66
|
+
sprockets (2.12.2)
|
69
67
|
hike (~> 1.2)
|
70
68
|
multi_json (~> 1.0)
|
71
69
|
rack (~> 1.0)
|
72
70
|
tilt (~> 1.1, != 1.3.0)
|
73
|
-
sprockets-rails (2.1.
|
71
|
+
sprockets-rails (2.1.4)
|
74
72
|
actionpack (>= 3.0)
|
75
73
|
activesupport (>= 3.0)
|
76
74
|
sprockets (~> 2.8)
|
@@ -78,10 +76,7 @@ GEM
|
|
78
76
|
thor (0.19.1)
|
79
77
|
thread_safe (0.3.4)
|
80
78
|
tilt (1.4.1)
|
81
|
-
|
82
|
-
polyglot
|
83
|
-
polyglot (>= 0.3.1)
|
84
|
-
tzinfo (1.2.1)
|
79
|
+
tzinfo (1.2.2)
|
85
80
|
thread_safe (~> 0.1)
|
86
81
|
|
87
82
|
PLATFORMS
|
data/randomuser_local.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: randomuser-local-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.0.
|
4
|
+
version: 0.4.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Henry Poydar
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-09-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 4.1
|
19
|
+
version: '4.1'
|
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.1
|
26
|
+
version: '4.1'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: sqlite3
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|