randomuser-local-rails 0.4.0.5 → 0.4.0.6

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: 0124f4511938617f5aead90fc2ea76a57fbe00af
4
- data.tar.gz: d3c6c56cccd8516622022782b7c626bc813e7741
3
+ metadata.gz: 007f247a2fbe7473a86c9f83bd73ec72b8ab395c
4
+ data.tar.gz: 8d4c161fcffc2e769afb467343d4003174351ec4
5
5
  SHA512:
6
- metadata.gz: d1b10f159cbdfef901555e0219d9c2c6feef18e0712ba6cf336434a29a5e153db9bd1ca170410a740bff5f701211437460e446bd3a9d0e3b8cd2f0289fc11364
7
- data.tar.gz: aaf106e4ade687911cde3fb74734aa2c5751a85cba2bb50956b5be9e9f70c9a4188ca3c740daed9d6df304f7232122716e424d710ad6077741f108319a6d8f71
6
+ metadata.gz: e0bc3575e4ec7b82251a1b0e42d84979009f07922f2f339c54b44619ccab62cc70d026dab61ded93d631f27f304fc811eb16cb2e1f7647944926190ba325f4b9
7
+ data.tar.gz: 023b67b66722b8cbf96fbc6c0d1384746189a8796985820eeacb13baee2561b68de3292250e3c11e709dd32d55cef37923badfcd15d2329974c0d9a75589001c
@@ -1,83 +1,111 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- randomuser-local-rails (0.4.0.5)
5
- rails (~> 4.1)
4
+ randomuser-local-rails (0.4.0.6)
5
+ rails (>= 4.1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionmailer (4.1.6)
11
- actionpack (= 4.1.6)
12
- actionview (= 4.1.6)
10
+ actioncable (5.0.1)
11
+ actionpack (= 5.0.1)
12
+ nio4r (~> 1.2)
13
+ websocket-driver (~> 0.6.1)
14
+ actionmailer (5.0.1)
15
+ actionpack (= 5.0.1)
16
+ actionview (= 5.0.1)
17
+ activejob (= 5.0.1)
13
18
  mail (~> 2.5, >= 2.5.4)
14
- actionpack (4.1.6)
15
- actionview (= 4.1.6)
16
- activesupport (= 4.1.6)
17
- rack (~> 1.5.2)
18
- rack-test (~> 0.6.2)
19
- actionview (4.1.6)
20
- activesupport (= 4.1.6)
19
+ rails-dom-testing (~> 2.0)
20
+ actionpack (5.0.1)
21
+ actionview (= 5.0.1)
22
+ activesupport (= 5.0.1)
23
+ rack (~> 2.0)
24
+ rack-test (~> 0.6.3)
25
+ rails-dom-testing (~> 2.0)
26
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
+ actionview (5.0.1)
28
+ activesupport (= 5.0.1)
21
29
  builder (~> 3.1)
22
30
  erubis (~> 2.7.0)
23
- activemodel (4.1.6)
24
- activesupport (= 4.1.6)
25
- builder (~> 3.1)
26
- activerecord (4.1.6)
27
- activemodel (= 4.1.6)
28
- activesupport (= 4.1.6)
29
- arel (~> 5.0.0)
30
- activesupport (4.1.6)
31
- i18n (~> 0.6, >= 0.6.9)
32
- json (~> 1.7, >= 1.7.7)
31
+ rails-dom-testing (~> 2.0)
32
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
33
+ activejob (5.0.1)
34
+ activesupport (= 5.0.1)
35
+ globalid (>= 0.3.6)
36
+ activemodel (5.0.1)
37
+ activesupport (= 5.0.1)
38
+ activerecord (5.0.1)
39
+ activemodel (= 5.0.1)
40
+ activesupport (= 5.0.1)
41
+ arel (~> 7.0)
42
+ activesupport (5.0.1)
43
+ concurrent-ruby (~> 1.0, >= 1.0.2)
44
+ i18n (~> 0.7)
33
45
  minitest (~> 5.1)
34
- thread_safe (~> 0.1)
35
46
  tzinfo (~> 1.1)
36
- arel (5.0.1.20140414130214)
37
- builder (3.2.2)
47
+ arel (7.1.4)
48
+ builder (3.2.3)
49
+ concurrent-ruby (1.0.4)
38
50
  erubis (2.7.0)
39
- hike (1.2.3)
40
- i18n (0.6.11)
41
- json (1.8.1)
42
- mail (2.6.1)
43
- mime-types (>= 1.16, < 3)
44
- mime-types (2.3)
45
- minitest (5.4.2)
46
- multi_json (1.10.1)
47
- rack (1.5.2)
48
- rack-test (0.6.2)
51
+ globalid (0.3.7)
52
+ activesupport (>= 4.1.0)
53
+ i18n (0.8.1)
54
+ loofah (2.0.3)
55
+ nokogiri (>= 1.5.9)
56
+ mail (2.6.4)
57
+ mime-types (>= 1.16, < 4)
58
+ method_source (0.8.2)
59
+ mime-types (3.1)
60
+ mime-types-data (~> 3.2015)
61
+ mime-types-data (3.2016.0521)
62
+ mini_portile2 (2.1.0)
63
+ minitest (5.10.1)
64
+ nio4r (1.2.1)
65
+ nokogiri (1.7.0.1)
66
+ mini_portile2 (~> 2.1.0)
67
+ rack (2.0.1)
68
+ rack-test (0.6.3)
49
69
  rack (>= 1.0)
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)
70
+ rails (5.0.1)
71
+ actioncable (= 5.0.1)
72
+ actionmailer (= 5.0.1)
73
+ actionpack (= 5.0.1)
74
+ actionview (= 5.0.1)
75
+ activejob (= 5.0.1)
76
+ activemodel (= 5.0.1)
77
+ activerecord (= 5.0.1)
78
+ activesupport (= 5.0.1)
57
79
  bundler (>= 1.3.0, < 2.0)
