evil_utils 0.0.9 → 0.0.11

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: c154e8aeb9d81ee17c855d78f6fa129d8f8da680
4
- data.tar.gz: 4436fb5b1dff0ac1451c278df31d43e01945a6a4
3
+ metadata.gz: 367d8ab1e23f2e476dd9e58f910145077c78a45e
4
+ data.tar.gz: 4d18a397493617d17420af8850ebb561170876ab
5
5
  SHA512:
6
- metadata.gz: abd73cebec70299b9778ed971b273647790f522a652fdba5a433e69d749d48528e1abd55c1cace7aac47677e391eac6275b67fdf59f5623ed8e6c74fa92e02f6
7
- data.tar.gz: 094615dfaf6fd9bb47ec35d075807ae4b4436c4a39ab02297da7724e675a902a799b3e02785b11bfbceaf5d9e576e88348f5849b2d4db07349ede5591a90f2c7
6
+ metadata.gz: b06593e311a7a76bb8025331d9a8c9e28946ce202a48e8acf8ed4ec765f6ea11735f1d4d5247bcc65b74907ce78a8b2207b75e3153dc21d2a943e384a9e3917e
7
+ data.tar.gz: 8625e0623bc4461bb120b021d21ceb694a57efdae3d214eeca2109a2376258b58cd8f5ceebd6cd83db8c2a3a9402534a146ee7f8398270bdca2a9cfb30ac83b5
data/Gemfile CHANGED
@@ -16,6 +16,6 @@ end
16
16
 
17
17
  gem 'rspec', '~> 3.0'
18
18
  gem 'rspec-rails', '~> 3.0'
19
- gem 'rails', '~> 4.0'
19
+ gem 'rails', '~> 4.2'
20
20
  gem 'shoulda-matchers', '~> 2.5'
21
- gem 'responders', '~> 1'
21
+ gem 'responders', '~> 2'
data/Gemfile.lock CHANGED
@@ -1,53 +1,66 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- actionmailer (4.0.2)
5
- actionpack (= 4.0.2)
6
- mail (~> 2.5.4)
7
- actionpack (4.0.2)
8
- activesupport (= 4.0.2)
9
- builder (~> 3.1.0)
10
- erubis (~> 2.7.0)
11
- rack (~> 1.5.2)
4
+ actionmailer (4.2.1)
5
+ actionpack (= 4.2.1)
6
+ actionview (= 4.2.1)
7
+ activejob (= 4.2.1)
8
+ mail (~> 2.5, >= 2.5.4)
9
+ rails-dom-testing (~> 1.0, >= 1.0.5)
10
+ actionpack (4.2.1)
11
+ actionview (= 4.2.1)
12
+ activesupport (= 4.2.1)
13
+ rack (~> 1.6)
12
14
  rack-test (~> 0.6.2)
13
- activemodel (4.0.2)
14
- activesupport (= 4.0.2)
15
- builder (~> 3.1.0)
16
- activerecord (4.0.2)
17
- activemodel (= 4.0.2)
18
- activerecord-deprecated_finders (~> 1.0.2)
19
- activesupport (= 4.0.2)
20
- arel (~> 4.0.0)
21
- activerecord-deprecated_finders (1.0.3)
22
- activesupport (4.0.2)
23
- i18n (~> 0.6, >= 0.6.4)
24
- minitest (~> 4.2)
25
- multi_json (~> 1.3)
26
- thread_safe (~> 0.1)
27
- tzinfo (~> 0.3.37)
28
- addressable (2.3.5)
29
- arel (4.0.1)
30
- atomic (1.1.14)
31
- builder (3.1.4)
32
- descendants_tracker (0.0.3)
15
+ rails-dom-testing (~> 1.0, >= 1.0.5)
16
+ rails-html-sanitizer (~> 1.0, >= 1.0.1)
17
+ actionview (4.2.1)
18
+ activesupport (= 4.2.1)
19
+ builder (~> 3.1)
20
+ erubis (~> 2.7.0)
21
+ rails-dom-testing (~> 1.0, >= 1.0.5)
22
+ rails-html-sanitizer (~> 1.0, >= 1.0.1)
23
+ activejob (4.2.1)
24
+ activesupport (= 4.2.1)
25
+ globalid (>= 0.3.0)
26
+ activemodel (4.2.1)
27
+ activesupport (= 4.2.1)
28
+ builder (~> 3.1)
29
+ activerecord (4.2.1)
30
+ activemodel (= 4.2.1)
31
+ activesupport (= 4.2.1)
32
+ arel (~> 6.0)
33
+ activesupport (4.2.1)
34
+ i18n (~> 0.7)
35
+ json (~> 1.7, >= 1.7.7)
36
+ minitest (~> 5.1)
37
+ thread_safe (~> 0.3, >= 0.3.4)
38
+ tzinfo (~> 1.1)
39
+ addressable (2.3.7)
40
+ arel (6.0.0)
41
+ builder (3.2.2)
42
+ descendants_tracker (0.0.4)
43
+ thread_safe (~> 0.3, >= 0.3.1)
33
44
  diff-lcs (1.2.5)
