sauce_platforms 1.0.1 → 1.0.2

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: 35a002bdac037382ab5d49e688ebf64065b445d4
4
- data.tar.gz: 12f1d5fa011825e1ab00c29dee26dfad5370f667
3
+ metadata.gz: db610edf7c30c07b72f78f3e403a7ce4803f0675
4
+ data.tar.gz: b4f4287e4344ed8d07dd15eee0a210140f30e34d
5
5
  SHA512:
6
- metadata.gz: c13d88ecf35f2e452e3ce07497b79b6a17a4292051814eaf6a597b69e8a3623ed8f5f0e06e94262b2d6c62f91ddff3a616d73af9240c963aa4ea93792fe345d6
7
- data.tar.gz: 60d6de547e8ae54b528f97295afd1cc07221d026add8c0610fa5275adb9e5277bc8f5389d00802c8134476ffd01e0573a91f5827571f4ccb47ef16c76ae2f936
6
+ metadata.gz: bfb636793b60995ef86fe64ae1e01a74634e7baa63a609cded15c6c1ccf32bd5f2a5f2626281fff1a5d360033d71ca5db4144a913f9e38c3bdcea5ee108b7df0
7
+ data.tar.gz: 8ca49ea965497ed855ecb9d4b058882f5658c265cde130d1a4d8867f46e4dbdfa612f9265666c262f49f7fef1eef77a02c74eec2d81a62a1544c565fad2830e3
@@ -153,6 +153,10 @@ module Platform
153
153
  linux_firefox '38'
154
154
  end
155
155
 
156
+ def v39
157
+ linux_firefox '39'
158
+ end
159
+
156
160
  def beta
157
161
  linux_firefox 'beta'
158
162
  end
@@ -37,6 +37,10 @@ module Platform
37
37
  mac_10_10_firefox '38'
38
38
  end
39
39
 
40
+ def v39
41
+ mac_10_10_firefox '39'
42
+ end
43
+
40
44
  def beta
41
45
  mac_10_10_firefox 'beta'
42
46
  end
@@ -149,6 +149,10 @@ module Platform
149
149
  mac_10_6_firefox '38'
150
150
  end
151
151
 
152
+ def v39
153
+ mac_10_6_firefox '39'
154
+ end
155
+
152
156
  def beta
153
157
  mac_10_6_firefox 'beta'
154
158
  end
@@ -149,6 +149,10 @@ module Platform
149
149
  mac_10_9_firefox '38'
150
150
  end
151
151
 
152
+ def v39
153
+ mac_10_9_firefox '39'
154
+ end
155
+
152
156
  def beta
153
157
  mac_10_9_firefox 'beta'
154
158
  end
@@ -161,6 +161,10 @@ module Platform
161
161
  windows_2003_firefox '38'
162
162
  end
163
163
 
164
+ def v39
165
+ windows_2003_firefox '39'
166
+ end
167
+
164
168
  def beta
165
169
  windows_2003_firefox 'beta'
166
170
  end
@@ -161,6 +161,10 @@ module Platform
161
161
  windows_2008_firefox '38'
162
162
  end
163
163
 
164
+ def v39
165
+ windows_2008_firefox '39'
166
+ end
167
+
164
168
  def beta
165
169
  windows_2008_firefox 'beta'
166
170
  end
@@ -161,6 +161,10 @@ module Platform
161
161
  windows_2012_firefox '38'
162
162
  end
163
163
 
164
+ def v39
165
+ windows_2012_firefox '39'
166
+ end
167
+
164
168
  def beta
165
169
  windows_2012_firefox 'beta'
166
170
  end
@@ -161,6 +161,10 @@ module Platform
161
161
  windows_2012_r2_firefox '38'
162
162
  end
163
163
 
164
+ def v39
165
+ windows_2012_r2_firefox '39'
166
+ end
167
+
164
168
  def beta
165
169
  windows_2012_r2_firefox 'beta'
166
170
  end
@@ -1,4 +1,4 @@
1
1
  module Platforms
2
- VERSION = '1.0.1' unless defined? ::Platforms::VERSION
3
- DATE = '2015-06-19' unless defined? ::Platforms::DATE
2
+ VERSION = '1.0.2' unless defined? ::Platforms::VERSION
3
+ DATE = '2015-07-17' unless defined? ::Platforms::DATE
4
4
  end
data/release_notes.md CHANGED
@@ -1,3 +1,9 @@
1
+ #### v1.0.2 2015-07-17
2
+
3
+ - [e22d25e](https://github.com/bootstraponline/sauce_platforms/commit/e22d25e77bed65601d020a71f90b71de0c201c82) Release 1.0.2
4
+ - [1b88b82](https://github.com/bootstraponline/sauce_platforms/commit/1b88b824e7366bfa82aa05c11a72df93d9f06e4c) Add firefox v39
5
+
6
+
1
7
  #### v1.0.1 2015-06-19
2
8
 
3
9
  - [85a2cc6](https://github.com/bootstraponline/sauce_platforms/commit/85a2cc64ac1e5d10ac3ccee4b1d42cf5fb06c75f) Release 1.0.1
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sauce_platforms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - code@bootstraponline.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-19 00:00:00.000000000 Z
11
+ date: 2015-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec