active_touch 4.0.1 → 4.0.2

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: 278e04449bedbac94abd3ec87e96e7e84953138f
4
- data.tar.gz: 03a8835fa032bd2ba557ae8f2a2f0c460a20ba55
3
+ metadata.gz: a7e0db1a1b5627bb2087bc13a2595bdcf22d07c5
4
+ data.tar.gz: c39a8743b1b052470662bb26e60757732c9b50d9
5
5
  SHA512:
6
- metadata.gz: f4b2d73b1176a293d71cd326d4ff201100f6cb1c96c20413c82dc2792720744bf3eec5c7271c39eb5b6f8eda27a742a3206881c7a18a988b1a70f5ed93273fb3
7
- data.tar.gz: a8a3be1322bd7a9ec670d5315ba50414b30fd838a326175a2c00a7c927d53b132fedf3b913a51f1ab215cb41413bffbebd01a197dd85ca0094f45df11c36737b
6
+ metadata.gz: 6322af0a239dfefec0a981065ece1cb5cd9784b6918b7f9c99cb7274dd3285354bfa44eaf165ca631920ab94796344e7e5f4ce62ad5ab0ee9e738ec3577b76d5
7
+ data.tar.gz: 064cd261ef535f86ede481bfb9041d12d91aeafa630475cf975452643eff18db1be219563cacd6df359b905892a3eff338ba4f8559b8ef7a533bb6c8a9e1d21a
data/Gemfile.lock CHANGED
@@ -1,103 +1,112 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_touch (4.0.0)
5
- rails (~> 4.2)
4
+ active_touch (4.0.1)
5
+ rails (>= 4.0, < 6.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionmailer (4.2.5)
11
- actionpack (= 4.2.5)
12
- actionview (= 4.2.5)
13
- activejob (= 4.2.5)
10
+ actioncable (5.0.0)
11
+ actionpack (= 5.0.0)
12
+ nio4r (~> 1.2)
13
+ websocket-driver (~> 0.6.1)
14
+ actionmailer (5.0.0)
15
+ actionpack (= 5.0.0)
16
+ actionview (= 5.0.0)
17
+ activejob (= 5.0.0)
14
18
  mail (~> 2.5, >= 2.5.4)
15
- rails-dom-testing (~> 1.0, >= 1.0.5)
16
- actionpack (4.2.5)
17
- actionview (= 4.2.5)
18
- activesupport (= 4.2.5)
19
- rack (~> 1.6)
20
- rack-test (~> 0.6.2)
21
- rails-dom-testing (~> 1.0, >= 1.0.5)
19
+ rails-dom-testing (~> 2.0)
20
+ actionpack (5.0.0)
21
+ actionview (= 5.0.0)
22
+ activesupport (= 5.0.0)
23
+ rack (~> 2.0)
24
+ rack-test (~> 0.6.3)
25
+ rails-dom-testing (~> 2.0)
22
26
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
23
- actionview (4.2.5)
24
- activesupport (= 4.2.5)
27
+ actionview (5.0.0)
28
+ activesupport (= 5.0.0)
25
29
  builder (~> 3.1)
26
30
  erubis (~> 2.7.0)
27
- rails-dom-testing (~> 1.0, >= 1.0.5)
31
+ rails-dom-testing (~> 2.0)
28
32
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
- activejob (4.2.5)
30
- activesupport (= 4.2.5)
31
- globalid (>= 0.3.0)
32
- activemodel (4.2.5)
33
- activesupport (= 4.2.5)
34
- builder (~> 3.1)
35
- activerecord (4.2.5)
36
- activemodel (= 4.2.5)
37
- activesupport (= 4.2.5)
38
- arel (~> 6.0)
39
- activesupport (4.2.5)
33
+ activejob (5.0.0)
34
+ activesupport (= 5.0.0)
35
+ globalid (>= 0.3.6)
36
+ activemodel (5.0.0)
37
+ activesupport (= 5.0.0)
38
+ activerecord (5.0.0)
39
+ activemodel (= 5.0.0)
40
+ activesupport (= 5.0.0)
41
+ arel (~> 7.0)
42
+ activesupport (5.0.0)
43
+ concurrent-ruby (~> 1.0, >= 1.0.2)
40
44
  i18n (~> 0.7)
41
- json (~> 1.7, >= 1.7.7)
42
45
  minitest (~> 5.1)
43
- thread_safe (~> 0.3, >= 0.3.4)
44
46
  tzinfo (~> 1.1)
45
- arel (6.0.3)
47
+ arel (7.1.0)
46
48
  builder (3.2.2)
47
- concurrent-ruby (1.0.1)
49
+ concurrent-ruby (1.0.2)
48
50
  erubis (2.7.0)
49
51
  globalid (0.3.6)
50
52
  activesupport (>= 4.1.0)
51
53
  i18n (0.7.0)
52
- json (1.8.3)
53
54
  loofah (2.0.3)
54
55
  nokogiri (>= 1.5.9)
55
- mail (2.6.3)
56
- mime-types (>= 1.16, < 3)
57
- mime-types (2.99)
58
- mini_portile2 (2.0.0)
59
- minitest (5.8.4)
60
- nokogiri (1.6.7)
61
- mini_portile2 (~> 2.0.0.rc2)
62
- rack (1.6.4)
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.9.0)
64
+ nio4r (1.2.1)
65
+ nokogiri (1.6.8)
66
+ mini_portile2 (~> 2.1.0)
67
+ pkg-config (~> 1.1.7)
68
+ pkg-config (1.1.7)
69
+ rack (2.0.1)
63
70
  rack-test (0.6.3)
