Hello community,

here is the log from the commit of package rubygem-coffee-rails for 
openSUSE:Factory checked in at 2017-06-02 10:33:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-coffee-rails (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-coffee-rails.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-coffee-rails"

Fri Jun  2 10:33:29 2017 rev:4 rq:499990 version:4.2.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-coffee-rails/rubygem-coffee-rails.changes    
    2016-07-21 07:57:47.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-coffee-rails.new/rubygem-coffee-rails.changes
   2017-06-02 10:34:06.621309181 +0200
@@ -1,0 +2,10 @@
+Tue May 30 05:11:02 UTC 2017 - [email protected]
+
+- updated to version 4.2.2
+ see installed CHANGELOG.md
+
+  ## 4.2.2 (May 24, 2017) ##
+  
+  *   Support digest resolution for coffee templates.
+
+-------------------------------------------------------------------

Old:
----
  coffee-rails-4.2.1.gem

New:
----
  coffee-rails-4.2.2.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-coffee-rails.spec ++++++
--- /var/tmp/diff_new_pack.TA17AA/_old  2017-06-02 10:34:07.169231762 +0200
+++ /var/tmp/diff_new_pack.TA17AA/_new  2017-06-02 10:34:07.173231197 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-coffee-rails
 #
-# 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-coffee-rails
-Version:        4.2.1
+Version:        4.2.2
 Release:        0
 %define mod_name coffee-rails
 %define mod_full_name %{mod_name}-%{version}

++++++ coffee-rails-4.2.1.gem -> coffee-rails-4.2.2.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2016-06-30 18:32:25.000000000 +0200
+++ new/CHANGELOG.md    2017-05-24 19:29:40.000000000 +0200
@@ -1,10 +1,14 @@
+## 4.2.2 (May 24, 2017) ##
+
+*   Support digest resolution for coffee templates.
+
 ## 4.2.1 (June 30, 2016) ##
 
 *   Fix error in the gem package.
 
 ## 4.2.0 (June 30, 2016) ##
 
-*   Override `js_tempalte` hook in the Rails generator to allow Rails to
+*   Override `js_template` hook in the Rails generator to allow Rails to
     be CoffeeScript agnostic.
 
 ## 4.1.1 (December 18, 2015) ##
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/coffee/rails/template_handler.rb 
new/lib/coffee/rails/template_handler.rb
--- old/lib/coffee/rails/template_handler.rb    2016-06-30 18:32:25.000000000 
+0200
+++ new/lib/coffee/rails/template_handler.rb    2017-05-24 19:29:40.000000000 
+0200
@@ -15,4 +15,8 @@
 
 ActiveSupport.on_load(:action_view) do
   ActionView::Template.register_template_handler :coffee, 
Coffee::Rails::TemplateHandler
+  # Loads DependencyTracker
+  require 'action_view/dependency_tracker'
+  # Register ERB DependencyTracker for .coffee files to enable digesting.
+  ActionView::DependencyTracker.register_tracker :coffee, 
ActionView::DependencyTracker::ERBTracker
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/coffee/rails/version.rb 
new/lib/coffee/rails/version.rb
--- old/lib/coffee/rails/version.rb     2016-06-30 18:32:25.000000000 +0200
+++ new/lib/coffee/rails/version.rb     2017-05-24 19:29:40.000000000 +0200
@@ -1,5 +1,5 @@
 module Coffee
   module Rails
-    VERSION = "4.2.1"
+    VERSION = "4.2.2"
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2016-06-30 18:32:25.000000000 +0200
+++ new/metadata        2017-05-24 19:29:40.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: coffee-rails
 version: !ruby/object:Gem::Version
-  version: 4.2.1
+  version: 4.2.2
 platform: ruby
 authors:
 - Santiago Pastorino
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-06-30 00:00:00.000000000 Z
+date: 2017-05-24 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: coffee-script
@@ -31,9 +31,6 @@
     - - ">="
       - !ruby/object:Gem::Version
         version: 4.0.0
-    - - "<"
-      - !ruby/object:Gem::Version
-        version: 5.2.x
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
@@ -41,9 +38,6 @@
     - - ">="
       - !ruby/object:Gem::Version
         version: 4.0.0
-    - - "<"
-      - !ruby/object:Gem::Version
-        version: 5.2.x
 description: CoffeeScript adapter for the Rails asset pipeline.
 email:
 - [email protected]
@@ -82,7 +76,7 @@
       version: '0'
 requirements: []
 rubyforge_project: coffee-rails
-rubygems_version: 2.6.6
+rubygems_version: 2.6.11
 signing_key: 
 specification_version: 4
 summary: CoffeeScript adapter for the Rails asset pipeline.


Reply via email to