Skip to content

Commit 67d9b2a

Browse files
author
Alex Evanczuk
authored
Allow user to require packs-specification (#18)
1 parent c335727 commit 67d9b2a

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
packs-specification (0.0.7)
4+
packs-specification (0.0.8)
55
sorbet-runtime
66

77
GEM
File renamed without changes.

packs-specification.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = 'packs-specification'
3-
spec.version = '0.0.7'
3+
spec.version = '0.0.8'
44
spec.authors = ['Gusto Engineers']
55
spec.email = ['dev@gusto.com']
66
spec.summary = 'The specification for packs in the `rubyatscale` ecosystem.'

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
require 'bundler/setup'
4-
require 'packs'
4+
require 'packs-specification'
55
require 'pry'
66

77
require 'packs/rspec/support'

0 commit comments

Comments
 (0)