lita-uptimerobot 0.1.0.pre.beta → 0.1.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +2 -1
  3. data/lita-uptimerobot.gemspec +12 -8
  4. metadata +27 -12
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e50c5bd86b50f6703ade24053d6ece0923aa5a24
4
- data.tar.gz: 12e03e547db45fc5c1b67e0a226a0ace3ceaa457
3
+ metadata.gz: 20ac6c1c1bdcad886706c629082651e591dde2b3
4
+ data.tar.gz: 8f21b0983023662cef75216f09a364969d8b1442
5
5
  SHA512:
6
- metadata.gz: 6847e7dc40393096d4ec25283319967565a886d242daad3c0eda70a69cdf6c824e0d5c4c764a9cddf9a057d488975fc06b84e08858480941ac4ae5a4438a30ec
7
- data.tar.gz: aebfeacbda0756e054fef8dc81ed57629bcdff4ba5f7c1fa38100d933cca30d3ec6df542b92f08b39f4d78b4a7382ff1f02b9f0e190f989a9e7bf9983b2e56d1
6
+ metadata.gz: 162d032430af74016266087bc467655e67392c127d45567dd0a4fe7ed8dc36b465de8ba254761379387c7b5931e6808d974987cc8d0400c8c7480c7493035705
7
+ data.tar.gz: c88bc10454c5a27c7a74af9b3dc23b24ee321ff8d3d6a0eca07aa6820d5d46ee74c626a5fe42a17de7c42ee5ea889ae108b7ed95420a5dabbe8dce362e9a1e28
data/LICENSE CHANGED
@@ -1,4 +1,5 @@
1
- Copyright (c) 2015 Sophicware
1
+ Copyright (c) 2015-2018 Sophicware
2
+ Copyright (c) 2019-2020 Civic Hacker, LLC
2
3
 
3
4
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
5
  of this software and associated documentation files (the "Software"), to deal
@@ -1,11 +1,15 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-uptimerobot"
3
- spec.version = "0.1.0-beta"
3
+ spec.version = "0.1.1"
4
4
  spec.authors = ["Jurnell Cockhren"]
5
- spec.email = ["jurnell@sophicware.com"]
6
- spec.description = %q{Lita Handler for interacting with uptimerobot.com}
7
- spec.summary = spec.description
8
- spec.homepage = "https://github.com/sophicware/lita-uptimerobot"
5
+ spec.email = ["opensource@civichacker.com"]
6
+ spec.summary = %q{Lita Handler for interacting with uptimerobot.com}
7
+ spec.description = <<-EOF
8
+ Originally built in 2015, this plugin intendes to help DevOps teams incorportate the UpTime Robot monitoring solution into their ChatOps.
9
+
10
+ Civic Hacker has not affilitation with the company the runs UpTimeRobot. We just throught it would be useful to the community.
11
+ EOF
12
+ spec.homepage = "https://github.com/civichacker/lita-uptimerobot"
9
13
  spec.license = "MIT"
10
14
  spec.metadata = { "lita_plugin_type" => "handler" }
11
15
 
@@ -16,7 +20,7 @@ Gem::Specification.new do |spec|
16
20
  spec.add_runtime_dependency "lita", "~> 4.2"
17
21
 
18
22
  spec.add_development_dependency "bundler", "~> 1.3"
19
- spec.add_development_dependency "rake", "~> 0"
20
- spec.add_development_dependency "rack-test"
21
- spec.add_development_dependency "rspec", ">= 3.0.0"
23
+ spec.add_development_dependency "rake", "~> 12.3", ">= 12.3.3"
24
+ spec.add_development_dependency "rack-test", "~> 0"
25
+ spec.add_development_dependency "rspec", "~> 3.0", ">= 3.0.0"
22
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-uptimerobot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.beta
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jurnell Cockhren
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-04 00:00:00.000000000 Z
11
+ date: 2020-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lita
@@ -44,32 +44,41 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '0'
47
+ version: '12.3'
48
+ - - ">="
49
+ - !ruby/object:Gem::Version
50
+ version: 12.3.3
48
51
  type: :development
49
52
  prerelease: false
50
53
  version_requirements: !ruby/object:Gem::Requirement
51
54
  requirements:
52
55
  - - "~>"
53
56
  - !ruby/object:Gem::Version
54
- version: '0'
57
+ version: '12.3'
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: 12.3.3
55
61
  - !ruby/object:Gem::Dependency
56
62
  name: rack-test
57
63
  requirement: !ruby/object:Gem::Requirement
58
64
  requirements:
59
- - - ">="
65
+ - - "~>"
60
66
  - !ruby/object:Gem::Version
61
67
  version: '0'
62
68
  type: :development
63
69
  prerelease: false
64
70
  version_requirements: !ruby/object:Gem::Requirement
65
71
  requirements:
66
- - - ">="
72
+ - - "~>"
67
73
  - !ruby/object:Gem::Version
68
74
  version: '0'
69
75
  - !ruby/object:Gem::Dependency
70
76
  name: rspec
71
77
  requirement: !ruby/object:Gem::Requirement
72
78
  requirements:
79
+ - - "~>"
80
+ - !ruby/object:Gem::Version
81
+ version: '3.0'
73
82
  - - ">="
74
83
  - !ruby/object:Gem::Version
75
84
  version: 3.0.0
@@ -77,12 +86,18 @@ dependencies:
77
86
  prerelease: false
78
87
  version_requirements: !ruby/object:Gem::Requirement
79
88
  requirements:
89
+ - - "~>"
90
+ - !ruby/object:Gem::Version
91
+ version: '3.0'
80
92
  - - ">="
81
93
  - !ruby/object:Gem::Version
82
94
  version: 3.0.0
83
- description: Lita Handler for interacting with uptimerobot.com
95
+ description: |2
96
+ Originally built in 2015, this plugin intendes to help DevOps teams incorportate the UpTime Robot monitoring solution into their ChatOps.
97
+
98
+ Civic Hacker has not affilitation with the company the runs UpTimeRobot. We just throught it would be useful to the community.
84
99
  email:
85
- - jurnell@sophicware.com
100
+ - opensource@civichacker.com
86
101
  executables: []
87
102
  extensions: []
88
103
  extra_rdoc_files: []
@@ -97,7 +112,7 @@ files:
97
112
  - lita-uptimerobot.gemspec
98
113
  - spec/lita/handlers/uptimerobot_spec.rb
99
114
  - spec/spec_helper.rb
100
- homepage: https://github.com/sophicware/lita-uptimerobot
115
+ homepage: https://github.com/civichacker/lita-uptimerobot
101
116
  licenses:
102
117
  - MIT
103
118
  metadata:
@@ -113,12 +128,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
113
128
  version: '0'
114
129
  required_rubygems_version: !ruby/object:Gem::Requirement
115
130
  requirements:
116
- - - ">"
131
+ - - ">="
117
132
  - !ruby/object:Gem::Version
118
- version: 1.3.1
133
+ version: '0'
119
134
  requirements: []
120
135
  rubyforge_project:
121
- rubygems_version: 2.4.5
136
+ rubygems_version: 2.5.1
122
137
  signing_key:
123
138
  specification_version: 4
124
139
  summary: Lita Handler for interacting with uptimerobot.com