Skip to content

Releases: customink/is-it-up

is_it_up - 1.1.1 Release

13 Sep 13:13
Compare
Choose a tag to compare

Changes

  • Fixed the gemspec

is_it_up - 1.1.0 Release

13 Sep 13:12
Compare
Choose a tag to compare

Changes

  • Added support for testing against all known Ruby and Rails versions

Rails 6.1 Release

27 Apr 14:13
2b66085
Compare
Choose a tag to compare

Changes

  • Added appraisal for better testing
  • Fixed load issues with Railtie under Rails 6.1

Railtie autoloading fix

08 Jan 11:54
dc75dfe
Compare
Choose a tag to compare

Changes

  • Fixed the autoloading for Railtie

IsItUp 0.0.4 Release

04 Dec 17:37
c0086e1
Compare
Choose a tag to compare

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

02 Dec 13:02
ab412bc
Compare
Choose a tag to compare

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