Skip to content

Commit 3068ae1

Browse files
authored
Merge pull request #14 from saurabh-g/feature/Cleaning_up_gemspec
EAT-1739 Cleaning up gemspec to remove git dependency
2 parents 0ff8a8e + dfccbbb commit 3068ae1

2 files changed

Lines changed: 7 additions & 10 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ language: ruby
22
rvm:
33
- ruby-head
44
- 2.3.1
5-
- 2.2.5
6-
- 2.1.10
5+
- 2.2
76
matrix:
87
allow_failures:
98
- rvm: ruby-head

omniauth-bigcommerce.gemspec

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22
require File.expand_path('../lib/omniauth/bigcommerce/version', __FILE__)
33

44
Gem::Specification.new do |gem|
5-
gem.authors = ["Tom Allen, Phil Muir, Sasha Gerrand"]
6-
gem.email = ["developer@bigcommerce.com"]
5+
gem.authors = ['Tom Allen, Phil Muir, Sasha Gerrand']
6+
gem.email = ['developer@bigcommerce.com']
77
gem.description = %q{Official OmniAuth strategy for BigCommerce.}
88
gem.summary = %q{Official OmniAuth strategy for BigCommerce.}
9-
gem.homepage = "https://github.com/bigcommerce/omniauth-bigcommerce"
9+
gem.homepage = 'https://github.com/bigcommerce/omniauth-bigcommerce'
1010

11-
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
12-
gem.files = `git ls-files`.split("\n")
13-
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
14-
gem.name = "omniauth-bigcommerce"
15-
gem.require_paths = ["lib"]
11+
gem.files = Dir['README.md', 'lib/**/*', 'omniauth-bigcommerce.gemspec', 'Gemfile']
12+
gem.name = 'omniauth-bigcommerce'
13+
gem.require_paths = ['lib']
1614
gem.required_ruby_version = '>= 2.1'
1715
gem.version = OmniAuth::BigCommerce::VERSION
1816

0 commit comments

Comments
 (0)