ndd-rspec 1.1.1 → 1.1.2

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: 85f1e6df0b3216b82254b69ef321b40008f3dfa7
4
- data.tar.gz: 91b393250e0662a53d9f7c84a0ce4eb252e4e175
3
+ metadata.gz: f1a9bf838319f743f0d510c8d245a4c22a2b0a12
4
+ data.tar.gz: cac3a557d43dc3e55594cacfc5452a9cc0a53ed1
5
5
  SHA512:
6
- metadata.gz: cf385cc5de5f8522bfee36b95d5a0b3368a3e2111fa7acf5cd728d9c0495cc0df5fc3e11c59db950df3943b53044bb4cbfda5735e92b37f199862ff492a2496e
7
- data.tar.gz: 3e2cb73a6696da2fab10b99524fb51c9b6caf37218a30244a5d4c4f72e47ac021b2bea877024d0de83c443bfe0fb7f9566890584e5608e657b6c42f94343972f
6
+ metadata.gz: fc0f7ece221e305b2801bab2b8533ecce8e1fa63a9e80faf736f592d0664eaf9a19f6f5311b52a785eaa29408155c5ae0fbba7976420709c5c3bbaf5f3c6753f
7
+ data.tar.gz: c26ccd336525beee3f29d9245e7e796d9c30383671813f2c375d39dc7da7904df2de1d2784fec9a568520703464bf6a2bb5f74e0df96b5a536d2f0ffe03a803a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # NDD RSpec changelog
2
2
 
3
+ ## Version 1.1.2
4
+
5
+ - Updated dependencies to fix security alerts
6
+
3
7
  ## Version 1.1.1
4
8
 
5
9
  - Updated dependencies to fix security alerts
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- addressable (2.3.8)
4
+ addressable (2.4.0)
5
5
  builder (3.2.2)
6
- childprocess (0.5.8)
6
+ childprocess (0.5.9)
7
7
  ffi (~> 1.0, >= 1.0.11)
8
8
  codeclimate-test-reporter (0.4.8)
9
9
  simplecov (>= 0.7.1, < 1.0.0)
@@ -17,13 +17,12 @@ GEM
17
17
  ffi (1.9.10)
18
18
  formatador (0.2.5)
19
19
  git (1.2.9.1)
20
- github_api (0.13.0)
21
- addressable (~> 2.3)
20
+ github_api (0.13.1)
21
+ addressable (~> 2.4.0)
22
22
  descendants_tracker (~> 0.0.4)
23
23
  faraday (~> 0.8, < 0.10)
24
24
  hashie (>= 3.4)
25
25
  multi_json (>= 1.7.5, < 2.0)
26
- nokogiri (~> 1.6.6)
27
26
  oauth2
28
27
  guard (2.13.0)
29
28
  formatador (>= 0.2.4)
@@ -66,15 +65,15 @@ GEM
66
65
  listen (3.0.5)
67
66
  rb-fsevent (>= 0.9.3)
68
67
  rb-inotify (>= 0.9)
69
- lumberjack (1.0.9)
68
+ lumberjack (1.0.10)
70
69
  method_source (0.8.2)
71
- mini_portile (0.6.2)
70
+ mini_portile2 (2.0.0)
72
71
  multi_json (1.11.2)
73
72
  multi_xml (0.5.5)
74
73
  multipart-post (2.0.0)
75
74
  nenv (0.2.0)
76
- nokogiri (1.6.6.4)
77
- mini_portile (~> 0.6.0)
75
+ nokogiri (1.6.7.1)
76
+ mini_portile2 (~> 2.0.0.rc2)
78
77
  notiffany (0.0.8)
79
78
  nenv (~> 0.1)
80
79
  shellany (~> 0.0)
@@ -90,10 +89,11 @@ GEM
90
89
  slop (~> 3.4)
91
90
  rack (1.6.4)
92
91
  rake (10.4.2)
93
- rb-fsevent (0.9.6)
92
+ rb-fsevent (0.9.7)
94
93
  rb-inotify (0.9.5)
95
94
  ffi (>= 0.5.0)
96
- rdoc (4.2.0)
95
+ rdoc (4.2.1)
96
+ json (~> 1.4)
97
97
  rspec (3.4.0)
98
98
  rspec-core (~> 3.4.0)
99
99
  rspec-expectations (~> 3.4.0)
@@ -108,7 +108,7 @@ GEM
108
108
  rspec-support (~> 3.4.0)
109
109
  rspec-support (3.4.1)
110
110
  shellany (0.0.1)
111
- simplecov (0.10.0)
111
+ simplecov (0.11.1)
112
112
  docile (~> 1.1.0)
113
113
  json (~> 1.8)
114
114
  simplecov-html (~> 0.10.0)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.1
1
+ 1.1.2
data/ndd-rspec.gemspec CHANGED
@@ -2,16 +2,16 @@
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: ndd-rspec 1.1.1 ruby lib
5
+ # stub: ndd-rspec 1.1.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "ndd-rspec"
9
- s.version = "1.1.1"
9
+ s.version = "1.1.2"
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"]
13
13
  s.authors = ["David DIDIER"]
14
- s.date = "2015-11-26"
14
+ s.date = "2016-01-08"
15
15
  s.description = "RSpec utilities"
16
16
  s.email = "c_inconnu2@yahoo.fr"
17
17
  s.extra_rdoc_files = [
@@ -43,7 +43,7 @@ Gem::Specification.new do |s|
43
43
  ]
44
44
  s.homepage = "http://github.com/ddidier/ndd-rspec"
45
45
  s.licenses = ["MIT"]
46
- s.rubygems_version = "2.4.8"
46
+ s.rubygems_version = "2.5.0"
47
47
  s.summary = "RSpec utilities"
48
48
 
49
49
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ndd-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David DIDIER
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-26 00:00:00.000000000 Z
11
+ date: 2016-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -241,7 +241,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
241
241
  version: '0'
242
242
  requirements: []
243
243
  rubyforge_project:
244
- rubygems_version: 2.4.8
244
+ rubygems_version: 2.5.0
245
245
  signing_key:
246
246
  specification_version: 4
247
247
  summary: RSpec utilities