zendesk_configuration 0.0.1 → 1.39.2

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: d47ed7b5c4ea41808eb4ea59db7b3d52f73021bad55379d0b383f5e7a9a6f4f2
4
- data.tar.gz: 87c75004923a6c98fb12fb79b67b286ed4f1c46ee7cf5b980a307b1711eb02cb
3
+ metadata.gz: 2632646bd916fe673077f28ef2a108758bcf542431e36e222d8b48bd330e41d3
4
+ data.tar.gz: 848536b5abd4633ae5655ba9f36b6dd04def49e1934e4af5eb19083c3e2deb58
5
5
  SHA512:
6
- metadata.gz: eda62c21da17514d434548335f8372f95a83c77e5a454b6a09c41c5011ac2d67f58139944f5b395679b16ad7713f954e7bc22ef48b6beac8444d8f70ecda6ef7
7
- data.tar.gz: a5b996f2239c7a42293c9df437e1098e110b664c2f5248a736b37996d62e395934bb54713083462dd4156923a07ced097557d2922f3f2e3550ea41c9bdc64795
6
+ metadata.gz: 90b9aef878510fe8b6016da5fb3eefa2c7e96a0317d3c142241066e8b5a4b644bd0600c8f5e1fbc799f8ee250c09eca06c1c5e7739a609283fedf9657bfad2ae
7
+ data.tar.gz: 042ddbe2e49bbd00214b675b621af89d1f754a8acdd1107b784ff7838751f553b71d735fd724f008c1e61536edad0fa1059f97dfb3e8eb35be8997e123416918
data/Gemfile.lock ADDED
@@ -0,0 +1,61 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ zendesk_configuration (1.39.2)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ ast (2.4.2)
10
+ diff-lcs (1.5.0)
11
+ parallel (1.21.0)
12
+ parser (3.1.0.0)
13
+ ast (~> 2.4.1)
14
+ rainbow (3.1.1)
15
+ rake (13.0.6)
16
+ regexp_parser (2.2.0)
17
+ rexml (3.2.5)
18
+ rspec (3.10.0)
19
+ rspec-core (~> 3.10.0)
20
+ rspec-expectations (~> 3.10.0)
21
+ rspec-mocks (~> 3.10.0)
22
+ rspec-core (3.10.2)
23
+ rspec-support (~> 3.10.0)
24
+ rspec-expectations (3.10.2)
25
+ diff-lcs (>= 1.2.0, < 2.0)
26
+ rspec-support (~> 3.10.0)
27
+ rspec-mocks (3.10.3)
28
+ diff-lcs (>= 1.2.0, < 2.0)
29
+ rspec-support (~> 3.10.0)
30
+ rspec-support (3.10.3)
31
+ rubocop (1.25.0)
32
+ parallel (~> 1.10)
33
+ parser (>= 3.1.0.0)
34
+ rainbow (>= 2.2.2, < 4.0)
35
+ regexp_parser (>= 1.8, < 3.0)
36
+ rexml
37
+ rubocop-ast (>= 1.15.1, < 2.0)
38
+ ruby-progressbar (~> 1.7)
39
+ unicode-display_width (>= 1.4.0, < 3.0)
40
+ rubocop-ast (1.15.1)
41
+ parser (>= 3.0.1.1)
42
+ rubocop-performance (1.13.2)
43
+ rubocop (>= 1.7.0, < 2.0)
44
+ rubocop-ast (>= 0.4.0)
45
+ ruby-progressbar (1.11.0)
46
+ standard (1.7.0)
47
+ rubocop (= 1.25.0)
48
+ rubocop-performance (= 1.13.2)
49
+ unicode-display_width (2.1.0)
50
+
51
+ PLATFORMS
52
+ ruby
53
+
54
+ DEPENDENCIES
55
+ rake (~> 13.0)
56
+ rspec (~> 3.0)
57
+ standard (~> 1.3)
58
+ zendesk_configuration!
59
+
60
+ BUNDLED WITH
61
+ 2.3.4
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZendeskConfiguration
4
- VERSION = "0.0.1"
4
+ VERSION = "1.39.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zendesk_configuration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 1.39.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - thomascountz
@@ -22,6 +22,7 @@ files:
22
22
  - CHANGELOG.md
23
23
  - CODE_OF_CONDUCT.md
24
24
  - Gemfile
25
+ - Gemfile.lock
25
26
  - LICENSE.txt
26
27
  - README.md
27
28
  - Rakefile