File tree 2 files changed +16
-6
lines changed
2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ services:
15
15
language : ruby
16
16
17
17
rvm :
18
- - 2.5
19
- - 2.6
18
+ - 2.7
19
+ - 3.0
20
20
21
21
env :
22
22
- DB=mysql
@@ -27,8 +27,11 @@ gemfile:
27
27
- gemfiles/spree_master.gemfile
28
28
29
29
jobs :
30
+ exclude :
31
+ - rvm : 3.0
32
+ gemfile : gemfiles/spree_4_1.gemfile
30
33
allow_failures :
31
- - gemfile : gemfiles/spree_master.gemfile
34
+ - gemfile : gemfiles/spree_master.gemfile
32
35
33
36
before_install :
34
37
- mysql -u root -e "GRANT ALL ON *.* TO 'travis'@'%';"
Original file line number Diff line number Diff line change 3
3
Gem ::Specification . new do |s |
4
4
s . platform = Gem ::Platform ::RUBY
5
5
s . name = 'spree_auth_devise'
6
- s . version = '4.2 .0'
6
+ s . version = '4.3 .0'
7
7
s . summary = 'Provides authentication and authorization services for use with Spree by using Devise and CanCan.'
8
8
s . description = s . summary
9
9
10
10
s . required_ruby_version = '>= 2.5.0'
11
11
12
- s . author = 'Sean Schofield'
13
- s . email = 'sean @spreecommerce.com '
12
+ s . authors = [ 'Sean Schofield' , 'Spark Solutions' ]
13
+ s . email = 'hello @spreecommerce.org '
14
14
s . homepage = 'https://spreecommerce.org'
15
15
s . license = 'BSD-3-Clause'
16
16
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
+
17
24
s . files = `git ls-files` . split ( "\n " )
18
25
s . test_files = `git ls-files -- spec/*` . split ( "\n " )
19
26
s . require_path = 'lib'
You can’t perform that action at this time.
0 commit comments