xfrtuc 0.0.8 → 0.0.9

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
- xfrtuc (0.0.8)
4
+ xfrtuc (0.0.9)
5
5
  rest-client (~> 1.6)
6
6
 
7
7
  GEM
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)
@@ -1,3 +1,3 @@
1
1
  module Xfrtuc
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xfrtuc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: