cloudflare 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +2 -8
  2. data/lib/cloudflare.rb +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -1,13 +1,7 @@
1
1
  NOTICE
2
- ======
2
+ ------
3
3
 
4
- In version v1.1.0 I renamed some functions in Client API.
5
-
6
- - threat_score -> ip_lkup
7
- - set_cache_lvl -> cache_lvl
8
- - set_security_lvl -> sec_lvl
9
- - purge_cache -> fpurge_ts
10
- - update_image -> zone_grab
4
+ In version 1.1.0 some functions were renamed. Please see documentation.
11
5
 
12
6
 
13
7
  CloudFlare
@@ -460,7 +460,7 @@ class CloudFlare
460
460
  # @param id [Integer] child_id
461
461
 
462
462
  def host_child_stop(id)
463
- send_req({act: host_child_stop, child_id: id})
463
+ send_req({act: :host_child_stop, child_id: id})
464
464
  end
465
465
 
466
466
  # This function lists the domains currently active on CloudFlare for the given host.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudflare
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: