Sha256: ccac7f205af340c4372ff7c8db4c8ecf387ed332a1f8faf95aa91b2037e34603
Contents?: true
Size: 878 Bytes
Versions: 1
Compression:
Stored size: 878 Bytes
Contents
# frozen_string_literal: true $:.push File.expand_path('lib', __dir__) Gem::Specification.new do |s| s.name = 'bc-settingslogic' s.version = '2.1.0' s.platform = Gem::Platform::RUBY s.authors = ['Ben Johnson', 'Shaun McCormick'] s.email = %w[bjohnson@binarylogic.com shaun.mccormick@bigcommerce.com] s.homepage = "https://github.com/bigcommerce/settingslogic" s.summary = 'A simple and straightforward settings solution that uses an ERB enabled YAML file and a singleton design pattern.' s.description = s.summary s.add_development_dependency 'rake' s.add_development_dependency 'rspec' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = %w[lib] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bc-settingslogic-2.1.0 | bc-settingslogic.gemspec |