commit rubygem-jbuilder for openSUSE:Factory

2020-10-05 Thread root
Hello community,

here is the log from the commit of package rubygem-jbuilder for 
openSUSE:Factory checked in at 2020-10-05 19:31:41

Comparing /work/SRC/openSUSE:Factory/rubygem-jbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new.4249 (New)


Package is "rubygem-jbuilder"

Mon Oct  5 19:31:41 2020 rev:23 rq:838043 version:2.10.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jbuilder/rubygem-jbuilder.changes
2020-03-07 21:38:34.124285526 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-jbuilder.new.4249/rubygem-jbuilder.changes  
2020-10-05 19:31:44.696852394 +0200
@@ -1,0 +2,12 @@
+Fri Sep 25 14:12:41 UTC 2020 - Stephan Kulow 
+
+updated to version 2.10.1
+ see installed CHANGELOG.md
+
+  2.10.1
+  --
+  
+  * Fix keyword arguments warning on Ruby 2.7
+  
+
+---

Old:

  jbuilder-2.10.0.gem

New:

  jbuilder-2.10.1.gem



Other differences:
--
++ rubygem-jbuilder.spec ++
--- /var/tmp/diff_new_pack.dCX8xC/_old  2020-10-05 19:31:45.356855178 +0200
+++ /var/tmp/diff_new_pack.dCX8xC/_new  2020-10-05 19:31:45.360855194 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-jbuilder
-Version:2.10.0
+Version:2.10.1
 Release:0
 %define mod_name jbuilder
 %define mod_full_name %{mod_name}-%{version}

++ jbuilder-2.10.0.gem -> jbuilder-2.10.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore  2020-02-10 02:41:10.0 +0100
+++ new/.gitignore  2020-09-12 16:41:21.0 +0200
@@ -1,4 +1,5 @@
 tmp
