wonder-ruby-style 0.0.6 → 0.54.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- # coding: utf-8
1
+ # encoding: utf-8
2
2
 
3
3
  lib = File.expand_path('../lib', __FILE__)
4
4
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
@@ -11,7 +11,8 @@ Gem::Specification.new do |spec|
11
11
  spec.email = ['wonder@wonder.com.br']
12
12
 
13
13
  spec.summary = 'Compartilhamento de configurações do Rubocop entre os projetos de Ruby.'
14
- spec.homepage = 'http://www.wonder.com.br'
14
+ spec.homepage = 'https://github.com/wondersistemas/wonder-ruby-style'
15
+ spec.license = 'MIT'
15
16
 
16
17
  if spec.respond_to?(:metadata)
17
18
  spec.metadata['allowed_push_host'] = 'https://rubygems.org'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wonder-ruby-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wonder Sistemas
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-01-29 00:00:00.000000000 Z
11
+ date: 2018-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -77,6 +77,7 @@ files:
77
77
  - ".rubocop.yml"
78
78
  - CODE_OF_CONDUCT.md
79
79
  - Gemfile
80
+ - LICENSE
80
81
  - README.md
81
82
  - Rakefile
82
83
  - bin/console
@@ -89,9 +90,12 @@ files:
89
90
  - presets/0.51.0.yml
90
91
  - presets/0.52.0.yml
91
92
  - presets/0.52.1.yml
93
+ - presets/0.54.0.yml
94
+ - presets/latest.yml
92
95
  - wonder-ruby-style.gemspec
93
- homepage: http://www.wonder.com.br
94
- licenses: []
96
+ homepage: https://github.com/wondersistemas/wonder-ruby-style
97
+ licenses:
98
+ - MIT
95
99
  metadata:
96
100
  allowed_push_host: https://rubygems.org
97
101
  post_install_message:
@@ -110,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
114
  version: '0'
111
115
  requirements: []
112
116
  rubyforge_project:
113
- rubygems_version: 2.7.4
117
+ rubygems_version: 2.7.5
114
118
  signing_key:
115
119
  specification_version: 4
116
120
  summary: Compartilhamento de configurações do Rubocop entre os projetos de Ruby.