camel_patrol 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/Gemfile.lock +58 -58
- data/camel_patrol.gemspec +1 -1
- data/gemfiles/Gemfile.rails-4.2-stable.lock +2 -2
- data/lib/camel_patrol/version.rb +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: 8abbeccb4a93a63ccd59fc06874e93db09a7033c
|
4
|
+
data.tar.gz: 749738795d07e1461a760a778a3acaa984ff5a08
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 561ebc978349e80f358e1b917b1e3c90ab9c9fd069b73a8cbf31d7ce27209762cc9834c0e0d770ac2a7378094a6ce91a6e78badedc5711ed26ee4e6b1c44e676
|
7
|
+
data.tar.gz: 6b38f5cdaeec9ff299130debd3c0249e9f57ba151ddb4380a20e5521a88b92414f5f7a84f87c83bf8ca24a3c71ea8040b73b7f32ed261db70ed634ab3a55049f
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,59 +1,59 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
camel_patrol (1.0.
|
5
|
-
railties (>= 4.1.0, <
|
4
|
+
camel_patrol (1.0.1)
|
5
|
+
railties (>= 4.1.0, < 6.0)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actioncable (5.
|
11
|
-
actionpack (= 5.
|
12
|
-
nio4r (~>
|
10
|
+
actioncable (5.1.1)
|
11
|
+
actionpack (= 5.1.1)
|
12
|
+
nio4r (~> 2.0)
|
13
13
|
websocket-driver (~> 0.6.1)
|
14
|
-
actionmailer (5.
|
15
|
-
actionpack (= 5.
|
16
|
-
actionview (= 5.
|
17
|
-
activejob (= 5.
|
14
|
+
actionmailer (5.1.1)
|
15
|
+
actionpack (= 5.1.1)
|
16
|
+
actionview (= 5.1.1)
|
17
|
+
activejob (= 5.1.1)
|
18
18
|
mail (~> 2.5, >= 2.5.4)
|
19
19
|
rails-dom-testing (~> 2.0)
|
20
|
-
actionpack (5.
|
21
|
-
actionview (= 5.
|
22
|
-
activesupport (= 5.
|
20
|
+
actionpack (5.1.1)
|
21
|
+
actionview (= 5.1.1)
|
22
|
+
activesupport (= 5.1.1)
|
23
23
|
rack (~> 2.0)
|
24
24
|
rack-test (~> 0.6.3)
|
25
25
|
rails-dom-testing (~> 2.0)
|
26
26
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
27
|
-
actionview (5.
|
28
|
-
activesupport (= 5.
|
27
|
+
actionview (5.1.1)
|
28
|
+
activesupport (= 5.1.1)
|
29
29
|
builder (~> 3.1)
|
30
|
-
|
30
|
+
erubi (~> 1.4)
|
31
31
|
rails-dom-testing (~> 2.0)
|
32
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
33
|
-
activejob (5.
|
34
|
-
activesupport (= 5.
|
32
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
33
|
+
activejob (5.1.1)
|
34
|
+
activesupport (= 5.1.1)
|
35
35
|
globalid (>= 0.3.6)
|
36
|
-
activemodel (5.
|
37
|
-
activesupport (= 5.
|
38
|
-
activerecord (5.
|
39
|
-
activemodel (= 5.
|
40
|
-
activesupport (= 5.
|
41
|
-
arel (~>
|
42
|
-
activesupport (5.
|
36
|
+
activemodel (5.1.1)
|
37
|
+
activesupport (= 5.1.1)
|
38
|
+
activerecord (5.1.1)
|
39
|
+
activemodel (= 5.1.1)
|
40
|
+
activesupport (= 5.1.1)
|
41
|
+
arel (~> 8.0)
|
42
|
+
activesupport (5.1.1)
|
43
43
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
44
44
|
i18n (~> 0.7)
|
45
45
|
minitest (~> 5.1)
|
46
46
|
tzinfo (~> 1.1)
|
47
|
-
arel (
|
48
|
-
builder (3.2.
|
49
|
-
concurrent-ruby (1.0.
|
50
|
-
|
51
|
-
globalid (0.
|
52
|
-
activesupport (>= 4.
|
53
|
-
i18n (0.
|
47
|
+
arel (8.0.0)
|
48
|
+
builder (3.2.3)
|
49
|
+
concurrent-ruby (1.0.5)
|
50
|
+
erubi (1.6.0)
|
51
|
+
globalid (0.4.0)
|
52
|
+
activesupport (>= 4.2.0)
|
53
|
+
i18n (0.8.4)
|
54
54
|
loofah (2.0.3)
|
55
55
|
nokogiri (>= 1.5.9)
|
56
|
-
mail (2.6.
|
56
|
+
mail (2.6.5)
|
57
57
|
mime-types (>= 1.16, < 4)
|
58
58
|
method_source (0.8.2)
|
59
59
|
mime-types (3.1)
|
@@ -61,48 +61,48 @@ GEM
|
|
61
61
|
mime-types-data (3.2016.0521)
|
62
62
|
mini_portile2 (2.1.0)
|
63
63
|
minitest (5.9.1)
|
64
|
-
nio4r (
|
65
|
-
nokogiri (1.
|
64
|
+
nio4r (2.0.0)
|
65
|
+
nokogiri (1.7.2)
|
66
66
|
mini_portile2 (~> 2.1.0)
|
67
|
-
rack (2.0.
|
67
|
+
rack (2.0.3)
|
68
68
|
rack-test (0.6.3)
|
69
69
|
rack (>= 1.0)
|
70
|
-
rails (5.
|
71
|
-
actioncable (= 5.
|
72
|
-
actionmailer (= 5.
|
73
|
-
actionpack (= 5.
|
74
|
-
actionview (= 5.
|
75
|
-
activejob (= 5.
|
76
|
-
activemodel (= 5.
|
77
|
-
activerecord (= 5.
|
78
|
-
activesupport (= 5.
|
70
|
+
rails (5.1.1)
|
71
|
+
actioncable (= 5.1.1)
|
72
|
+
actionmailer (= 5.1.1)
|
73
|
+
actionpack (= 5.1.1)
|
74
|
+
actionview (= 5.1.1)
|
75
|
+
activejob (= 5.1.1)
|
76
|
+
activemodel (= 5.1.1)
|
77
|
+
activerecord (= 5.1.1)
|
78
|
+
activesupport (= 5.1.1)
|
79
79
|
bundler (>= 1.3.0, < 2.0)
|
80
|
-
railties (= 5.
|
80
|
+
railties (= 5.1.1)
|
81
81
|
sprockets-rails (>= 2.0.0)
|
82
|
-
rails-dom-testing (2.0.
|
83
|
-
activesupport (>= 4.2.0
|
84
|
-
nokogiri (
|
82
|
+
rails-dom-testing (2.0.3)
|
83
|
+
activesupport (>= 4.2.0)
|
84
|
+
nokogiri (>= 1.6)
|
85
85
|
rails-html-sanitizer (1.0.3)
|
86
86
|
loofah (~> 2.0)
|
87
|
-
railties (5.
|
88
|
-
actionpack (= 5.
|
89
|
-
activesupport (= 5.
|
87
|
+
railties (5.1.1)
|
88
|
+
actionpack (= 5.1.1)
|
89
|
+
activesupport (= 5.1.1)
|
90
90
|
method_source
|
91
91
|
rake (>= 0.8.7)
|
92
92
|
thor (>= 0.18.1, < 2.0)
|
93
93
|
rake (10.5.0)
|
94
|
-
sprockets (3.7.
|
94
|
+
sprockets (3.7.1)
|
95
95
|
concurrent-ruby (~> 1.0)
|
96
96
|
rack (> 1, < 3)
|
97
97
|
sprockets-rails (3.2.0)
|
98
98
|
actionpack (>= 4.0)
|
99
99
|
activesupport (>= 4.0)
|
100
100
|
sprockets (>= 3.0.0)
|
101
|
-
thor (0.19.
|
102
|
-
thread_safe (0.3.
|
103
|
-
tzinfo (1.2.
|
101
|
+
thor (0.19.4)
|
102
|
+
thread_safe (0.3.6)
|
103
|
+
tzinfo (1.2.3)
|
104
104
|
thread_safe (~> 0.1)
|
105
|
-
websocket-driver (0.6.
|
105
|
+
websocket-driver (0.6.5)
|
106
106
|
websocket-extensions (>= 0.1.0)
|
107
107
|
websocket-extensions (0.1.2)
|
108
108
|
|
@@ -113,7 +113,7 @@ DEPENDENCIES
|
|
113
113
|
bundler (~> 1.10)
|
114
114
|
camel_patrol!
|
115
115
|
minitest
|
116
|
-
rails (~> 5.
|
116
|
+
rails (~> 5.1)
|
117
117
|
rake (~> 10.0)
|
118
118
|
|
119
119
|
BUNDLED WITH
|
data/camel_patrol.gemspec
CHANGED
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test)/}) }
|
18
18
|
spec.require_paths = ["lib"]
|
19
19
|
|
20
|
-
spec.add_dependency "railties", ">= 4.1.0", "<
|
20
|
+
spec.add_dependency "railties", ">= 4.1.0", "< 6.0"
|
21
21
|
|
22
22
|
spec.add_development_dependency "bundler", "~> 1.10"
|
23
23
|
spec.add_development_dependency "rake", "~> 10.0"
|
data/lib/camel_patrol/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: camel_patrol
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bernardo Farah
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-06-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: 4.1.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: '
|
22
|
+
version: '6.0'
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: 4.1.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: '
|
32
|
+
version: '6.0'
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: bundler
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|