aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/version.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2014-08-21 23:27:40 +0200
committerXavier Noria <fxn@hashref.com>2014-08-21 23:28:10 +0200
commita57f7b57976c74dd76c911f867b76197119546e6 (patch)
treea50c9aff145a6a2c907d26b752bb582f9806713a /activejob/lib/active_job/version.rb
parentb6ccaee952b2b7fd74c4218e4037de02b2ccda3b (diff)
downloadrails-a57f7b57976c74dd76c911f867b76197119546e6.tar.gz
rails-a57f7b57976c74dd76c911f867b76197119546e6.tar.bz2
rails-a57f7b57976c74dd76c911f867b76197119546e6.zip
ActiveJob -> Active Job [ci skip]
See http://guides.rubyonrails.org/api_documentation_guidelines.html#wording
Diffstat (limited to 'activejob/lib/active_job/version.rb')
-rw-r--r--activejob/lib/active_job/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/lib/active_job/version.rb b/activejob/lib/active_job/version.rb
index 7e646fa3c4..971ba9fe0c 100644
--- a/activejob/lib/active_job/version.rb
+++ b/activejob/lib/active_job/version.rb
@@ -1,7 +1,7 @@
require_relative 'gem_version'
module ActiveJob
- # Returns the version of the currently loaded ActiveJob as a <tt>Gem::Version</tt>
+ # Returns the version of the currently loaded Active Job as a <tt>Gem::Version</tt>
def self.version
gem_version
end