mirror of
https://gitlab.com/ydkn/capistrano-rails-console.git
synced 2023-02-13 20:54:14 -05:00
13 lines
182 B
Ruby
13 lines
182 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Capistrano
|
|
module Capistrano
|
|
# Rails
|
|
module Rails
|
|
# Console
|
|
module Console
|
|
# Gem version
|
|
VERSION = '2.3.0'
|
|
end
|
|
end
|
|
end
|