Sync from SUSE:SLFO:Main rubygem-jbuilder revision 2c12ceda970097bacffc856d9e993138
This commit is contained in:
commit
09f93e7e42
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
20
fix-shebang.patch
Normal file
20
fix-shebang.patch
Normal file
@ -0,0 +1,20 @@
|
||||
Index: jbuilder-2.13.0/bin/release
|
||||
===================================================================
|
||||
--- jbuilder-2.13.0.orig/bin/release
|
||||
+++ jbuilder-2.13.0/bin/release
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env bash
|
||||
+#!/bin/bash
|
||||
|
||||
VERSION=$1
|
||||
|
||||
Index: jbuilder-2.13.0/bin/test
|
||||
===================================================================
|
||||
--- jbuilder-2.13.0.orig/bin/test
|
||||
+++ jbuilder-2.13.0/bin/test
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/bin/env bash
|
||||
+#!/bin/bash
|
||||
set -e
|
||||
|
||||
bundle install
|
73
gem2rpm.yml
Normal file
73
gem2rpm.yml
Normal file
@ -0,0 +1,73 @@
|
||||
# ---
|
||||
# ## used by gem2rpm
|
||||
# :summary: this is a custom summary
|
||||
# ## used by gem2rpm
|
||||
# :description: |-
|
||||
# this is a custom description
|
||||
#
|
||||
# it can be multiline
|
||||
# ## used by gem2rpm
|
||||
# :license: MIT or Ruby
|
||||
# ## used by gem2rpm and gem_packages
|
||||
# :version_suffix: -x_y
|
||||
# ## used by gem2rpm and gem_packages
|
||||
# :disable_docs: true
|
||||
# ## used by gem2rpm
|
||||
# :disable_automatic_rdoc_dep: true
|
||||
# ## used by gem2rpm
|
||||
# :preamble: |-
|
||||
# BuildRequires: foobar
|
||||
# Requires: foobar
|
||||
# ## used by gem2rpm
|
||||
# :patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
# ## used by gem2rpm
|
||||
:sources:
|
||||
# - foo.desktop
|
||||
# - bar.desktop
|
||||
# :gem_install_args: '....'
|
||||
# ## used by gem2rpm
|
||||
# :pre_install: |-
|
||||
# %if 0%{?use_system_libev}
|
||||
# export USE_VENDORED_LIBEV="no"
|
||||
# %endif
|
||||
# ## used by gem2rpm
|
||||
# :post_install: |-
|
||||
# # delete custom files here or do other fancy stuff
|
||||
# install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
|
||||
# ## used by gem2rpm
|
||||
# :testsuite_command: |-
|
||||
# (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)
|
||||
# ## used by gem2rpm
|
||||
# :filelist: |-
|
||||
# /usr/bin/gem2rpm-opensuse
|
||||
# ## used by gem2rpm
|
||||
# :scripts:
|
||||
# :post: |-
|
||||
# /bin/echo foo
|
||||
# ## used by gem_packages
|
||||
# :main:
|
||||
# :preamble: |-
|
||||
# Requires: util-linux
|
||||
# Recommends: pwgen
|
||||
# :filelist: |-
|
||||
# /usr/bin/gem2rpm-opensuse
|
||||
# ## used by gem_packages
|
||||
# :custom:
|
||||
# apache:
|
||||
# :preamble: |-
|
||||
# Requires: .....
|
||||
# :filelist: |-
|
||||
# /etc/apache2/conf.d/passenger.conf
|
||||
# :summary: Custom summary is optional
|
||||
# :description: |-
|
||||
# Custom description is optional
|
||||
#
|
||||
# bar
|
||||
# :post: |-
|
||||
# /bin/echo foo
|
||||
:sources:
|
||||
- series
|
||||
:patches:
|
||||
fix-shebang.patch: -p1
|
BIN
jbuilder-2.13.0.gem
(Stored with Git LFS)
Normal file
BIN
jbuilder-2.13.0.gem
(Stored with Git LFS)
Normal file
Binary file not shown.
478
rubygem-jbuilder.changes
Normal file
478
rubygem-jbuilder.changes
Normal file
@ -0,0 +1,478 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 12:55:07 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Added fix-shebang.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 4 16:55:56 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
|
||||
|
||||
- 2.13.0:
|
||||
|
||||
## What's Changed
|
||||
|
||||
* Redirect to `@record` or path in controller generator by @jeromedalbert in https://github.com/rails/jbuilder/pull/569
|
||||
* Return early from collection partial rendering if blank by @tylerjc in https://github.com/rails/jbuilder/pull/560
|
||||
* Add missing ':see_other' status code in generated destroy controller method by @ldeld in https://github.com/rails/jbuilder/pull/538
|
||||
* Remove OpenStruct references from Jbuilder by @mtsmfm in https://github.com/rails/jbuilder/pull/567
|
||||
* Use new `params.expect` syntax instead of `params.require` by @jeromedalbert in https://github.com/rails/jbuilder/pull/573
|
||||
|
||||
## New Contributors
|
||||
* @jeromedalbert made their first contribution in https://github.com/rails/jbuilder/pull/570
|
||||
* @tylerjc made their first contribution in https://github.com/rails/jbuilder/pull/560
|
||||
* @ldeld made their first contribution in https://github.com/rails/jbuilder/pull/538
|
||||
* @mtsmfm made their first contribution in https://github.com/rails/jbuilder/pull/567
|
||||
|
||||
**Full Changelog**: https://github.com/rails/jbuilder/compare/v2.12.0...v2.13.0
|
||||
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 21 10:04:32 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
|
||||
|
||||
- 2.12.0:
|
||||
|
||||
## What's Changed
|
||||
|
||||
* Use OpenStruct only if available by @yahonda in https://github.com/rails/jbuilder/pull/562
|
||||
* Replace deprecated `ProxyObject` with `BasicObject` by @Earlopain in https://github.com/rails/jbuilder/pull/563
|
||||
* Avoid loading `ActionController::API` constant by @nvasilevski in https://github.com/rails/jbuilder/pull/529
|
||||
* Fixed a bug where #501 broke compatibility with Enumerable by @yuki24 in https://github.com/rails/jbuilder/pull/531
|
||||
* Fix namespace issue when generating jbuilder views by @hahmed in https://github.com/rails/jbuilder/pull/536
|
||||
* Remove reliance on ERBTracker from rails by @HParker in https://github.com/rails/jbuilder/pull/504
|
||||
* Fix require path of dependency_tracker in railtie.rb by @jalyna in https://github.com/rails/jbuilder/pull/552
|
||||
|
||||
## New Contributors
|
||||
* @nvasilevski made their first contribution in https://github.com/rails/jbuilder/pull/529
|
||||
* @okuramasafumi made their first contribution in https://github.com/rails/jbuilder/pull/526
|
||||
* @berkos made their first contribution in https://github.com/rails/jbuilder/pull/528
|
||||
* @hahmed made their first contribution in https://github.com/rails/jbuilder/pull/536
|
||||
* @casperisfine made their first contribution in https://github.com/rails/jbuilder/pull/550
|
||||
* @jalyna made their first contribution in https://github.com/rails/jbuilder/pull/552
|
||||
* @yahonda made their first contribution in https://github.com/rails/jbuilder/pull/562
|
||||
* @Earlopain made their first contribution in https://github.com/rails/jbuilder/pull/563
|
||||
* @stefannibrasil made their first contribution in https://github.com/rails/jbuilder/pull/539
|
||||
|
||||
**Full Changelog**: https://github.com/rails/jbuilder/compare/v2.11.5...v2.12.0
|
||||
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 25 09:41:14 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>
|
||||
|
||||
- updated to version 2.11.5
|
||||
|
||||
# What's Changed
|
||||
|
||||
* Make sure action_view is loaded before using it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 6 11:30:12 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>
|
||||
|
||||
- updated to version 2.11.2
|
||||
|
||||
* Improve key formatting for nested hashes and disable by default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 25 14:12:41 UTC 2020 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
updated to version 2.10.1
|
||||
see installed CHANGELOG.md
|
||||
|
||||
2.10.1
|
||||
----------
|
||||
|
||||
* Fix keyword arguments warning on Ruby 2.7
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 10 14:57:42 UTC 2020 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to version 2.10.0
|
||||
see installed CHANGELOG.md
|
||||
|
||||
2.10.0
|
||||
----------
|
||||
|
||||
* Requires Rails 5+ and Ruby 2.2+
|
||||
* Nested hashes are deep-merged
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 17 11:25:31 UTC 2019 - Lukas Krause <lukas.krause@suse.com>
|
||||
|
||||
- update to version 2.9.1
|
||||
see installed CHANGELOG.md
|
||||
|
||||
2.9.1
|
||||
-----
|
||||
* Respect JSON encoding customizations
|
||||
|
||||
2.9.0
|
||||
-----
|
||||
* Fix passing object with partial without locals
|
||||
* Fix deprecation warning in Rails 6.0
|
||||
* Use quotes consistently in generated templates
|
||||
* Allow omitting timestamps from generated partials
|
||||
* Respect changing scaffold generator
|
||||
* Use a symbolic default format for Rails 6.0 forward compatibility
|
||||
* Drop MultiJSON in favor of Ruby standard library JSON
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 6 10:20:54 UTC 2018 - mschnitzer@suse.com
|
||||
|
||||
- updated to version 2.8.0
|
||||
|
||||
* Replace deprecated fragment_cache_key for Rails 5.2 support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 6 05:36:41 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to version 2.7.0
|
||||
see installed CHANGELOG.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 23 10:00:38 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to version 2.6.4
|
||||
see installed CHANGELOG.md
|
||||
|
||||
2.6.4
|
||||
-----
|
||||
|
||||
* Drop the pessimistic upper-bound restriction on Active Support and MultiJSON to prevent future gemfile resolution deadlocks *DHH*
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 05:33:29 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to version 2.6.3
|
||||
see installed CHANGELOG.md
|
||||
|
||||
2.6.3
|
||||
-----
|
||||
|
||||
* Support Rails 5.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 23 05:37:52 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to version 2.6.2
|
||||
see installed CHANGELOG.md
|
||||
|
||||
2.6.2
|
||||
-----
|
||||
|
||||
* Fix thor warnings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 05:35:00 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to version 2.6.1
|
||||
see installed CHANGELOG.md
|
||||
|
||||
2.6.1
|
||||
-----
|
||||
|
||||
* [Optimize root caches with cache_root!][https://github.com/rails/jbuilder/pull/370]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 21 04:30:38 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to version 2.6.0
|
||||
see installed CHANGELOG.md
|
||||
|
||||
2.6.0
|
||||
-----
|
||||
|
||||
* [Rails 5 cache! with expire support](https://github.com/rails/jbuilder/commit/d61e3354563863731bc1f358f495b1dbb7ae9d32)
|
||||
* [Generated view DRYed by using model partial](https://github.com/rails/jbuilder/commit/83256f4d7e9211c9dc47972feaed7fd31e4f7cac)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 31 04:29:24 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to version 2.5.0
|
||||
see installed CHANGELOG.md
|
||||
|
||||
2.5.0
|
||||
-----
|
||||
|
||||
* [Rails 5 compatibility](https://github.com/rails/jbuilder/commit/64c510ec69d9e63b73ffd5942e802d21a7d14701)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 10 05:30:45 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to version 2.4.1
|
||||
see installed CHANGELOG.md
|
||||
|
||||
2.4.1
|
||||
-----
|
||||
|
||||
* [Fix controller generators to be Rails 5 compatible](https://github.com/rails/jbuilder/commit/2dc6203c5c4a98701d5b64c2a5200835a48bb533)
|
||||
|
||||
2.4.0
|
||||
-----
|
||||
|
||||
* [Rails 5 compatibility](https://github.com/rails/jbuilder/commit/4aa2cfcc19a4634d65a28ffc75f0ac0cb8304115)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 21 05:37:48 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to version 2.4.0
|
||||
see installed CHANGELOG.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 04:30:29 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to version 2.3.2
|
||||
see installed CHANGELOG.md
|
||||
|
||||
2.3.2
|
||||
-----
|
||||
|
||||
* [Remove Mime Types deprecation message](https://github.com/rails/jbuilder/commit/5ba4e4ac654cc8388619538f576fe234659b84ec)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 6 04:31:06 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to version 2.3.1
|
||||
see installed CHANGELOG.md
|
||||
|
||||
2.3.1
|
||||
-----
|
||||
|
||||
* [Explicitly require ostruct to prevent NameError](https://github.com/rails/jbuilder/pull/281)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 04:32:15 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to version 2.3.0
|
||||
see installed CHANGELOG.md
|
||||
|
||||
2.3.0
|
||||
-----
|
||||
|
||||
* [Add new in-place partial invocation support](https://github.com/rails/jbuilder/commit/1feda7ee605c136e59fb4de970f4674de518e6de)
|
||||
* [Add implicit partial rendering for AM::Models](https://github.com/rails/jbuilder/commit/4d5bf7d0ea92765adb7be36834e84f9855a061df)
|
||||
* [Generate API controller if Rails API option is enabled](https://github.com/rails/jbuilder/commit/db68f6bd327cf42b47ef22d455fb5721a8c2cf5f)
|
||||
* [JBuilder's templates have less priority than app templates](https://github.com/rails/jbuilder/commit/7c1a5f25603ec1f4e51fba3dbba9db23726a5d69)
|
||||
* [Add AC::Helpers module to jbuilder for api only apps](https://github.com/rails/jbuilder/commit/7cf1d1eb7d125caf38309b5427952030011c1aa0)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 04:29:00 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to version 2.2.16
|
||||
see installed CHANGELOG.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 04:29:26 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to version 2.2.15
|
||||
see installed CHANGELOG.md
|
||||
|
||||
2.2.15
|
||||
------
|
||||
|
||||
* [Fix NoMethodError around `api_only` in railtie](https://github.com/rails/jbuilder/commit/705d1d6af3671d0bf0f78e9bb3136e727be1fb63)
|
||||
|
||||
2.2.14
|
||||
------
|
||||
|
||||
* [Make Jbuilder compatible with Rails API](https://github.com/rails/jbuilder/commit/29c0014a9c954c990075d42c45c66075260e924b)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 11 06:02:26 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to version 2.2.13
|
||||
* Several peformance optimizations: [#260](https://github.com/rails/jbuilder/pull/260) & [#261]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 20 20:46:24 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to version 2.2.12
|
||||
[Replace explici block calls with yield for performance]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 8 05:28:38 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to version 2.2.11
|
||||
* Generate the templates for Rails 5+ [#258]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 7 05:28:40 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to version 2.2.10
|
||||
* Add Jbuilder::Blank#empty? to tell if attributes are empty [#257]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 6 18:06:43 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to version 2.2.9
|
||||
* Support `partial!` call with `locals` option in `JbuilderTemplate` [#251](https://github.com/rails/jbuilder/pull/251)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 05:29:24 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to version 2.2.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 15 05:29:08 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to version 2.2.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 06:18:56 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to version 2.2.6
|
||||
* [Make sure dependency tracker loads after template handler](https://github.com/rails/jbuilder/commit/3ba404b1207b557e14771c90b8832bc01ae67a42)
|
||||
|
||||
2.2.5
|
||||
-----
|
||||
* [Refactor merge block behavior to raise error for unexpected values](https://github.com/rails/jbuilder/commit/4503162fb26f53f613fc83ac081fd244748b6fe9)
|
||||
|
||||
2.2.4
|
||||
-----
|
||||
* [Typecast locals hash key during collection render](https://github.com/rails/jbuilder/commit/a6b0c8651a08e01cb53eee38e211c65423f275f7)
|
||||
|
||||
2.2.3
|
||||
-----
|
||||
* [Move template handler registration into railtie](https://github.com/rails/jbuilder/commit/c8acc5cea6da2a79b7b345adc301cb5ff2517647)
|
||||
* [Do not capture the block where it is possible](https://github.com/rails/jbuilder/commit/973b382c3924cb59fc0e4e25266b18e74d41d646)
|
||||
|
||||
2.2.2
|
||||
-----
|
||||
* [Fix `Jbuilder#merge!` inside block](https://github.com/rails/jbuilder/commit/a7b328552eb0d36315f75bff813bea7eecf8c1d7)
|
||||
|
||||
2.2.1
|
||||
-----
|
||||
* [Fix empty block handling](https://github.com/rails/jbuilder/commit/972a11141403269e9b17b45b0c95f8a9788245ee)
|
||||
|
||||
2.2.0
|
||||
-----
|
||||
* [Allow to skip `array!` iterations by calling `next`](https://github.com/rails/jbuilder/commit/81a63308fb9d5002519dd871f829ccc58067251a)
|
||||
|
||||
2.1.2
|
||||
-----
|
||||
* [Cast array-like objects to array before merging](https://github.com/rails/jbuilder/commit/7b8c8a1cb09b7f3dd26e5643ebbd6b2ec67185db)
|
||||
|
||||
2.1.1
|
||||
-----
|
||||
* [Remove unused file](https://github.com/rails/jbuilder/commit/e49e1047976fac93b8242ab212c7b1a463b70809)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 13 12:17:36 UTC 2014 - coolo@suse.com
|
||||
|
||||
- adapt to new rubygem packaging
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 18 09:04:35 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to version 2.0.7
|
||||
* [Add destroy notice to scaffold generator](https://github.com/rails/jbuilder/commit/8448e86f8cdfa0f517bd59576947875775a1d43c)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 21 17:43:45 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to version 2.0.6
|
||||
* [Use render short form in controller generator](https://github.com/rails/jbuilder/commit/acf37320a7cea7fcc70c791bc94bd5f46b8349ff)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 23 06:56:31 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to version 2.0.5
|
||||
* [Fix edgecase when json is defined as a method]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 15 18:46:00 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to version 2.0.4
|
||||
* [Add cache_if! to conditionally cache JSON fragments]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 22 06:25:43 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to version 2.0.3
|
||||
* [Pass options when calling cache_fragment_name](https://github.com/rails/jbuilder/commit/07c2cc7486fe9ef423d7bc821b83f6d485f330e0)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 5 14:39:52 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to version 2.0.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 21 08:14:20 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to version 2.0.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 11:31:19 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to version 1.5.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 13 18:10:02 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to version 1.5.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 26 05:05:51 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to version 1.5.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 05:45:53 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to version 1.5.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 6 05:29:25 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to version 1.4.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 26 07:45:36 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to version 1.4.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 06:43:52 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to version 1.0.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 28 08:04:49 UTC 2012 - coolo@suse.com
|
||||
|
||||
- updated to version 0.9.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 27 20:00:41 UTC 2012 - coolo@suse.com
|
||||
|
||||
- updated to version 0.8.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 26 15:54:00 UTC 2012 - coolo@suse.com
|
||||
|
||||
- updated to version 0.8.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 10:56:50 UTC 2012 - coolo@suse.com
|
||||
|
||||
- updated to version 0.8.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 11 16:35:24 UTC 2012 - coolo@suse.com
|
||||
|
||||
- updated to version 0.5.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 9 07:54:01 UTC 2012 - coolo@suse.com
|
||||
|
||||
- updated to version 0.4.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 28 14:22:58 UTC 2012 - jmassaguerpla@suse.com
|
||||
|
||||
- update to versions: 0.4.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 17:20:41 UTC 2012 - fcastelli@suse.com
|
||||
|
||||
- initial package: 0.3.2
|
||||
|
62
rubygem-jbuilder.spec
Normal file
62
rubygem-jbuilder.spec
Normal file
@ -0,0 +1,62 @@
|
||||
#
|
||||
# spec file for package rubygem-jbuilder
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
#
|
||||
# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
|
||||
# All sections marked as MANUAL, license headers, summaries and descriptions
|
||||
# can be maintained in that file. Please consult this file before editing any
|
||||
# of those fields
|
||||
#
|
||||
|
||||
Name: rubygem-jbuilder
|
||||
Version: 2.13.0
|
||||
Release: 0
|
||||
%define mod_name jbuilder
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
BuildRequires: %{ruby >= 2.2.2}
|
||||
BuildRequires: %{rubygem gem2rpm}
|
||||
BuildRequires: ruby-macros >= 5
|
||||
URL: https://github.com/rails/jbuilder
|
||||
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
||||
Source1: series
|
||||
Source2: gem2rpm.yml
|
||||
# MANUAL
|
||||
Patch0: fix-shebang.patch
|
||||
# /MANUAL
|
||||
Summary: Create JSON structures via a Builder-style DSL
|
||||
License: MIT
|
||||
|
||||
%description
|
||||
Create JSON structures via a Builder-style DSL.
|
||||
|
||||
%prep
|
||||
%gem_unpack
|
||||
%patch -P 0 -p1
|
||||
find -type f -print0 | xargs -0 touch -r %{S:0}
|
||||
%gem_build
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
%gem_install \
|
||||
--doc-files="MIT-LICENSE README.md" \
|
||||
-f
|
||||
|
||||
%gem_packages
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user