Sha256: ffbb7ef24916006e76a889716c2b6ef79b20c9bbadef76e9e8cc3e3de2ba7c08
Contents?: true
Size: 1.28 KB
Versions: 3
Compression:
Stored size: 1.28 KB
Contents
# frozen_string_literal: true require_relative 'lib/on_strum/service/version' Gem::Specification.new do |spec| spec.name = 'on_strum-service' spec.version = OnStrum::Service::VERSION spec.authors = ['Serhiy Nazarov'] spec.email = %w[admin@on-strum.org] spec.summary = %(on_strum-service) spec.description = %(Abstract class for service object scaffolding) spec.homepage = 'https://github.com/on-strum/ruby-on-strum-service' spec.license = 'MIT' spec.metadata = { 'homepage_uri' => 'https://github.com/on-strum/ruby-on-strum-service', 'changelog_uri' => 'https://github.com/on-strum/ruby-on-strum-service/blob/master/CHANGELOG.md', 'source_code_uri' => 'https://github.com/on-strum/ruby-on-strum-service', 'documentation_uri' => 'https://github.com/on-strum/ruby-on-strum-service/blob/master/README.md', 'bug_tracker_uri' => 'https://github.com/on-strum/ruby-on-strum-service/issues' } spec.required_ruby_version = '>= 2.5.0' spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(bin|lib)/|.ruby-version|on_strum-service.gemspec|LICENSE}) } spec.require_paths = %w[lib] spec.add_development_dependency 'rake', '~> 13.2', '>= 13.2.1' spec.add_development_dependency 'rspec', '~> 3.12' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
on_strum-service-1.1.0 | on_strum-service.gemspec |
on_strum-service-1.0.2 | on_strum-service.gemspec |
on_strum-service-1.0.1 | on_strum-service.gemspec |