rbt 0.10.147 → 0.10.148

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of rbt might be problematic. Click here for more details.

Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +75 -129
  3. data/doc/todo/numbered_todo_entries.md +0 -7
  4. data/lib/rbt/base/commandline_arguments.rb +1 -0
  5. data/lib/rbt/compile/menu.rb +35 -35
  6. data/lib/rbt/compile/python_meson_and_ninja.rb +13 -10
  7. data/lib/rbt/cookbooks/highest.rb +84 -19
  8. data/lib/rbt/version/version.rb +2 -2
  9. data/lib/rbt/yaml/chained_programs/chained_programs.yml +1 -0
  10. data/lib/rbt/yaml/cookbooks/baobab.yml +2 -2
  11. data/lib/rbt/yaml/cookbooks/clustalomega.yml +1 -1
  12. data/lib/rbt/yaml/cookbooks/gnomebuilder.yml +2 -2
  13. data/lib/rbt/yaml/cookbooks/gnomepanel.yml +2 -2
  14. data/lib/rbt/yaml/cookbooks/jsonrpcglib.yml +2 -2
  15. data/lib/rbt/yaml/cookbooks/mesa.yml +2 -2
  16. data/lib/rbt/yaml/cookbooks/minuet.yml +1 -1
  17. data/lib/rbt/yaml/cookbooks/networkmanager.yml +2 -2
  18. data/lib/rbt/yaml/cookbooks/obexdataserver.yml +1 -1
  19. data/lib/rbt/yaml/cookbooks/pyxdg.yml +1 -1
  20. data/lib/rbt/yaml/cookbooks/rtranscoder.yml +1 -1
  21. data/lib/rbt/yaml/cookbooks/setuptools.yml +2 -2
  22. data/lib/rbt/yaml/cookbooks/six.yml +2 -2
  23. data/lib/rbt/yaml/cookbooks/slang.yml +23 -1
  24. data/lib/rbt/yaml/cookbooks/templateglib.yml +2 -2
  25. data/lib/rbt/yaml/cookbooks/xfce4clipmanplugin.yml +15 -0
  26. data/lib/rbt/yaml/cookbooks/zile.yml +3 -3
  27. data/lib/rbt/yaml/expanded_cookbooks/baobab.yml +1 -1
  28. data/lib/rbt/yaml/expanded_cookbooks/gnomebuilder.yml +8 -8
  29. data/lib/rbt/yaml/expanded_cookbooks/gnomepanel.yml +8 -8
  30. data/lib/rbt/yaml/expanded_cookbooks/jsonrpcglib.yml +8 -8
  31. data/lib/rbt/yaml/expanded_cookbooks/libffcall.yml +1 -1
  32. data/lib/rbt/yaml/expanded_cookbooks/mesa.yml +8 -8
  33. data/lib/rbt/yaml/expanded_cookbooks/networkmanager.yml +8 -8
  34. data/lib/rbt/yaml/expanded_cookbooks/rexml.yml +85 -0
  35. data/lib/rbt/yaml/expanded_cookbooks/setuptools.yml +8 -8
  36. data/lib/rbt/yaml/expanded_cookbooks/six.yml +8 -8
  37. data/lib/rbt/yaml/expanded_cookbooks/slang.yml +23 -2
  38. data/lib/rbt/yaml/expanded_cookbooks/templateglib.yml +2 -2
  39. data/lib/rbt/yaml/expanded_cookbooks/xfce4clipmanplugin.yml +84 -0
  40. data/lib/rbt/yaml/expanded_cookbooks/zile.yml +9 -9
  41. data/lib/rbt/yaml/programs_version/available_programs_versions.md +10 -9
  42. data/lib/rbt/yaml/programs_version/programs_version.yml +8 -5
  43. data/lib/rbt/yaml/programs_version/the_expanded_coobkook_dataset_was_last_updated_on_this_day.yml +1 -1
  44. data/lib/rbt/yaml/registered/headers.yml +274 -243
  45. data/lib/rbt/yaml/these_programs_were_updated.yml +8 -0
  46. metadata +8 -5
@@ -1,11 +1,4 @@
1
1
  -------------------------------------------------------------------------------
2
- (1) → show highest in rbt must check the expanded dataset instead.
3
- ^^^ or perhaps hmmmm make it a toggle.
4
- yeah. --calculate-as-is
5
- --slow
6
- ^^^^ add that.
7
- by default it must be faster.
8
- -------------------------------------------------------------------------------
9
2
  (1) → When we repackage something, and an extracted dir with the same
10
3
  name already exists, then we notify the user of that, create a
11
4
  new dir called
@@ -81,6 +81,7 @@ class Base # === RBT::Base
81
81
  entry and entry.start_with?('--')
82
82
  }
83
83
  end; alias commandline_arguments_containing_leading_hyphens? return_commandline_arguments_with_leading_hyphens # === commandline_arguments_containing_leading_hyphens?
84
+ alias commandline_arguments_with_leading_hyphens? return_commandline_arguments_with_leading_hyphens # === commandline_arguments_with_leading_hyphens?
84
85
  alias return_arguments_with_leading_hyphens return_commandline_arguments_with_leading_hyphens # === return_arguments_with_leading_hyphens
85
86
  alias return_commandline_arguments_with_hyphens return_commandline_arguments_with_leading_hyphens # === return_commandline_arguments_with_hyphens
86
87
  alias return_entries_with_leading_hyphens return_commandline_arguments_with_leading_hyphens # === return_entries_with_leading_hyphens
@@ -45,6 +45,41 @@ class Compile < ::RBT::CompileBase # === RBT::Compile
45
45
  else
46
46
  case i # case tag, cas tag
47
47
  # ===================================================================== #
48
+ # === Do not use any configure options
49
+ #
50
+ # This entry point allows you to completely ignore all configure
51
+ # options specified in the particular .yml file.
52
+ #
53
+ # In September 2020 --pristine was added as a shortcut. Do note
54
+ # that --pristine may mean more than merely "do not use the
55
+ # configure options", so in the future, this may change. But
56
+ # for now, --pristine is simply a shorter alias.
57
+ #
58
+ # Invocation examples:
59
+ #
60
+ # rbt htop --ntad --dont-use-configure-options
61
+ # rbt glib --user-home-prefix --use-meson --no-configure-options
62
+ # rbt ruby --do-not-use-any-configure-options
63
+ #
64
+ # ===================================================================== #
65
+ when /^-?-?dont(_|-)?use(_|-)?configure(_|-)?options?$/i,
66
+ /^-?-?do(_|-)?not(_|-)?use(_|-)?configure(_|-)?options$/i,
67
+ /^-?-?dont(_|-)?use(_|-)?configure(_|-)?options$/i,
68
+ /^-?-?no(_|-)?configure(_|-)?options$/i,
69
+ /^-?-?no(_|-)?config$/i,
70
+ /^-?-?do(_|-)?not(_|-)?use(_|-)?any(_|-)?configure(_|-)?options$/i,
71
+ /^-?-?dont(_|-)?use(_|-)?any(_|-)?configure(_|-)?options$/i,
72
+ /^-?-?clear(_|-)?configure(_|-)?options$/i,
73
+ /^-?-?ignore(_|-)?configure(_|-)?options$/i,
74
+ /^-?-?barebones$/i,
75
+ /^-?-?pristine$/i
76
+ do_not_use_any_configure_option { :be_verbose }
77
+ # =================================================================== #
78
+ # The next line was added on 24.11.2019. Don't use meson
79
+ # configure options either.
80
+ # =================================================================== #
81
+ @internal_hash[:use_meson_configure_options] = false
82
+ # ===================================================================== #
48
83
  # === Compile the various xcb-components
49
84
  #
50
85
  # This entry point exists primarily due to convenience, so that the
@@ -6484,41 +6519,6 @@ e 'YEAH'
6484
6519
  update_kde_plasma
6485
6520
  exit
6486
6521
  # ===================================================================== #
