handsome_fencer-test 0.2.1 → 0.2.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 +5 -5
- data/.circleci/config.yml +2 -2
- data/lib/handsome_fencer/test/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 0efd505b4a3afbc35cea8d6390b8708d7a7d361c
|
|
4
|
+
data.tar.gz: c747252b50953f1e38886efc19c4e04ece002184
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b8d0e0b2e265e7fc6792cd1b3dce1ce2e10a7d08b2d4f9254ae429c64235ac8af72739a260493186b5d19fbd93239b47fd1766fbb09541b6a8e71d81e152cd9
|
|
7
|
+
data.tar.gz: 9e84e83a22218e34593f0a5f0466f8ba9ed2d3d1ec9f9b3307ca5fff371172f34d3437d4e50f4efba4f382dc71f0e3ad67c6b6f9ca23eacca6d72b487506440f
|
data/.circleci/config.yml
CHANGED
|
@@ -25,10 +25,10 @@ jobs:
|
|
|
25
25
|
- run: gem install roro
|
|
26
26
|
- run: roro generate::exposed ci
|
|
27
27
|
- run: echo 'source roro/containers/ruby_image/ci.env' >> $BASH_ENV
|
|
28
|
-
- run: gem install gem-release
|
|
29
28
|
- run: printenv RUBYGEMS_API_KEY
|
|
30
29
|
- run: ./.circleci/setup-gem-credentials.sh
|
|
31
|
-
- run: gem
|
|
30
|
+
- run: cat ~/.gem/credentials
|
|
31
|
+
- run: gem release
|
|
32
32
|
|
|
33
33
|
workflows:
|
|
34
34
|
version: 2
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: handsome_fencer-test
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- schadenfred
|
|
@@ -346,7 +346,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
346
346
|
- !ruby/object:Gem::Version
|
|
347
347
|
version: '0'
|
|
348
348
|
requirements: []
|
|
349
|
-
|
|
349
|
+
rubyforge_project:
|
|
350
|
+
rubygems_version: 2.6.13
|
|
350
351
|
signing_key:
|
|
351
352
|
specification_version: 4
|
|
352
353
|
summary: Opinionated Rails testing suite.
|