Skip to content

Commit

Permalink
Version bump for release
Browse files Browse the repository at this point in the history
Use 0.* for now... we'll worry about skipping 1.0.* later.
  • Loading branch information
matthewd committed Apr 18, 2019
1 parent 27c3f70 commit 85fd69e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
gel (2.0.0.alpha2)
gel (0.2.0)

GEM
remote: https://rubygems.org/
Expand Down
11 changes: 2 additions & 9 deletions gel.gemspec
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require_relative "lib/gel/version"

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

# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.
if spec.respond_to?(:metadata)
spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
else
raise "RubyGems 2.0 or newer is required to protect against " \
"public gem pushes."
end

spec.files = `git ls-files -z exe lib *.md *.txt`.split("\x0") +
Dir["man/man?/*.?"]
spec.bindir = "exe"
Expand Down
2 changes: 1 addition & 1 deletion lib/gel/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Gel
VERSION = "2.0.0.alpha3"
VERSION = "0.2.0"
end

0 comments on commit 85fd69e

Please sign in to comment.