camel_patrol 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7069a2551a3b939b3d53adb9f25acb8b68815a52
4
- data.tar.gz: 9bbe9081f0957fbfc977ea99f4fa245cb4aec679
3
+ metadata.gz: 8abbeccb4a93a63ccd59fc06874e93db09a7033c
4
+ data.tar.gz: 749738795d07e1461a760a778a3acaa984ff5a08
5
5
  SHA512:
6
- metadata.gz: b39a003745d7ae5f02c05ee707ee7003d0d0a1f8273c711ead03d0da8fae9feacb6264981ec2489d529cc9988a0b25b3d91cbb9a040a0fe193e09730fb39437d
7
- data.tar.gz: 07345b967978804a0542da7fbe4530a8c700bcf52f53a7bc37a139e00c3ef4d755d4826888cfd623df5f08365311d7370e2a1e8631c3e969ec603b7f77e90dab
6
+ metadata.gz: 561ebc978349e80f358e1b917b1e3c90ab9c9fd069b73a8cbf31d7ce27209762cc9834c0e0d770ac2a7378094a6ce91a6e78badedc5711ed26ee4e6b1c44e676
7
+ data.tar.gz: 6b38f5cdaeec9ff299130debd3c0249e9f57ba151ddb4380a20e5521a88b92414f5f7a84f87c83bf8ca24a3c71ea8040b73b7f32ed261db70ed634ab3a55049f
data/Gemfile CHANGED
@@ -3,4 +3,4 @@ source 'https://rubygems.org'
3
3
  # Specify your gem's dependencies in camel_patrol.gemspec
4
4
  gemspec
5
5
 
6
- gem 'rails', '~> 5.0.0'
6
+ gem 'rails', '~> 5.1'
data/Gemfile.lock CHANGED
@@ -1,59 +1,59 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- camel_patrol (1.0.0)
5
- railties (>= 4.1.0, < 5.1)
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.0.0.1)
11
- actionpack (= 5.0.0.1)
12
- nio4r (~> 1.2)
10
+ actioncable (5.1.1)
11
+ actionpack (= 5.1.1)
12
+ nio4r (~> 2.0)
13
13
  websocket-driver (~> 0.6.1)
14
- actionmailer (5.0.0.1)
15
- actionpack (= 5.0.0.1)
16
- actionview (= 5.0.0.1)
17
- activejob (= 5.0.0.1)
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.0.0.1)
21
- actionview (= 5.0.0.1)
22
- activesupport (= 5.0.0.1)
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.0.0.1)
28
- activesupport (= 5.0.0.1)
27
+ actionview (5.1.1)
28
+ activesupport (= 5.1.1)
29
29
  builder (~> 3.1)
30
- erubis (~> 2.7.0)
30
+ erubi (~> 1.4)
31
31
  rails-dom-testing (~> 2.0)
32
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
33
- activejob (5.0.0.1)
34
- activesupport (= 5.0.0.1)
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.0.0.1)
37
- activesupport (= 5.0.0.1)
38
- activerecord (5.0.0.1)
39
- activemodel (= 5.0.0.1)
40
- activesupport (= 5.0.0.1)
41
- arel (~> 7.0)
42
- activesupport (5.0.0.1)
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 (7.1.4)
48
- builder (3.2.2)
49
- concurrent-ruby (1.0.2)
50
- erubis (2.7.0)
51
- globalid (0.3.7)
52
- activesupport (>= 4.1.0)
53
- i18n (0.7.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.4)
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 (1.2.1)
65
- nokogiri (1.6.8.1)
64
+ nio4r (2.0.0)
65
+ nokogiri (1.7.2)
66
66
  mini_portile2 (~> 2.1.0)
67
- rack (2.0.1)
67
+ rack (2.0.3)
68
68
  rack-test (0.6.3)
69
69
  rack (>= 1.0)
70
- rails (5.0.0.1)
71
- actioncable (= 5.0.0.1)
72
- actionmailer (= 5.0.0.1)
73
- actionpack (= 5.0.0.1)
74
- actionview (= 5.0.0.1)
75
- activejob (= 5.0.0.1)
76
- activemodel (= 5.0.0.1)
77
- activerecord (= 5.0.0.1)
78
- activesupport (= 5.0.0.1)
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.0.0.1)
80
+ railties (= 5.1.1)
81
81
  sprockets-rails (>= 2.0.0)
82
- rails-dom-testing (2.0.1)
83
- activesupport (>= 4.2.0, < 6.0)
84
- nokogiri (~> 1.6.0)
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.0.0.1)
88
- actionpack (= 5.0.0.1)
89
- activesupport (= 5.0.0.1)
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.0)
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.1)
102
- thread_safe (0.3.5)
103
- tzinfo (1.2.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.4)
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.0.0)
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", "< 5.1"
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"
@@ -57,8 +57,8 @@ GIT
57
57
  PATH
58
58
  remote: ..
59
59
  specs:
60
- camel_patrol (1.0.0)
61
- railties (>= 4.1.0, < 5.1)
60
+ camel_patrol (1.0.1)
61
+ railties (>= 4.1.0, < 6.0)
62
62
 
63
63
  GEM
64
64
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module CamelPatrol
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.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: 2016-11-29 00:00:00.000000000 Z
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: '5.1'
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: '5.1'
32
+ version: '6.0'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: bundler
35
35
  requirement: !ruby/object:Gem::Requirement