Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelroudnitski committed Feb 1, 2024
1 parent 9ce4920 commit a1f705f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/rspec-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:
POSTGRES_DB: sn_filterable_test

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- name: Setup Database
env:
RAILS_ENV: test
Expand Down
6 changes: 3 additions & 3 deletions sn_filterable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ require_relative "lib/sn_filterable/version"
Gem::Specification.new do |spec|
spec.name = "sn_filterable"
spec.version = SnFilterable::VERSION
spec.authors = ["Chase McDougall"]
spec.email = ["chasemcdougall@hotmail.com"]
spec.authors = ["IBM Skills Network"]
spec.email = ["Skills.Network@ibm.com"]

spec.summary = "Skills Network - Item filtering component"
spec.description = "This gem adds a ViewComponent powered filtering component for searching and filtering your PostgreSQL data."
spec.homepage = "https://github.com/ibm-skills-network/sn_filterable"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.7.0"
spec.required_ruby_version = ">= 3.2.0"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/ibm-skills-network/sn_filterable"
Expand Down

0 comments on commit a1f705f

Please sign in to comment.