bugsify 1.0.7 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b16af5b4ef552e4da630addbe6d1f073362d301e2040c02c3754627c8725abdb
4
- data.tar.gz: 6966c1f7a2a56a3073e039d8e675a579ac851c4f7aad3d16a597bc7c01d1d4eb
3
+ metadata.gz: a92177eeb7b5ac168d32becadba79ba7d87e80d985c6d61d5e7efe39505f771c
4
+ data.tar.gz: cf6b528edfc11e70c355dd849c46b08091635f9893ea2baa0dbe73ef2f6765fe
5
5
  SHA512:
6
- metadata.gz: 122cb50e0f8264d233ab5ae7baf26edb6b9889e74355b583d82d8c6140a4fa12e248ea7d4217fceeca58cfcfc1718d6e0766382481d974c401eba57c0b82a703
7
- data.tar.gz: afc275dc6e857dea6ff5ada846aae5d8e2c41d207fe3bde453e07467d37a7d942a1c46deae3b185b1edef438336979713857d9726d38cafa40548bb8b4e06b46
6
+ metadata.gz: fab31b998672110a4f23dddf0825e3929e2c76743055c3a0d850a12fdd89a7b6e4fa2719a54a5569590d14899fe9364aa8d3b21c0e579f87548906ee3626e58e
7
+ data.tar.gz: b6cda8af551dd2efb382b2a0435bf0b1a60d5449d534666a12a2fa73bb926497f163aafdfcbe39399d5f2e0bd7e29ef128fb64e508407ae054ec5f51c21214ed
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bugsify (1.0.7)
4
+ bugsify (2.0.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -121,9 +121,9 @@ GEM
121
121
  net-smtp (0.3.3)
122
122
  net-protocol
123
123
  nio4r (2.5.8)
124
- nokogiri (1.13.9-arm64-darwin)
124
+ nokogiri (1.14.2-arm64-darwin)
125
125
  racc (~> 1.4)
126
- nokogiri (1.13.9-x86_64-linux)
126
+ nokogiri (1.14.2-x86_64-linux)
127
127
  racc (~> 1.4)
128
128
  padrino (0.15.1)
129
129
  padrino-admin (= 0.15.1)
@@ -278,4 +278,4 @@ DEPENDENCIES
278
278
  solargraph
279
279
 
280
280
  BUNDLED WITH
281
- 2.3.24
281
+ 2.4.7
@@ -27,7 +27,7 @@ module Bugsify
27
27
 
28
28
  specs = {
29
29
  name: "bugsify",
30
- version: "1.0.7",
30
+ version: "2.0.0",
31
31
  authors: ["Aleksandar Popovic"],
32
32
  email: ["aleksandar.popovic@hotmail.com"],
33
33
  summary: "Ruby notifier for codepop.co.rs",
@@ -35,7 +35,7 @@ module Bugsify
35
35
  homepage: "https://github.com/codepoptech/bugsify-ruby",
36
36
  license: "MIT",
37
37
  required_ruby_version: ">= 2.6.0",
38
- source_code_uri: "https://github.com/codepopech/bugsify-ruby",
38
+ source_code_uri: "https://github.com/codepoptech/bugsify-ruby",
39
39
  changelog_uri: "https://github.com/codepoptech/bugsify-ruby/blob/main/CHANGELOG.md"
40
40
  }
41
41
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bugsify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aleksandar Popovic
@@ -46,7 +46,7 @@ licenses:
46
46
  - MIT
47
47
  metadata:
48
48
  homepage_uri: https://github.com/codepoptech/bugsify-ruby
49
- source_code_uri: https://github.com/codepopech/bugsify-ruby
49
+ source_code_uri: https://github.com/codepoptech/bugsify-ruby
50
50
  changelog_uri: https://github.com/codepoptech/bugsify-ruby/blob/main/CHANGELOG.md
51
51
  rubygems_mfa_required: 'true'
52
52
  post_install_message:
@@ -64,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
64
  - !ruby/object:Gem::Version
65
65
  version: '0'
66
66
  requirements: []
67
- rubygems_version: 3.3.7
67
+ rubygems_version: 3.4.7
68
68
  signing_key:
69
69
  specification_version: 4
70
70
  summary: Ruby notifier for codepop.co.rs