fastly 1.4.2 → 1.4.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -1
- data/lib/fastly/gem_version.rb +1 -1
- data/lib/fastly/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e44e269ced0743d4656f7373ccc0c5d1aeee74a
|
4
|
+
data.tar.gz: 0e665bf5745afc421ce6362c2b23bb9459eecc3a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0629f64bb97d2608d3d43192434b1a3e1668ad8d7f5deec2cec452157172f57eba1b4af5fddd892b08338d0973047bc8acc307d4cacbf570c85472d00d096df
|
7
|
+
data.tar.gz: e357b6626db187915cdfed105a40c45550f43d5da05740f41ebf215fecf148481e9f86495286aaa7ad89a6d06aa53879d71824d6cdac99513585c87d4263d620
|
data/CHANGELOG.md
CHANGED
@@ -2,10 +2,19 @@
|
|
2
2
|
|
3
3
|
## [Unreleased](https://github.com/fastly/fastly-ruby/tree/HEAD)
|
4
4
|
|
5
|
-
[Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.4.
|
5
|
+
[Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.4.2...HEAD)
|
6
6
|
|
7
7
|
**Merged pull requests:**
|
8
8
|
|
9
|
+
- Reintroduced :locked so the version.locked? check works [\#83](https://github.com/fastly/fastly-ruby/pull/83) ([eddieroger](https://github.com/eddieroger))
|
10
|
+
|
11
|
+
## [v1.4.2](https://github.com/fastly/fastly-ruby/tree/v1.4.2) (2016-05-23)
|
12
|
+
[Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.4.1...v1.4.2)
|
13
|
+
|
14
|
+
**Merged pull requests:**
|
15
|
+
|
16
|
+
- Version\#locked and \#active are boolean values [\#81](https://github.com/fastly/fastly-ruby/pull/81) ([lanej](https://github.com/lanej))
|
17
|
+
- Update README [\#80](https://github.com/fastly/fastly-ruby/pull/80) ([tijmenb](https://github.com/tijmenb))
|
9
18
|
- Add Edge Dictionaries [\#69](https://github.com/fastly/fastly-ruby/pull/69) ([alexmuller](https://github.com/alexmuller))
|
10
19
|
- Validate was always returning true [\#55](https://github.com/fastly/fastly-ruby/pull/55) ([ljagiello](https://github.com/ljagiello))
|
11
20
|
|
data/lib/fastly/gem_version.rb
CHANGED
data/lib/fastly/version.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
class Fastly
|
2
2
|
# An iteration of your configuration
|
3
3
|
class Version < Base
|
4
|
-
attr_accessor :service_id, :number, :name, :active, :staging, :testing, :deployed, :comment
|
4
|
+
attr_accessor :service_id, :number, :name, :active, :staging, :testing, :deployed, :comment, :locked
|
5
5
|
|
6
6
|
##
|
7
7
|
# :attr: service_id
|
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.4.
|
4
|
+
version: 1.4.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-05-
|
11
|
+
date: 2016-05-27 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Client library for the Fastly acceleration system
|
14
14
|
email:
|