34
- docile (1.1.2)
45
+ docile (1.1.5)
35
46
  erubis (2.7.0)
36
- faraday (0.9.0)
47
+ faraday (0.9.1)
37
48
  multipart-post (>= 1.2, < 3)
38
- git (1.2.6)
39
- github_api (0.11.1)
49
+ git (1.2.9.1)
50
+ github_api (0.12.3)
40
51
  addressable (~> 2.3)
41
- descendants_tracker (~> 0.0.1)
52
+ descendants_tracker (~> 0.0.4)
42
53
  faraday (~> 0.8, < 0.10)
43
- hashie (>= 1.2)
54
+ hashie (>= 3.3)
44
55
  multi_json (>= 1.7.5, < 2.0)
45
- nokogiri (~> 1.6.0)
56
+ nokogiri (~> 1.6.3)
46
57
  oauth2
47
- hashie (2.0.5)
48
- highline (1.6.20)
58
+ globalid (0.3.3)
59
+ activesupport (>= 4.1.0)
60
+ hashie (3.4.0)
61
+ highline (1.7.1)
49
62
  hike (1.2.3)
50
- i18n (0.6.9)
63
+ i18n (0.7.0)
51
64
  jeweler (2.0.1)
52
65
  builder
53
66
  bundler (>= 1.0)
@@ -57,97 +70,105 @@ GEM
57
70
  nokogiri (>= 1.5.10)
58
71
  rake
59
72
  rdoc
60
- json (1.8.1)
61
- jwt (0.1.11)
62
- multi_json (>= 1.5)
63
- mail (2.5.4)
64
- mime-types (~> 1.16)
65
- treetop (~> 1.4.8)
66
- mime-types (1.25.1)
67
- mini_portile (0.5.2)
68
- minitest (4.7.5)
69
- multi_json (1.8.4)
73
+ json (1.8.2)
74
+ jwt (1.4.1)
75
+ loofah (2.0.1)
76
+ nokogiri (>= 1.5.9)
77
+ mail (2.6.3)
78
+ mime-types (>= 1.16, < 3)
79
+ mime-types (2.4.3)
80
+ mini_portile (0.6.2)
81
+ minitest (5.5.1)
82
+ multi_json (1.11.0)
70
83
  multi_xml (0.5.5)
71
84
  multipart-post (2.0.0)
72
- nokogiri (1.6.1)
73
- mini_portile (~> 0.5.0)
74
- oauth2 (0.9.3)
85
+ nokogiri (1.6.6.2)
86
+ mini_portile (~> 0.6.0)
87
+ oauth2 (1.0.0)
75
88
  faraday (>= 0.8, < 0.10)
76
- jwt (~> 0.1.8)
89
+ jwt (~> 1.0)
77
90
  multi_json (~> 1.3)
78
91
  multi_xml (~> 0.5)
79
92
  rack (~> 1.2)
80
- polyglot (0.3.3)
81
- rack (1.5.2)
82
- rack-test (0.6.2)
93
+ rack (1.6.0)
94
+ rack-test (0.6.3)
83
95
  rack (>= 1.0)
84
- rails (4.0.2)
85
- actionmailer (= 4.0.2)
86
- actionpack (= 4.0.2)
87
- activerecord (= 4.0.2)
88
- activesupport (= 4.0.2)
96
+ rails (4.2.1)
97
+ actionmailer (= 4.2.1)
98
+ actionpack (= 4.2.1)
99
+ actionview (= 4.2.1)
100
+ activejob (= 4.2.1)
101
+ activemodel (= 4.2.1)
102
+ activerecord (= 4.2.1)
103
+ activesupport (= 4.2.1)
89
104
  bundler (>= 1.3.0, < 2.0)
