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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 18f911de2c2b3d647281f5e4d7d98ba5fe2c292d
4
- data.tar.gz: 91688740830ce638ecb9c7500e746d457aabd811
3
+ metadata.gz: 6e44e269ced0743d4656f7373ccc0c5d1aeee74a
4
+ data.tar.gz: 0e665bf5745afc421ce6362c2b23bb9459eecc3a
5
5
  SHA512:
6
- metadata.gz: bf482966f159d53b8e0defce61080fcaa553e174fda3665d79ba721b7886b86428bb9fb1e87d7be5269c69584ae66d0e50585d19da35287538fb1b42b16ad0fc
7
- data.tar.gz: 7c29ab4e908186f6c98adcd46931f09858fe9317a9dcfc7bfcfa7c30acb58cdf38393a6686573d4ee7d18dda9137e0c488f4aad9816d29216584fb609aefb93e
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.1...HEAD)
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
 
@@ -1,4 +1,4 @@
1
1
  # The current version of the library
2
2
  class Fastly
3
- VERSION = "1.4.2"
3
+ VERSION = "1.4.3"
4
4
  end
@@ -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.2
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-23 00:00:00.000000000 Z
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: