fastly 1.2.2 → 1.2.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 18bdefad3c154f2570b15034cde615c1d250ded7
4
- data.tar.gz: 83a4466282df7744446a740f14677077920c5c73
3
+ metadata.gz: bc45c44da147856313fb82846c62bb8ca9cf1d2f
4
+ data.tar.gz: 98da6a0bc7d0e4e38a9d7dd6c0054d9d48babfbf
5
5
  SHA512:
6
- metadata.gz: 6f895f58114ffdd8628e9c0d394a4e0b63d77eb123620a558a3361423b25a4c49974ed19cb46aea874693c79ce169c8ff642a1c6a7cbc0736f30c6a64be42000
7
- data.tar.gz: f24785eceb3eed6c2d37a872547d379ae4c7768072702385d3fb6a32875a195dd435b1ea0615113f2d6b86788e380d785f7432410821ef05d1b13dd62a73a3c6
6
+ metadata.gz: 09b0da4e4adb6d77b012bc42d957fa0a4733a8c4ba5d13690a8b1f8a8195b6854bbe7651bd7fb34dd96304a5e590225c62cb0991084a91031c23f0416ac09fe3
7
+ data.tar.gz: e029ee919044c1f8a8e85821970d5c72aa287a712a1f699fa670dec72e5865368589dcb727d6f9c8d358772d118f25eabb2d89f64807871e76383235d5321254
@@ -4,3 +4,4 @@ sudo: false
4
4
  rvm:
5
5
  - '1.9.3'
6
6
  - '2.1.1'
7
+ - '2.3.0'
@@ -1,6 +1,7 @@
1
1
  require 'json'
2
2
  require 'cgi'
3
3
  require 'net/http' # also requires uri
4
+ require 'openssl'
4
5
 
5
6
  class Fastly
6
7
  # The UserAgent to communicate with the API
@@ -1,4 +1,4 @@
1
1
  # The current version of the library
2
2
  class Fastly
3
- VERSION = "1.2.2"
3
+ VERSION = "1.2.3"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastly
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fastly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-09 00:00:00.000000000 Z
11
+ date: 2016-03-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Client library for the Fastly acceleration system
14
14
  email:
@@ -21,9 +21,9 @@ executables:
21
21
  extensions: []
22
22
  extra_rdoc_files: []
23
23
  files:
24
- - ".gitignore"
25
- - ".rubocop.yml"
26
- - ".travis.yml"
24
+ - .gitignore
25
+ - .rubocop.yml
26
+ - .travis.yml
27
27
  - Gemfile
28
28
  - HISTORY.md
29
29
  - LICENSE
@@ -80,17 +80,17 @@ require_paths:
80
80
  - lib
81
81
  required_ruby_version: !ruby/object:Gem::Requirement
82
82
  requirements:
83
- - - ">="
83
+ - - '>='
84
84
  - !ruby/object:Gem::Version
85
85
  version: '0'
86
86
  required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  requirements:
88
- - - ">="
88
+ - - '>='
89
89
  - !ruby/object:Gem::Version
90
90
  version: '0'
91
91
  requirements: []
92
92
  rubyforge_project:
93
- rubygems_version: 2.5.2
93
+ rubygems_version: 2.0.14
94
94
  signing_key:
95
95
  specification_version: 4
96
96
  summary: Client library for the Fastly acceleration system