90
- railties (= 4.0.2)
91
- sprockets-rails (~> 2.0.0)
92
- railties (4.0.2)
93
- actionpack (= 4.0.2)
94
- activesupport (= 4.0.2)
105
+ railties (= 4.2.1)
106
+ sprockets-rails
107
+ rails-deprecated_sanitizer (1.0.3)
108
+ activesupport (>= 4.2.0.alpha)
109
+ rails-dom-testing (1.0.6)
110
+ activesupport (>= 4.2.0.beta, < 5.0)
111
+ nokogiri (~> 1.6.0)
112
+ rails-deprecated_sanitizer (>= 1.0.1)
113
+ rails-html-sanitizer (1.0.2)
114
+ loofah (~> 2.0)
115
+ railties (4.2.1)
116
+ actionpack (= 4.2.1)
117
+ activesupport (= 4.2.1)
95
118
  rake (>= 0.8.7)
96
119
  thor (>= 0.18.1, < 2.0)
97
- rake (10.1.1)
120
+ rake (10.4.2)
98
121
  rdoc (3.12.2)
99
122
  json (~> 1.4)
100
- responders (1.0.0)
101
- railties (>= 3.2, < 5)
102
- rspec (3.0.0)
103
- rspec-core (~> 3.0.0)
104
- rspec-expectations (~> 3.0.0)
105
- rspec-mocks (~> 3.0.0)
106
- rspec-core (3.0.2)
107
- rspec-support (~> 3.0.0)
108
- rspec-expectations (3.0.2)
123
+ responders (2.1.0)
124
+ railties (>= 4.2.0, < 5)
125
+ rspec (3.2.0)
126
+ rspec-core (~> 3.2.0)
127
+ rspec-expectations (~> 3.2.0)
128
+ rspec-mocks (~> 3.2.0)
129
+ rspec-core (3.2.2)
130
+ rspec-support (~> 3.2.0)
131
+ rspec-expectations (3.2.0)
109
132
  diff-lcs (>= 1.2.0, < 2.0)
110
- rspec-support (~> 3.0.0)
111
- rspec-mocks (3.0.2)
112
- rspec-support (~> 3.0.0)
113
- rspec-rails (3.0.1)
114
- actionpack (>= 3.0)
115
- activesupport (>= 3.0)
116
- railties (>= 3.0)
117
- rspec-core (~> 3.0.0)
118
- rspec-expectations (~> 3.0.0)
119
- rspec-mocks (~> 3.0.0)
120
- rspec-support (~> 3.0.0)
121
- rspec-support (3.0.2)
133
+ rspec-support (~> 3.2.0)
134
+ rspec-mocks (3.2.1)
135
+ diff-lcs (>= 1.2.0, < 2.0)
136
+ rspec-support (~> 3.2.0)
137
+ rspec-rails (3.2.1)
138
+ actionpack (>= 3.0, < 4.3)
139
+ activesupport (>= 3.0, < 4.3)
140
+ railties (>= 3.0, < 4.3)
141
+ rspec-core (~> 3.2.0)
142
+ rspec-expectations (~> 3.2.0)
143
+ rspec-mocks (~> 3.2.0)
144
+ rspec-support (~> 3.2.0)
145
+ rspec-support (3.2.2)
122
146
  shoulda (3.5.0)
123
147
  shoulda-context (~> 1.0, >= 1.0.1)
124
148
  shoulda-matchers (>= 1.4.1, < 3.0)
125
- shoulda-context (1.1.6)
126
- shoulda-matchers (2.5.0)
149
+ shoulda-context (1.2.1)
150
+ shoulda-matchers (2.8.0)
127
151
  activesupport (>= 3.0.0)
128
- simplecov (0.8.2)
152
+ simplecov (0.9.2)
129
153
  docile (~> 1.1.0)
130
- multi_json
131
- simplecov-html (~> 0.8.0)
132
- simplecov-html (0.8.0)
133
- sprockets (2.10.1)
154
+ multi_json (~> 1.0)
155
+ simplecov-html (~> 0.9.0)
156
+ simplecov-html (0.9.0)
157
+ sprockets (2.12.3)
134
158
  hike (~> 1.2)
135
159
  multi_json (~> 1.0)
136
160
  rack (~> 1.0)
137
161
  tilt (~> 1.1, != 1.3.0)
138
- sprockets-rails (2.0.1)
162
+ sprockets-rails (2.2.4)
139
163
  actionpack (>= 3.0)
140
164
  activesupport (>= 3.0)
