wontomedia 1.0.5 → 1.0.6
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/Gemfile.lock +1 -1
- data/VERSION.yml +2 -2
- data/config/deploy_wontomedia.rb +2 -2
- data/wontomedia.gemspec +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/VERSION.yml
CHANGED
data/config/deploy_wontomedia.rb
CHANGED
|
@@ -77,8 +77,8 @@ namespace :deploy do
|
|
|
77
77
|
end
|
|
78
78
|
|
|
79
79
|
|
|
80
|
-
def do_fixtures_load; do_rake "db:fixtures:load",
|
|
81
|
-
def do_seed; do_rake "db:reseed",
|
|
80
|
+
def do_fixtures_load; do_rake "db:fixtures:load", app_to_run; end
|
|
81
|
+
def do_seed; do_rake "db:reseed", app_to_run; end
|
|
82
82
|
|
|
83
83
|
def do_rake(task, path = nil)
|
|
84
84
|
run "cd #{path || release_path} && RAILS_ENV=production #{rake} #{task}"
|
data/wontomedia.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wontomedia
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 6
|
|
10
|
+
version: 1.0.6
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Glen E. Ivey
|