diff options
Diffstat (limited to 'lib/capistrano')
-rw-r--r-- | lib/capistrano/refinerycms.rb | 2 | ||||
-rw-r--r-- | lib/capistrano/refinerycms/version.rb | 5 |
2 files changed, 7 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__) diff --git a/lib/capistrano/refinerycms/version.rb b/lib/capistrano/refinerycms/version.rb new file mode 100644 index 0000000..8b06ed2 --- /dev/null +++ b/lib/capistrano/refinerycms/version.rb @@ -0,0 +1,5 @@ +module Capistrano + module RefineryCMS + VERSION = "0.1.1" + end +end
\ No newline at end of file |