+gemfiles/.bundle
 gemfiles/*.lock
 Gemfile.lock
 .ruby-version
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2020-02-10 02:41:10.0 +0100
+++ new/.travis.yml 2020-09-12 16:41:21.0 +0200
@@ -3,17 +3,16 @@
 cache: bundler
 
 before_install:
-  - "gem update --system 2.7.9"
   - "gem install bundler -v '<2'"
 
 rvm:
   - 2.2.10
   - 2.3.8
-  - 2.4.6
-  - 2.5.5
-  - 2.6.2
+  - 2.4.10
+  - 2.5.8
+  - 2.6.6
+  - 2.7.1
   - ruby-head
-  - rbx-3.107
 
 gemfile:
   - gemfiles/rails_5_0.gemfile
@@ -24,21 +23,27 @@
 
 matrix:
   exclude:
+- rvm: 2.7.1
+  gemfile: gemfiles/rails_5_0.gemfile
+- rvm: 2.7.1
+  gemfile: gemfiles/rails_5_1.gemfile
+- rvm: 2.2.10
+  gemfile: gemfiles/rails_5_2.gemfile
+- rvm: 2.7.1
+  gemfile: gemfiles/rails_5_2.gemfile
 - rvm: 2.2.10
   gemfile: gemfiles/rails_6_0.gemfile
 - rvm: 2.3.8
   gemfile: gemfiles/rails_6_0.gemfile
-- rvm: 2.4.6
+- rvm: 2.4.10
   gemfile: gemfiles/rails_6_0.gemfile
 - rvm: 2.2.10
   gemfile: gemfiles/rails_head.gemfile
 - rvm: 2.3.8
   gemfile: gemfiles/rails_head.gemfile
-- rvm: 2.4.6
+- rvm: 2.4.10
   gemfile: gemfiles/rails_head.gemfile
   allow_failures:
-- rvm: jruby-19mode
-- rvm: rbx-3.107
 - rvm: ruby-head
 - gemfile: gemfiles/rails_head.gemfile
   fast_finish: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2020-02-10 02:41:10.0 +0100
+++ new/CHANGELOG.md2020-09-12 16:41:21.0 +0200
@@ -1,5 +1,10 @@
 # Changelog
 
+2.10.1
+--
+
+* Fix keyword arguments warning on Ruby 2.7
+
 2.10.0
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTING.md new/CONTRIBUTING.md
--- old/CONTRIBUTING.md 2020-02-10 02:41:10.0 +0100
+++ new/CONTRIBUTING.md 2020-09-12 16:41:21.0 +0200
@@ -4,12 +4,10 @@
 [![Build 
Status](https://api.travis-ci.org/rails/jbuilder.svg?branch=master)][travis]
 [![Gem Version](https://badge.fury.io/rb/jbuilder.svg)][gem]
 [![Code 
Climate](https://codeclimate.com/github/rails/jbuilder/badges/gpa.svg)][codeclimate]
-[![Dependencies Status](https://gemnasium.com/rails/jbuilder.svg)][gemnasium]
 
 [travis]: https://travis-ci.org/rails/jbuilder
 [gem]: https://rubygems.org/gems/jbuilder
 [codeclimate]: https://codeclimate.com/github/rails/jbuilder
-[gemnasium]: https://gemnasium.com/rails/jbuilder
 
 Jbuilder is work of [many 
contributors](https://github.com/rails/jbuilder/graphs/contributors). You're 
encouraged to submit [pull requests](https://github.com/rails/jbuilder/pulls), 
[propose features and discuss issues](https://github.com/rails/jbuilder/issues).
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jbuilder.gemspec new/jb

commit rubygem-jbuilder for openSUSE:Factory

2020-03-07 Thread root
Hello community,

here is the log from the commit of package rubygem-jbuilder for 
openSUSE:Factory checked in at 2020-03-07 21:38:27

Comparing /work/SRC/openSUSE:Factory/rubygem-jbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new.26092 (New)


Package is "rubygem-jbuilder"

Sat Mar  7 21:38:27 2020 rev:22 rq:773774 version:2.10.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jbuilder/rubygem-jbuilder.changes
2019-05-17 23:44:38.673863996 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-jbuilder.new.26092/rubygem-jbuilder.changes 
2020-03-07 21:38:34.124285526 +0100
@@ -1,0 +2,12 @@
+Mon Feb 10 14:57:42 UTC 2020 - Stephan Kulow 
+
+- 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
+
+---

Old:

  jbuilder-2.9.1.gem

New:

  jbuilder-2.10.0.gem



Other differences:
--
++ rubygem-jbuilder.spec ++
--- /var/tmp/diff_new_pack.PqPKiL/_old  2020-03-07 21:38:34.828286001 +0100
+++ /var/tmp/diff_new_pack.PqPKiL/_new  2020-03-07 21:38:34.832286004 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-jbuilder
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,15 +24,15 @@
 #
 
 Name:   rubygem-jbuilder
-Version:2.9.1
+Version:2.10.0
 Release:0
 %define mod_name jbuilder
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 1.9.3}
+BuildRequires:  %{ruby >= 2.2.2}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
-Url:https://github.com/rails/jbuilder
+URL:https://github.com/rails/jbuilder
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Create JSON structures via a Builder-style DSL

++ jbuilder-2.9.1.gem -> jbuilder-2.10.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2019-05-14 19:38:31.0 +0200
+++ new/.travis.yml 2020-02-10 02:41:10.0 +0100
@@ -16,7 +16,6 @@
   - rbx-3.107
 
 gemfile:
-  - gemfiles/rails_4_2.gemfile
   - gemfiles/rails_5_0.gemfile
   - gemfiles/rails_5_1.gemfile
   - gemfiles/rails_5_2.gemfile
@@ -24,26 +23,7 @@
   - gemfiles/rails_head.gemfile
 
 matrix:
-  include:
-- rvm: 1.9
-  gemfile: gemfiles/rails_4_2.gemfile
-- rvm: 2.0
-  gemfile: gemfiles/rails_4_2.gemfile
-- rvm: 2.1
-  gemfile: gemfiles/rails_4_2.gemfile
-- rvm: 2.3
-  gemfile: gemfiles/rails_4_2.gemfile
-- rvm: jruby-19mode
-  gemfile: gemfiles/rails_4_2.gemfile
-- rvm: rbx-3.107
-  gemfile: gemfiles/rails_4_2.gemfile
   exclude:
-- rvm: 2.4.6
-  gemfile: gemfiles/rails_4_2.gemfile
-- rvm: 2.5.5
-  gemfile: gemfiles/rails_4_2.gemfile
-- rvm: 2.6.2
-  gemfile: gemfiles/rails_4_2.gemfile
 - rvm: 2.2.10
   gemfile: gemfiles/rails_6_0.gemfile
 - rvm: 2.3.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Appraisals new/Appraisals
--- old/Appraisals  2019-05-14 19:38:31.0 +0200
+++ new/Appraisals  2020-02-10 02:41:10.0 +0100
@@ -1,24 +1,18 @@
-appraise "rails-4-2" do
-  gem "rails", "~> 4.2.0"
+appraise "rails-5-0" do
+  gem "rails", "~> 5.0.0"
 end
 
-if RUBY_VERSION >= "2.2.2"
-  appraise "rails-5-0" do
-gem "rails", "~> 5.0.0"
-  end
-
-  appraise "rails-5-1" do
-gem "rails", "~> 5.1.0"
-  end
+appraise "rails-5-1" do
+  gem "rails", "~> 5.1.0"
+end
 
-  appraise "rails-5-2" do
-gem "rails", "~> 5.2.0"
-  end
+appraise "rails-5-2" do
+  gem "rails", "~> 5.2.0"
 end
 
 if RUBY_VERSION >= "2.5.0"
   appraise "rails-6-0" do
-gem "rails", "~> 6.0.0.rc1"
+gem "rails", "~> 6.0.0"
   end
 
   appraise "rails-head" do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2019-05-14 19:38:31.0 +0200
+++ new/CHANGELOG.md2020-02-10 02:41:10.0 +0100
@@ -1,5 +1,11 @@
 # Changelog
 
+2.10.0
+-

commit rubygem-jbuilder for openSUSE:Factory

2019-05-17 Thread root
Hello community,

here is the log from the commit of package rubygem-jbuilder for 
openSUSE:Factory checked in at 2019-05-17 23:44:31

Comparing /work/SRC/openSUSE:Factory/rubygem-jbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new.5148 (New)


Package is "rubygem-jbuilder"

Fri May 17 23:44:31 2019 rev:21 rq:703703 version:2.9.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jbuilder/rubygem-jbuilder.changes
2018-11-10 17:02:17.183540376 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-jbuilder.new.5148/rubygem-jbuilder.changes  
2019-05-17 23:44:38.673863996 +0200
@@ -1,0 +2,20 @@
+Fri May 17 11:25:31 UTC 2019 - Lukas Krause 
+
+- 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
+
+---

Old:

  jbuilder-2.8.0.gem

New:

  jbuilder-2.9.1.gem



Other differences:
--
++ rubygem-jbuilder.spec ++
--- /var/tmp/diff_new_pack.bF9qNZ/_old  2019-05-17 23:44:39.097863763 +0200
+++ /var/tmp/diff_new_pack.bF9qNZ/_new  2019-05-17 23:44:39.101863761 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-jbuilder
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-jbuilder
-Version:2.8.0
+Version:2.9.1
 Release:0
 %define mod_name jbuilder
 %define mod_full_name %{mod_name}-%{version}

++ jbuilder-2.8.0.gem -> jbuilder-2.9.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore  2018-11-05 16:49:16.0 +0100
+++ new/.gitignore  2019-05-14 19:38:31.0 +0200
@@ -3,3 +3,4 @@
 Gemfile.lock
 .ruby-version
 pkg
+*.gem
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2018-11-05 16:49:16.0 +0100
+++ new/.travis.yml 2019-05-14 19:38:31.0 +0200
@@ -1,56 +1,67 @@
 language: ruby
 
-sudo: false
 cache: bundler
 
 before_install:
-  - gem update --system
-  - gem install bundler
+  - "gem update --system 2.7.9"
+  - "gem install bundler -v '<2'"
 
 rvm:
-  - 1.9
-  - 2.0
-  - 2.1
   - 2.2.10
-  - 2.3.7
-  - 2.4.4
-  - 2.5.1
+  - 2.3.8
+  - 2.4.6
+  - 2.5.5
+  - 2.6.2
   - ruby-head
-  - jruby-19mode
-  - rbx
+  - rbx-3.107
 
 gemfile:
   - gemfiles/rails_4_2.gemfile
   - gemfiles/rails_5_0.gemfile
   - gemfiles/rails_5_1.gemfile
+  - gemfiles/rails_5_2.gemfile
+  - gemfiles/rails_6_0.gemfile
+  - gemfiles/rails_head.gemfile
 
 matrix:
-  allow_failures:
-- rvm: jruby-19mode
-- rvm: rbx
-- rvm: ruby-head
-  fast_finish: true
-  exclude:
-- rvm: 1.9
-  gemfile: gemfiles/rails_5_0.gemfile
+  include:
 - rvm: 1.9
-  gemfile: gemfiles/rails_5_1.gemfile
+  gemfile: gemfiles/rails_4_2.gemfile
 - rvm: 2.0
-  gemfile: gemfiles/rails_5_0.gemfile
-- rvm: 2.0
-  gemfile: gemfiles/rails_5_1.gemfile
-- rvm: 2.1
-  gemfile: gemfiles/rails_5_0.gemfile
+  gemfile: gemfiles/rails_4_2.gemfile
 - rvm: 2.1
-  gemfile: gemfiles/rails_5_1.gemfile
+  gemfile: gemfiles/rails_4_2.gemfile
+- rvm: 2.3
+  gemfile: gemfiles/rails_4_2.gemfile
 - rvm: jruby-19mode
-  gemfile: gemfiles/rails_5_0.gemfile
+  gemfile: gemfiles/rails_4_2.gemfile
+- rvm: rbx-3.107
+  gemfile: gemfiles/rails_4_2.gemfile
+  exclude:
+- rvm: 2.4.6
+  gemfile: gemfiles/rails_4_2.gemfile
+- rvm: 2.5.5
+  gemfile: gemfiles/rails_4_2.gemfile
+- rvm: 2.6.2
+  gemfile: gemfiles/rails_4_2.gemfile
+- rvm: 2.2.10
+  gemfile: gemfiles/rails_6_0.gemfile
+- rvm: 2.3.8
+  gemfile: gemfiles/rails_6_0.gemfile
+- rvm: 2.4.6
+  gemfile: gemfiles/rails_6_0.gemfile
+- rvm: 2.2.10
+  gemfile: gemfiles/rails_head.gemfile
+- rvm: 2.3.8
+  gemfile: gemfiles/rails_head.gemfile
+- rvm: 2.4.6
+  gemfile: gemfiles/rails_head.gemfile
+  allow_failures:
 - rvm: jruby-19mode
-  gemfile: gemfiles/rails_5_1.gemfile
-   

commit rubygem-jbuilder for openSUSE:Factory

2018-11-10 Thread root
Hello community,

here is the log from the commit of package rubygem-jbuilder for 
openSUSE:Factory checked in at 2018-11-10 17:00:16

Comparing /work/SRC/openSUSE:Factory/rubygem-jbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new (New)


Package is "rubygem-jbuilder"

Sat Nov 10 17:00:16 2018 rev:20 rq:646831 version:2.8.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jbuilder/rubygem-jbuilder.changes
2017-06-15 11:24:29.526092441 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new/rubygem-jbuilder.changes   
2018-11-10 17:02:17.183540376 +0100
@@ -1,0 +2,7 @@
+Tue Nov  6 10:20:54 UTC 2018 - mschnit...@suse.com
+
+- updated to version 2.8.0
+
+  * Replace deprecated fragment_cache_key for Rails 5.2 support
+
+---

Old:

  jbuilder-2.7.0.gem

New:

  jbuilder-2.8.0.gem



Other differences:
--
++ rubygem-jbuilder.spec ++
--- /var/tmp/diff_new_pack.Wbq0Bu/_old  2018-11-10 17:02:17.627539834 +0100
+++ /var/tmp/diff_new_pack.Wbq0Bu/_new  2018-11-10 17:02:17.631539829 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-jbuilder
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-jbuilder
-Version:2.7.0
+Version:2.8.0
 Release:0
 %define mod_name jbuilder
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 Url:https://github.com/rails/jbuilder
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Create JSON structures via a Builder-style DSL
 License:MIT

++ jbuilder-2.7.0.gem -> jbuilder-2.8.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-06-05 12:08:10.0 +0200
+++ new/.travis.yml 2018-11-05 16:49:16.0 +0100
@@ -3,23 +3,23 @@
 sudo: false
 cache: bundler
 
+before_install:
+  - gem update --system
+  - gem install bundler
+
 rvm:
   - 1.9
   - 2.0
   - 2.1
-  - 2.2.5
-  - 2.3.1
-  - 2.4.0
+  - 2.2.10
+  - 2.3.7
+  - 2.4.4
+  - 2.5.1
   - ruby-head
   - jruby-19mode
   - rbx
 
 gemfile:
-  - gemfiles/rails_3_0.gemfile
-  - gemfiles/rails_3_1.gemfile
-  - gemfiles/rails_3_2.gemfile
-  - gemfiles/rails_4_0.gemfile
-  - gemfiles/rails_4_1.gemfile
   - gemfiles/rails_4_2.gemfile
   - gemfiles/rails_5_0.gemfile
   - gemfiles/rails_5_1.gemfile
@@ -51,16 +51,6 @@
   gemfile: gemfiles/rails_5_0.gemfile
 - rvm: rbx
   gemfile: gemfiles/rails_5_1.gemfile
-- rvm: 2.4.0
-  gemfile: gemfiles/rails_3_0.gemfile
-- rvm: 2.4.0
-  gemfile: gemfiles/rails_3_1.gemfile
-- rvm: 2.4.0
-  gemfile: gemfiles/rails_3_2.gemfile
-- rvm: 2.4.0
-  gemfile: gemfiles/rails_4_0.gemfile
-- rvm: 2.4.0
-  gemfile: gemfiles/rails_4_1.gemfile
 
 notifications:
   email: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Appraisals new/Appraisals
--- old/Appraisals  2017-06-05 12:08:10.0 +0200
+++ new/Appraisals  2018-11-05 16:49:16.0 +0100
@@ -1,17 +1,13 @@
 appraise "rails-4-2" do
-  gem "railties","~> 4.2.0"
-  gem "actionpack",  "~> 4.2.0"
-  gem "activemodel", "~> 4.2.0"
+  gem "rails","~> 4.2.0"
 end
 
-appraise "rails-5-0" do
-  gem "railties","~> 5.0.0"
-  gem "actionpack",  "~> 5.0.0"
-  gem "activemodel", "~> 5.0.0"
-end
+if RUBY_VERSION >= "2.2.2"
+  appraise "rails-5-0" do
+gem "rails",">= 5.0.0", "< 5.1"
+  end
 
-appraise "rails-5-1" do
-  gem "railties",">= 5.1.0", "< 5.2"
-  gem "actionpack",  ">= 5.1.0", "< 5.2"
-  gem "activemodel", ">= 5.1.0", "< 5.2"
+  appraise "rails-5-1" do
+gem "rails",">= 5.1.0", "< 5.2"
+  end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-06-05 12:08:10.0 +0200
+++ new/CHANGELOG.md2018-11-05 16:49:16.0 +0100
@@ -1,5 +1,17 @@
 # Changelog
 
+2.8.0
+-
+
+* [Replace deprecated fragment_cache_key for Rails 5.2 
support](https://github.com/rails/jbuilder/pull/430)
+
+2.7.0
+-
+
+* [Requires Rails 
4+](https://github.com/rails/jbuilder/commit/5207ff394533177fffdd768bfaa6413a0cd16dc8)
+* [Fix implicitly rendering a JSO

commit rubygem-jbuilder for openSUSE:Factory

2017-06-15 Thread root
Hello community,

here is the log from the commit of package rubygem-jbuilder for 
openSUSE:Factory checked in at 2017-06-15 11:24:27

Comparing /work/SRC/openSUSE:Factory/rubygem-jbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new (New)


Package is "rubygem-jbuilder"

Thu Jun 15 11:24:27 2017 rev:19 rq:503440 version:2.7.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jbuilder/rubygem-jbuilder.changes
2017-06-08 15:01:27.748069297 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new/rubygem-jbuilder.changes   
2017-06-15 11:24:29.526092441 +0200
@@ -1,0 +2,6 @@
+Tue Jun  6 05:36:41 UTC 2017 - co...@suse.com
+
+- updated to version 2.7.0
+ see installed CHANGELOG.md
+
+---

Old:

  jbuilder-2.6.4.gem

New:

  jbuilder-2.7.0.gem



Other differences:
--
++ rubygem-jbuilder.spec ++
--- /var/tmp/diff_new_pack.s5Hg0Z/_old  2017-06-15 11:24:30.026021869 +0200
+++ /var/tmp/diff_new_pack.s5Hg0Z/_new  2017-06-15 11:24:30.030021305 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-jbuilder
-Version:2.6.4
+Version:2.7.0
 Release:0
 %define mod_name jbuilder
 %define mod_full_name %{mod_name}-%{version}

++ jbuilder-2.6.4.gem -> jbuilder-2.7.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Appraisals new/Appraisals
--- old/Appraisals  2017-05-10 18:21:08.0 +0200
+++ new/Appraisals  2017-06-05 12:08:10.0 +0200
@@ -1,36 +1,3 @@
-appraise "rails-3-0" do
-  gem "test-unit"
-  gem "railties","~> 3.0.0"
-  gem "actionpack",  "~> 3.0.0"
-  gem "activemodel", "~> 3.0.0"
-end
-
-appraise "rails-3-1" do
-  gem "test-unit"
-  gem "railties","~> 3.1.0"
-  gem "actionpack",  "~> 3.1.0"
-  gem "activemodel", "~> 3.1.0"
-end
-
-appraise "rails-3-2" do
-  gem "test-unit"
-  gem "railties","~> 3.2.0"
-  gem "actionpack",  "~> 3.2.0"
-  gem "activemodel", "~> 3.2.0"
-end
-
-appraise "rails-4-0" do
-  gem "railties","~> 4.0.0"
-  gem "actionpack",  "~> 4.0.0"
-  gem "activemodel", "~> 4.0.0"
-end
-
-appraise "rails-4-1" do
-  gem "railties","~> 4.1.0"
-  gem "actionpack",  "~> 4.1.0"
-  gem "activemodel", "~> 4.1.0"
-end
-
 appraise "rails-4-2" do
   gem "railties","~> 4.2.0"
   gem "actionpack",  "~> 4.2.0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2017-05-10 18:21:08.0 +0200
+++ new/Rakefile2017-06-05 12:08:10.0 +0200
@@ -12,11 +12,7 @@
 
 test.libs << "test"
 
-if Rails::VERSION::MAJOR == 3
-  test.test_files = %w[test/jbuilder_template_test.rb 
test/jbuilder_test.rb]
-else
-  test.test_files = FileList["test/*_test.rb"]
-end
+test.test_files = FileList["test/*_test.rb"]
   end
 
   task default: :test
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gemfiles/rails_3_0.gemfile 
new/gemfiles/rails_3_0.gemfile
--- old/gemfiles/rails_3_0.gemfile  2017-05-10 18:21:08.0 +0200
+++ new/gemfiles/rails_3_0.gemfile  1970-01-01 01:00:00.0 +0100
@@ -1,14 +0,0 @@
-# This file was generated by Appraisal
-
-source "https://rubygems.org";
-
-gem "rake"
-gem "mocha", :require => false
-gem "appraisal"
-gem "pry"
-gem "test-unit"
-gem "railties", "~> 3.0.0"
-gem "actionpack", "~> 3.0.0"
-gem "activemodel", "~> 3.0.0"
-
-gemspec :path => "../"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gemfiles/rails_3_1.gemfile 
new/gemfiles/rails_3_1.gemfile
--- old/gemfiles/rails_3_1.gemfile  2017-05-10 18:21:08.0 +0200
+++ new/gemfiles/rails_3_1.gemfile  1970-01-01 01:00:00.0 +0100
@@ -1,14 +0,0 @@
-# This file was generated by Appraisal
-
-source "https://rubygems.org";
-
-gem "rake"
-gem "mocha", :require => false
-gem "appraisal"
-gem "pry"
-gem "test-unit"
-gem "railties", "~> 3.1.0"
-gem "actionpack", "~> 3.1.0"
-gem "activemodel", "~> 3.1.0"
-
-gemspec :path => "../"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gemfiles/rails_3_2.gemfile 
new/gemfiles/rails_3_2.gemfile
--- old/gemfiles/rails_3_2.gemfile  2017-05-10 18:21:08.0 +0200
+++ new/gemfiles/rails_3_2.gemfile  1970-01-01 01:00:00.0 +0100
@@ -1,14 +0,0 @@
-# This file was generated by Appraisal
-
-source "https://rubygems.org";
-
-gem "rake"
-gem "mocha", :require => false
-gem "appraisal"
-gem "pry"
-gem "test-unit"
-gem "railties", "~> 3.2.0"
-gem "actionpack", "~> 3.2.0"
-gem "active

commit rubygem-jbuilder for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-jbuilder for 
openSUSE:Factory checked in at 2017-06-08 15:01:27

Comparing /work/SRC/openSUSE:Factory/rubygem-jbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new (New)


Package is "rubygem-jbuilder"

Thu Jun  8 15:01:27 2017 rev:18 rq:497701 version:2.6.4

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jbuilder/rubygem-jbuilder.changes
2017-03-21 22:50:49.787919489 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new/rubygem-jbuilder.changes   
2017-06-08 15:01:27.748069297 +0200
@@ -1,0 +2,11 @@
+Tue May 23 10:00:38 UTC 2017 - co...@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*
+
+---

Old:

  jbuilder-2.6.3.gem

New:

  jbuilder-2.6.4.gem



Other differences:
--
++ rubygem-jbuilder.spec ++
--- /var/tmp/diff_new_pack.rEJvyz/_old  2017-06-08 15:01:28.243999307 +0200
+++ /var/tmp/diff_new_pack.rEJvyz/_new  2017-06-08 15:01:28.251998177 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-jbuilder
-Version:2.6.3
+Version:2.6.4
 Release:0
 %define mod_name jbuilder
 %define mod_full_name %{mod_name}-%{version}

++ jbuilder-2.6.3.gem -> jbuilder-2.6.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Appraisals new/Appraisals
--- old/Appraisals  2017-02-24 03:45:36.0 +0100
+++ new/Appraisals  2017-05-10 18:21:08.0 +0200
@@ -44,7 +44,7 @@
 end
 
 appraise "rails-5-1" do
-  gem "railties",">= 5.1.0.beta1", "< 5.2"
-  gem "actionpack",  ">= 5.1.0.beta1", "< 5.2"
-  gem "activemodel", ">= 5.1.0.beta1", "< 5.2"
+  gem "railties",">= 5.1.0", "< 5.2"
+  gem "actionpack",  ">= 5.1.0", "< 5.2"
+  gem "activemodel", ">= 5.1.0", "< 5.2"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-02-24 03:45:36.0 +0100
+++ new/CHANGELOG.md2017-05-10 18:21:08.0 +0200
@@ -1,5 +1,10 @@
 # Changelog
 
+2.6.4
+-
+
+* Drop the pessimistic upper-bound restriction on Active Support and MultiJSON 
to prevent future gemfile resolution deadlocks *DHH*
+
 2.6.3
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIT-LICENSE new/MIT-LICENSE
--- old/MIT-LICENSE 2017-02-24 03:45:36.0 +0100
+++ new/MIT-LICENSE 2017-05-10 18:21:08.0 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2011-2016 David Heinemeier Hansson, 37signals
+Copyright (c) 2011-2017 David Heinemeier Hansson, 37signals
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gemfiles/rails_5_1.gemfile 
new/gemfiles/rails_5_1.gemfile
--- old/gemfiles/rails_5_1.gemfile  2017-02-24 03:45:36.0 +0100
+++ new/gemfiles/rails_5_1.gemfile  2017-05-10 18:21:08.0 +0200
@@ -6,8 +6,8 @@
 gem "mocha", :require => false
 gem "appraisal"
 gem "pry"
-gem "railties", ">= 5.1.0.beta1", "< 5.2"
-gem "actionpack", ">= 5.1.0.beta1", "< 5.2"
-gem "activemodel", ">= 5.1.0.beta1", "< 5.2"
+gem "railties", ">= 5.1.0", "< 5.2"
+gem "actionpack", ">= 5.1.0", "< 5.2"
+gem "activemodel", ">= 5.1.0", "< 5.2"
 
 gemspec :path => "../"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jbuilder.gemspec new/jbuilder.gemspec
--- old/jbuilder.gemspec2017-02-24 03:45:36.0 +0100
+++ new/jbuilder.gemspec2017-05-10 18:21:08.0 +0200
@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = 'jbuilder'
-  s.version  = '2.6.3'
+  s.version  = '2.6.4'
   s.authors  = ['David Heinemeier Hansson']
   s.email= ['da...@37signals.com']
   s.summary  = 'Create JSON structures via a Builder-style DSL'
@@ -9,8 +9,8 @@
 
   s.required_ruby_version = '>= 1.9.3'
 
-  s.add_dependency 'activesupport', '>= 3.0.0', '< 5.2'
-  s.add_dependency 'multi_json','~> 1.2'
+  s.add_dependency 'activesupport', '>= 3.0.0'
+  s.add_dependency 'multi_json','>= 1.2'
 
   s.files = `git ls-files`.split("\n")
   s.test_files= `git ls-files -- test/*`.split("\n")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/me

commit rubygem-jbuilder for openSUSE:Factory

2017-03-21 Thread root
Hello community,

here is the log from the commit of package rubygem-jbuilder for 
openSUSE:Factory checked in at 2017-03-21 22:50:47

Comparing /work/SRC/openSUSE:Factory/rubygem-jbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new (New)


Package is "rubygem-jbuilder"

Tue Mar 21 22:50:47 2017 rev:17 rq:479939 version:2.6.3

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jbuilder/rubygem-jbuilder.changes
2016-12-11 13:29:08.384259306 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new/rubygem-jbuilder.changes   
2017-03-21 22:50:49.787919489 +0100
@@ -1,0 +2,22 @@
+Thu Mar 16 05:33:29 UTC 2017 - co...@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 - co...@suse.com
+
+- updated to version 2.6.2
+ see installed CHANGELOG.md
+
+  2.6.2
+  -
+  
+  * Fix thor warnings
+
+---

Old:

  jbuilder-2.6.1.gem

New:

  jbuilder-2.6.3.gem



Other differences:
--
++ rubygem-jbuilder.spec ++
--- /var/tmp/diff_new_pack.Uh1atY/_old  2017-03-21 22:50:50.431828458 +0100
+++ /var/tmp/diff_new_pack.Uh1atY/_new  2017-03-21 22:50:50.435827893 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-jbuilder
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-jbuilder
-Version:2.6.1
+Version:2.6.3
 Release:0
 %define mod_name jbuilder
 %define mod_full_name %{mod_name}-%{version}

++ jbuilder-2.6.1.gem -> jbuilder-2.6.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2016-11-28 13:38:55.0 +0100
+++ new/.travis.yml 2017-02-24 03:45:36.0 +0100
@@ -9,6 +9,7 @@
   - 2.1
   - 2.2.5
   - 2.3.1
+  - 2.4.0
   - ruby-head
   - jruby-19mode
   - rbx
@@ -21,6 +22,7 @@
   - gemfiles/rails_4_1.gemfile
   - gemfiles/rails_4_2.gemfile
   - gemfiles/rails_5_0.gemfile
+  - gemfiles/rails_5_1.gemfile
 
 matrix:
   allow_failures:
@@ -31,14 +33,34 @@
   exclude:
 - rvm: 1.9
   gemfile: gemfiles/rails_5_0.gemfile
+- rvm: 1.9
+  gemfile: gemfiles/rails_5_1.gemfile
 - rvm: 2.0
   gemfile: gemfiles/rails_5_0.gemfile
+- rvm: 2.0
+  gemfile: gemfiles/rails_5_1.gemfile
 - rvm: 2.1
   gemfile: gemfiles/rails_5_0.gemfile
+- rvm: 2.1
+  gemfile: gemfiles/rails_5_1.gemfile
 - rvm: jruby-19mode
   gemfile: gemfiles/rails_5_0.gemfile
+- rvm: jruby-19mode
+  gemfile: gemfiles/rails_5_1.gemfile
 - rvm: rbx
   gemfile: gemfiles/rails_5_0.gemfile
+- rvm: rbx
+  gemfile: gemfiles/rails_5_1.gemfile
+- rvm: 2.4.0
+  gemfile: gemfiles/rails_3_0.gemfile
+- rvm: 2.4.0
+  gemfile: gemfiles/rails_3_1.gemfile
+- rvm: 2.4.0
+  gemfile: gemfiles/rails_3_2.gemfile
+- rvm: 2.4.0
+  gemfile: gemfiles/rails_4_0.gemfile
+- rvm: 2.4.0
+  gemfile: gemfiles/rails_4_1.gemfile
 
 notifications:
   email: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Appraisals new/Appraisals
--- old/Appraisals  2016-11-28 13:38:55.0 +0100
+++ new/Appraisals  2017-02-24 03:45:36.0 +0100
@@ -42,3 +42,9 @@
   gem "actionpack",  "~> 5.0.0"
   gem "activemodel", "~> 5.0.0"
 end
+
+appraise "rails-5-1" do
+  gem "railties",">= 5.1.0.beta1", "< 5.2"
+  gem "actionpack",  ">= 5.1.0.beta1", "< 5.2"
+  gem "activemodel", ">= 5.1.0.beta1", "< 5.2"
+end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-11-28 13:38:55.0 +0100
+++ new/CHANGELOG.md2017-02-24 03:45:36.0 +0100
@@ -1,9 +1,19 @@
 # Changelog
 
+2.6.3
+-
+
+* Support Rails 5.1
+
+2.6.2
+-
+
+* Fix thor warnings
+
 2.6.1
 -
 
-* [Optimize root caches with 
cache_root!][https://github.com/rails/jbuilder/pull/370]
+* [Optimize root caches with 
cache_root!](https://github.com/rails/jbuilder/pull/370)
 
 2.6.0
 -
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-11-28 13:38:55.0 +0100
+++ new/README.md   2017-02-24 03:45:36.0 +0100
@@ -124,7 +124,7 @@
 ```
 
 You can

commit rubygem-jbuilder for openSUSE:Factory

2016-08-26 Thread h_root
Hello community,

here is the log from the commit of package rubygem-jbuilder for 
openSUSE:Factory checked in at 2016-08-26 23:16:25

Comparing /work/SRC/openSUSE:Factory/rubygem-jbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new (New)


Package is "rubygem-jbuilder"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jbuilder/rubygem-jbuilder.changes
2016-06-12 18:54:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new/rubygem-jbuilder.changes   
2016-08-26 23:16:28.0 +0200
@@ -1,0 +2,12 @@
+Thu Jul 21 04:30:38 UTC 2016 - co...@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)
+
+---

Old:

  jbuilder-2.5.0.gem

New:

  jbuilder-2.6.0.gem



Other differences:
--
++ rubygem-jbuilder.spec ++
--- /var/tmp/diff_new_pack.CqQAel/_old  2016-08-26 23:16:28.0 +0200
+++ /var/tmp/diff_new_pack.CqQAel/_new  2016-08-26 23:16:28.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-jbuilder
-Version:2.5.0
+Version:2.6.0
 Release:0
 %define mod_name jbuilder
 %define mod_full_name %{mod_name}-%{version}

++ jbuilder-2.5.0.gem -> jbuilder-2.6.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2016-05-30 23:10:24.0 +0200
+++ new/.travis.yml 2016-07-21 00:55:51.0 +0200
@@ -7,8 +7,8 @@
   - 1.9
   - 2.0
   - 2.1
-  - 2.2.4
-  - 2.3.0
+  - 2.2.5
+  - 2.3.1
   - ruby-head
   - jruby-19mode
   - rbx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Appraisals new/Appraisals
--- old/Appraisals  2016-05-30 23:10:24.0 +0200
+++ new/Appraisals  2016-07-21 00:55:51.0 +0200
@@ -38,7 +38,7 @@
 end
 
 appraise "rails-5-0" do
-  gem "railties", ">= 5.0.0.beta2", "< 5.1"
-  gem "actionpack", ">= 5.0.0.beta2", "< 5.1"
-  gem "activemodel", ">= 5.0.0.beta2", "< 5.1"
+  gem "railties","~> 5.0.0"
+  gem "actionpack",  "~> 5.0.0"
+  gem "activemodel", "~> 5.0.0"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-05-30 23:10:24.0 +0200
+++ new/CHANGELOG.md2016-07-21 00:55:51.0 +0200
@@ -1,5 +1,11 @@
 # Changelog
 
+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)
+
 2.5.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTING.md new/CONTRIBUTING.md
--- old/CONTRIBUTING.md 2016-05-30 23:10:24.0 +0200
+++ new/CONTRIBUTING.md 2016-07-21 00:55:51.0 +0200
@@ -2,9 +2,9 @@
 =
 
 [![Build 
Status](https://api.travis-ci.org/rails/jbuilder.svg?branch=master)][travis]
-[![Gem Version](http://img.shields.io/gem/v/jbuilder.svg)][gem]
-[![Code 
Climate](http://img.shields.io/codeclimate/github/rails/jbuilder.svg)][codeclimate]
-[![Dependencies 
Status](http://img.shields.io/gemnasium/rails/jbuilder.svg)][gemnasium]
+[![Gem Version](https://badge.fury.io/rb/jbuilder.svg)][gem]
+[![Code 
Climate](https://codeclimate.com/github/rails/jbuilder/badges/gpa.svg)][codeclimate]
+[![Dependencies Status](https://gemnasium.com/rails/jbuilder.svg)][gemnasium]
 
 [travis]: https://travis-ci.org/rails/jbuilder
 [gem]: https://rubygems.org/gems/jbuilder
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-05-30 23:10:24.0 +0200
+++ new/README.md   2016-07-21 00:55:51.0 +0200
@@ -6,7 +6,7 @@
 example:
 
 ``` ruby
-# app/views/message/show.json.jbuilder
+# app/views/messages/show.json.jbuilder
 
 json.content format_content(@message.content)
 json.(@message, :created_at, :updated_at)
@@ -64,7 +64,7 @@
   json.set! :name, 'David'
 end
 
-# => "author": { "name": "David" }
+# => {"author": { "name": "David" }}
 ```
 
 Top level arrays can be handled directly.  Useful for index and other 
collection actions.
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '

commit rubygem-jbuilder for openSUSE:Factory

2016-06-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-jbuilder for 
openSUSE:Factory checked in at 2016-06-12 18:54:35

Comparing /work/SRC/openSUSE:Factory/rubygem-jbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new (New)


Package is "rubygem-jbuilder"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jbuilder/rubygem-jbuilder.changes
2016-03-18 21:39:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new/rubygem-jbuilder.changes   
2016-06-12 18:54:36.0 +0200
@@ -1,0 +2,11 @@
+Tue May 31 04:29:24 UTC 2016 - co...@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)
+
+---

Old:

  jbuilder-2.4.1.gem

New:

  jbuilder-2.5.0.gem



Other differences:
--
++ rubygem-jbuilder.spec ++
--- /var/tmp/diff_new_pack.N7FjKY/_old  2016-06-12 18:54:37.0 +0200
+++ /var/tmp/diff_new_pack.N7FjKY/_new  2016-06-12 18:54:37.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-jbuilder
-Version:2.4.1
+Version:2.5.0
 Release:0
 %define mod_name jbuilder
 %define mod_full_name %{mod_name}-%{version}

++ jbuilder-2.4.1.gem -> jbuilder-2.5.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-02-09 07:33:18.0 +0100
+++ new/CHANGELOG.md2016-05-30 23:10:24.0 +0200
@@ -1,5 +1,10 @@
 # Changelog
 
+2.5.0
+-
+
+* [Rails 5 
compatibility](https://github.com/rails/jbuilder/commit/64c510ec69d9e63b73ffd5942e802d21a7d14701)
+
 2.4.1
 -
 
@@ -42,12 +47,12 @@
 2.2.13
 --
 
-* Several peformance optimizations: 
[#260](https://github.com/rails/jbuilder/pull/260) & 
[#261](https://github.com/rails/jbuilder/pull/261)
+* Several performance optimizations: 
[#260](https://github.com/rails/jbuilder/pull/260) & 
[#261](https://github.com/rails/jbuilder/pull/261)
 
 2.2.12
 --
 
-* [Replace explici block calls with yield for 
performance](https://github.com/rails/jbuilder/commit/3184f941276ad03a071cf977133d1a32302afa47)
+* [Replace explicit block calls with yield for 
performance](https://github.com/rails/jbuilder/commit/3184f941276ad03a071cf977133d1a32302afa47)
 
 2.2.11
 --
@@ -191,7 +196,7 @@
 -
 * [Add quick collection attribute 
extraction](https://github.com/rails/jbuilder/commit/c2b966cf653ea4264fbb008b8cc6ce5359ebe40a)
 * [Block has priority over attributes 
extraction](https://github.com/rails/jbuilder/commit/77c24766362c02769d81dac000b1879a9e4d4a00)
-* [Meaningfull error messages when adding properties to 
null](https://github.com/rails/jbuilder/commit/e26764602e34b3772e57e730763d512e59489e3b)
+* [Meaningful error messages when adding properties to 
null](https://github.com/rails/jbuilder/commit/e26764602e34b3772e57e730763d512e59489e3b)
 * [Do not enforce template format, enforce handlers 
instead](https://github.com/rails/jbuilder/commit/72576755224b15da45e50cbea877679800ab1398)
 
 1.3.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-02-09 07:33:18.0 +0100
+++ new/README.md   2016-05-30 23:10:24.0 +0200
@@ -168,7 +168,7 @@
 
 # or
 
-json.comments @post.comments, partial: 'comment/comment', as: :comment
+json.comments @post.comments, partial: 'comments/comment', as: :comment
 ```
 
 You can pass any objects into partial templates with or without `:locals` 
option.
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jbuilder.gemspec new/jbuilder.gemspec
--- old/jbuilder.gemspec2016-02-09 07:33:18.0 +0100
+++ new/jbuilder.gemspec2016-05-30 23:10:24.0 +0200
@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = 'jbuilder'
-  s.version  = '2.4.1'
+  s.version  = '2.5.0'
   s.authors  = ['David Heinemeier Hansson', 'Pavel Pravosud']
   s.email= ['da...@37signals.com', 'pa...@pravosud.com']
   s.summary  = 'Create JSON structures via a Builder-style DSL'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/jbuilder/railtie.rb new/lib/jbuilder/railtie.rb
--- old/lib/jbuilder/railtie.rb 2016-02-09 07:33:18.0 +0100
+++ new/lib/jbuilder/railtie.rb 2016-05-30 23:10:24.0 +0200
@@ -9,11 +9,18 @@
 require 'jbuilder/dependency_tracker'
   end
 
-  if app.config.respond_to?(:api_only) 

commit rubygem-jbuilder for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-jbuilder for 
openSUSE:Factory checked in at 2016-03-18 21:39:24

Comparing /work/SRC/openSUSE:Factory/rubygem-jbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new (New)


Package is "rubygem-jbuilder"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jbuilder/rubygem-jbuilder.changes
2015-10-26 12:47:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new/rubygem-jbuilder.changes   
2016-03-18 21:39:26.0 +0100
@@ -1,0 +2,22 @@
+Wed Feb 10 05:30:45 UTC 2016 - co...@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 - co...@suse.com
+
+- updated to version 2.4.0
+ see installed CHANGELOG.md
+
+---

Old:

  jbuilder-2.3.2.gem

New:

  jbuilder-2.4.1.gem



Other differences:
--
++ rubygem-jbuilder.spec ++
--- /var/tmp/diff_new_pack.YfI2t5/_old  2016-03-18 21:39:27.0 +0100
+++ /var/tmp/diff_new_pack.YfI2t5/_new  2016-03-18 21:39:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-jbuilder
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-jbuilder
-Version:2.3.2
+Version:2.4.1
 Release:0
 %define mod_name jbuilder
 %define mod_full_name %{mod_name}-%{version}

++ jbuilder-2.3.2.gem -> jbuilder-2.4.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2015-09-30 20:31:43.0 +0200
+++ new/.travis.yml 2016-02-09 07:33:18.0 +0100
@@ -7,7 +7,8 @@
   - 1.9
   - 2.0
   - 2.1
-  - 2.2
+  - 2.2.4
+  - 2.3.0
   - ruby-head
   - jruby-19mode
   - rbx
@@ -19,7 +20,7 @@
   - gemfiles/rails_4_0.gemfile
   - gemfiles/rails_4_1.gemfile
   - gemfiles/rails_4_2.gemfile
-  - gemfiles/rails_edge.gemfile
+  - gemfiles/rails_5_0.gemfile
 
 matrix:
   allow_failures:
@@ -29,15 +30,15 @@
   fast_finish: true
   exclude:
 - rvm: 1.9
-  gemfile: gemfiles/rails_edge.gemfile
+  gemfile: gemfiles/rails_5_0.gemfile
 - rvm: 2.0
-  gemfile: gemfiles/rails_edge.gemfile
+  gemfile: gemfiles/rails_5_0.gemfile
 - rvm: 2.1
-  gemfile: gemfiles/rails_edge.gemfile
+  gemfile: gemfiles/rails_5_0.gemfile
 - rvm: jruby-19mode
-  gemfile: gemfiles/rails_edge.gemfile
+  gemfile: gemfiles/rails_5_0.gemfile
 - rvm: rbx
-  gemfile: gemfiles/rails_edge.gemfile
+  gemfile: gemfiles/rails_5_0.gemfile
 
 notifications:
   email: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Appraisals new/Appraisals
--- old/Appraisals  2015-09-30 20:31:43.0 +0200
+++ new/Appraisals  2016-02-09 07:33:18.0 +0100
@@ -37,8 +37,8 @@
   gem "activemodel", "~> 4.2.0"
 end
 
-appraise "rails-edge" do
-  gem "rails",  ">= 5.0.0.alpha", github: "rails/rails"
-  gem "arel",   ">= 7.0.0.alpha", github: "rails/arel"
-  gem "rack",   ">= 2.0.0.alpha", github: "rack/rack"
+appraise "rails-5-0" do
+  gem "railties", ">= 5.0.0.beta2", "< 5.1"
+  gem "actionpack", ">= 5.0.0.beta2", "< 5.1"
+  gem "activemodel", ">= 5.0.0.beta2", "< 5.1"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-09-30 20:31:43.0 +0200
+++ new/CHANGELOG.md2016-02-09 07:33:18.0 +0100
@@ -1,5 +1,15 @@
 # Changelog
 
+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)
+
 2.3.2
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTING.md new/CONTRIBUTING.md
--- old/CONTRIBUTING.md 2015-09-30 20:31:43.0 +0200
+++ new/CONTRIBUTING.md 2016-02-09 07:33:18.0 +0100
@@ -1,10 +1,15

commit rubygem-jbuilder for openSUSE:Factory

2015-10-26 Thread h_root
Hello community,

here is the log from the commit of package rubygem-jbuilder for 
openSUSE:Factory checked in at 2015-10-26 12:47:33

Comparing /work/SRC/openSUSE:Factory/rubygem-jbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new (New)


Package is "rubygem-jbuilder"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jbuilder/rubygem-jbuilder.changes
2015-07-08 06:59:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new/rubygem-jbuilder.changes   
2015-10-26 12:47:35.0 +0100
@@ -1,0 +2,11 @@
+Thu Oct  1 04:30:29 UTC 2015 - co...@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)
+
+---

Old:

  jbuilder-2.3.1.gem

New:

  jbuilder-2.3.2.gem



Other differences:
--
++ rubygem-jbuilder.spec ++
--- /var/tmp/diff_new_pack.dOahM3/_old  2015-10-26 12:47:36.0 +0100
+++ /var/tmp/diff_new_pack.dOahM3/_new  2015-10-26 12:47:36.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-jbuilder
-Version:2.3.1
+Version:2.3.2
 Release:0
 %define mod_name jbuilder
 %define mod_full_name %{mod_name}-%{version}

++ jbuilder-2.3.1.gem -> jbuilder-2.3.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2015-07-06 04:48:09.0 +0200
+++ new/.travis.yml 2015-09-30 20:31:43.0 +0200
@@ -1,5 +1,8 @@
 language: ruby
 
+sudo: false
+cache: bundler
+
 rvm:
   - 1.9
   - 2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Appraisals new/Appraisals
--- old/Appraisals  2015-07-06 04:48:09.0 +0200
+++ new/Appraisals  2015-09-30 20:31:43.0 +0200
@@ -38,6 +38,7 @@
 end
 
 appraise "rails-edge" do
-  gem "rails", github: "rails/rails"
-  gem "arel", github: "rails/arel"
+  gem "rails",  ">= 5.0.0.alpha", github: "rails/rails"
+  gem "arel",   ">= 7.0.0.alpha", github: "rails/arel"
+  gem "rack",   ">= 2.0.0.alpha", github: "rack/rack"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-07-06 04:48:09.0 +0200
+++ new/CHANGELOG.md2015-09-30 20:31:43.0 +0200
@@ -1,5 +1,10 @@
 # Changelog
 
+2.3.2
+-
+
+* [Remove Mime Types deprecation 
message](https://github.com/rails/jbuilder/commit/5ba4e4ac654cc8388619538f576fe234659b84ec)
+
 2.3.1
 -
 
@@ -185,7 +190,7 @@
 
 1.2.1
 -
-* [Added explicit dependency for 
MultiJson](https://github.com/rails/jbuilder/commit/4d58eacb6cd613679fb243484ff73a79bbbff2d2
+* [Added explicit dependency for 
MultiJson](https://github.com/rails/jbuilder/commit/4d58eacb6cd613679fb243484ff73a79bbbff2d2)
 
 1.2.0
 -
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTING.md new/CONTRIBUTING.md
--- old/CONTRIBUTING.md 1970-01-01 01:00:00.0 +0100
+++ new/CONTRIBUTING.md 2015-09-30 20:31:43.0 +0200
@@ -0,0 +1,102 @@
+Contributing to Jbuilder
+=
+
+[![Build Status](https://travis-ci.org/rails/jbuilder.svg?branch=master)]()
+[![Gem Version](http://img.shields.io/gem/v/jbuilder.svg)]()
+[![Code 
Climate](http://img.shields.io/codeclimate/github/rails/jbuilder.svg)]()
+[![Dependencies Status](http://img.shields.io/gemnasium/rails/jbuilder.svg)]()
+
+Jbuilder is work of [many 
contributors](https://github.com/rails/jbuilder/graphs/contributors). You're 
encouraged to submit [pull requests](https://github.com/rails/jbuilder/pulls), 
[propose features and discuss issues](https://github.com/rails/jbuilder/issues).
+
+ Fork the Project
+
+Fork the [project on Github](https://github.com/rails/jbuilder) and check out 
your copy.
+
+```
+git clone https://github.com/contributor/jbuilder.git
+cd jbuilder
+git remote add upstream https://github.com/rails/jbuilder.git
+```
+
+ Create a Topic Branch
+
+Make sure your fork is up-to-date and create a topic branch for your feature 
or bug fix.
+
+```
+git checkout master
+git pull upstream master
+git checkout -b my-feature-branch
+```
+
+ Bundle Install and Test
+
+Ensure that you can build the project and run tests.
+
+```
+bundle install
+bundle exec rake test
+```
+
+ Write Tests
+
+Try to write a test that reproduces the problem you're trying to fix or 
describes a feature that you want to build. Add to [test](test).
+
+We definitely appreciate pull requests that highlight or repr

commit rubygem-jbuilder for openSUSE:Factory

2015-07-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-jbuilder for 
openSUSE:Factory checked in at 2015-07-08 06:59:32

Comparing /work/SRC/openSUSE:Factory/rubygem-jbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new (New)


Package is "rubygem-jbuilder"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jbuilder/rubygem-jbuilder.changes
2015-06-16 14:06:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new/rubygem-jbuilder.changes   
2015-07-08 06:59:34.0 +0200
@@ -1,0 +2,11 @@
+Mon Jul  6 04:31:06 UTC 2015 - co...@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)
+
+---

Old:

  jbuilder-2.3.0.gem

New:

  jbuilder-2.3.1.gem



Other differences:
--
++ rubygem-jbuilder.spec ++
--- /var/tmp/diff_new_pack.AgBqk7/_old  2015-07-08 06:59:35.0 +0200
+++ /var/tmp/diff_new_pack.AgBqk7/_new  2015-07-08 06:59:35.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-jbuilder
-Version:2.3.0
+Version:2.3.1
 Release:0
 %define mod_name jbuilder
 %define mod_full_name %{mod_name}-%{version}

++ jbuilder-2.3.0.gem -> jbuilder-2.3.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-06-15 09:21:03.0 +0200
+++ new/CHANGELOG.md2015-07-06 04:48:09.0 +0200
@@ -1,5 +1,10 @@
 # Changelog
 
+2.3.1
+-
+
+* [Explicitly require ostruct to prevent 
NameError](https://github.com/rails/jbuilder/pull/281)
+
 2.3.0
 -
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jbuilder.gemspec new/jbuilder.gemspec
--- old/jbuilder.gemspec2015-06-15 09:21:03.0 +0200
+++ new/jbuilder.gemspec2015-07-06 04:48:09.0 +0200
@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = 'jbuilder'
-  s.version  = '2.3.0'
+  s.version  = '2.3.1'
   s.authors  = ['David Heinemeier Hansson', 'Pavel Pravosud']
   s.email= ['da...@37signals.com', 'pa...@pravosud.com']
   s.summary  = 'Create JSON structures via a Builder-style DSL'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/jbuilder/jbuilder_template.rb 
new/lib/jbuilder/jbuilder_template.rb
--- old/lib/jbuilder/jbuilder_template.rb   2015-06-15 09:21:03.0 
+0200
+++ new/lib/jbuilder/jbuilder_template.rb   2015-07-06 04:48:09.0 
+0200
@@ -42,7 +42,7 @@
 end
   end
 
-  # Conditionally catches the json depending in the condition given as first 
parameter. Has the same
+  # Conditionally caches the json depending in the condition given as first 
parameter. Has the same
   # signature as the `cache` helper method in 
`ActionView::Helpers::CacheHelper` and so can be used in
   # the same way.
   #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/jbuilder.rb new/lib/jbuilder.rb
--- old/lib/jbuilder.rb 2015-06-15 09:21:03.0 +0200
+++ new/lib/jbuilder.rb 2015-07-06 04:48:09.0 +0200
@@ -3,6 +3,7 @@
 require 'jbuilder/key_formatter'
 require 'jbuilder/errors'
 require 'multi_json'
+require 'ostruct'
 
 class Jbuilder
   @@key_formatter = nil
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-06-15 09:21:03.0 +0200
+++ new/metadata2015-07-06 04:48:09.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: jbuilder
 version: !ruby/object:Gem::Version
-  version: 2.3.0
+  version: 2.3.1
 platform: ruby
 authors:
 - David Heinemeier Hansson
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-06-15 00:00:00.0 Z
+date: 2015-07-06 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -110,7 +110,7 @@
   version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.4.6
+rubygems_version: 2.4.8
 signing_key: 
 specification_version: 4
 summary: Create JSON structures via a Builder-style DSL




commit rubygem-jbuilder for openSUSE:Factory

2015-06-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-jbuilder for 
openSUSE:Factory checked in at 2015-06-16 14:05:54

Comparing /work/SRC/openSUSE:Factory/rubygem-jbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new (New)


Package is "rubygem-jbuilder"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jbuilder/rubygem-jbuilder.changes
2015-05-19 23:48:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new/rubygem-jbuilder.changes   
2015-06-16 14:06:10.0 +0200
@@ -1,0 +2,15 @@
+Tue Jun 16 04:32:15 UTC 2015 - co...@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)
+
+---

Old:

  jbuilder-2.2.16.gem

New:

  jbuilder-2.3.0.gem



Other differences:
--
++ rubygem-jbuilder.spec ++
--- /var/tmp/diff_new_pack.niRWIq/_old  2015-06-16 14:06:10.0 +0200
+++ /var/tmp/diff_new_pack.niRWIq/_new  2015-06-16 14:06:10.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-jbuilder
-Version:2.2.16
+Version:2.3.0
 Release:0
 %define mod_name jbuilder
 %define mod_full_name %{mod_name}-%{version}

++ jbuilder-2.2.16.gem -> jbuilder-2.3.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2015-05-18 06:31:21.0 +0200
+++ new/.travis.yml 2015-06-15 09:21:03.0 +0200
@@ -16,6 +16,7 @@
   - gemfiles/rails_4_0.gemfile
   - gemfiles/rails_4_1.gemfile
   - gemfiles/rails_4_2.gemfile
+  - gemfiles/rails_edge.gemfile
 
 matrix:
   allow_failures:
@@ -23,6 +24,17 @@
 - rvm: rbx
 - rvm: ruby-head
   fast_finish: true
+  exclude:
+- rvm: 1.9
+  gemfile: gemfiles/rails_edge.gemfile
+- rvm: 2.0
+  gemfile: gemfiles/rails_edge.gemfile
+- rvm: 2.1
+  gemfile: gemfiles/rails_edge.gemfile
+- rvm: jruby-19mode
+  gemfile: gemfiles/rails_edge.gemfile
+- rvm: rbx
+  gemfile: gemfiles/rails_edge.gemfile
 
 notifications:
   email: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Appraisals new/Appraisals
--- old/Appraisals  2015-05-18 06:31:21.0 +0200
+++ new/Appraisals  2015-06-15 09:21:03.0 +0200
@@ -1,32 +1,43 @@
 appraise "rails-3-0" do
   gem "test-unit"
-  gem "railties",   "~> 3.0.0"
-  gem "actionpack", "~> 3.0.0"
+  gem "railties","~> 3.0.0"
+  gem "actionpack",  "~> 3.0.0"
+  gem "activemodel", "~> 3.0.0"
 end
 
 appraise "rails-3-1" do
   gem "test-unit"
-  gem "railties",   "~> 3.1.0"
-  gem "actionpack", "~> 3.1.0"
+  gem "railties","~> 3.1.0"
+  gem "actionpack",  "~> 3.1.0"
+  gem "activemodel", "~> 3.1.0"
 end
 
 appraise "rails-3-2" do
   gem "test-unit"
-  gem "railties",   "~> 3.2.0"
-  gem "actionpack", "~> 3.2.0"
+  gem "railties","~> 3.2.0"
+  gem "actionpack",  "~> 3.2.0"
+  gem "activemodel", "~> 3.2.0"
 end
 
 appraise "rails-4-0" do
-  gem "railties",   "~> 4.0.0"
-  gem "actionpack", "~> 4.0.0"
+  gem "railties","~> 4.0.0"
+  gem "actionpack",  "~> 4.0.0"
+  gem "activemodel", "~> 4.0.0"
 end
 
 appraise "rails-4-1" do
-  gem "railties",   "~> 4.1.0"
-  gem "actionpack", "~> 4.1.0"
+  gem "railties","~> 4.1.0"
+  gem "actionpack",  "~> 4.1.0"
+  gem "activemodel", "~> 4.1.0"
 end
 
 appraise "rails-4-2" do
-  gem "railties",   "~> 4.2.0"
-  gem "actionpack", "~> 4.2.0"
+  gem "railties","~> 4.2.0"
+  gem "actionpack",  "~> 4.2.0"
+  gem "activemodel", "~> 4.2.0"
+end
+
+appraise "rails-edge" do
+  gem "rails", github: "rails/rails"
+  gem "arel", github: "rails/arel"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-05-18 06:31:21.0 +0200
+++ new/CHANGELOG.md2015-06-15 09:21:03.0 +0200
@@ -1,5 +1,14 @@
 # Changelog
 
+2.3.0
+-
+
+* [Add new in-place partia

commit rubygem-jbuilder for openSUSE:Factory

2015-05-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-jbuilder for 
openSUSE:Factory checked in at 2015-05-19 23:48:46

Comparing /work/SRC/openSUSE:Factory/rubygem-jbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new (New)


Package is "rubygem-jbuilder"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jbuilder/rubygem-jbuilder.changes
2015-05-18 22:29:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new/rubygem-jbuilder.changes   
2015-05-19 23:48:47.0 +0200
@@ -1,0 +2,6 @@
+Tue May 19 04:29:00 UTC 2015 - co...@suse.com
+
+- updated to version 2.2.16
+ see installed CHANGELOG.md
+
+---

Old:

  jbuilder-2.2.15.gem

New:

  jbuilder-2.2.16.gem



Other differences:
--
++ rubygem-jbuilder.spec ++
--- /var/tmp/diff_new_pack.l6rubF/_old  2015-05-19 23:48:48.0 +0200
+++ /var/tmp/diff_new_pack.l6rubF/_new  2015-05-19 23:48:48.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-jbuilder
-Version:2.2.15
+Version:2.2.16
 Release:0
 %define mod_name jbuilder
 %define mod_full_name %{mod_name}-%{version}

++ jbuilder-2.2.15.gem -> jbuilder-2.2.16.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-05-18 05:26:37.0 +0200
+++ new/CHANGELOG.md2015-05-18 06:31:21.0 +0200
@@ -1,9 +1,9 @@
 # Changelog
 
-2.2.15
+2.2.16
 --
 
-* [Fix NoMethodError around `api_only` in 
railtie](https://github.com/rails/jbuilder/commit/705d1d6af3671d0bf0f78e9bb3136e727be1fb63)
+* [Fix NoMethodError around `api_only` in 
railtie](https://github.com/rails/jbuilder/commit/b08d1da10b14720b46d383b2917e336060fd9ffa)
 
 2.2.14
 --
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jbuilder.gemspec new/jbuilder.gemspec
--- old/jbuilder.gemspec2015-05-18 05:26:37.0 +0200
+++ new/jbuilder.gemspec2015-05-18 06:31:21.0 +0200
@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = 'jbuilder'
-  s.version  = '2.2.15'
+  s.version  = '2.2.16'
   s.authors  = ['David Heinemeier Hansson', 'Pavel Pravosud']
   s.email= ['da...@37signals.com', 'pa...@pravosud.com']
   s.summary  = 'Create JSON structures via a Builder-style DSL'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/jbuilder/railtie.rb new/lib/jbuilder/railtie.rb
--- old/lib/jbuilder/railtie.rb 2015-05-18 05:26:37.0 +0200
+++ new/lib/jbuilder/railtie.rb 2015-05-18 06:31:21.0 +0200
@@ -9,7 +9,7 @@
 require 'jbuilder/dependency_tracker'
   end
 
-  if app.config.respond_to?(:api_config) && app.config.api_only
+  if app.config.respond_to?(:api_only) && app.config.api_only
 ActiveSupport.on_load :action_controller do
   include ActionView::Rendering
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-05-18 05:26:37.0 +0200
+++ new/metadata2015-05-18 06:31:21.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: jbuilder
 version: !ruby/object:Gem::Version
-  version: 2.2.15
+  version: 2.2.16
 platform: ruby
 authors:
 - David Heinemeier Hansson




commit rubygem-jbuilder for openSUSE:Factory

2015-05-18 Thread h_root
Hello community,

here is the log from the commit of package rubygem-jbuilder for 
openSUSE:Factory checked in at 2015-05-18 22:29:33

Comparing /work/SRC/openSUSE:Factory/rubygem-jbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new (New)


Package is "rubygem-jbuilder"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jbuilder/rubygem-jbuilder.changes
2015-04-12 00:10:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new/rubygem-jbuilder.changes   
2015-05-18 22:29:34.0 +0200
@@ -1,0 +2,16 @@
+Mon May 18 04:29:26 UTC 2015 - co...@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)
+
+---

Old:

  jbuilder-2.2.13.gem

New:

  jbuilder-2.2.15.gem



Other differences:
--
++ rubygem-jbuilder.spec ++
--- /var/tmp/diff_new_pack.k3qBwX/_old  2015-05-18 22:29:35.0 +0200
+++ /var/tmp/diff_new_pack.k3qBwX/_new  2015-05-18 22:29:35.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-jbuilder
-Version:2.2.13
+Version:2.2.15
 Release:0
 %define mod_name jbuilder
 %define mod_full_name %{mod_name}-%{version}

++ jbuilder-2.2.13.gem -> jbuilder-2.2.15.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-04-10 20:33:37.0 +0200
+++ new/CHANGELOG.md2015-05-18 05:26:37.0 +0200
@@ -1,5 +1,15 @@
 # Changelog
 
+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)
+
 2.2.13
 --
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jbuilder.gemspec new/jbuilder.gemspec
--- old/jbuilder.gemspec2015-04-10 20:33:37.0 +0200
+++ new/jbuilder.gemspec2015-05-18 05:26:37.0 +0200
@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = 'jbuilder'
-  s.version  = '2.2.13'
+  s.version  = '2.2.15'
   s.authors  = ['David Heinemeier Hansson', 'Pavel Pravosud']
   s.email= ['da...@37signals.com', 'pa...@pravosud.com']
   s.summary  = 'Create JSON structures via a Builder-style DSL'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lib/generators/rails/scaffold_controller_generator.rb 
new/lib/generators/rails/scaffold_controller_generator.rb
--- old/lib/generators/rails/scaffold_controller_generator.rb   2015-04-10 
20:33:37.0 +0200
+++ new/lib/generators/rails/scaffold_controller_generator.rb   2015-05-18 
05:26:37.0 +0200
@@ -4,9 +4,9 @@
 module Rails
   module Generators
 class ScaffoldControllerGenerator
-  source_root File.expand_path('../templates', __FILE__)
+  source_paths.unshift File.expand_path('../templates', __FILE__)
 
   hook_for :jbuilder, default: true
 end
   end
-end
\ No newline at end of file
+end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/jbuilder/railtie.rb new/lib/jbuilder/railtie.rb
--- old/lib/jbuilder/railtie.rb 2015-04-10 20:33:37.0 +0200
+++ new/lib/jbuilder/railtie.rb 2015-05-18 05:26:37.0 +0200
@@ -8,6 +8,12 @@
 ActionView::Template.register_template_handler :jbuilder, 
JbuilderHandler
 require 'jbuilder/dependency_tracker'
   end
+
+  if app.config.respond_to?(:api_config) && app.config.api_only
+ActiveSupport.on_load :action_controller do
+  include ActionView::Rendering
+end
+  end
 end
 
 if Rails::VERSION::MAJOR >= 4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/jbuilder.rb new/lib/jbuilder.rb
--- old/lib/jbuilder.rb 2015-04-10 20:33:37.0 +0200
+++ new/lib/jbuilder.rb 2015-05-18 05:26:37.0 +0200
@@ -18,8 +18,8 @@
   end
 
   # Yields a builder and automatically turns the result into a JSON string
-  def self.encode(*args)
-new(*args, &::Proc.new).target!
+  def self.encode(*args, &block)
+new(*args, &block).target!
   end
 
   BLANK = Blank.new
diff -urN 

commit rubygem-jbuilder for openSUSE:Factory

2015-04-11 Thread h_root
Hello community,

here is the log from the commit of package rubygem-jbuilder for 
openSUSE:Factory checked in at 2015-04-12 00:10:52

Comparing /work/SRC/openSUSE:Factory/rubygem-jbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new (New)


Package is "rubygem-jbuilder"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jbuilder/rubygem-jbuilder.changes
2015-03-23 12:18:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new/rubygem-jbuilder.changes   
2015-04-12 00:10:58.0 +0200
@@ -1,0 +2,6 @@
+Sat Apr 11 06:02:26 UTC 2015 - co...@suse.com
+
+- updated to version 2.2.13
+  * Several peformance optimizations: 
[#260](https://github.com/rails/jbuilder/pull/260) & [#261]
+
+---

Old:

  jbuilder-2.2.12.gem

New:

  jbuilder-2.2.13.gem



Other differences:
--
++ rubygem-jbuilder.spec ++
--- /var/tmp/diff_new_pack.cMoPDK/_old  2015-04-12 00:11:00.0 +0200
+++ /var/tmp/diff_new_pack.cMoPDK/_new  2015-04-12 00:11:00.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-jbuilder
-Version:2.2.12
+Version:2.2.13
 Release:0
 %define mod_name jbuilder
 %define mod_full_name %{mod_name}-%{version}

++ jbuilder-2.2.12.gem -> jbuilder-2.2.13.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-03-20 05:23:14.0 +0100
+++ new/CHANGELOG.md2015-04-10 20:33:37.0 +0200
@@ -1,5 +1,10 @@
 # Changelog
 
+2.2.13
+--
+
+* Several peformance optimizations: 
[#260](https://github.com/rails/jbuilder/pull/260) & 
[#261](https://github.com/rails/jbuilder/pull/261)
+
 2.2.12
 --
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jbuilder.gemspec new/jbuilder.gemspec
--- old/jbuilder.gemspec2015-03-20 05:23:14.0 +0100
+++ new/jbuilder.gemspec2015-04-10 20:33:37.0 +0200
@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = 'jbuilder'
-  s.version  = '2.2.12'
+  s.version  = '2.2.13'
   s.authors  = ['David Heinemeier Hansson', 'Pavel Pravosud']
   s.email= ['da...@37signals.com', 'pa...@pravosud.com']
   s.summary  = 'Create JSON structures via a Builder-style DSL'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/jbuilder.rb new/lib/jbuilder.rb
--- old/lib/jbuilder.rb 2015-03-20 05:23:14.0 +0100
+++ new/lib/jbuilder.rb 2015-04-10 20:33:37.0 +0200
@@ -5,13 +5,13 @@
 require 'multi_json'
 
 class Jbuilder
-  @@key_formatter = KeyFormatter.new
+  @@key_formatter = nil
   @@ignore_nil= false
 
   def initialize(options = {})
 @attributes = {}
 
-@key_formatter = options.fetch(:key_formatter){ @@key_formatter.clone }
+@key_formatter = options.fetch(:key_formatter){ @@key_formatter ? 
@@key_formatter.clone : nil}
 @ignore_nil = options.fetch(:ignore_nil, @@ignore_nil)
 
 yield self if ::Kernel.block_given?
@@ -207,9 +207,9 @@
   #   json.(@person, :name, :age)
   def extract!(object, *attributes)
 if ::Hash === object
-  _extract_hash_values(object, *attributes)
+  _extract_hash_values(object, attributes)
 else
-  _extract_method_values(object, *attributes)
+  _extract_method_values(object, attributes)
 end
   end
 
@@ -245,11 +245,11 @@
 
   private
 
-  def _extract_hash_values(object, *attributes)
+  def _extract_hash_values(object, attributes)
 attributes.each{ |key| _set_value key, object.fetch(key) }
   end
 
-  def _extract_method_values(object, *attributes)
+  def _extract_method_values(object, attributes)
 attributes.each{ |key| _set_value key, object.public_send(key) }
   end
 
@@ -275,7 +275,7 @@
   end
 
   def _key(key)
-@key_formatter.format(key)
+@key_formatter ? @key_formatter.format(key) : key.to_s
   end
 
   def _set_value(key, value)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-03-20 05:23:14.0 +0100
+++ new/metadata2015-04-10 20:33:37.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: jbuilder
 version: !ruby/object:Gem::Version
-  version: 2.2.12
+  version: 2.2.13
 platform: ruby
 authors:
 - David Heinemeier Hansson
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-03-20 00:00:00.0 Z
+date: 2015-04-10 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -107,7 +107,7 @@
   version: '

commit rubygem-jbuilder for openSUSE:Factory

2015-03-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-jbuilder for 
openSUSE:Factory checked in at 2015-03-23 12:18:20

Comparing /work/SRC/openSUSE:Factory/rubygem-jbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new (New)


Package is "rubygem-jbuilder"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jbuilder/rubygem-jbuilder.changes
2015-03-12 16:38:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new/rubygem-jbuilder.changes   
2015-03-23 12:18:21.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar 20 20:46:24 UTC 2015 - co...@suse.com
+
+- updated to version 2.2.12
+  [Replace explici block calls with yield for performance]
+
+---

Old:

  jbuilder-2.2.11.gem

New:

  jbuilder-2.2.12.gem



Other differences:
--
++ rubygem-jbuilder.spec ++
--- /var/tmp/diff_new_pack.hPM2Dp/_old  2015-03-23 12:18:21.0 +0100
+++ /var/tmp/diff_new_pack.hPM2Dp/_new  2015-03-23 12:18:21.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-jbuilder
-Version:2.2.11
+Version:2.2.12
 Release:0
 %define mod_name jbuilder
 %define mod_full_name %{mod_name}-%{version}

++ jbuilder-2.2.11.gem -> jbuilder-2.2.12.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-03-07 06:48:34.0 +0100
+++ new/CHANGELOG.md2015-03-20 05:23:14.0 +0100
@@ -1,5 +1,10 @@
 # Changelog
 
+2.2.12
+--
+
+* [Replace explici block calls with yield for 
performance](https://github.com/rails/jbuilder/commit/3184f941276ad03a071cf977133d1a32302afa47)
+
 2.2.11
 --
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jbuilder.gemspec new/jbuilder.gemspec
--- old/jbuilder.gemspec2015-03-07 06:48:34.0 +0100
+++ new/jbuilder.gemspec2015-03-20 05:23:14.0 +0100
@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = 'jbuilder'
-  s.version  = '2.2.11'
+  s.version  = '2.2.12'
   s.authors  = ['David Heinemeier Hansson', 'Pavel Pravosud']
   s.email= ['da...@37signals.com', 'pa...@pravosud.com']
   s.summary  = 'Create JSON structures via a Builder-style DSL'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/jbuilder/jbuilder_template.rb 
new/lib/jbuilder/jbuilder_template.rb
--- old/lib/jbuilder/jbuilder_template.rb   2015-03-07 06:48:34.0 
+0100
+++ new/lib/jbuilder/jbuilder_template.rb   2015-03-20 05:23:14.0 
+0100
@@ -9,9 +9,9 @@
 
   self.template_lookup_options = { handlers: [:jbuilder] }
 
-  def initialize(context, *args, &block)
+  def initialize(context, *args)
 @context = context
-super(*args, &block)
+super(*args)
   end
 
   def partial!(name_or_options, locals = {})
@@ -74,8 +74,8 @@
   #   json.cache_if! !admin?, @person, expires_in: 10.minutes do
   # json.extract! @person, :name, :age
   #   end
-  def cache_if!(condition, *args, &block)
-condition ? cache!(*args, &block) : yield
+  def cache_if!(condition, *args)
+condition ? cache!(*args, &::Proc.new) : yield
   end
 
   protected
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/jbuilder.rb new/lib/jbuilder.rb
--- old/lib/jbuilder.rb 2015-03-07 06:48:34.0 +0100
+++ new/lib/jbuilder.rb 2015-03-20 05:23:14.0 +0100
@@ -18,18 +18,18 @@
   end
 
   # Yields a builder and automatically turns the result into a JSON string
-  def self.encode(*args, &block)
-new(*args, &block).target!
+  def self.encode(*args)
+new(*args, &::Proc.new).target!
   end
 
   BLANK = Blank.new
 
-  def set!(key, value = BLANK, *args, &block)
-result = if block
+  def set!(key, value = BLANK, *args)
+result = if ::Kernel.block_given?
   if !_blank?(value)
 # json.comments @post.comments { |comment| ... }
 # { "comments": [ { ... }, { ... } ] }
-_scope{ array! value, &block }
+_scope{ array! value, &::Proc.new }
   else
 # json.comments { ... }
 # { "comments": ... }
@@ -174,11 +174,11 @@
   #   json.array! [1, 2, 3]
   #
   #   [1,2,3]
-  def array!(collection = [], *attributes, &block)
+  def array!(collection = [], *attributes)
 array = if collection.nil?
   []
-elsif block
-  _map_collection(collection, &block)
+elsif ::Kernel.block_given?
+  _map_collection(collection, &::Proc.new)
 elsif attributes.any?
   _map_collection(collection) { |element| extract! element, *attribut

commit rubygem-jbuilder for openSUSE:Factory

2015-03-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-jbuilder for 
openSUSE:Factory checked in at 2015-03-12 16:38:54

Comparing /work/SRC/openSUSE:Factory/rubygem-jbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new (New)


Package is "rubygem-jbuilder"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jbuilder/rubygem-jbuilder.changes
2015-03-11 09:57:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new/rubygem-jbuilder.changes   
2015-03-12 16:38:54.0 +0100
@@ -1,0 +2,6 @@
+Sun Mar  8 05:28:38 UTC 2015 - co...@suse.com
+
+- updated to version 2.2.11
+  * Generate the templates for Rails 5+ [#258]
+
+---

Old:

  jbuilder-2.2.10.gem

New:

  jbuilder-2.2.11.gem



Other differences:
--
++ rubygem-jbuilder.spec ++
--- /var/tmp/diff_new_pack.GH2nvZ/_old  2015-03-12 16:38:55.0 +0100
+++ /var/tmp/diff_new_pack.GH2nvZ/_new  2015-03-12 16:38:55.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-jbuilder
-Version:2.2.10
+Version:2.2.11
 Release:0
 %define mod_name jbuilder
 %define mod_full_name %{mod_name}-%{version}

++ jbuilder-2.2.10.gem -> jbuilder-2.2.11.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-03-06 21:49:54.0 +0100
+++ new/CHANGELOG.md2015-03-07 06:48:34.0 +0100
@@ -1,5 +1,10 @@
 # Changelog
 
+2.2.11
+--
+
+* Generate the templates for Rails 5+ 
[#258](https://github.com/rails/jbuilder/pull/258) 
[@amatsuda](https://github.com/amatsuda)
+
 2.2.10
 --
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jbuilder.gemspec new/jbuilder.gemspec
--- old/jbuilder.gemspec2015-03-06 21:49:54.0 +0100
+++ new/jbuilder.gemspec2015-03-07 06:48:34.0 +0100
@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = 'jbuilder'
-  s.version  = '2.2.10'
+  s.version  = '2.2.11'
   s.authors  = ['David Heinemeier Hansson', 'Pavel Pravosud']
   s.email= ['da...@37signals.com', 'pa...@pravosud.com']
   s.summary  = 'Create JSON structures via a Builder-style DSL'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/jbuilder/railtie.rb new/lib/jbuilder/railtie.rb
--- old/lib/jbuilder/railtie.rb 2015-03-06 21:49:54.0 +0100
+++ new/lib/jbuilder/railtie.rb 2015-03-07 06:48:34.0 +0100
@@ -10,7 +10,7 @@
   end
 end
 
-if Rails::VERSION::MAJOR == 4
+if Rails::VERSION::MAJOR >= 4
   generators do |app|
 Rails::Generators.configure! app.config.generators
 Rails::Generators.hidden_namespaces.uniq!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-03-06 21:49:54.0 +0100
+++ new/metadata2015-03-07 06:48:34.0 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: jbuilder
 version: !ruby/object:Gem::Version
-  version: 2.2.10
+  version: 2.2.11
 platform: ruby
 authors:
 - David Heinemeier Hansson
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-03-06 00:00:00.0 Z
+date: 2015-03-07 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-jbuilder for openSUSE:Factory

2015-03-11 Thread h_root
Hello community,

here is the log from the commit of package rubygem-jbuilder for 
openSUSE:Factory checked in at 2015-03-11 09:57:20

Comparing /work/SRC/openSUSE:Factory/rubygem-jbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new (New)


Package is "rubygem-jbuilder"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jbuilder/rubygem-jbuilder.changes
2015-02-23 13:19:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new/rubygem-jbuilder.changes   
2015-03-11 09:57:23.0 +0100
@@ -1,0 +2,12 @@
+Sat Mar  7 05:28:40 UTC 2015 - co...@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 - co...@suse.com
+
+- updated to version 2.2.9
+  * Support `partial!` call with `locals` option in `JbuilderTemplate` 
[#251](https://github.com/rails/jbuilder/pull/251)
+
+---

Old:

  jbuilder-2.2.8.gem

New:

  jbuilder-2.2.10.gem



Other differences:
--
++ rubygem-jbuilder.spec ++
--- /var/tmp/diff_new_pack.dDoL4i/_old  2015-03-11 09:57:24.0 +0100
+++ /var/tmp/diff_new_pack.dDoL4i/_new  2015-03-11 09:57:24.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-jbuilder
-Version:2.2.8
+Version:2.2.10
 Release:0
 %define mod_name jbuilder
 %define mod_full_name %{mod_name}-%{version}

++ jbuilder-2.2.8.gem -> jbuilder-2.2.10.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2015-02-22 06:54:27.0 +0100
+++ new/.travis.yml 2015-03-06 21:49:54.0 +0100
@@ -18,14 +18,6 @@
   - gemfiles/rails_4_2.gemfile
 
 matrix:
-  exclude:
-- rvm: 2.2
-  gemfile: gemfiles/rails_3_0.gemfile
-- rvm: 2.2
-  gemfile: gemfiles/rails_3_1.gemfile
-- rvm: 2.2
-  gemfile: gemfiles/rails_3_2.gemfile
-
   allow_failures:
 - rvm: jruby-19mode
 - rvm: rbx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Appraisals new/Appraisals
--- old/Appraisals  2015-02-22 06:54:27.0 +0100
+++ new/Appraisals  2015-03-06 21:49:54.0 +0100
@@ -1,14 +1,17 @@
 appraise "rails-3-0" do
+  gem "test-unit"
   gem "railties",   "~> 3.0.0"
   gem "actionpack", "~> 3.0.0"
 end
 
 appraise "rails-3-1" do
+  gem "test-unit"
   gem "railties",   "~> 3.1.0"
   gem "actionpack", "~> 3.1.0"
 end
 
 appraise "rails-3-2" do
+  gem "test-unit"
   gem "railties",   "~> 3.2.0"
   gem "actionpack", "~> 3.2.0"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-02-22 06:54:27.0 +0100
+++ new/CHANGELOG.md2015-03-06 21:49:54.0 +0100
@@ -1,5 +1,15 @@
 # Changelog
 
+2.2.10
+--
+
+* Add Jbuilder::Blank#empty? to tell if attributes are empty 
[#257](https://github.com/rails/jbuilder/pull/257) 
[@a2ikm](https://github.com/a2ikm)
+
+2.2.9
+-
+
+* Support `partial!` call with `locals` option in `JbuilderTemplate` 
[#251](https://github.com/rails/jbuilder/pull/251)
+
 2.2.8
 -
 * [Raise ArrayError when trying to add key to an 
array](https://github.com/rails/jbuilder/commit/869e4be1ad165ce986d8fca78311bdd3ed166087)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2015-02-22 06:54:27.0 +0100
+++ new/README.md   2015-03-06 21:49:54.0 +0100
@@ -181,6 +181,17 @@
 json.comments @post.comments, partial: 'comment/comment', as: :comment
 ```
 
+You can pass any objects into partial templates with or without `:locals` 
option.
+
+```ruby
+json.partial! 'sub_template', locals: { user: user }
+
+# or
+
+json.partial! 'sub_template', user: user
+```
+
+
 You can explicitly make Jbuilder object return null if you want:
 
 ``` ruby
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gemfiles/rails_3_0.gemfile 
new/gemfiles/rails_3_0.gemfile
--- old/gemfiles/rails_3_0.gemfile  2015-02-22 06:54:27.0 +0100
+++ new/gemfiles/rails_3_0.gemfile  2015-03-06 21:49:54.0 +0100
@@ -5,6 +5,7 @@
 gem "rake"
 gem "mocha", :require => false
 gem "appraisal"
+gem "test-unit"
 gem "railties", "~> 3.0.0"
 gem "actionpack", "~> 3.0.0"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gemfiles/rails_3_1.gemfile 
new/gemfiles/rail

commit rubygem-jbuilder for openSUSE:Factory

2015-02-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-jbuilder for 
openSUSE:Factory checked in at 2015-02-23 13:19:32

Comparing /work/SRC/openSUSE:Factory/rubygem-jbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new (New)


Package is "rubygem-jbuilder"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jbuilder/rubygem-jbuilder.changes
2015-02-20 12:01:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new/rubygem-jbuilder.changes   
2015-02-23 13:19:34.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 23 05:29:24 UTC 2015 - co...@suse.com
+
+- updated to version 2.2.8
+
+---

Old:

  jbuilder-2.2.7.gem

New:

  jbuilder-2.2.8.gem



Other differences:
--
++ rubygem-jbuilder.spec ++
--- /var/tmp/diff_new_pack.2PE5FU/_old  2015-02-23 13:19:35.0 +0100
+++ /var/tmp/diff_new_pack.2PE5FU/_new  2015-02-23 13:19:35.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-jbuilder
-Version:2.2.7
+Version:2.2.8
 Release:0
 %define mod_name jbuilder
 %define mod_full_name %{mod_name}-%{version}

++ jbuilder-2.2.7.gem -> jbuilder-2.2.8.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-02-15 05:10:00.0 +0100
+++ new/CHANGELOG.md2015-02-22 06:54:27.0 +0100
@@ -1,5 +1,9 @@
 # Changelog
 
+2.2.8
+-
+* [Raise ArrayError when trying to add key to an 
array](https://github.com/rails/jbuilder/commit/869e4be1ad165ce986d8fca78311bdd3ed166087)
+
 2.2.7
 -
 * [Make Blank object serializable with 
Marshal](https://github.com/rails/jbuilder/commit/7083f28d8b665aa60d0d1b1927ae88bb5c6290ba)
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jbuilder.gemspec new/jbuilder.gemspec
--- old/jbuilder.gemspec2015-02-15 05:10:00.0 +0100
+++ new/jbuilder.gemspec2015-02-22 06:54:27.0 +0100
@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = 'jbuilder'
-  s.version  = '2.2.7'
+  s.version  = '2.2.8'
   s.authors  = ['David Heinemeier Hansson', 'Pavel Pravosud']
   s.email= ['da...@37signals.com', 'pa...@pravosud.com']
   s.summary  = 'Create JSON structures via a Builder-style DSL'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/jbuilder/errors.rb new/lib/jbuilder/errors.rb
--- old/lib/jbuilder/errors.rb  2015-02-15 05:10:00.0 +0100
+++ new/lib/jbuilder/errors.rb  2015-02-22 06:54:27.0 +0100
@@ -7,4 +7,11 @@
   new(message)
 end
   end
+
+  class ArrayError < ::StandardError
+def self.build(key)
+  message = "Failed to add #{key.to_s.inspect} property to an array"
+  new(message)
+end
+  end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/jbuilder.rb new/lib/jbuilder.rb
--- old/lib/jbuilder.rb 2015-02-15 05:10:00.0 +0100
+++ new/lib/jbuilder.rb 2015-02-22 06:54:27.0 +0100
@@ -274,20 +274,16 @@
 end
   end
 
-  def _write(key, value)
-@attributes = {} if _blank?
-@attributes[_key(key)] = value
-  end
-
   def _key(key)
 @key_formatter.format(key)
   end
 
   def _set_value(key, value)
 raise NullError.build(key) if @attributes.nil?
-return if @ignore_nil && value.nil?
-return if _blank?(value)
-_write key, value
+raise ArrayError.build(key) if ::Array === @attributes
+return if @ignore_nil && value.nil? or _blank?(value)
+@attributes = {} if _blank?
+@attributes[_key(key)] = value
   end
 
   def _map_collection(collection)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-02-15 05:10:00.0 +0100
+++ new/metadata2015-02-22 06:54:27.0 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: jbuilder
 version: !ruby/object:Gem::Version
-  version: 2.2.7
+  version: 2.2.8
 platform: ruby
 authors:
 - David Heinemeier Hansson
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-02-15 00:00:00.0 Z
+date: 2015-02-22 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/test/jbuilder_test.rb new/test/jbuilder_test.rb
--- old/test/jbuilder_test.rb   2015-02-15 05:10:00.0 +0100
+++ new/test/jbuilder_test.rb   2015-02-22 06:54:27.0 +0100
@@ -645,11 +645,21 @

commit rubygem-jbuilder for openSUSE:Factory

2015-02-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-jbuilder for 
openSUSE:Factory checked in at 2015-02-20 12:01:26

Comparing /work/SRC/openSUSE:Factory/rubygem-jbuilder (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new (New)


Package is "rubygem-jbuilder"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jbuilder/rubygem-jbuilder.changes
2015-02-16 21:10:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new/rubygem-jbuilder.changes   
2015-02-20 12:01:27.0 +0100
@@ -1,0 +2,5 @@
+Sun Feb 15 05:29:08 UTC 2015 - co...@suse.com
+
+- updated to version 2.2.7
+
+---

Old:

  jbuilder-2.2.6.gem

New:

  jbuilder-2.2.7.gem



Other differences:
--
++ rubygem-jbuilder.spec ++
--- /var/tmp/diff_new_pack.Gzq0ca/_old  2015-02-20 12:01:28.0 +0100
+++ /var/tmp/diff_new_pack.Gzq0ca/_new  2015-02-20 12:01:28.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-jbuilder
-Version:2.2.6
+Version:2.2.7
 Release:0
 %define mod_name jbuilder
 %define mod_full_name %{mod_name}-%{version}

++ jbuilder-2.2.6.gem -> jbuilder-2.2.7.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2014-12-18 03:55:38.0 +0100
+++ new/.travis.yml 2015-02-15 05:10:00.0 +0100
@@ -15,10 +15,18 @@
   - gemfiles/rails_3_2.gemfile
   - gemfiles/rails_4_0.gemfile
   - gemfiles/rails_4_1.gemfile
+  - gemfiles/rails_4_2.gemfile
 
 matrix:
-  allow_failures:
+  exclude:
+- rvm: 2.2
+  gemfile: gemfiles/rails_3_0.gemfile
+- rvm: 2.2
+  gemfile: gemfiles/rails_3_1.gemfile
 - rvm: 2.2
+  gemfile: gemfiles/rails_3_2.gemfile
+
+  allow_failures:
 - rvm: jruby-19mode
 - rvm: rbx
 - rvm: ruby-head
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Appraisals new/Appraisals
--- old/Appraisals  2014-12-18 03:55:38.0 +0100
+++ new/Appraisals  2015-02-15 05:10:00.0 +0100
@@ -22,3 +22,8 @@
   gem "railties",   "~> 4.1.0"
   gem "actionpack", "~> 4.1.0"
 end
+
+appraise "rails-4-2" do
+  gem "railties",   "~> 4.2.0"
+  gem "actionpack", "~> 4.2.0"
+end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2014-12-18 03:55:38.0 +0100
+++ new/CHANGELOG.md2015-02-15 05:10:00.0 +0100
@@ -1,5 +1,9 @@
 # Changelog
 
+2.2.7
+-
+* [Make Blank object serializable with 
Marshal](https://github.com/rails/jbuilder/commit/7083f28d8b665aa60d0d1b1927ae88bb5c6290ba)
+
 2.2.6
 -
 * [Make sure dependency tracker loads after template 
handler](https://github.com/rails/jbuilder/commit/3ba404b1207b557e14771c90b8832bc01ae67a42)
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gemfiles/rails_4_2.gemfile 
new/gemfiles/rails_4_2.gemfile
--- old/gemfiles/rails_4_2.gemfile  1970-01-01 01:00:00.0 +0100
+++ new/gemfiles/rails_4_2.gemfile  2015-02-15 05:10:00.0 +0100
@@ -0,0 +1,11 @@
+# This file was generated by Appraisal
+
+source "https://rubygems.org";
+
+gem "rake"
+gem "mocha", :require => false
+gem "appraisal"
+gem "railties", "~> 4.2.0"
+gem "actionpack", "~> 4.2.0"
+
+gemspec :path => "../"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jbuilder.gemspec new/jbuilder.gemspec
--- old/jbuilder.gemspec2014-12-18 03:55:38.0 +0100
+++ new/jbuilder.gemspec2015-02-15 05:10:00.0 +0100
@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = 'jbuilder'
-  s.version  = '2.2.6'
+  s.version  = '2.2.7'
   s.authors  = ['David Heinemeier Hansson', 'Pavel Pravosud']
   s.email= ['da...@37signals.com', 'pa...@pravosud.com']
   s.summary  = 'Create JSON structures via a Builder-style DSL'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/jbuilder/blank.rb new/lib/jbuilder/blank.rb
--- old/lib/jbuilder/blank.rb   1970-01-01 01:00:00.0 +0100
+++ new/lib/jbuilder/blank.rb   2015-02-15 05:10:00.0 +0100
@@ -0,0 +1,7 @@
+class Jbuilder
+  class Blank
+def ==(other)
+  super || Blank === other
+end
+  end
+end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/jbuilder.rb new/lib/jbuilder.rb
--- old/lib/jbuilder.rb 2014-12-18 03:55:38.0 +0100
+++ new/lib/jbuilder.rb 2015-02-15 05:10:00.0 +010