Skip to content

Commit 5703960

Browse files
committed
Bump version
1 parent ab15dd5 commit 5703960

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
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-
render_ruby (0.1.0)
4+
render_ruby (1.1.0)
55

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

lib/render_ruby/version.rb

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

33
module RenderRuby
4-
VERSION = '0.1.0'
4+
VERSION = '1.1.0'
55
end

render_ruby.gemspec

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ Gem::Specification.new do |spec|
1414
spec.license = 'MIT'
1515
spec.required_ruby_version = '>= 2.6.0'
1616

17-
spec.metadata['allowed_push_host'] = "TODO: Set to your gem server 'https://example.com'"
18-
1917
spec.metadata['homepage_uri'] = spec.homepage
2018
spec.metadata['source_code_uri'] = spec.homepage
2119
spec.metadata['changelog_uri'] = "#{spec.homepage}/blob/main/CHANGELOG.md"

0 commit comments

Comments
 (0)