User contributions for Majioa
6 August 2024
- 04:4404:44, 6 August 2024 diff hist +203 Ruby/Usage →Post install current
- 04:4004:40, 6 August 2024 diff hist +3 Ruby/Usage →Post install
- 04:3704:37, 6 August 2024 diff hist −3 Ruby/Usage No edit summary
12 February 2024
- 14:1214:12, 12 February 2024 diff hist +180 Ruby/Usage No edit summary
9 February 2024
- 01:5401:54, 9 February 2024 diff hist +14 Ruby/Usage →Post install: use ruby group
- 01:4601:46, 9 February 2024 diff hist −171 Ruby/Policy 2.0 No edit summary current
24 January 2024
- 17:0117:01, 24 January 2024 diff hist −21 m Ruby/Usage →Cloning a custom project
- 16:1316:13, 24 January 2024 diff hist 0 m Ruby/Usage →Cloning a custom project
- 16:1216:12, 24 January 2024 diff hist +42 m Ruby/Usage →Cloning a custom project
- 16:0516:05, 24 January 2024 diff hist 0 m Ruby/Usage No edit summary
- 16:0316:03, 24 January 2024 diff hist +998 Ruby/Usage No edit summary
19 December 2023
- 16:4316:43, 19 December 2023 diff hist +25 m Ruby/Policy 2.0 No edit summary
- 16:4216:42, 19 December 2023 diff hist +368 Ruby/Policy 2.0 deps
- 16:3716:37, 19 December 2023 diff hist +1,266 Ruby/Policy 2.0 additionals
12 December 2023
- 18:5918:59, 12 December 2023 diff hist −2 m Ruby/Usage No edit summary
- 18:5918:59, 12 December 2023 diff hist +473 Ruby/Usage →Intallation
- 18:3518:35, 12 December 2023 diff hist +10 m Ruby/Usage →Usage
- 18:3318:33, 12 December 2023 diff hist +4 Ruby/Policy 2.0 →Ruby Policy
- 18:3218:32, 12 December 2023 diff hist +5 Ruby/Policy 2.0 →Ruby Policy
- 18:3118:31, 12 December 2023 diff hist −3 m Ruby/Policy 2.0 →Ruby Policy
- 18:3118:31, 12 December 2023 diff hist +119 m Ruby/Policy 2.0 →Ruby Policy
- 18:2918:29, 12 December 2023 diff hist 0 m Ruby/Policy 2.0 →Ruby Policy
- 18:2818:28, 12 December 2023 diff hist 0 Ruby/Policy 2.0 →Ruby Policy
- 18:2418:24, 12 December 2023 diff hist +1 Template:DraftPolicy No edit summary current
- 18:2218:22, 12 December 2023 diff hist +644 N Template:DraftPolicy Created page with "{| style="border:1px solid #AAA; background:#F9F9F9; width:200px; margin: 0 0 1em 1em; padding:.2em; text-align:center; float: right;" class=noprint |- | Image:Stub.png |- | '''Sisyphus Policy draft''' |- |Authur(s) — {{{responsible}}} |- |{{#if: {{{discussion_link|}}}|[{{{discussion_link}}} Discussion in devel@]}} |- |{{#if: {{{discussion_since|}}}|Discussed from {{{discussion_since}}} }} |- |{{#if: {{{metabug|}}}|Policy violations monitored by: {{{metabug}}} }} |..."
- 18:1518:15, 12 December 2023 diff hist +21 Ruby/Usage No edit summary
- 18:0818:08, 12 December 2023 diff hist +23 Ruby No edit summary current
- 18:0718:07, 12 December 2023 diff hist +39 Ruby/Usage →Usage
- 18:0618:06, 12 December 2023 diff hist +134 Ruby/Usage →Usage
- 18:0418:04, 12 December 2023 diff hist +748 N Ruby/Usage Created page with "== Usage == You have to use system ruby generally for several purposes, so you have to: # use application, which strictly requires ruby, like: [https://packages.altlinux.org/ru/sisyphus/srpms/foreman/specfiles foreman], [https://packages.altlinux.org/ru/sisyphus/srpms/gem-alexandria-book-collection-manager/specfiles gem-alexandria-book-collection-manager]; # use ruby for development only purposes on your local machine; Usage system ruby for production cases is UNSUPPOR..."
- 17:5017:50, 12 December 2023 diff hist −7 Ruby/Policy 2.0 No edit summary
- 17:4717:47, 12 December 2023 diff hist +1,364 Ruby/Policy 2.0 →Ruby Policy
- 17:1817:18, 12 December 2023 diff hist +99 Ruby No edit summary
- 17:1617:16, 12 December 2023 diff hist +315 N Ruby Created page with "It is ruby related pages for active ALT Distributions, please follow the related chapter: #. Ruby/Introduction #. Ruby/Comparison #. Ruby/Packaging Notes #. Ruby/Typical spec #. Ruby/Testing #. Ruby/Migration #. Ruby/Automatization #. Ruby/Policy (obsoleted) #. Ruby/Policy 2.0"
- 17:1117:11, 12 December 2023 diff hist −14,421 Ruby/Policy 2.0 Replaced content with "{{DraftPolicy |responsible=Малъ Скрылевъ |discussion_link=https://lists.altlinux.org/pipermail/devel/2019-February/206679.html |discussion_since=05.02.2019 }} == Ruby Policy == __TOC__ '''''Rules for ruby module and application packages''''' Category:Ruby" Tag: Replaced
- 17:1117:11, 12 December 2023 diff hist +1,519 N Ruby/Automatization Created page with "== Automatization == To automatize the watch and update the ruby-based packages the gem '''gem-rubobot''' shall be used, to accomplish the following functions: * execute the watch for new ruby-based package versions and notify the subscribers about their appearance on '''rubygems.org'''; * execute the watch for new version of ruby language, notify the subscribers about their appearance; * make an integrity control over the gem subsystem in Sisyphus, by the aim of the sp..." current
- 17:1017:10, 12 December 2023 diff hist +1,425 N Ruby/Migration Created page with "== This scheme migration rules == # all the '''Requires''' dependencies for all the subpackages are determined automatically, so that all the dependencies of suck kind must be rejected; # '''BuildRequires''' dependencies for the package in case when testing shell be executed (see ''%check'' section), or when it is really necessary to do, must be explicitly defined, and can be got by the '''setup.rb''' application; # when the package has been renamed, it is required to e..." current
- 17:0717:07, 12 December 2023 diff hist +537 N Ruby/Testing Created page with "== Testing == Testing of the ruby based packages can be carried out by the '''gem-setup''' package that defines and runs required to the testing of the packages specs, which are usually resided in the ''spec''/''test''/''features'' folders. The required the execute that test procedure gems are defined in the '''Gemspec'''/'''.gemspec''' pair. In order to enable the testing procedure we need to explicitly decleare the required gems in the package '''.spec''', for example..." current
- 17:0617:06, 12 December 2023 diff hist +479 N Ruby/Typical spec Created page with "== Typical .spec == To fix an old or broken packages, along with the to create new ones, the maintainer can use the following typical spec file which is show here. The '''%ruby_build''' macro is being expanded to call to ''setup.rb'' install action, with fix to shebang line with auto param as ''--shebang=auto'' This forces to automatically detect ruby interpreter installation path and replace all the ruby executables with the proper shebang l..." current
- 17:0517:05, 12 December 2023 diff hist +5,061 N Ruby/Packaging Notes Created page with "== Packaging notes == === The 'ruby' package === In the system there is the only ''libruby'' library, with a single set of the ''stdlibs'' modules. When a new version of the ''libruby'' package has been built, all the ''stdlibs'' modules is rebuilt also, along with all gems that contain dynamically loaded ''.so'' libraries that conforms to the new version of ''libruby'', or where the ''Gemfile''/''.gemspec'' file pair contains explicit requirement to the ruby version i..." current
- 17:0217:02, 12 December 2023 diff hist +1,877 N Ruby/Comparison Created page with "== Comparison to the previous policy == Strictly speaking the approach with dependencies search over the only '''require''' calls to the modern time is significantly restricted by the following points: * this method calls are not always exactly detecting the real dependencies list for gems, and increasingly for ''Gemfile''-based projects, insofar as there may be non-mandatory calls to ''require'' in the code, which are framed in the ''begin-end'' code th..." current
- 17:0117:01, 12 December 2023 diff hist −79 Ruby/Introduction →Ruby and modularity: renove note current
- 17:0017:00, 12 December 2023 diff hist +278 Ruby/Introduction update out changes
- 16:5116:51, 12 December 2023 diff hist +3,513 N Ruby/Introduction Created page with "== Introduction == === Ruby and modularity === NOTE: To simplify link usage, they will be treated as for 2.6.1 ruby version. The ruby language have the modularity feature begginging with the day-spring of its invention in 1993th, so if we have [http://ruby-doc.org/core-2.6.1/all the core functions of ruby] are placed into the ''libruby.so'', are built-in part of the language, then [http://ruby-doc.org/stdlib-2.6.1/ ruby's standard library] is modularized, and its modu..."
19 September 2022
- 21:1221:12, 19 September 2022 diff hist −29 Ruby/Policy 2.0 →This scheme migration rules
- 21:0621:06, 19 September 2022 diff hist +8 Ruby/Policy 2.0 →Dependency conflict
- 21:0021:00, 19 September 2022 diff hist −97 Ruby/Policy 2.0 →Typical .spec
- 19:3519:35, 19 September 2022 diff hist −320 Ruby/Policy 2.0 →RPM Macros
4 March 2020
- 20:2120:21, 4 March 2020 diff hist −1,148 Ruby/Policy 2.0 →Typical .spec
- 20:2020:20, 4 March 2020 diff hist +1,546 N SampleSpecs/rubymodule Created page with "<source lang="Spec"> %define pkgname gemmodule Name: gem-%pkgname Version: 0.0.0 Release: alt1 Summary: <summary> Group: Development/..." current