rename jobs

This commit is contained in:
Nawaz Dhandala 2022-01-29 10:15:39 +00:00
parent a57adc0471
commit 930eea01e9
74 changed files with 1 additions and 83 deletions

View file

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

View file

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View file

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 92 KiB

View file

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View file

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

View file

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

View file

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View file

@ -1,82 +0,0 @@
PATH
remote: .
specs:
fyipe (3.0.0)
gem-release (~> 2.2)
httparty (~> 0.17)
ruby-enum (~> 0.9)
GEM
remote: http://rubygems.org/
specs:
ast (2.4.2)
concurrent-ruby (1.1.8)
diff-lcs (1.4.4)
dotenv (2.7.6)
faker (2.18.0)
i18n (>= 1.6, < 2)
gem-release (2.2.2)
httparty (0.18.1)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0225)
multi_xml (0.6.0)
parallel (1.20.1)
parser (3.0.1.1)
ast (~> 2.4.1)
rainbow (3.0.0)
regexp_parser (2.1.1)
rexml (3.2.5)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
rubocop (0.93.1)
parallel (~> 1.10)
parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8)
rexml
rubocop-ast (>= 0.6.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.5.0)
parser (>= 3.0.1.1)
rubocop-performance (1.10.2)
rubocop (>= 0.90.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rspec (1.44.1)
rubocop (~> 0.87)
rubocop-ast (>= 0.7.1)
ruby-enum (0.9.0)
i18n
ruby-progressbar (1.11.0)
unicode-display_width (1.7.0)
PLATFORMS
universal-darwin-20
DEPENDENCIES
dotenv (~> 2.5)
faker (~> 2.18)
fyipe!
rspec (~> 3.6)
rubocop (~> 0.60)
rubocop-performance (~> 1.5)
rubocop-rspec (~> 1.37)
BUNDLED WITH
2.2.19

View file

@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
spec.email = ['hello@hackerbay.io']
spec.summary = 'OneUptime for Logging and Tracking'
spec.description = 'OneUptime is a ruby package that tracks error event and send logs from your applications to your oneuptime dashboard.'
spec.homepage = 'https://github.com/OneUptime/ruby-sdk'
spec.homepage = 'https://github.com/OneUptime/app'
spec.license = 'MIT'
spec.platform = Gem::Platform::RUBY
spec.required_ruby_version = '>= 2.5.0'