aur.rb 0.1.0 → 0.2.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 CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aur.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Damien Robert
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-07 00:00:00.000000000 Z
11
+ date: 2020-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: drain
@@ -96,12 +96,14 @@ dependencies:
96
96
  version: '0.9'
97
97
  description: A set of utilities to handle archlinux packages databases and aur installation.
98
98
  email: Damien.Olivier.Robert+gems@gmail.com
99
- executables: []
99
+ executables:
100
+ - aur.rb
100
101
  extensions: []
101
102
  extra_rdoc_files:
102
103
  - ChangeLog.md
103
104
  - LICENSE.txt
104
105
  - README.md
106
+ - TODO.md
105
107
  files:
106
108
  - ".gitignore"
107
109
  - ".yardopts"
@@ -110,10 +112,25 @@ files:
110
112
  - LICENSE.txt
111
113
  - README.md
112
114
  - Rakefile
115
+ - TODO.md
113
116
  - aur.rb.gemspec
117
+ - bin/aur.rb
114
118
  - gemspec.yml
115
119
  - lib/aur.rb
120
+ - lib/aur/aur_rpc.rb
121
+ - lib/aur/cli.rb
122
+ - lib/aur/config.rb
123
+ - lib/aur/db.rb
124
+ - lib/aur/devtools.rb
125
+ - lib/aur/helpers.rb
126
+ - lib/aur/install_packages.rb
127
+ - lib/aur/load_config.rb
128
+ - lib/aur/makepkg.rb
129
+ - lib/aur/no_load_config.rb
130
+ - lib/aur/packages.rb
131
+ - lib/aur/repos.rb
116
132
  - lib/aur/version.rb
133
+ - lib/aur/versions.rb
117
134
  - test/helper.rb
118
135
  - test/test_aur.rb
119
136
  homepage: https://github.com/DamienRobert/aur.rb#readme
@@ -121,6 +138,7 @@ licenses:
121
138
  - MIT
122
139
  metadata:
123
140
  yard.run: yri
141
+ project_name: Archlinux
124
142
  post_install_message:
125
143
  rdoc_options: []
126
144
  require_paths:
@@ -136,8 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
136
154
  - !ruby/object:Gem::Version
137
155
  version: '0'
138
156
  requirements: []
139
- rubyforge_project:
140
- rubygems_version: 2.7.7
157
+ rubygems_version: 3.1.2
141
158
  signing_key:
142
159
  specification_version: 4
143
160
  summary: Set of archlinux and aur utilities