runger_config 2.6.0 → 2.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -1
- data/lib/anyway/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a54d03412d6c18bcdba455116aaa8251ec3f0ff1ce5841f99d143c7d867987b8
|
4
|
+
data.tar.gz: 6233d5fa61f04f78e65e3359954fcbdf37ed8a1d745593f1211a41a6978be61e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60d514c4a4a36fff962ddc9b985af7d5d774f737bb5af1c2d4cea093547f70d251a8cb55833521acb27d95eed55f9f5da16c46b9fee33740cde61140d20b800a
|
7
|
+
data.tar.gz: e4026522cd94304c3bfc0e5f07027da17b3e8d8d03d046f45f2af4b777ee2b67ac97217f2882cf6fc658c7e4aa3ee662b3cba59b456d4a16992c42bf52a3cfa0
|
data/CHANGELOG.md
CHANGED
data/lib/anyway/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: runger_config
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.6.
|
4
|
+
version: 2.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vladimir Dementyev
|
@@ -169,16 +169,16 @@ files:
|
|
169
169
|
- lib/generators/anyway/install/templates/application_config.rb.tt
|
170
170
|
- sig/anyway_config.rbs
|
171
171
|
- sig/manifest.yml
|
172
|
-
homepage: http://github.com/
|
172
|
+
homepage: http://github.com/davidrunger/anyway_config
|
173
173
|
licenses:
|
174
174
|
- MIT
|
175
175
|
metadata:
|
176
|
-
bug_tracker_uri: http://github.com/
|
177
|
-
changelog_uri: https://github.com/
|
178
|
-
documentation_uri: http://github.com/
|
179
|
-
funding_uri: https://github.com/sponsors/
|
180
|
-
homepage_uri: http://github.com/
|
181
|
-
source_code_uri: http://github.com/
|
176
|
+
bug_tracker_uri: http://github.com/davidrunger/anyway_config/issues
|
177
|
+
changelog_uri: https://github.com/davidrunger/anyway_config/blob/master/CHANGELOG.md
|
178
|
+
documentation_uri: http://github.com/davidrunger/anyway_config
|
179
|
+
funding_uri: https://github.com/sponsors/davidrunger
|
180
|
+
homepage_uri: http://github.com/davidrunger/anyway_config
|
181
|
+
source_code_uri: http://github.com/davidrunger/anyway_config
|
182
182
|
rubygems_mfa_required: 'true'
|
183
183
|
post_install_message:
|
184
184
|
rdoc_options: []
|