wontomedia 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- wontomedia (1.0.5)
4
+ wontomedia (1.0.6)
5
5
  mongrel
6
6
  mysql (= 2.8.1)
7
7
  rails (= 2.3.11)
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :minor: 0
3
- :patch: 5
2
+ :patch: 6
4
3
  :major: 1
4
+ :minor: 0
@@ -77,8 +77,8 @@ namespace :deploy do
77
77
  end
78
78
 
79
79
 
80
- def do_fixtures_load; do_rake "db:fixtures:load", current_path; end
81
- def do_seed; do_rake "db:reseed", current_path; end
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
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{wontomedia}
8
- s.version = "1.0.5"
8
+ s.version = "1.0.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Glen E. Ivey"]
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: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 5
10
- version: 1.0.5
9
+ - 6
10
+ version: 1.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Glen E. Ivey