README.md in ragel-array-0.1.0 vs README.md in ragel-array-0.1.1

- old
+ new

@@ -1,8 +1,8 @@ -# Ragel::array +# Ragel::Array -[![Build Status](https://github.com/kddeisz/ragel-array/workflows/Main/badge.svg)](https://github.com/kddeisz/ragel-array/actions) +[![Build Status](https://github.com/kddnewton/ragel-array/workflows/Main/badge.svg)](https://github.com/kddnewton/ragel-array/actions) [![Gem Version](https://img.shields.io/gem/v/ragel-array.svg)](https://rubygems.org/gems/ragel-array) [Ragel](https://www.colm.net/open-source/ragel/) generates ruby code with very large arrays of integers that allocate a lot of memory when required. To reduce memory consumption, this gem replaces those arrays with strings that transform into native `uint32_t` arrays. ## Installation @@ -43,10 +43,10 @@ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing -Bug reports and pull requests are welcome on GitHub at https://github.com/kddeisz/ragel-array. +Bug reports and pull requests are welcome on GitHub at https://github.com/kddnewton/ragel-array. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).