isomorfeus-iodine 0.7.46 → 0.7.49

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isomorfeus-iodine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.46
4
+ version: 0.7.49
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-31 00:00:00.000000000 Z
11
+ date: 2022-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -110,7 +110,7 @@ dependencies:
110
110
  - - "<"
111
111
  - !ruby/object:Gem::Version
112
112
  version: '2.0'
113
- description: iodine build for Isomorfeus
113
+ description: 'iodine build for Isomorfeus, original iodine from Bo: https://github.com/boazsegev/iodine'
114
114
  email:
115
115
  - jan@kursator.de
116
116
  executables:
@@ -122,6 +122,7 @@ files:
122
122
  - ".github/ISSUE_TEMPLATE/bug_report.md"
123
123
  - ".github/workflows/ruby.yml"
124
124
  - ".gitignore"
125
+ - ".gitlab-ci.yml"
125
126
  - ".rspec"
126
127
  - ".travis.yml"
127
128
  - ".yardopts"
@@ -141,6 +142,7 @@ files:
141
142
  - bin/poc/config.ru
142
143
  - bin/poc/gemfile
143
144
  - bin/poc/www/index.html
145
+ - bitbucket-pipelines.yml
144
146
  - examples/async_task.ru
145
147
  - examples/config.ru
146
148
  - examples/echo.ru
@@ -237,13 +239,15 @@ files:
237
239
  - lib/iodine/version.rb
238
240
  - lib/rack/handler/iodine.rb
239
241
  - logo.png
240
- homepage: https://github.com/janbiedermann/iodine
242
+ homepage: https://isomorfeus.com
241
243
  licenses:
242
244
  - MIT
243
- metadata: {}
245
+ metadata:
246
+ github_repo: ssh://github.com/isomorfeus/gems
247
+ source_code_uri: https://github.com/isomorfeus/isomorfeus-iodine
244
248
  post_install_message: |-
245
- Thank you for installing Iodine 0.7.46.
246
- Remember: if iodine supports your business, it's only fair to give value back (code contributions / donations) to Bo.
249
+ Thank you for installing Iodine 0.7.49.
250
+ Remember: if iodine supports your business, it's only fair to give value back (code contributions / donations) to Bo, see https://github.com/boazsegev/iodine
247
251
  rdoc_options: []
248
252
  require_paths:
249
253
  - lib
@@ -265,7 +269,7 @@ requirements:
265
269
  - Ruby >= 2.5.0 recommended.
266
270
  - TLS requires OpenSSL >= 1.1.0.
267
271
  - Or Windows with Ruby >= 3.0.0 build with MingW and MingW as compiler.
268
- rubygems_version: 3.3.3
272
+ rubygems_version: 3.3.7
269
273
  signing_key:
270
274
  specification_version: 4
271
275
  summary: iodine build for Isomorfeus