6487
- # === Do not use any configure options
6488
- #
6489
- # This entry point allows you to completely ignore all configure
6490
- # options specified in the particular .yml file.
6491
- #
6492
- # In September 2020 --pristine was added as a shortcut. Do note
6493
- # that --pristine may mean more than merely "do not use the
6494
- # configure options", so in the future, this may change. But
6495
- # for now, --pristine is simply a shorter alias.
6496
- #
6497
- # Invocation examples:
6498
- #
6499
- # rbt htop --ntad --dont-use-configure-options
6500
- # rbt glib --user-home-prefix --use-meson --no-configure-options
6501
- # rbt ruby --do-not-use-any-configure-options
6502
- #
6503
- # ===================================================================== #
6504
- when /^-?-?dont(_|-)?use(_|-)?configure(_|-)?options?$/i,
6505
- /^-?-?do(_|-)?not(_|-)?use(_|-)?configure(_|-)?options$/i,
6506
- /^-?-?dont(_|-)?use(_|-)?configure(_|-)?options$/i,
6507
- /^-?-?no(_|-)?configure(_|-)?options$/i,
6508
- /^-?-?no(_|-)?config$/i,
6509
- /^-?-?do(_|-)?not(_|-)?use(_|-)?any(_|-)?configure(_|-)?options$/i,
6510
- /^-?-?dont(_|-)?use(_|-)?any(_|-)?configure(_|-)?options$/i,
6511
- /^-?-?clear(_|-)?configure(_|-)?options$/i,
6512
- /^-?-?ignore(_|-)?configure(_|-)?options$/i,
6513
- /^-?-?barebones$/i,
6514
- /^-?-?pristine$/i
6515
- do_not_use_any_configure_option { :be_verbose }
6516
- # =================================================================== #
6517
- # The next line was added on 24.11.2019. Don't use meson
6518
- # configure options either.
6519
- # =================================================================== #
6520
- @internal_hash[:use_meson_configure_options] = false
6521
- # ===================================================================== #
6522
6522
  # === Copy header (.h) files from a certain path
6523
6523
  #
6524
6524
  # This entry point allows us to e. g. copy the .h header files from,
@@ -24,17 +24,20 @@ class Compile < RBT::CompileBase
24
24
  'lib'
25
25
  end
26
26
  # ======================================================================= #
27
- # Obtain the meson-configure options next.
27
+ # Obtain the meson-configure options next, but only if the user
28
+ # has allowed us to do so.
28
29
  # ======================================================================= #
29
- meson_configure_options = return_meson_configure_options.to_s.strip
30
- if meson_configure_options and !meson_configure_options.empty?
31
- # ===================================================================== #
32
- # Append the meson-configure options in this case.
33
- # ===================================================================== #
34
- opne "Making use of the #{royalblue('meson_configure_options')}, "\
35
- "as specified by the #{slateblue('.yml')} file."
36
- opne "The working directory is: #{sdir(return_pwd)}"
37
- _ << " #{meson_configure_options}"
30
+ if use_meson_configure_options?
31
+ meson_configure_options = return_meson_configure_options.to_s.strip
32
+ if meson_configure_options and !meson_configure_options.empty?
33
+ # ===================================================================== #
34
+ # Append the meson-configure options in this case.
35
+ # ===================================================================== #
36
+ opne "Making use of the #{royalblue('meson_configure_options')}, "\
37
+ "as specified by the #{slateblue('.yml')} file."
38
+ opne "The working directory is: #{sdir(return_pwd)}"
39
+ _ << " #{meson_configure_options}"
40
+ end
38
41
  end
39
42
  # ======================================================================= #
40
43
  # Add the build-directory if we make use of a build directory.
@@ -70,6 +70,21 @@ class Highest < Base # === RBT::Cookbooks::Highest
70
70
  # ======================================================================= #
71
71
  @namespace = NAMESPACE
72
72
  # ======================================================================= #
73
+ # === @use_this_dataset
74
+ #
75
+ # This variable must be a Symbol. The allowed symbols are:
76
+ #
77
+ # :use_the_expanded_dataset
78
+ # :use_a_local_check
79
+ #
80
+ # The first one is much faster, but will not be as accurate, as it
81
+ # does not do a full check on every available, local program.
82
+ #
83
+ # The user can override this on the commandline - see the menu()
84
+ # interface in how to do this.
85
+ # ======================================================================= #
86
+ @use_this_dataset = :use_the_expanded_dataset # This is the faster variant.
87
+ # ======================================================================= #
73
88
  # === @dataset
74
89
  # ======================================================================= #
75
90
  @dataset = nil
@@ -210,35 +225,55 @@ class Highest < Base # === RBT::Cookbooks::Highest
210
225
  @display_top_n
211
226
  end
212
227
 
228
+ # ========================================================================= #
229
+ # === use_the_expanded_dataset?
230
+ # ========================================================================= #
231
+ def use_the_expanded_dataset?
232
+ @use_this_dataset == :use_the_expanded_dataset
233
+ end
234
+
213
235
  # ========================================================================= #
214
236
  # === sanitize_available_programs
215
237
  # ========================================================================= #
216
238
  def sanitize_available_programs
239
+ use_the_expanded_dataset = use_the_expanded_dataset?
217
240
  array = [] # Dump the information into this array here.
218
241
  _ = @available_programs
219
242
  _.each {|i|
220
243
  # ===================================================================== #
221
244
  # Obtain the dataset for this program next.
222
245
  # ===================================================================== #
223
- @dataset = RBT::Cookbooks::SanitizeCookbook.new(i) { :be_fast_and_be_quiet }
224
- url = @dataset.program_path? # Keep the local URL here.
225
- if url.nil?
226
- e '`'+simp(i.to_s)+'` is nil, probably because it does not '\
227
- 'exist locally.'
228
- e 'Please consider fixing this problem.'
229
- if EXIT_ON_MISSING_ENTRY
230
- e 'We will exit now as the constant EXIT_ON_MISSING_ENTRY '\
231
- 'was set to true.'
232
- exit
246
+ if use_the_expanded_dataset
247
+ this_file = "#{directory_expanded_cookbooks?}#{i}.yml"
248
+ if File.exist? this_file
249
+ dataset = YAML.load_file(this_file)
250
+ url = dataset[:url1]
251
+ size = dataset[:archive_size]
252
+ else
253
+ no_file_exists_at(this_file)
254
+ end
255
+ # dataset = this_file
256
+ else
257
+ @dataset = RBT::Cookbooks::SanitizeCookbook.new(i) { :be_fast_and_be_quiet }
258
+ url = @dataset.program_path? # Keep the local URL here.
259
+ if url.nil?
260
+ e '`'+simp(i.to_s)+'` is nil, probably because it does not '\
261
+ 'exist locally.'
262
+ e 'Please consider fixing this problem.'
263
+ if EXIT_ON_MISSING_ENTRY
264
+ e 'We will exit now as the constant EXIT_ON_MISSING_ENTRY '\
265
+ 'was set to true.'
266
+ exit
267
+ end
268
+ end
269
+ size = @dataset.size? # Keep the filesize here.
270
+ # =================================================================== #
271
+ # Handle the case when the filesize is 0. In this case we will
272
+ # query the local file.
273
+ # =================================================================== #
274
+ if (size == 0) and (url and File.file?(url))
275
+ size = File.size(url)
233
276
  end
234
- end
235
- size = @dataset.size? # Keep the filesize here.
236
- # ===================================================================== #
237
- # Handle the case when the filesize is 0. In this case we will
238
- # query the local file.
239
- # ===================================================================== #
240
- if (size == 0) and (url and File.file?(url))
241
- size = File.size(url)
242
277
  end
243
278
  if @debug
244
279
  e crimson('DEBUG:')+' Filesize of '+slateblue(i.to_s)+
@@ -275,10 +310,39 @@ class Highest < Base # === RBT::Cookbooks::Highest
275
310
  }
276
311
  end
277
312
 
313
+ # ========================================================================= #
314
+ # === menu (menu tag)
315
+ # ========================================================================= #
316
+ def menu(
317
+ i = commandline_arguments_with_leading_hyphens?
318
+ )
319
+ if i.is_a? Array
320
+ i.each {|entry| menu(entry) }
321
+ else
322
+ case i # case tag
323
+ # ======================================================================= #
324
+ # === showhighest --use-the-expanded-dataset
325
+ # ======================================================================= #
326
+ when /^-?-?use(_|-| )?the(_|-| )?expanded(_|-| )?dataset$/i,
327
+ /^-?-?fast$/i
328
+ pp 'YOOOOO'
329
+ @use_this_dataset = :use_the_expanded_dataset
330
+ # ======================================================================= #
331
+ # === showhighest --use-a-local-check
332
+ # ======================================================================= #
333
+ when /^-?-?use(_|-| )?a(_|-| )?local(_|-| )?check$/i,
334
+ /^-?-?calculate(_|-| )?as(_|-| )?is$/i
335
+ pp 'NEEEEE'
336
+ @use_this_dataset = :use_a_local_check
337
+ end
338
+ end
339
+ end
340
+
278
341
  # ========================================================================= #
279
342
  # === run (run tag)
