-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f548fab
commit ac2e0ef
Showing
3 changed files
with
7 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,16 @@ | ||
# coding: utf-8 | ||
lib = File.expand_path("../lib", __FILE__) | ||
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | ||
require "iex/style/version" | ||
|
||
Gem::Specification.new do |spec| | ||
spec.name = "iex-style" | ||
spec.version = IEX::Style::VERSION | ||
spec.authors = ["InterExchange"] | ||
spec.email = ["[email protected]"] | ||
|
||
spec.summary = "InterExchange Rails shared style configurations." | ||
spec.homepage = "https://github.com/interexchange/iex-style" | ||
spec.name = "iex-style" | ||
spec.version = "1.0.0" | ||
spec.authors = ["InterExchange"] | ||
spec.email = ["[email protected]"] | ||
|
||
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the "allowed_push_host" | ||
# to allow pushing to a single host or delete this section to allow pushing to any host. | ||
if spec.respond_to?(:metadata) | ||
spec.metadata["allowed_push_host"] = "https://rubygems.org" | ||
else | ||
raise "RubyGems 2.0 or newer is required to protect against public gem pushes." | ||
end | ||
spec.summary = "InterExchange Rails shared style configurations." | ||
spec.homepage = "https://github.com/interexchange/iex-style" | ||
|
||
spec.files = `git ls-files -z`.split("\x0").reject do |f| | ||
spec.files = `git ls-files -z`.split("\x0").reject do |f| | ||
f.match(%r{^(test|spec|features)/}) | ||
end | ||
spec.bindir = "exe" | ||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } | ||
spec.require_paths = ["lib"] | ||
|
||
spec.add_dependency "rubocop", "~> 0.83.0" # Limited by Hound support | ||
spec.add_development_dependency "bundler" | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.