Releases: customink/is-it-up
Releases · customink/is-it-up
is_it_up - 1.1.1 Release
Changes
- Fixed the gemspec
is_it_up - 1.1.0 Release
Changes
- Added support for testing against all known Ruby and Rails versions
Rails 6.1 Release
Changes
- Added
appraisal
for better testing - Fixed load issues with Railtie under Rails 6.1
Railtie autoloading fix
Changes
- Fixed the autoloading for Railtie
IsItUp 0.0.4 Release
Makes it easier to get a development environment set up in order to develop this gem.
- Added
.ruby-version
file with a recent version of Ruby - Added
Brewfile
with the GNU coreutils dependency - Added
bin/bootstrap_macos
to help macOS users get bootstrapped for development - Updated README with additional instructions for getting started
IsItUp 0.0.3 Release
Changes
- Added a bin/console to start an IRB Console with IsItUp already loaded
- Added a bin/setup to install everything automatically
- Added a rake binstub to handle version conflicts
- Loosened the Bundler requirements
- Cleaned out some code to remove deprecation warnings
- Decoupled the Gemspec from bundler and git