File tree 1 file changed +3
-11
lines changed
1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -9,19 +9,11 @@ Gem::Specification.new do |spec|
9
9
spec . authors = [ "Dan Garland" ]
10
10
spec . email = [ "[email protected] " ]
11
11
12
- spec . summary = %q{TODO: Write a short summary, because Rubygems requires one. }
13
- spec . description = %q{TODO: Write a longer description or delete this line .}
14
- spec . homepage = "TODO: Put your gem's website or public repo URL here. "
12
+ spec . summary = %q{Determines whether the arguemnet is an Array object }
13
+ spec . description = %q{Not sure whether an object is a array? Look no further.. .}
14
+ spec . homepage = "https://github.com/dmgarland/is_array "
15
15
spec . license = "MIT"
16
16
17
- # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
18
- # delete this section to allow pushing this gem to any host.
19
- if spec . respond_to? ( :metadata )
20
- spec . metadata [ 'allowed_push_host' ] = "TODO: Set to 'http://mygemserver.com'"
21
- else
22
- raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
23
- end
24
-
25
17
spec . files = `git ls-files -z` . split ( "\x0 " ) . reject { |f | f . match ( %r{^(test|spec|features)/} ) }
26
18
spec . bindir = "exe"
27
19
spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
You can’t perform that action at this time.
0 commit comments