280
343
  # ========================================================================= #
281
344
  def run
345
+ menu
282
346
  inform_the_user_what_we_will_do
283
347
  sanitize_available_programs
284
348
  notify_the_user_that_we_have_finished_fetching_the_local_urls
@@ -305,4 +369,5 @@ end
305
369
 
306
370
  if __FILE__ == $PROGRAM_NAME
307
371
  RBT::Cookbooks::Highest.new(ARGV)
308
- end # highest 120
372
+ end # highest 120
373
+ # highest 120 --fast
@@ -13,7 +13,7 @@ module RBT
13
13
  # just an alias to it - stick to using VERSION instead "officially"
14
14
  # whenever possible.
15
15
  # ========================================================================= #
16
- VERSION = '0.10.147'
16
+ VERSION = '0.10.148'
17
17
  RBT_VERSION_NUMBER = VERSION # === RBT_VERSION_NUMBER
18
18
  PROGRAM_VERSION = VERSION # === PROGRAM_VERSION
19
19
 
@@ -23,7 +23,7 @@ module RBT
23
23
  # This specifies when the RBT project was last updated. It should be
24
24
  # updated whenever the VERSION constant changes.
25
25
  # ========================================================================= #
26
- LAST_UPDATE = '05.05.2021' # ← Keep this constant in DD.MM.YYYY notation.
26
+ LAST_UPDATE = '06.05.2021' # ← Keep this constant in DD.MM.YYYY notation.
27
27
 
28
28
  # ========================================================================= #
29
29
  # === URL_TO_THE_DOCUMENTATION
@@ -1339,6 +1339,7 @@ xfce:
1339
1339
  - xfce4taskmanager # xfce21
1340
1340
  - xfmedia # xfce22
1341
1341
  - xfce4whiskermenuplugin # xfce23
1342
+ - xfce4clipmanplugin # xfce24
1342
1343
 
1343
1344
  # =========================================================================== #
1344
1345
  # === python tag
@@ -7,10 +7,10 @@ baobab:
7
7
  description: |
8
8
  Baobab is a graphical disk usage analyzer.
9
9
  url1: https://download.gnome.org/sources/baobab/40/baobab-40.0.tar.xz
10
- url2: http://ftp.gnome.org/pub/GNOME/sources/baobab/
10
+ url2: https://download.gnome.org/sources/baobab/40/
11
11
  homepage: https://github.com/GNOME/baobab
12
12
  prefix: t
13
- keep_extracted: t
13
+ keep_extracted: yes
14
14
  use_build_directory: yes
15
15
  use_this_build_system: meson
16
16
  tags:
@@ -46,7 +46,7 @@ clustalomega:
46
46
  pkgconfig_files:
47
47
  - clustalo.pc
48
48
  prefix: f
49
- keep_extracted: t
49
+ keep_extracted: yes
50
50
  use_build_directory: no
51
51
  tags:
52
52
  - science
@@ -1,6 +1,6 @@
1
1
  gnomebuilder:
2
2
  description: |
3
- url1: https://download.gnome.org/sources/gnome-builder/3.38/gnome-builder-3.38.2.tar.xz
3
+ url1: https://download.gnome.org/sources/gnome-builder/3.40/gnome-builder-3.40.2.tar.xz
4
4
  url2: http://ftp.acc.umu.se/pub/GNOME/sources/gnome-builder/?C=M;O=D
5
5
  licence:
6
6
  prefix: t
@@ -17,4 +17,4 @@ gnomebuilder:
17
17
  - meson
18
18
  - libdazzle >= 3.30.2
19
19
  - jsonrpcglib
20
- last_update: 04 Mar 2021
20
+ last_update: 06 May 2021
@@ -2,7 +2,7 @@ gnomepanel:
2
2
  description: |
3
3
  gnome-panel. I think this also installs libpanel-applet. Or in other
4
4
  words, libpanelapplet is included in this package.
5
- url1: http://ftp.gnome.org/pub/gnome/sources/gnome-panel/3.38/gnome-panel-3.38.0.tar.xz
5
+ url1: https://download.gnome.org/sources/gnome-panel/3.41/gnome-panel-3.41.1.tar.xz
6
6
  url2: http://ftp.gnome.org/pub/gnome/sources/gnome-panel/
7
7
  prefix: f
8
8
  keep_extracted: t
