Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-actiontext-7.0 for 
openSUSE:Factory checked in at 2022-10-12 18:24:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-actiontext-7.0 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-actiontext-7.0.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-actiontext-7.0"

Wed Oct 12 18:24:57 2022 rev:6 rq:1010041 version:7.0.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-actiontext-7.0/rubygem-actiontext-7.0.changes
    2022-08-06 22:07:47.874593725 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actiontext-7.0.new.2275/rubygem-actiontext-7.0.changes
  2022-10-12 18:26:39.945950611 +0200
@@ -1,0 +2,12 @@
+Mon Oct 10 12:52:23 UTC 2022 - Stephan Kulow <co...@suse.com>
+
+updated to version 7.0.4
+ see installed CHANGELOG.md
+
+  ## Rails 7.0.4 (September 09, 2022) ##
+  
+  *   No changes.
+  
+  
+
+-------------------------------------------------------------------

Old:
----
  actiontext-7.0.3.1.gem

New:
----
  actiontext-7.0.4.gem

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

Other differences:
------------------
++++++ rubygem-actiontext-7.0.spec ++++++
--- /var/tmp/diff_new_pack.sJV7eX/_old  2022-10-12 18:26:40.305951403 +0200
+++ /var/tmp/diff_new_pack.sJV7eX/_new  2022-10-12 18:26:40.309951412 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-actiontext-7.0
-Version:        7.0.3.1
+Version:        7.0.4
 Release:        0
 %define mod_name actiontext
 %define mod_full_name %{mod_name}-%{version}

++++++ actiontext-7.0.3.1.gem -> actiontext-7.0.4.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2022-07-12 19:30:34.000000000 +0200
+++ new/CHANGELOG.md    2022-09-09 20:42:23.000000000 +0200
@@ -1,3 +1,8 @@
+## Rails 7.0.4 (September 09, 2022) ##
+
+*   No changes.
+
+
 ## Rails 7.0.3.1 (July 12, 2022) ##
 
 *   No changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/app/helpers/action_text/tag_helper.rb 
new/app/helpers/action_text/tag_helper.rb
--- old/app/helpers/action_text/tag_helper.rb   2022-07-12 19:30:34.000000000 
+0200
+++ new/app/helpers/action_text/tag_helper.rb   2022-09-09 20:42:23.000000000 
+0200
@@ -62,7 +62,7 @@
     # * <tt>:class</tt> - Defaults to "trix-content" which ensures default 
styling is applied.
     # * <tt>:value</tt> - Adds a default value to the HTML input tag.
     # * <tt>[:data][:direct_upload_url]</tt> - Defaults to 
+rails_direct_uploads_url+.
-    # * <tt>[:data][:blob_url_template]</tt> - Defaults to 
+rails_service_blob_url(":signed_id", ":filename")+.
+    # * <tt>[:data][:blob_url_template]</tt> - Defaults to 
<tt>rails_service_blob_url(":signed_id", ":filename")</tt>.
     #
     # ==== Example
     #   form_with(model: @message) do |form|
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/action_text/gem_version.rb 
new/lib/action_text/gem_version.rb
--- old/lib/action_text/gem_version.rb  2022-07-12 19:30:34.000000000 +0200
+++ new/lib/action_text/gem_version.rb  2022-09-09 20:42:23.000000000 +0200
@@ -9,8 +9,8 @@
   module VERSION
     MAJOR = 7
     MINOR = 0
-    TINY  = 3
-    PRE   = "1"
+    TINY  = 4
+    PRE   = nil
 
     STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2022-07-12 19:30:34.000000000 +0200
+++ new/metadata        2022-09-09 20:42:23.000000000 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: actiontext
 version: !ruby/object:Gem::Version
-  version: 7.0.3.1
+  version: 7.0.4
 platform: ruby
 authors:
 - Javan Makhmali
@@ -10,7 +10,7 @@
 autorequire:
 bindir: bin
 cert_chain: []
-date: 2022-07-12 00:00:00.000000000 Z
+date: 2022-09-09 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -18,56 +18,56 @@
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 7.0.3.1
+        version: 7.0.4
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 7.0.3.1
+        version: 7.0.4
 - !ruby/object:Gem::Dependency
   name: activerecord
   requirement: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 7.0.3.1
+        version: 7.0.4
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 7.0.3.1
+        version: 7.0.4
 - !ruby/object:Gem::Dependency
   name: activestorage
   requirement: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 7.0.3.1
+        version: 7.0.4
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 7.0.3.1
+        version: 7.0.4
 - !ruby/object:Gem::Dependency
   name: actionpack
   requirement: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 7.0.3.1
+        version: 7.0.4
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 7.0.3.1
+        version: 7.0.4
 - !ruby/object:Gem::Dependency
   name: nokogiri
   requirement: !ruby/object:Gem::Requirement
@@ -160,10 +160,10 @@
 - MIT
 metadata:
   bug_tracker_uri: https://github.com/rails/rails/issues
-  changelog_uri: 
https://github.com/rails/rails/blob/v7.0.3.1/actiontext/CHANGELOG.md
-  documentation_uri: https://api.rubyonrails.org/v7.0.3.1/
+  changelog_uri: 
https://github.com/rails/rails/blob/v7.0.4/actiontext/CHANGELOG.md
+  documentation_uri: https://api.rubyonrails.org/v7.0.4/
   mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
-  source_code_uri: https://github.com/rails/rails/tree/v7.0.3.1/actiontext
+  source_code_uri: https://github.com/rails/rails/tree/v7.0.4/actiontext
   rubygems_mfa_required: 'true'
 post_install_message:
 rdoc_options: []
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package.json new/package.json
--- old/package.json    2022-07-12 19:30:34.000000000 +0200
+++ new/package.json    2022-09-09 20:42:23.000000000 +0200
@@ -1,11 +1,11 @@
 {
   "name": "@rails/actiontext",
-  "version": "7.0.3-1",
+  "version": "7.0.4",
   "description": "Edit and display rich text in Rails applications",
-  "main": "app/javascript/actiontext/index.js",
+  "main": "app/assets/javascripts/actiontext.js",
   "type": "module",
   "files": [
-    "app/javascript/actiontext/*.js"
+    "app/assets/javascripts/*.js"
   ],
   "homepage": "https://rubyonrails.org/";,
   "repository": {

Reply via email to