simplabs-excellent 1.5.2 → 1.5.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/History.txt +4 -0
  2. data/VERSION.yml +1 -1
  3. metadata +12 -3
@@ -1,3 +1,7 @@
1
+ = 1.5.3
2
+
3
+ * added missing dependency to facets gem
4
+
1
5
  = 1.5.2
2
6
 
3
7
  * added GlobalVariableCheck
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 5
4
- :patch: 2
4
+ :patch: 3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplabs-excellent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marco Otte-Witte
@@ -32,6 +32,16 @@ dependencies:
32
32
  - !ruby/object:Gem::Version
33
33
  version: "3.0"
34
34
  version:
35
+ - !ruby/object:Gem::Dependency
36
+ name: facets
37
+ type: :runtime
38
+ version_requirement:
39
+ version_requirements: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: "2.7"
44
+ version:
35
45
  description:
36
46
  email: marco.otte-witte@simplabs.com
37
47
  executables:
@@ -148,7 +158,6 @@ files:
148
158
  - spec/spec_helper.rb
149
159
  has_rdoc: true
150
160
  homepage: http://github.com/simplabs/excellent
151
- licenses:
152
161
  post_install_message:
153
162
  rdoc_options:
154
163
  - --inline-source
@@ -170,7 +179,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
170
179
  requirements: []
171
180
 
172
181
  rubyforge_project:
173
- rubygems_version: 1.3.5
182
+ rubygems_version: 1.2.0
174
183
  signing_key:
175
184
  specification_version: 2
176
185
  summary: Source Code analysis gem for Ruby and Rails