Skip to content

Commit

Permalink
Merge pull request #4 from civisanalytics/civis-6117
Browse files Browse the repository at this point in the history
[CIVIS-6117] change references of civis-authority back to authority
  • Loading branch information
thatguyinabeanie authored May 21, 2024
2 parents 74376c5 + 1d28dc0 commit 424d299
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Authority does its best to use [semantic versioning](http://semver.org).

## 4.0.1

- change references to civis-authority back to authority

## 4.0.0

- Drops support for Ruby 1.X
Expand Down
2 changes: 1 addition & 1 deletion civis-authority.gemspec → authority.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files`.split("\n")
spec.files -= spec.files.select { |f| f.match(%r{^(bin|spec|features|gemfiles)/}) }
spec.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
spec.name = 'civis-authority'
spec.name = 'authority'
spec.require_paths = ['lib']
spec.version = Authority::VERSION
end
2 changes: 1 addition & 1 deletion lib/authority/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Authority
VERSION = "4.0.0"
VERSION = "4.0.1"
end

0 comments on commit 424d299

Please sign in to comment.