Skip to content

Commit 43aab8b

Browse files
committed
Refactor gemspec
1 parent e9854b3 commit 43aab8b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

grape_oauth2.gemspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ Gem::Specification.new do |gem|
66
gem.name = 'grape_oauth2'
77
gem.version = Grape::OAuth2.gem_version
88
gem.authors = ['Nikita Bulai']
9-
gem.date = '2016-05-31'
109
gem.email = ['[email protected]']
1110
gem.homepage = 'http://github.com/nbulaj/grape-oauth2'
1211
gem.summary = 'Grape OAuth2 provider'
13-
gem.description = 'Provides flexible, ORM-agnostic, fully customizable and simple OAuth2 support for Grape APIs'
12+
gem.description = 'Flexible, ORM-agnostic, fully customizable and simple OAuth2 provider support for Grape APIs'
1413
gem.license = 'MIT'
1514

1615
gem.require_paths = %w[lib]
17-
gem.files = `git ls-files`.split($RS)
16+
gem.files = `git ls-files`.split($RS) - ['README.md', 'grape_oauth2.png', 'gemfiles', '.travis.yml', '.rubocop.yml']
1817
gem.test_files = Dir['spec/**/*']
1918

2019
gem.required_ruby_version = '>= 2.2.2'

0 commit comments

Comments
 (0)