Module: VitalsImage
- Extended by:
- ActiveSupport::Autoload
- Defined in:
- lib/vitals_image.rb,
lib/vitals_image/base.rb,
lib/vitals_image/cache.rb,
lib/vitals_image/engine.rb,
lib/vitals_image/errors.rb,
lib/vitals_image/version.rb,
lib/vitals_image/analyzer.rb,
lib/vitals_image/optimizer.rb,
lib/vitals_image/test_case.rb,
lib/vitals_image/gem_version.rb,
app/models/vitals_image/source.rb,
lib/vitals_image/optimizer/url.rb,
lib/vitals_image/optimizer/blank.rb,
app/jobs/vitals_image/analyze_job.rb,
app/helpers/vitals_image/tag_helper.rb,
lib/vitals_image/optimizer/variable.rb,
app/jobs/vitals_image/application_job.rb,
lib/vitals_image/optimizer/invariable.rb,
lib/vitals_image/analyzer/url_analyzer.rb,
app/models/vitals_image/application_record.rb,
app/helpers/vitals_image/application_helper.rb,
app/controllers/vitals_image/application_controller.rb
Defined Under Namespace
Modules: ApplicationHelper, TagHelper, VERSION Classes: AnalyzeJob, Analyzer, ApplicationController, ApplicationJob, ApplicationRecord, Base, Cache, Engine, Error, FileNotFoundError, Optimizer, Source, TestCase, UnanalyzableError, UnoptimizableError
Class Method Summary collapse
-
.gem_version ⇒ Object
Returns the version of the currently loaded Active Storage as a
Gem::Version
. -
.version ⇒ Object
Returns the version of the currently loaded ActiveStorage as a
Gem::Version
.
Class Method Details
.gem_version ⇒ Object
Returns the version of the currently loaded Active Storage as a Gem::Version
.
5 6 7 |
# File 'lib/vitals_image/gem_version.rb', line 5 def self.gem_version Gem::Version.new VERSION::STRING end |
.version ⇒ Object
Returns the version of the currently loaded ActiveStorage as a Gem::Version
7 8 9 |
# File 'lib/vitals_image/version.rb', line 7 def self.version gem_version end |