fastly 1.15.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 3b7bdc72892cb3e1431e698bdd1d2e4fe61e903c1a02047c1854dbeb89261d8b
4
- data.tar.gz: 55678cb45fa20bb7787088651d42f859a852d413d83a45c7e41aa979fa323caf
2
+ SHA1:
3
+ metadata.gz: 157f02122af9a68df50590bc12a13d0d599fc6c1
4
+ data.tar.gz: 2707b8264a8486d57b73680c35d886b8f257085e
5
5
  SHA512:
6
- metadata.gz: 6cc79fa5482c9b65f40605454b5aafc013c40b37a5a03898878165dff5f31b2afc533dded11d4d94fbfbce3e02fbde7ce49ba65edb9f1f5a4eaaf2cba8ad575e
7
- data.tar.gz: bb8fee497d3479d46d4ab588967257f0442f8c259fed6e727eb0507f377ee84bd46b6360d9583e35a370b8c56fb6c586ef1e8c7ce63017ec8643314365b81b26
6
+ metadata.gz: c6f80a5791b94be1543fbf4ca796da8b072ad1a25a124bb1c2cdd3463061df8f6b4a9a576392be5157f5242b04e02a2429bd93ee48365e0f8cd954cae874ca56
7
+ data.tar.gz: 7bc87a9ec25869021326398335cc1e3265027f2bc1abe49ca8ff2b9208710c529b94e67c5cb095e17819a217625148a7fd4b16378d9635d1d99707f2442988f8
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## [v2.0.0](https://github.com/fastly/fastly-ruby/tree/v2.0.0) (2018-05-17)
4
+ [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.15.0...v2.0.0)
5
+
6
+ **Merged pull requests:**
7
+
8
+ - Update version and CHANGELOG for Release v1.15.0 [\#128](https://github.com/fastly/fastly-ruby/pull/128) ([leklund](https://github.com/leklund))
9
+ - Update fastly/invoice for v2 invoice endpoints [\#126](https://github.com/fastly/fastly-ruby/pull/126) ([leklund](https://github.com/leklund))
10
+
3
11
  ## [v1.15.0](https://github.com/fastly/fastly-ruby/tree/v1.15.0) (2018-04-04)
4
12
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.14.0...v1.15.0)
5
13
 
@@ -1,4 +1,4 @@
1
1
  # The current version of the library
2
2
  class Fastly
3
- VERSION = "1.15.0"
3
+ VERSION = "2.0.0"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastly
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fastly
@@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  version: '0'
106
106
  requirements: []
107
107
  rubyforge_project:
108
- rubygems_version: 2.7.3
108
+ rubygems_version: 2.6.14
109
109
  signing_key:
110
110
  specification_version: 4
111
111
  summary: Client library for the Fastly acceleration system