Skip to content

Commit ac2e0ef

Browse files
committed
Remove unnecessary subfolders
1 parent f548fab commit ac2e0ef

File tree

3 files changed

+7
-34
lines changed

3 files changed

+7
-34
lines changed

iex-style.gemspec

+7-22
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,16 @@
11
# coding: utf-8
2-
lib = File.expand_path("../lib", __FILE__)
3-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4-
require "iex/style/version"
5-
62
Gem::Specification.new do |spec|
7-
spec.name = "iex-style"
8-
spec.version = IEX::Style::VERSION
9-
spec.authors = ["InterExchange"]
10-
spec.email = ["support@interexchange.org"]
11-
12-
spec.summary = "InterExchange Rails shared style configurations."
13-
spec.homepage = "https://github.com/interexchange/iex-style"
3+
spec.name = "iex-style"
4+
spec.version = "1.0.0"
5+
spec.authors = ["InterExchange"]
6+
spec.email = ["support@interexchange.org"]
147

15-
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the "allowed_push_host"
16-
# to allow pushing to a single host or delete this section to allow pushing to any host.
17-
if spec.respond_to?(:metadata)
18-
spec.metadata["allowed_push_host"] = "https://rubygems.org"
19-
else
20-
raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
21-
end
8+
spec.summary = "InterExchange Rails shared style configurations."
9+
spec.homepage = "https://github.com/interexchange/iex-style"
2210

23-
spec.files = `git ls-files -z`.split("\x0").reject do |f|
11+
spec.files = `git ls-files -z`.split("\x0").reject do |f|
2412
f.match(%r{^(test|spec|features)/})
2513
end
26-
spec.bindir = "exe"
27-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28-
spec.require_paths = ["lib"]
2914

3015
spec.add_dependency "rubocop", "~> 0.83.0" # Limited by Hound support
3116
spec.add_development_dependency "bundler"

lib/iex/style.rb

-7
This file was deleted.

lib/iex/style/version.rb

-5
This file was deleted.

0 commit comments

Comments
 (0)