diff --git a/ae_page_objects.gemspec b/ae_page_objects.gemspec index 9fc66fb..0fa69d2 100644 --- a/ae_page_objects.gemspec +++ b/ae_page_objects.gemspec @@ -9,8 +9,8 @@ Gem::Specification.new do |spec| spec.platform = Gem::Platform::RUBY spec.author = 'AppFolio' spec.email = 'opensource@appfolio.com' - spec.description = 'Capybara Page Objects pattern.' - spec.summary = spec.description + spec.description = 'A legacy library that provides a customizable implementation of the Page Object pattern built on top of Capybara. It is intended for use in automated acceptance test suites, helping organize and encapsulate page interactions.' + spec.summary = 'Customizable Page Object pattern implementation built on top of Capybara.' spec.homepage = 'https://github.com/appfolio/ae_page_objects' spec.license = 'MIT' spec.files = Dir['**/*'].select { |f| f[%r{^(lib/|LICENSE.txt|ae_page_objects\.gemspec)}] } diff --git a/catalog-info.yaml b/catalog-info.yaml deleted file mode 100644 index 41bc37f..0000000 --- a/catalog-info.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: backstage.io/v1alpha1 -kind: Component -metadata: - title: ae_page_objects - description: Legacy library which provides a customizable implementation of the - Page Object pattern built on top of Capybara to be used in automated - acceptance test suites. - tags: - - oss - annotations: - appfolio.com/package-location: url:https://rubygems.org/gems/ae_page_objects - appfolio.com/package-type: gem - name: ae-page-objects -spec: - type: library - lifecycle: maintenance - owner: appfolio-developers