a11y_agent 0.0.5.pre.alpha.1 → 0.0.5.pre.alpha.3

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: 5a964bc3fd10040bd862e155f63854ad044320918c01ea351de760157064a244
4
- data.tar.gz: dab51f74f23c8ab8e662359989dc5cf8d30c4cdd73b732d998c8e6e288b6b203
3
+ metadata.gz: ed50c07fb294f4f39c611cb2ea94ed981943cab30f29112b5262cb17f02258bb
4
+ data.tar.gz: d4ac03cfc97ac29950526924e75d555baf2ef9a0685fd34260266aa79055fed1
5
5
  SHA512:
6
- metadata.gz: f3dc21cae69b98f7eb19358e6204d369622a20ae788b077effbe94badf530ca972da9c6706dbde619c5bf17109f74ff9a8fb7d8ba73b0e961b7b0f9c52cfc444
7
- data.tar.gz: 5ae1bc8f55c831751178d39b4d407168ce4a57c5c09aea689b069d0622adcd03148b4f6a3b6bf9cc350e98a0b4d2dd27d62ab303540760c72c753f1c41fce753
6
+ metadata.gz: 99833c9e8345069fe26969040713032fee35b2e704724f28329778f4576b3ccac7572be596d502765cbb915598daa354d6b0da0263c27bbe22a11aa0769e4e75
7
+ data.tar.gz: 505cc1cfd7060fbea0f3056fd260d5b58e998e8c680a60137eaeb807273af22fe6f2e5bd5122c137b536b8504f70638a4904d2b6cf4d3f70bc9076c8c5bd4b1a
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module A11yAgent
4
- VERSION = '0.0.5-alpha.1'
4
+ VERSION = '0.0.5-alpha.3'
5
5
  end
@@ -54,6 +54,7 @@ namespace :release do
54
54
  # Extract all files to libexec, which is a common Homebrew practice for third-party tools
55
55
  libexec.install Dir["*"]
56
56
 
57
+ system "bundle", "install", "--without", "development"
57
58
  bin.install libexec/"bin/a11y_agent"
58
59
  bin.env_script_all_files(libexec/"bin", GEM_HOME: ENV.fetch("GEM_HOME"))
59
60
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: a11y_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5.pre.alpha.1
4
+ version: 0.0.5.pre.alpha.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cameron Cundiff
@@ -117,11 +117,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
117
117
  version: 3.3.0
118
118
  required_rubygems_version: !ruby/object:Gem::Requirement
119
119
  requirements:
120
- - - ">"
120
+ - - ">="
121
121
  - !ruby/object:Gem::Version
122
- version: 1.3.1
122
+ version: '0'
123
123
  requirements: []
124
- rubygems_version: 3.4.1
124
+ rubygems_version: 3.5.11
125
125
  signing_key:
126
126
  specification_version: 4
127
127
  summary: AI agent that fixes accessibility issues