dev_orbit 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: add9a71f83902b74177d6f18be9244a6046ddfce66d9bee7faa7441508521e70
4
- data.tar.gz: dca028c4a584988d396397eb9ce128efe4689d97e8a1ee3cf033b95d4a6c31aa
3
+ metadata.gz: 5be040bbce86eea38887b56250025c6834f84b1cd049c442ef0acff79c8fb9ac
4
+ data.tar.gz: 6e1da63c12b9c4f3f9cbccae6e0eda973e7564f2ef0ff3e15f715ad2874fc6ea
5
5
  SHA512:
6
- metadata.gz: 1e8a1075c03b2210ed34c00b6ca5be13feefd2ca0d6b520b4b5d6a6f9b6279a46c69114b5506c5251f4c7b9e3b7c1e74e286e0ec676da2d26a748d503c0caf6b
7
- data.tar.gz: 63e19fc5970490fc262b431937afdda818295a1506732b6286b17889b4fac5aac9c158420cd3a5633842c79e82763a5b84353d2b2a89f4c1f83b1bd280f2cf29
6
+ metadata.gz: 9ac862022a6f56a6810ab15db8a6b16fb41dbf26152169af2a476a38afe9718fec80897ed586609d16646b7456c87a05c94e4d3e565a16ce951a9dd27d31fca8
7
+ data.tar.gz: c8a31b552748c6a4cc88a3f3e2332db3c6219163a366e747dadde4baa63f7cb08bafb097a1a03263c4b684c9e31c3153b511069072e422fb1c564c6d3595a87d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dev_orbit (0.0.8)
4
+ dev_orbit (0.1.0)
5
5
  actionview (~> 6.1)
6
6
  activesupport (~> 6.1)
7
7
  http (~> 4.4)
@@ -12,13 +12,13 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- actionview (6.1.3)
16
- activesupport (= 6.1.3)
15
+ actionview (6.1.3.2)
16
+ activesupport (= 6.1.3.2)
17
17
  builder (~> 3.1)
18
18
  erubi (~> 1.4)
19
19
  rails-dom-testing (~> 2.0)
20
20
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
21
- activesupport (6.1.3)
21
+ activesupport (6.1.3.2)
22
22
  concurrent-ruby (~> 1.0, >= 1.0.2)
23
23
  i18n (>= 1.6, < 2)
24
24
  minitest (>= 5.1)
@@ -52,14 +52,18 @@ GEM
52
52
  http-form_data (2.3.0)
53
53
  http-parser (1.2.3)
54
54
  ffi-compiler (>= 1.0, < 2.0)
55
- i18n (1.8.9)
55
+ i18n (1.8.10)
56
56
  concurrent-ruby (~> 1.0)
57
57
  json (2.5.1)
58
- loofah (2.9.0)
58
+ loofah (2.9.1)
59
59
  crass (~> 1.0.2)
60
60
  nokogiri (>= 1.5.9)
61
61
  minitest (5.14.4)
62
- nokogiri (1.11.2-x86_64-darwin)
62
+ nokogiri (1.11.3-arm64-darwin)
63
+ racc (~> 1.4)
64
+ nokogiri (1.11.3-x86_64-darwin)
65
+ racc (~> 1.4)
66
+ nokogiri (1.11.2-x86_64-linux)
63
67
  racc (~> 1.4)
64
68
  parallel (1.20.1)
65
69
  parser (3.0.0.0)
@@ -74,7 +78,7 @@ GEM
74
78
  rainbow (3.0.0)
75
79
  rake (13.0.3)
76
80
  regexp_parser (2.1.1)
77
- rexml (3.2.4)
81
+ rexml (3.2.5)
78
82
  rspec (3.10.0)
79
83
  rspec-core (~> 3.10.0)
80
84
  rspec-expectations (~> 3.10.0)
@@ -114,7 +118,9 @@ GEM
114
118
  zeitwerk (2.4.2)
115
119
 
116
120
  PLATFORMS
121
+ arm64-darwin-20
117
122
  x86_64-darwin-19
123
+ x86_64-linux
118
124
 
119
125
  DEPENDENCIES
120
126
  byebug
@@ -125,4 +131,4 @@ DEPENDENCIES
125
131
  webmock (~> 3.12)
126
132
 
127
133
  BUNDLED WITH
128
- 2.2.13
134
+ 2.2.16
@@ -44,6 +44,7 @@ module DevOrbit
44
44
  hash = {
45
45
  activity: {
46
46
  activity_type: "dev:comment",
47
+ tags: ["channel:dev"],
47
48
  key: "dev-comment-#{@id}",
48
49
  title: "Commented on the DEV blog post: #{@article_title}",
49
50
  description: @body,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DevOrbit
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev_orbit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Orbit DevRel
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-05-06 00:00:00.000000000 Z
12
+ date: 2021-05-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport