Skip to content

Commit 85fd69e

Browse files
committed
Version bump for release
Use 0.* for now... we'll worry about skipping 1.0.* later.
1 parent 27c3f70 commit 85fd69e

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
gel (2.0.0.alpha2)
4+
gel (0.2.0)
55

66
GEM
77
remote: https://rubygems.org/

gel.gemspec

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
require_relative "lib/gel/version"
24

35
Gem::Specification.new do |spec|
@@ -10,15 +12,6 @@ Gem::Specification.new do |spec|
1012
spec.homepage = "https://gel.dev"
1113
spec.license = "MIT"
1214

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-
2215
spec.files = `git ls-files -z exe lib *.md *.txt`.split("\x0") +
2316
Dir["man/man?/*.?"]
2417
spec.bindir = "exe"

lib/gel/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Gel
4-
VERSION = "2.0.0.alpha3"
4+
VERSION = "0.2.0"
55
end

0 commit comments

Comments
 (0)