ae_page_objects 6.4.0 → 6.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 51c16b468dc33eef725ef0d68453e5b5ecfa1d68c6a2f04cffd6152eaddd9e57
4
- data.tar.gz: 3c6e4795ca29c72af36e3c611d12dd47a464437731c1cf5a7da3653a21f0608b
3
+ metadata.gz: 3b17b2668e48068c3320327557cdd779fdaf116a035ecafd7c8c2bb3da7e76ff
4
+ data.tar.gz: 2bffcc29b9e059c664e7ee8c75b3a9f6e83610866791c180ea3eef3230f5e397
5
5
  SHA512:
6
- metadata.gz: 778c0f197a0f9d31b6b3927bb3c7a5d1ec61dbe3a0bf71c7cd24de35e2f4d87888af3843767307b8e6864c5d19d0d6e289f8f90c3f2f34f25f822cff5c005e0e
7
- data.tar.gz: df8bd92c2470f79954cb17c44192acd673b72cd15012851946e9873c0267af0500bf6bdce69be50aae9bd6802d172ce9bdc6dd7b60f7532982472c9bacbab0a3
6
+ metadata.gz: dbd199f999004169bf71d07bafa887b67b2abb040ea76bcbdffa13dc8edc6326fefc1d14811a0ff2347d460768931a80a43d9f7e7453cfc0980ae2df5ffcf54b
7
+ data.tar.gz: d3f5fc2f4cae79ffd4a9d899b588ff4d8f0459e4cbdb7fd2c59a278d0686bb36b8c794d5c54314b544d693b559bf08baa666bc6e90c7fe353ee459eb0328761e
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (C) 2012-2025 AppFolio, inc.
1
+ Copyright (C) 2012-2026 AppFolio, inc.
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -13,10 +13,10 @@ Gem::Specification.new do |spec|
13
13
  spec.summary = spec.description
14
14
  spec.homepage = 'https://github.com/appfolio/ae_page_objects'
15
15
  spec.license = 'MIT'
16
- spec.files = Dir['**/*'].select { |f| f[%r{^(lib/|LICENSE.txt|.*gemspec)}] }
16
+ spec.files = Dir['**/*'].select { |f| f[%r{^(lib/|LICENSE.txt|ae_page_objects\.gemspec)}] }
17
17
  spec.require_paths = ['lib']
18
18
 
19
- spec.required_ruby_version = Gem::Requirement.new('< 3.5')
19
+ spec.required_ruby_version = Gem::Requirement.new('< 4.1')
20
20
  spec.metadata['allowed_push_host'] = 'https://rubygems.org'
21
21
 
22
22
  spec.add_dependency('capybara', ['>= 3', '< 4'])
@@ -1,3 +1,3 @@
1
1
  module AePageObjects
2
- VERSION = '6.4.0'.freeze
2
+ VERSION = '6.5.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ae_page_objects
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.4.0
4
+ version: 6.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - AppFolio
@@ -66,10 +66,6 @@ files:
66
66
  - lib/ae_page_objects/util/internal_helpers.rb
67
67
  - lib/ae_page_objects/util/wait_time_manager.rb
68
68
  - lib/ae_page_objects/version.rb
69
- - test/test_apps/7.2/engines/forum/forum.gemspec
70
- - test/test_apps/8.0/engines/forum/forum.gemspec
71
- - test/test_apps/8.1/engines/forum/forum.gemspec
72
- - test/test_apps/shared/engines/forum/forum.gemspec
73
69
  homepage: https://github.com/appfolio/ae_page_objects
74
70
  licenses:
75
71
  - MIT
@@ -82,14 +78,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
82
78
  requirements:
83
79
  - - "<"
84
80
  - !ruby/object:Gem::Version
85
- version: '3.5'
81
+ version: '4.1'
86
82
  required_rubygems_version: !ruby/object:Gem::Requirement
87
83
  requirements:
88
84
  - - ">="
89
85
  - !ruby/object:Gem::Version
90
86
  version: '0'
91
87
  requirements: []
92
- rubygems_version: 3.7.2
88
+ rubygems_version: 4.0.7
93
89
  specification_version: 4
94
90
  summary: Capybara Page Objects pattern.
95
91
  test_files: []
@@ -1,17 +0,0 @@
1
- $:.push File.expand_path("../lib", __FILE__)
2
-
3
- # Maintain your gem's version:
4
- require "forum/version"
5
-
6
- # Describe your gem and declare its dependencies:
7
- Gem::Specification.new do |s|
8
- s.name = "forum"
9
- s.version = Forum::VERSION
10
- s.authors = "Appfolio"
11
- s.summary = "forum engine"
12
- s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
13
- s.test_files = Dir["test/**/*"]
14
-
15
- s.add_dependency "rails", "> 3"
16
- s.add_development_dependency "sqlite3"
17
- end
@@ -1,17 +0,0 @@
1
- $:.push File.expand_path("../lib", __FILE__)
2
-
3
- # Maintain your gem's version:
4
- require "forum/version"
5
-
6
- # Describe your gem and declare its dependencies:
7
- Gem::Specification.new do |s|
8
- s.name = "forum"
9
- s.version = Forum::VERSION
10
- s.authors = "Appfolio"
11
- s.summary = "forum engine"
12
- s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
13
- s.test_files = Dir["test/**/*"]
14
-
15
- s.add_dependency "rails", "> 3"
16
- s.add_development_dependency "sqlite3"
17
- end
@@ -1,17 +0,0 @@
1
- $:.push File.expand_path("../lib", __FILE__)
2
-
3
- # Maintain your gem's version:
4
- require "forum/version"
5
-
6
- # Describe your gem and declare its dependencies:
7
- Gem::Specification.new do |s|
8
- s.name = "forum"
9
- s.version = Forum::VERSION
10
- s.authors = "Appfolio"
11
- s.summary = "forum engine"
12
- s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
13
- s.test_files = Dir["test/**/*"]
14
-
15
- s.add_dependency "rails", "> 3"
16
- s.add_development_dependency "sqlite3"
17
- end
@@ -1,17 +0,0 @@
1
- $:.push File.expand_path("../lib", __FILE__)
2
-
3
- # Maintain your gem's version:
4
- require "forum/version"
5
-
6
- # Describe your gem and declare its dependencies:
7
- Gem::Specification.new do |s|
8
- s.name = "forum"
9
- s.version = Forum::VERSION
10
- s.authors = "Appfolio"
11
- s.summary = "forum engine"
12
- s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
13
- s.test_files = Dir["test/**/*"]
14
-
15
- s.add_dependency "rails", "> 3"
16
- s.add_development_dependency "sqlite3"
17
- end