58
- railties (= 4.1.6)
59
- sprockets-rails (~> 2.0)
60
- railties (4.1.6)
61
- actionpack (= 4.1.6)
62
- activesupport (= 4.1.6)
80
+ railties (= 5.0.1)
81
+ sprockets-rails (>= 2.0.0)
82
+ rails-dom-testing (2.0.2)
83
+ activesupport (>= 4.2.0, < 6.0)
84
+ nokogiri (~> 1.6)
85
+ rails-html-sanitizer (1.0.3)
86
+ loofah (~> 2.0)
87
+ railties (5.0.1)
88
+ actionpack (= 5.0.1)
89
+ activesupport (= 5.0.1)
90
+ method_source
63
91
  rake (>= 0.8.7)
64
92
  thor (>= 0.18.1, < 2.0)
65
- rake (10.3.2)
66
- sprockets (2.12.2)
67
- hike (~> 1.2)
68
- multi_json (~> 1.0)
69
- rack (~> 1.0)
70
- tilt (~> 1.1, != 1.3.0)
71
- sprockets-rails (2.1.4)
72
- actionpack (>= 3.0)
73
- activesupport (>= 3.0)
74
- sprockets (~> 2.8)
93
+ rake (12.0.0)
94
+ sprockets (3.7.1)
95
+ concurrent-ruby (~> 1.0)
96
+ rack (> 1, < 3)
97
+ sprockets-rails (3.2.0)
98
+ actionpack (>= 4.0)
99
+ activesupport (>= 4.0)
100
+ sprockets (>= 3.0.0)
75
101
  sqlite3 (1.3.9)
76
- thor (0.19.1)
77
- thread_safe (0.3.4)
78
- tilt (1.4.1)
102
+ thor (0.19.4)
103
+ thread_safe (0.3.6)
79
104
  tzinfo (1.2.2)
80
105
  thread_safe (~> 0.1)
106
+ websocket-driver (0.6.5)
107
+ websocket-extensions (>= 0.1.0)
108
+ websocket-extensions (0.1.2)
81
109
 
82
110
  PLATFORMS
83
111
  ruby
@@ -85,3 +113,6 @@ PLATFORMS
85
113
  DEPENDENCIES
86
114
  randomuser-local-rails!
87
115
  sqlite3
116
+
117
+ BUNDLED WITH
118
+ 1.14.5
@@ -1,3 +1,3 @@
1
1
  module RandomuserLocal
2
- VERSION = "0.4.0.5"
2
+ VERSION = "0.4.0.6"
3
3
  end
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
17
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
18
18
  s.require_paths = ["lib"]
19
19
 
20
- s.add_dependency "rails", "~> 4.1"
20
+ s.add_dependency "rails", ">= 4.1"
21
21
 
22
22
  s.add_development_dependency "sqlite3"
23
23
 
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: randomuser-local-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0.5
4
+ version: 0.4.0.6
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-09-29 00:00:00.000000000 Z
11
+ date: 2017-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
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
26
  version: '4.1'
27
27
  - !ruby/object:Gem::Dependency
@@ -328,7 +328,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
328
328
  version: '0'
329
329
  requirements: []
330
330
  rubyforge_project:
331
- rubygems_version: 2.2.2
331
+ rubygems_version: 2.6.8
332
332
  signing_key:
333
333
  specification_version: 4
334
334
  summary: Provides most of the functionality of http://api.randomuser.me without an