capistrano-o2web-recipes 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 697ab3028ab98a5c68d17482277ba8a168537b54
4
- data.tar.gz: 424952c7380eae9f7170c5738d04e2a50205fbc8
3
+ metadata.gz: f9904d22fc53f831320b3f694dc6c87b22035421
4
+ data.tar.gz: abf945f754c347cebc8f68073e4f33801708f224
5
5
  SHA512:
6
- metadata.gz: 2404be0685a520ba48f93947fd1996b66bccd9abce08e7077bdb5d523c61a5f64d44348686d4d92399920810e28f705a6f66cbe5dd4954e5ccefc99de2e3f26c
7
- data.tar.gz: 2018be7e0688dd1e108a1cca78320ceacc6fd87ec651c6d5067ed3fc079b85f1eb3d3414fa8a5e846e7acff50e46e058dd0f7072e73bee10ea7c6271b8ec90b2
6
+ metadata.gz: fd271f0ac60af4a8b208452e63c821dcab3eff6a6aa840a7f0d302d9df5394c646d3e9ebede13ca67159de2461dcdaf4cb77cc01794060104d23fdb2a820e6c8
7
+ data.tar.gz: 66fb60aad3e5fc50bfe9aeb9e4eb0caefca05c7005114e6cd75aee6ba6463421ccb6ec66f6af6da73e48f116b6aea91f82aa6d824e8c4f0b5984282f1629cc50
@@ -1,6 +1,6 @@
1
1
  module Capistrano
2
2
  module O2webRecipes
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  RAILS_VERSION = "4.2"
5
5
  end
6
6
  end
@@ -1,4 +1,5 @@
1
1
  require 'erb'
2
+ require 'active_support/all'
2
3
 
3
4
  namespace :load do
4
5
  task :defaults do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-o2web-recipes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrice Lebel
@@ -85,7 +85,7 @@ files:
85
85
  - README.md
86
86
  - Rakefile
87
87
  - capistrano-o2web-recipes.gemspec
88
- - lib/capistrano-o2web-assets.rb
88
+ - lib/capistrano-o2web-recipes.rb
89
89
  - lib/capistrano/o2web_recipes.rb
90
90
  - lib/capistrano/o2web_recipes/version.rb
91
91
  - lib/capistrano/tasks/o2web_recipes.rake