Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammjammjamm committed Feb 22, 2023
1 parent ab93676 commit 01ec3ee
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
smart_scheduling_links_test_kit (0.0.1)
smart_scheduling_links_test_kit (0.1.0)
inferno_core (~> 0.4.4)

GEM
Expand Down Expand Up @@ -175,7 +175,7 @@ GEM
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mime-types-data (3.2023.0218.1)
mini_portile2 (2.8.1)
minitest (5.17.0)
multi_json (1.15.0)
Expand Down
2 changes: 2 additions & 0 deletions lib/smart_scheduling_links_test_kit.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require_relative 'smart_scheduling_links_test_kit/manifest_group'
require_relative 'smart_scheduling_links_test_kit/resource_group'
require_relative 'smart_scheduling_links_test_kit/version'

module SMARTSchedulingLinks
class Suite < Inferno::TestSuite
Expand All @@ -13,6 +14,7 @@ class Suite < Inferno::TestSuite
retrieving the files listed in the manifest and validating the resources
they contain.
)
version VERSION

validator do
url ENV.fetch('VALIDATOR_URL')
Expand Down
3 changes: 3 additions & 0 deletions lib/smart_scheduling_links_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module SMARTSchedulingLinks
VERSION = '0.1.0'.freeze
end
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
require_relative 'lib/smart_scheduling_links_test_kit/version'

Gem::Specification.new do |spec|
spec.name = 'smart_scheduling_links_test_kit'
spec.version = '0.0.1'
spec.version = SMARTSchedulingLinks::VERSION
spec.authors = ['Inferno Team']
spec.email = ['[email protected]']
spec.date = Time.now.utc.strftime('%Y-%m-%d')
Expand Down

0 comments on commit 01ec3ee

Please sign in to comment.