Skip to content

Commit

Permalink
Merge pull request #520 from bastelfreak/version
Browse files Browse the repository at this point in the history
Remove VERSION.yml
  • Loading branch information
bastelfreak authored Jul 12, 2024
2 parents 98a20e1 + a2f30b4 commit 0d43067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
3 changes: 0 additions & 3 deletions VERSION.yml

This file was deleted.

10 changes: 2 additions & 8 deletions json-schema.gemspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
require 'yaml'

version_yaml = YAML.load(File.open(File.expand_path('../VERSION.yml', __FILE__)).read)
version = "#{version_yaml['major']}.#{version_yaml['minor']}.#{version_yaml['patch']}"
gem_name = 'json-schema'

Gem::Specification.new do |s|
s.name = gem_name
s.version = version
s.name = 'json-schema'
s.version = '4.3.1'
s.authors = ['Kenny Hoxworth', 'Vox Pupuli']
s.email = '[email protected]'
s.homepage = 'https://github.com/voxpupuli/json-schema/'
Expand Down

0 comments on commit 0d43067

Please sign in to comment.