pheme 4.0.5 → 4.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/main.yml +2 -0
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +15 -15
- data/lib/pheme/version.rb +1 -1
- data/spec/version_spec.rb +3 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 831f5d211fa45a5725eab09b256b39bfac28d25b6271f045466fe0c9f98d0cb6
|
4
|
+
data.tar.gz: 5e8a0b292396d2403af4da4cc6e71b883a8c4623683dd74a8c34fadc287ea0e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1e130b3a280ae8302d6946a57cd3d9592eb57ab1d53da9e1408aa265640e7197f0aeab67f31510bb6ed02641641cee0155a5ab872f6aae2523d7b0d7b0bc80b
|
7
|
+
data.tar.gz: 74ea895fc3daf7d577d100950a21f559450c3d2e6fa3da2e26974c5e534d8ba62364c47a6ebaa7e24667c8705b184681715eacc1e115db2861b99f0047de5db5
|
data/.github/workflows/main.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
6
6
|
|
7
|
+
## 4.0.6 - 2021-06-28
|
8
|
+
### Changed
|
9
|
+
- Update dependencies
|
10
|
+
|
7
11
|
## 4.0.5 - 2021-04-20
|
8
12
|
### Changed
|
9
13
|
- Update dependencies
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
pheme (4.0.
|
4
|
+
pheme (4.0.6)
|
5
5
|
activesupport (>= 4)
|
6
6
|
aws-sdk-sns (~> 1.1)
|
7
7
|
aws-sdk-sqs (~> 1.3)
|
@@ -19,13 +19,13 @@ GEM
|
|
19
19
|
zeitwerk (~> 2.3)
|
20
20
|
ast (2.4.2)
|
21
21
|
aws-eventstream (1.1.1)
|
22
|
-
aws-partitions (1.
|
22
|
+
aws-partitions (1.449.0)
|
23
23
|
aws-sdk-core (3.114.0)
|
24
24
|
aws-eventstream (~> 1, >= 1.0.2)
|
25
25
|
aws-partitions (~> 1, >= 1.239.0)
|
26
26
|
aws-sigv4 (~> 1.1)
|
27
27
|
jmespath (~> 1.0)
|
28
|
-
aws-sdk-sns (1.
|
28
|
+
aws-sdk-sns (1.40.0)
|
29
29
|
aws-sdk-core (~> 3, >= 3.112.0)
|
30
30
|
aws-sigv4 (~> 1.1)
|
31
31
|
aws-sdk-sqs (1.38.0)
|
@@ -44,10 +44,9 @@ GEM
|
|
44
44
|
i18n (1.8.10)
|
45
45
|
concurrent-ruby (~> 1.0)
|
46
46
|
jmespath (1.4.0)
|
47
|
-
json (2.5.1)
|
48
47
|
minitest (5.14.4)
|
49
48
|
parallel (1.20.1)
|
50
|
-
parser (3.0.1.
|
49
|
+
parser (3.0.1.1)
|
51
50
|
ast (~> 2.4.1)
|
52
51
|
rack (2.2.3)
|
53
52
|
rainbow (3.0.0)
|
@@ -76,7 +75,7 @@ GEM
|
|
76
75
|
rspec-support (3.10.2)
|
77
76
|
rspec_junit_formatter (0.4.1)
|
78
77
|
rspec-core (>= 2, < 4, != 2.12.0)
|
79
|
-
rubocop (1.
|
78
|
+
rubocop (1.13.0)
|
80
79
|
parallel (~> 1.10)
|
81
80
|
parser (>= 3.0.0.0)
|
82
81
|
rainbow (>= 2.2.2, < 4.0)
|
@@ -85,26 +84,27 @@ GEM
|
|
85
84
|
rubocop-ast (>= 1.2.0, < 2.0)
|
86
85
|
ruby-progressbar (~> 1.7)
|
87
86
|
unicode-display_width (>= 1.4.0, < 3.0)
|
88
|
-
rubocop-ast (1.
|
89
|
-
parser (>=
|
90
|
-
rubocop-performance (1.
|
91
|
-
rubocop (>=
|
87
|
+
rubocop-ast (1.5.0)
|
88
|
+
parser (>= 3.0.1.1)
|
89
|
+
rubocop-performance (1.11.1)
|
90
|
+
rubocop (>= 1.7.0, < 2.0)
|
92
91
|
rubocop-ast (>= 0.4.0)
|
93
92
|
rubocop-rails (2.9.1)
|
94
93
|
activesupport (>= 4.2.0)
|
95
94
|
rack (>= 1.1)
|
96
95
|
rubocop (>= 0.90.0, < 2.0)
|
97
|
-
rubocop-rspec (2.
|
96
|
+
rubocop-rspec (2.3.0)
|
98
97
|
rubocop (~> 1.0)
|
99
98
|
rubocop-ast (>= 1.1.0)
|
100
99
|
rubocop-vendor (0.6.0)
|
101
100
|
rubocop (>= 0.53.0)
|
102
101
|
ruby-progressbar (1.11.0)
|
103
|
-
simplecov (0.
|
102
|
+
simplecov (0.21.2)
|
104
103
|
docile (~> 1.1)
|
105
|
-
|
106
|
-
|
107
|
-
simplecov-html (0.
|
104
|
+
simplecov-html (~> 0.11)
|
105
|
+
simplecov_json_formatter (~> 0.1)
|
106
|
+
simplecov-html (0.12.3)
|
107
|
+
simplecov_json_formatter (0.1.3)
|
108
108
|
smarter_csv (1.2.8)
|
109
109
|
thor (1.1.0)
|
110
110
|
tzinfo (2.0.4)
|
data/lib/pheme/version.rb
CHANGED
data/spec/version_spec.rb
CHANGED
@@ -27,6 +27,9 @@ describe Pheme do
|
|
27
27
|
is_main_branch = git.current_branch == 'main'
|
28
28
|
skip('already on main branch, no need to compare versions') if is_main_branch
|
29
29
|
|
30
|
+
head_version = get_version(git, 'HEAD')
|
31
|
+
raise 'no version.rb file found on the current branch' if head_version.nil?
|
32
|
+
|
30
33
|
expect(Gem::Version.new(head_version)).to be > Gem::Version.new(main_version)
|
31
34
|
end
|
32
35
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pheme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Graham
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-06-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|