File tree 3 files changed +4
-11
lines changed
3 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- gel (2.0.0.alpha2 )
4
+ gel (0.2.0 )
5
5
6
6
GEM
7
7
remote: https://rubygems.org/
Original file line number Diff line number Diff line change
1
+ # frozen_string_literal: true
2
+
1
3
require_relative "lib/gel/version"
2
4
3
5
Gem ::Specification . new do |spec |
@@ -10,15 +12,6 @@ Gem::Specification.new do |spec|
10
12
spec . homepage = "https://gel.dev"
11
13
spec . license = "MIT"
12
14
13
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
14
- # to allow pushing to a single host or delete this section to allow pushing to any host.
15
- if spec . respond_to? ( :metadata )
16
- spec . metadata [ "allowed_push_host" ] = "TODO: Set to 'http://mygemserver.com'"
17
- else
18
- raise "RubyGems 2.0 or newer is required to protect against " \
19
- "public gem pushes."
20
- end
21
-
22
15
spec . files = `git ls-files -z exe lib *.md *.txt` . split ( "\x0 " ) +
23
16
Dir [ "man/man?/*.?" ]
24
17
spec . bindir = "exe"
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Gel
4
- VERSION = "2.0.0.alpha3 "
4
+ VERSION = "0.2.0 "
5
5
end
You can’t perform that action at this time.
0 commit comments