This repository was archived by the owner on Feb 8, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ services:
1515language : ruby
1616
1717rvm :
18- - 2.5
19- - 2.6
18+ - 2.7
19+ - 3.0
2020
2121env :
2222 - DB=mysql
@@ -27,8 +27,11 @@ gemfile:
2727 - gemfiles/spree_master.gemfile
2828
2929jobs :
30+ exclude :
31+ - rvm : 3.0
32+ gemfile : gemfiles/spree_4_1.gemfile
3033 allow_failures :
31- - gemfile : gemfiles/spree_master.gemfile
34+ - gemfile : gemfiles/spree_master.gemfile
3235
3336before_install :
3437 - mysql -u root -e "GRANT ALL ON *.* TO 'travis'@'%';"
Original file line number Diff line number Diff line change 33Gem ::Specification . new do |s |
44 s . platform = Gem ::Platform ::RUBY
55 s . name = 'spree_auth_devise'
6- s . version = '4.2 .0'
6+ s . version = '4.3 .0'
77 s . summary = 'Provides authentication and authorization services for use with Spree by using Devise and CanCan.'
88 s . description = s . summary
99
1010 s . required_ruby_version = '>= 2.5.0'
1111
12- s . author = 'Sean Schofield'
13- s . email = 'sean @spreecommerce.com '
12+ s . authors = [ 'Sean Schofield' , 'Spark Solutions' ]
13+ s . email = 'hello @spreecommerce.org '
1414 s . homepage = 'https://spreecommerce.org'
1515 s . license = 'BSD-3-Clause'
1616
17+ s . metadata = {
18+ "bug_tracker_uri" => "https://github.com/spree/spree_auth_devise/issues" ,
19+ "changelog_uri" => "https://github.com/spree/spree_auth_devise/releases/tag/v#{ s . version } " ,
20+ "documentation_uri" => "https://guides.spreecommerce.org/" ,
21+ "source_code_uri" => "https://github.com/spree/spree_auth_devise/tree/v#{ s . version } " ,
22+ }
23+
1724 s . files = `git ls-files` . split ( "\n " )
1825 s . test_files = `git ls-files -- spec/*` . split ( "\n " )
1926 s . require_path = 'lib'
You can’t perform that action at this time.
0 commit comments