ruby-pass-qt 1.0.0

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.
metadata ADDED
@@ -0,0 +1,83 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ruby-pass-qt
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - John Doe
8
+ bindir: exe
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: ruby-qt6-qtwidgets
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: 2.1.0
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: 2.1.0
26
+ description: A simple GUI for pass on Linux.
27
+ email:
28
+ - johndoe@example.com
29
+ executables:
30
+ - pass-qt
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - ".rubocop.yml"
35
+ - ".ruby-version"
36
+ - LICENSE
37
+ - README.md
38
+ - Rakefile
39
+ - exe/pass-qt
40
+ - lib/pass-qt.rb
41
+ - lib/pass-qt/app.rb
42
+ - lib/pass-qt/app/components.rb
43
+ - lib/pass-qt/app/components/passinfowidget.rb
44
+ - lib/pass-qt/app/components/passlistwidget.rb
45
+ - lib/pass-qt/app/components/passlistwidget/treewidget.rb
46
+ - lib/pass-qt/app/views.rb
47
+ - lib/pass-qt/app/views/browsestoresdialog.rb
48
+ - lib/pass-qt/app/views/mainwindow.rb
49
+ - lib/pass-qt/app/views/newonetimepassworddialog.rb
50
+ - lib/pass-qt/app/views/newpassworddialog.rb
51
+ - lib/pass-qt/config.rb
52
+ - lib/pass-qt/config/initializers/qt6.rb
53
+ - lib/pass-qt/config/settings.rb
54
+ - lib/pass-qt/lib.rb
55
+ - lib/pass-qt/lib/contrib.rb
56
+ - lib/pass-qt/lib/contrib/process.rb
57
+ - lib/pass-qt/lib/pass.rb
58
+ - lib/pass-qt/version.rb
59
+ - screenshot.png
60
+ homepage: https://github.com/souk4711/ruby-pass-qt
61
+ licenses: []
62
+ metadata:
63
+ homepage_uri: https://github.com/souk4711/ruby-pass-qt
64
+ source_code_uri: https://github.com/souk4711/ruby-pass-qt
65
+ changelog_uri: https://github.com/souk4711/ruby-pass-qt
66
+ rdoc_options: []
67
+ require_paths:
68
+ - lib
69
+ required_ruby_version: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - ">="
72
+ - !ruby/object:Gem::Version
73
+ version: 3.3.0
74
+ required_rubygems_version: !ruby/object:Gem::Requirement
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ version: '0'
79
+ requirements: []
80
+ rubygems_version: 3.6.9
81
+ specification_version: 4
82
+ summary: A simple GUI for pass on Linux.
83
+ test_files: []