141
- sprockets (~> 2.8)
142
- thor (0.18.1)
143
- thread_safe (0.1.3)
144
- atomic
165
+ sprockets (>= 2.8, < 4.0)
166
+ thor (0.19.1)
167
+ thread_safe (0.3.5)
145
168
  tilt (1.4.1)
146
- treetop (1.4.15)
147
- polyglot
148
- polyglot (>= 0.3.1)
149
- tzinfo (0.3.38)
150
- yard (0.8.7.3)
169
+ tzinfo (1.2.2)
170
+ thread_safe (~> 0.1)
171
+ yard (0.8.7.6)
151
172
 
152
173
  PLATFORMS
153
174
  ruby
@@ -155,9 +176,9 @@ PLATFORMS
155
176
  DEPENDENCIES
156
177
  bundler (~> 1.0)
157
178
  jeweler (~> 2.0.1)
158
- rails (~> 4.0)
179
+ rails (~> 4.2)
159
180
  rdoc (~> 3.12)
160
- responders (~> 1)
181
+ responders (~> 2)
161
182
  rspec (~> 3.0)
162
183
  rspec-rails (~> 3.0)
163
184
  shoulda
data/evil_utils.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: evil_utils 0.0.9 ruby lib
5
+ # stub: evil_utils 0.0.11 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "evil_utils"
9
- s.version = "0.0.9"
9
+ s.version = "0.0.11"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -48,9 +48,9 @@ Gem::Specification.new do |s|
48
48
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
49
49
  s.add_runtime_dependency(%q<rspec>, ["~> 3.0"])
50
50
  s.add_runtime_dependency(%q<rspec-rails>, ["~> 3.0"])
51
- s.add_runtime_dependency(%q<rails>, ["~> 4.0"])
51
+ s.add_runtime_dependency(%q<rails>, ["~> 4.2"])
52
52
  s.add_runtime_dependency(%q<shoulda-matchers>, ["~> 2.5"])
53
- s.add_runtime_dependency(%q<responders>, ["~> 1"])
53
+ s.add_runtime_dependency(%q<responders>, ["~> 2"])
54
54
  s.add_development_dependency(%q<shoulda>, [">= 0"])
55
55
  s.add_development_dependency(%q<yard>, ["~> 0.7"])
56
56
  s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
@@ -60,9 +60,9 @@ Gem::Specification.new do |s|
60
60
  else
61
61
  s.add_dependency(%q<rspec>, ["~> 3.0"])
62
62
  s.add_dependency(%q<rspec-rails>, ["~> 3.0"])
63
- s.add_dependency(%q<rails>, ["~> 4.0"])
63
+ s.add_dependency(%q<rails>, ["~> 4.2"])
64
64
  s.add_dependency(%q<shoulda-matchers>, ["~> 2.5"])
65
- s.add_dependency(%q<responders>, ["~> 1"])
65
+ s.add_dependency(%q<responders>, ["~> 2"])
66
66
  s.add_dependency(%q<shoulda>, [">= 0"])
67
67
  s.add_dependency(%q<yard>, ["~> 0.7"])
68
68
  s.add_dependency(%q<rdoc>, ["~> 3.12"])
@@ -73,9 +73,9 @@ Gem::Specification.new do |s|
73
73
  else
74
74
  s.add_dependency(%q<rspec>, ["~> 3.0"])
75
75
  s.add_dependency(%q<rspec-rails>, ["~> 3.0"])
76
- s.add_dependency(%q<rails>, ["~> 4.0"])
76
+ s.add_dependency(%q<rails>, ["~> 4.2"])
77
77
  s.add_dependency(%q<shoulda-matchers>, ["~> 2.5"])
78
- s.add_dependency(%q<responders>, ["~> 1"])
78
+ s.add_dependency(%q<responders>, ["~> 2"])
79
79
  s.add_dependency(%q<shoulda>, [">= 0"])
80
80
  s.add_dependency(%q<yard>, ["~> 0.7"])
81
81
  s.add_dependency(%q<rdoc>, ["~> 3.12"])
@@ -2,7 +2,7 @@ class EvilUtils
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- PATCH = 9
5
+ PATCH = 11
6
6
 
7
7
  STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: evil_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zhi-Qiang Lei
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '4.0'
47
+ version: '4.2'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '4.0'
54
+ version: '4.2'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: shoulda-matchers
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '1'
75
+ version: '2'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '1'
82
+ version: '2'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: shoulda
85
85
  requirement: !ruby/object:Gem::Requirement