64
71
  rack (>= 1.0)
65
- rails (4.2.5)
66
- actionmailer (= 4.2.5)
67
- actionpack (= 4.2.5)
68
- actionview (= 4.2.5)
69
- activejob (= 4.2.5)
70
- activemodel (= 4.2.5)
71
- activerecord (= 4.2.5)
72
- activesupport (= 4.2.5)
72
+ rails (5.0.0)
73
+ actioncable (= 5.0.0)
74
+ actionmailer (= 5.0.0)
75
+ actionpack (= 5.0.0)
76
+ actionview (= 5.0.0)
77
+ activejob (= 5.0.0)
78
+ activemodel (= 5.0.0)
79
+ activerecord (= 5.0.0)
80
+ activesupport (= 5.0.0)
73
81
  bundler (>= 1.3.0, < 2.0)
74
- railties (= 4.2.5)
75
- sprockets-rails
76
- rails-deprecated_sanitizer (1.0.3)
77
- activesupport (>= 4.2.0.alpha)
78
- rails-dom-testing (1.0.7)
79
- activesupport (>= 4.2.0.beta, < 5.0)
82
+ railties (= 5.0.0)
83
+ sprockets-rails (>= 2.0.0)
84
+ rails-dom-testing (2.0.1)
85
+ activesupport (>= 4.2.0, < 6.0)
80
86
  nokogiri (~> 1.6.0)
81
- rails-deprecated_sanitizer (>= 1.0.1)
82
- rails-html-sanitizer (1.0.2)
87
+ rails-html-sanitizer (1.0.3)
83
88
  loofah (~> 2.0)
84
- railties (4.2.5)
85
- actionpack (= 4.2.5)
86
- activesupport (= 4.2.5)
89
+ railties (5.0.0)
90
+ actionpack (= 5.0.0)
91
+ activesupport (= 5.0.0)
92
+ method_source
87
93
  rake (>= 0.8.7)
88
94
  thor (>= 0.18.1, < 2.0)
89
95
  rake (10.4.2)
90
- sprockets (3.5.2)
96
+ sprockets (3.7.0)
91
97
  concurrent-ruby (~> 1.0)
92
98
  rack (> 1, < 3)
93
- sprockets-rails (2.3.3)
94
- actionpack (>= 3.0)
95
- activesupport (>= 3.0)
96
- sprockets (>= 2.8, < 4.0)
99
+ sprockets-rails (3.1.1)
100
+ actionpack (>= 4.0)
101
+ activesupport (>= 4.0)
102
+ sprockets (>= 3.0.0)
97
103
  thor (0.19.1)
98
104
  thread_safe (0.3.5)
99
105
  tzinfo (1.2.2)
100
106
  thread_safe (~> 0.1)
107
+ websocket-driver (0.6.4)
108
+ websocket-extensions (>= 0.1.0)
109
+ websocket-extensions (0.1.2)
101
110
 
102
111
  PLATFORMS
103
112
  ruby
@@ -108,4 +117,4 @@ DEPENDENCIES
108
117
  rake (~> 10.0)
109
118
 
110
119
  BUNDLED WITH
111
- 1.10.6
120
+ 1.12.5
data/active_touch.gemspec CHANGED
@@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
22
22
  spec.add_development_dependency 'bundler', '~> 1.10'
23
23
  spec.add_development_dependency 'rake', '~> 10.0'
24
24
 
25
- spec.add_dependency 'rails', '~> 4.2'
25
+ spec.add_dependency 'rails', '>= 4.0', '< 6.0'
26
26
  end
@@ -1,3 +1,3 @@
1
1
  module ActiveTouch
2
- VERSION = '4.0.1'
2
+ VERSION = '4.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_touch
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1
4
+ version: 4.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Pheasey
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-06 00:00:00.000000000 Z
11
+ date: 2016-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -42,16 +42,22 @@ dependencies:
42
42
  name: rails
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '4.0'
48
+ - - "<"
46
49
  - !ruby/object:Gem::Version
47
- version: '4.2'
50
+ version: '6.0'
48
51
  type: :runtime
49
52
  prerelease: false
50
53
  version_requirements: !ruby/object:Gem::Requirement
51
54
  requirements:
52
- - - "~>"
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: '4.0'
58
+ - - "<"
53
59
  - !ruby/object:Gem::Version
54
- version: '4.2'
60
+ version: '6.0'
55
61
  description: Touch specific associations when specific attributes change. Call an
56
62
  optional method on those touched records. Perform the touch synchronously or asynchronously.
57
63
  email:
@@ -100,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
106
  version: '0'
101
107
  requirements: []
102
108
  rubyforge_project:
103
- rubygems_version: 2.4.6
109
+ rubygems_version: 2.4.8
104
110
  signing_key:
105
111
  specification_version: 4
106
112
  summary: A more robust touch for ActiveRecord associations.