Sha256: 03d9f485172f9dff1b81246cdd74eace871089cbd0eaa153fcc4a2a20d4be570

Contents?: true

Size: 1.3 KB

Versions: 6

Compression:

Stored size: 1.3 KB

Contents

require File.expand_path('lib/fyipe/version', __dir__)

Gem::Specification.new do |spec|

    spec.name                  = 'fyipe'
    spec.version               = Fyipe::VERSION
    spec.authors               = ['HackerBay, Inc.']
    spec.email                 = ['hello@hackerbay.io']
    spec.summary               = 'Fyipe for Logging and Tracking'
    spec.description           = 'Fyipe is a ruby package that tracks error event and send logs from your applications to your fyipe dashboard.'
    spec.homepage              = 'https://github.com/Fyipe/ruby-sdk'
    spec.license               = 'MIT'
    spec.platform              = Gem::Platform::RUBY
    spec.required_ruby_version = '>= 2.5.0'

    all_files = `git ls-files`.split("\n")
    test_files = `git ls-files -- {spec}/*`.split("\n")

    spec.files = all_files - test_files
    spec.extra_rdoc_files = ['README.md']
    spec.add_dependency 'httparty', '~> 0.17'
    spec.add_dependency 'gem-release'
    spec.add_development_dependency 'dotenv', '~> 2.5'
    spec.add_development_dependency 'rspec', '~> 3.6'
    spec.add_development_dependency 'rubocop', '~> 0.60'
    spec.add_development_dependency 'rubocop-performance', '~> 1.5'
    spec.add_development_dependency 'rubocop-rspec', '~> 1.37'
    spec.add_development_dependency 'faker', '~> 2.18'
    
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fyipe-3.0.11516 fyipe.gemspec
fyipe-3.0.11516.pre.qa fyipe.gemspec
fyipe-3.0.11514 fyipe.gemspec
fyipe-3.0.11513 fyipe.gemspec
fyipe-3.0.11511 fyipe.gemspec
fyipe-3.0.11510 fyipe.gemspec