Skip to content

Commit

Permalink
Remove unnecessary subfolders
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmaguire committed Jul 27, 2020
1 parent f548fab commit ac2e0ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 34 deletions.
29 changes: 7 additions & 22 deletions iex-style.gemspec
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"
Expand Down
7 changes: 0 additions & 7 deletions lib/iex/style.rb

This file was deleted.

5 changes: 0 additions & 5 deletions lib/iex/style/version.rb

This file was deleted.

0 comments on commit ac2e0ef

Please sign in to comment.