texd 0.5.0 → 0.5.1
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 +4 -4
- data/.rubocop.yml +10 -0
- data/CHANGELOG.md +12 -1
- data/Gemfile.lock +79 -87
- data/Makefile +32 -18
- data/gemfiles/{rails-6.0 → rails-6.0/Gemfile} +1 -1
- data/gemfiles/{rails-6.0.lock → rails-6.0/Gemfile.lock} +63 -63
- data/gemfiles/{rails-6.1 → rails-6.1/Gemfile} +1 -1
- data/gemfiles/{rails-6.1.lock → rails-6.1/Gemfile.lock} +66 -66
- data/gemfiles/{rails-7.0 → rails-7.0/Gemfile} +1 -1
- data/gemfiles/{rails-7.0.lock → rails-7.0/Gemfile.lock} +69 -77
- data/gemfiles/rails-main/Gemfile +7 -0
- data/gemfiles/rails-main/Gemfile.lock +201 -0
- data/lib/texd/version.rb +1 -1
- metadata +11 -9
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: texd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dominik Menke
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-10-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: multipart-post
|
|
@@ -117,12 +117,14 @@ files:
|
|
|
117
117
|
- Makefile
|
|
118
118
|
- README.md
|
|
119
119
|
- Rakefile
|
|
120
|
-
- gemfiles/rails-6.0
|
|
121
|
-
- gemfiles/rails-6.0.lock
|
|
122
|
-
- gemfiles/rails-6.1
|
|
123
|
-
- gemfiles/rails-6.1.lock
|
|
124
|
-
- gemfiles/rails-7.0
|
|
125
|
-
- gemfiles/rails-7.0.lock
|
|
120
|
+
- gemfiles/rails-6.0/Gemfile
|
|
121
|
+
- gemfiles/rails-6.0/Gemfile.lock
|
|
122
|
+
- gemfiles/rails-6.1/Gemfile
|
|
123
|
+
- gemfiles/rails-6.1/Gemfile.lock
|
|
124
|
+
- gemfiles/rails-7.0/Gemfile
|
|
125
|
+
- gemfiles/rails-7.0/Gemfile.lock
|
|
126
|
+
- gemfiles/rails-main/Gemfile
|
|
127
|
+
- gemfiles/rails-main/Gemfile.lock
|
|
126
128
|
- lib/texd.rb
|
|
127
129
|
- lib/texd/attachment.rb
|
|
128
130
|
- lib/texd/cache.rb
|
|
@@ -141,7 +143,7 @@ metadata:
|
|
|
141
143
|
rubygems_mfa_required: 'true'
|
|
142
144
|
homepage_uri: https://github.com/digineo/texd-ruby
|
|
143
145
|
source_code_uri: https://github.com/digineo/texd-ruby
|
|
144
|
-
changelog_uri: https://github.com/digineo/texd-ruby/blob/v0.5.
|
|
146
|
+
changelog_uri: https://github.com/digineo/texd-ruby/blob/v0.5.1/CHANGELOG.md
|
|
145
147
|
post_install_message:
|
|
146
148
|
rdoc_options: []
|
|
147
149
|
require_paths:
|