Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
e866346cc8
!11 Upgrade to version 7.0.7
From: @wk333 
Reviewed-by: @jxy_git 
Signed-off-by: @jxy_git
2023-08-18 08:58:33 +00:00
wk333
35706155d8 Upgrade to version 7.0.7 2023-08-18 09:35:37 +08:00
openeuler-ci-bot
1cbe6415a6
!10 Upgrade to version 7.0.4
From: @wk333 
Reviewed-by: @jxy_git 
Signed-off-by: @jxy_git
2023-01-20 02:58:06 +00:00
wk333
36983af04f Upgrade to version 7.0.4 2023-01-19 17:44:14 +08:00
openeuler-ci-bot
c5f5bb7bbe
!8 [sync] PR-7: update to 6.1.4.1
From: @openeuler-sync-bot 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2022-03-07 01:35:35 +00:00
jxy_git
63b037cd0f update to 6.1.4.1
(cherry picked from commit aff5ebdfa7a5b006749ee235224e0e02576297af)
2022-03-05 11:22:50 +08:00
openeuler-ci-bot
695f0a65bf !2 升级 rails to 5.2.4.4
From: @shinwell_hu
Reviewed-by: @hht8
Signed-off-by: @hht8
2021-02-04 14:31:49 +08:00
Shinwell Hu
68f51c11a9 upgrade to 5.2.4.4 2021-02-03 06:13:19 +00:00
openeuler-ci-bot
3083158167 !1 rubygem-rails初始化
Merge pull request !1 from Lostway/master
2020-08-27 09:12:45 +08:00
lostway
38c6399045 first commit 2020-08-25 12:03:14 +08:00
3 changed files with 67 additions and 0 deletions

BIN
rails-7.0.7.gem Normal file

Binary file not shown.

63
rubygem-rails.spec Normal file
View File

@ -0,0 +1,63 @@
%global gem_name rails
Name: rubygem-%{gem_name}
Epoch: 1
Version: 7.0.7
Release: 1
Summary: Full-stack web application framework
License: MIT
URL: http://rubyonrails.org
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
BuildRequires: ruby(release) rubygems-devel >= 1.8.11 ruby >= 2.2.2
BuildArch: noarch
%description
Ruby on Rails is a full-stack web framework optimized for programmer happiness
and sustainable productivity. It encourages beautiful code by favoring
convention over configuration.
%package doc
Summary: Documentation for %{name}
License: MIT and (MIT or GPL+)
Requires: %{name} = %{epoch}:%{version}-%{release}
BuildArch: noarch
%description doc
Documentation for %{name}.
%prep
%setup -q -n %{gem_name}-%{version}
%build
gem build ../%{gem_name}-%{version}.gemspec
%gem_install
%install
mkdir -p %{buildroot}%{gem_dir}
cp -a .%{gem_dir}/* \
%{buildroot}%{gem_dir}/
%files
%dir %{gem_instdir}
%exclude %{gem_cache}
%{gem_spec}
%license %{gem_instdir}/MIT-LICENSE
%files doc
%doc %{gem_docdir}
%doc %{gem_instdir}/README.md
%changelog
* Fri Aug 18 2023 wangkai <wang_kai001@hoperun.com> - 1:7.0.7-1
- Upgrade to version 7.0.7
* Thu Jan 19 2023 wangkai <wangkai385@h-partners.com> - 1:7.0.4-1
- Upgrade to version 7.0.4
* Wed Mar 02 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 6.1.4.1-1
- update to 6.1.4.1
* Wed Feb 03 2021 shinwell_hu <micromotive@qq.com> - 5.2.4.4-1
- Upgrade to 5.2.4.4 to fix following CVE issue
CVE-2020-8165
CVE-2020-8162
* Thu Aug 20 2020 luoshengwei <luoshengwei@huawei.com> - 5.2.3-1
- package init

4
rubygem-rails.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: rails/rails
tag_prefix: "rails-"
separator: "."