@@ -10,4 +10,4 @@ gnomepanel:
10
10
  - gnome
11
11
  required_deps_on:
12
12
  - gdm
13
- last_update: 15 Oct 2020
13
+ last_update: 06 May 2021
@@ -1,7 +1,7 @@
1
1
  jsonrpcglib:
2
2
  configure_options: |
3
3
  description: |
4
- url1: http://ftp.gnome.org/pub/gnome/sources/jsonrpc-glib/3.34/jsonrpc-glib-3.34.0.tar.xz
4
+ url1: https://download.gnome.org/sources/jsonrpc-glib/3.38/jsonrpc-glib-3.38.0.tar.xz
5
5
  url2: http://ftp.gnome.org/pub/gnome/sources/jsonrpc-glib/
6
6
  prefix: t
7
7
  keep_extracted: t
@@ -10,4 +10,4 @@ jsonrpcglib:
10
10
  - gnome
11
11
  required_deps_on:
12
12
  - meson
13
- last_update: 10 Sep 2019
13
+ last_update: 06 May 2021
@@ -93,7 +93,7 @@ mesa:
93
93
 
94
94
  Modify this to your use case.
95
95
 
96
- url1: https://mesa.freedesktop.org/archive/mesa-21.0.3.tar.xz
96
+ url1: https://mesa.freedesktop.org/archive/mesa-21.1.0.tar.xz
97
97
  url2: ftp://ftp.freedesktop.org/pub/mesa/
98
98
  url3: http://www.mesa3d.org/beta/?M=D
99
99
  homepage: https://www.mesa3d.org/
@@ -216,4 +216,4 @@ mesa:
216
216
  - libxshmfence
217
217
  - mako
218
218
  - wayland
219
- last_update: 21 Apr 2021
219
+ last_update: 06 May 2021
@@ -33,7 +33,7 @@ minuet:
33
33
  - libminuetinterfaces.so.0.3.0
34
34
  - plugins/minuet/minuetfluidsynthsoundcontroller.so
35
35
  prefix: t
36
- keep_extracted: t
36
+ keep_extracted: yes
37
37
  use_build_directory: t
38
38
  tags:
39
39
  - kde
@@ -53,7 +53,7 @@ networkmanager:
53
53
  noted it down. After killing the PID of NetworkManager, and re-starting
54
54
  dhcpcd, everything worked fine (internet connectivity was there
55
55
  again), so it must have been related to NetworkManager.
56
- url1: https://download.gnome.org/sources/NetworkManager/1.31/NetworkManager-1.31.3.tar.xz
56
+ url1: https://download.gnome.org/sources/NetworkManager/1.31/NetworkManager-1.31.4.tar.xz
57
57
  url2: http://ftp.gnome.org/pub/gnome/sources/NetworkManager/?C=M;O=D
58
58
  homepage: https://wiki.gnome.org/Projects/NetworkManager
59
59
  gir_files:
@@ -264,4 +264,4 @@ networkmanager:
264
264
  - vala
265
265
  - jansson
266
266
  - newt
267
- last_update: 23 Apr 2021
267
+ last_update: 06 May 2021
@@ -4,6 +4,6 @@ obexdataserver:
4
4
  url1: http://tadas.dailyda.com/software/obex-data-server-0.4.6.tar.gz
5
5
  url2: http://tadas.dailyda.com/software/
6
6
  prefix: f
7
- keep_extracted: t
7
+ keep_extracted: yes
8
8
  required_deps_on:
9
9
  last_update: 01 Dec 2012
@@ -6,7 +6,7 @@ pyxdg:
6
6
  url2: https://pypi.org/project/pyxdg/#files
7
7
  homepage: http://www.freedesktop.org/wiki/Software/pyxdg
8
8
  prefix: t
9
- keep_extracted: t
9
+ keep_extracted: yes
10
10
  installation_steps:
11
11
  - PINSTALL1
12
12
  tags:
@@ -8,7 +8,7 @@ rtranscoder:
8
8
  utilities to Ruby classes and methods for your convenience.
9
9
  url1: https://rubygems.org/downloads/rtranscoder-0.1.3.gem
10
10
  homepage: https://rubygems.org/gems/rtranscoder
11
- keep_extracted: t
11
+ keep_extracted: yes
12
12
  tags:
13
13
  - ruby
14
14
  required_deps_on: