aboutsummaryrefslogtreecommitdiffstats
path: root/lib/capistrano/refinerycms.rb
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-05-22 11:09:20 +0200
committerHarald Eilertsen <haraldei@anduin.net>2015-05-22 11:43:11 +0200
commit8625020fec5b8c9663e83944dfe9c0be4f2e3a12 (patch)
treece0e42c2468f5654f2825488e05dbfaaea1ae108 /lib/capistrano/refinerycms.rb
parenta58d2511132a8b1b946a880d6077ff06e237a2cd (diff)
downloadcapistrano-refinerycms-8625020fec5b8c9663e83944dfe9c0be4f2e3a12.tar.gz
capistrano-refinerycms-8625020fec5b8c9663e83944dfe9c0be4f2e3a12.tar.bz2
capistrano-refinerycms-8625020fec5b8c9663e83944dfe9c0be4f2e3a12.zip
Move gem version to separate file.
Diffstat (limited to 'lib/capistrano/refinerycms.rb')
-rw-r--r--lib/capistrano/refinerycms.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/capistrano/refinerycms.rb b/lib/capistrano/refinerycms.rb
index f60e9ec..e17add6 100644
--- a/lib/capistrano/refinerycms.rb
+++ b/lib/capistrano/refinerycms.rb
@@ -14,4 +14,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+
+require_relative 'refinerycms/version'
load File.expand_path('../tasks/refinerycms.rake', __FILE__)