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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 420e10ab2418d201ec9f4c6b8d9dac136a5a23f4
4
- data.tar.gz: f65339bbfd6593857188f36519e049ffd94abf5e
3
+ metadata.gz: 0124f4511938617f5aead90fc2ea76a57fbe00af
4
+ data.tar.gz: d3c6c56cccd8516622022782b7c626bc813e7741
5
5
  SHA512:
6
- metadata.gz: 96e610cffb37667cda6b465b066cfe49c0db9b6fe7a7418f4dcc67e302a558534fc6f9db7d89fd3d3fcd30cbed3e641df05e18ed625c0121f86620e5e71c5dbb
7
- data.tar.gz: b4990c25454e59cd27f1ef0a0262dc48e0127c320159409f5683bade63383f674eca6d7c0741e5a00cf36186e81fd394edd0267ad2e241103e830ae439fc618f
6
+ metadata.gz: d1b10f159cbdfef901555e0219d9c2c6feef18e0712ba6cf336434a29a5e153db9bd1ca170410a740bff5f701211437460e446bd3a9d0e3b8cd2f0289fc11364
7
+ data.tar.gz: aaf106e4ade687911cde3fb74734aa2c5751a85cba2bb50956b5be9e9f70c9a4188ca3c740daed9d6df304f7232122716e424d710ad6077741f108319a6d8f71
@@ -1,33 +1,33 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- randomuser-local-rails (0.4.0.4)
5
- rails (~> 4.1.4)
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.4)
11
- actionpack (= 4.1.4)
12
- actionview (= 4.1.4)
13
- mail (~> 2.5.4)
14
- actionpack (4.1.4)
15
- actionview (= 4.1.4)
16
- activesupport (= 4.1.4)
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.4)
20
- activesupport (= 4.1.4)
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.4)
24
- activesupport (= 4.1.4)
23
+ activemodel (4.1.6)
24
+ activesupport (= 4.1.6)
25
25
  builder (~> 3.1)
26
- activerecord (4.1.4)
27
- activemodel (= 4.1.4)
28
- activesupport (= 4.1.4)
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.4)
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.5.4)
43
- mime-types (~> 1.16)
44
- treetop (~> 1.4.8)
45
- mime-types (1.25.1)
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.4)
53
- actionmailer (= 4.1.4)
54
- actionpack (= 4.1.4)
55
- actionview (= 4.1.4)
56
- activemodel (= 4.1.4)
57
- activerecord (= 4.1.4)
58
- activesupport (= 4.1.4)
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.4)
58
+ railties (= 4.1.6)
61
59
  sprockets-rails (~> 2.0)
62
- railties (4.1.4)
63
- actionpack (= 4.1.4)
64
- activesupport (= 4.1.4)
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.1)
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.3)
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
- treetop (1.4.15)
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
@@ -1,3 +1,3 @@
1
1
  module RandomuserLocal
2
- VERSION = "0.4.0.4"
2
+ VERSION = "0.4.0.5"
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.4"
20
+ s.add_dependency "rails", "~> 4.1"
21
21
 
22
22
  s.add_development_dependency "sqlite3"
23
23
 
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
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-07-29 00:00:00.000000000 Z
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.4
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.4
26
+ version: '4.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: sqlite3
29
29
  requirement: !ruby/object:Gem::Requirement