xfrtuc 0.0.8 → 0.0.9
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/lib/xfrtuc.rb +1 -1
- data/lib/xfrtuc/version.rb +1 -1
- metadata +1 -1
data/Gemfile.lock
CHANGED
data/lib/xfrtuc.rb
CHANGED
|
@@ -169,7 +169,7 @@ module Xfrtuc
|
|
|
169
169
|
sched_opts[:retain_weeks] = retain_weeks unless retain_weeks.nil?
|
|
170
170
|
sched_opts[:retain_months] = retain_months unless retain_months.nil?
|
|
171
171
|
|
|
172
|
-
client.put("/schedules", sched_opts)
|
|
172
|
+
client.put("/schedules/#{URI.encode(name)}", sched_opts)
|
|
173
173
|
end
|
|
174
174
|
|
|
175
175
|
def delete(id)
|
data/lib/xfrtuc/version.rb
CHANGED