capobvious 0.2.91 → 0.2.92
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.
- data/lib/capistrano/ext/capobvious.rb +1 -1
- data/lib/capobvious/version.rb +1 -1
- metadata +2 -2
|
@@ -123,7 +123,7 @@ Capistrano::Configuration.instance.load do
|
|
|
123
123
|
namespace :sitemap_generator do
|
|
124
124
|
desc 'Start rack refresh sitemap project'
|
|
125
125
|
task :refresh do
|
|
126
|
-
run "cd #{
|
|
126
|
+
run "cd #{current_path} && RAILS_ENV=#{rails_env} bundle exec rake sitemap:refresh"
|
|
127
127
|
end
|
|
128
128
|
end
|
|
129
129
|
|
data/lib/capobvious/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capobvious
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.92
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-11-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: capistrano
|