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 +5 -5
- data/CHANGELOG.md +8 -0
- data/lib/fastly/gem_version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 157f02122af9a68df50590bc12a13d0d599fc6c1
|
4
|
+
data.tar.gz: 2707b8264a8486d57b73680c35d886b8f257085e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6f80a5791b94be1543fbf4ca796da8b072ad1a25a124bb1c2cdd3463061df8f6b4a9a576392be5157f5242b04e02a2429bd93ee48365e0f8cd954cae874ca56
|
7
|
+
data.tar.gz: 7bc87a9ec25869021326398335cc1e3265027f2bc1abe49ca8ff2b9208710c529b94e67c5cb095e17819a217625148a7fd4b16378d9635d1d99707f2442988f8
|
data/CHANGELOG.md
CHANGED
@@ -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
|
|
data/lib/fastly/gem_version.rb
CHANGED
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:
|
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.
|
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
|