|
1 | 1 | # 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 |
| - |
6 | 2 | 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"] |
14 | 7 |
|
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" |
22 | 10 |
|
23 |
| - spec.files = `git ls-files -z`.split("\x0").reject do |f| |
| 11 | + spec.files = `git ls-files -z`.split("\x0").reject do |f| |
24 | 12 | f.match(%r{^(test|spec|features)/})
|
25 | 13 | end
|
26 |
| - spec.bindir = "exe" |
27 |
| - spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } |
28 |
| - spec.require_paths = ["lib"] |
29 | 14 |
|
30 | 15 | spec.add_dependency "rubocop", "~> 0.83.0" # Limited by Hound support
|
31 | 16 | spec.add_development_dependency "bundler"
|
|
0 commit comments