Sha256: b024db621c5ad7aa651935d228d2311e6ee36fd45021970d59ffbcdb5480f59a

Contents?: true

Size: 1.76 KB

Versions: 16

Compression:

Stored size: 1.76 KB

Contents

lib = File.expand_path('lib', __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'bunny_app/version'

Gem::Specification.new do |spec|
  spec.name                   = 'bunny_app'
  spec.version                = BunnyApp::VERSION
  spec.authors                = ['Bunny', 'Rich Chetwynd']
  spec.email                  = ['support@bunny.com']

  spec.summary                = 'Ruby SDK for Bunny App'
  spec.description            = 'Use Bunny for SaaS subscription management, cpq, billing and CRM'
  spec.homepage               = 'https://github.com/bunnyapp/bunny-ruby'
  spec.license                = 'MIT'
  spec.platform               = Gem::Platform::RUBY
  spec.required_ruby_version  = '>= 3.1.0'

  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
  # delete this section to allow pushing this gem to any host.
  raise 'RubyGems 3.0 or newer is required to protect against public gem pushes.' unless spec.respond_to?(:metadata)

  spec.metadata['allowed_push_host'] = 'https://rubygems.org'
  spec.metadata['rubygems_mfa_required'] = 'true'

  spec.files = Dir['README.md', 'LICENSE', 'CHANGELOG.md', 'generators/**/*.rb',
                   'lib/**/*.rb', 'lib/**/*.rake',
                   'bunny_app.gemspec', 'Gemfile', 'Rakefile']

  spec.executables   = []
  spec.require_paths = ['lib']

  spec.add_runtime_dependency 'httparty', '~> 0.20'
  spec.add_runtime_dependency 'json', '~> 2.6'

  spec.add_development_dependency 'fakeweb', '~> 1.3'
  spec.add_development_dependency 'rake', '~> 13.0'
  spec.add_development_dependency 'rspec', '~> 3.6'
  spec.add_development_dependency 'rubocop', '~> 1.26'
  spec.add_development_dependency 'rubocop-performance', '~> 1.13'
  spec.add_development_dependency 'rubocop-rspec', '~> 2.9'
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
bunny_app-2.2.1 bunny_app.gemspec
bunny_app-2.2.0 bunny_app.gemspec
bunny_app-2.1.0 bunny_app.gemspec
bunny_app-2.0.4 bunny_app.gemspec
bunny_app-2.0.1 bunny_app.gemspec
bunny_app-2.0.0 bunny_app.gemspec
bunny_app-1.30.0 bunny_app.gemspec
bunny_app-1.29.0 bunny_app.gemspec
bunny_app-1.27.0 bunny_app.gemspec
bunny_app-1.28.0 bunny_app.gemspec
bunny_app-1.26.0 bunny_app.gemspec
bunny_app-1.25.0 bunny_app.gemspec
bunny_app-1.24.0 bunny_app.gemspec
bunny_app-1.23.0 bunny_app.gemspec
bunny_app-1.22.0 bunny_app.gemspec
bunny_app-1.20.0 bunny_app.gemspec