radius-spec 0.2.1 → 0.3.0

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.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Radius
4
4
  module Spec
5
- VERSION = "0.2.1"
5
+ VERSION = "0.3.0"
6
6
  end
7
7
  end
data/radius-spec.gemspec CHANGED
@@ -31,6 +31,7 @@ Gem::Specification.new do |spec|
31
31
  spec.required_ruby_version = ">= 2.5"
32
32
 
33
33
  spec.add_runtime_dependency "rspec", "~> 3.7"
34
+ spec.add_runtime_dependency "rubocop", "~> 0.57.0"
34
35
 
35
36
  spec.add_development_dependency "bundler", "~> 1.16"
36
37
  spec.add_development_dependency "rake", "~> 12.0"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radius-spec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Radius Networks
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2018-05-17 00:00:00.000000000 Z
12
+ date: 2018-06-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -25,6 +25,20 @@ dependencies:
25
25
  - - "~>"
26
26
  - !ruby/object:Gem::Version
27
27
  version: '3.7'
28
+ - !ruby/object:Gem::Dependency
29
+ name: rubocop
30
+ requirement: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - "~>"
33
+ - !ruby/object:Gem::Version
34
+ version: 0.57.0
35
+ type: :runtime
36
+ prerelease: false
37
+ version_requirements: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - "~>"
40
+ - !ruby/object:Gem::Version
41
+ version: 0.57.0
28
42
  - !ruby/object:Gem::Dependency
29
43
  name: bundler
30
44
  requirement: !ruby/object:Gem::Requirement
@@ -71,7 +85,24 @@ files:
71
85
  - LICENSE.txt
72
86
  - README.md
73
87
  - Rakefile
88
+ - benchmarks/bm_setup.rb
89
+ - benchmarks/call_vs_yield.rb
90
+ - benchmarks/case_equality_vs_class_check.rb
91
+ - benchmarks/cover_vs_include.rb
92
+ - benchmarks/delete_vs_tr.rb
93
+ - benchmarks/double_negation.rb
94
+ - benchmarks/empty_literal.rb
95
+ - benchmarks/format_string.rb
96
+ - benchmarks/format_string_token.rb
97
+ - benchmarks/gsub_vs_tr.rb
98
+ - benchmarks/hash_merge.rb
99
+ - benchmarks/kwargs.rb
100
+ - benchmarks/max_ternary.rb
101
+ - benchmarks/max_ternary_micro.rb
102
+ - benchmarks/unfreeze_string.rb
103
+ - benchmarks/unpack_first.rb
74
104
  - bin/ci
105
+ - bin/ci-code-review
75
106
  - bin/console
76
107
  - bin/pry
77
108
  - bin/rake
@@ -93,8 +124,8 @@ licenses:
93
124
  - Apache-2.0
94
125
  metadata:
95
126
  bug_tracker_uri: https://github.com/RadiusNetworks/radius-spec/issues
96
- changelog_uri: https://github.com/RadiusNetworks/radius-spec/blob/v0.2.1/CHANGELOG.md
97
- source_code_uri: https://github.com/RadiusNetworks/radius-spec/tree/v0.2.1
127
+ changelog_uri: https://github.com/RadiusNetworks/radius-spec/blob/v0.3.0/CHANGELOG.md
128
+ source_code_uri: https://github.com/RadiusNetworks/radius-spec/tree/v0.3.0
98
129
  post_install_message:
99
130
  rdoc_options: []
100
131
  require_paths: