skylight 0.7.0.beta.2 → 0.7.0.beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82ebcd67960eb3fc34957ed243ce1bb0b36cbf36
4
- data.tar.gz: e4341487c4cb892f06d50a1a3bba7d459957dbc2
3
+ metadata.gz: 8a2d202b5071c9207c9a308d42a4f1d1b425f7a1
4
+ data.tar.gz: 864f6437046ba306ccb4d03d7fee98fdbf6b3b57
5
5
  SHA512:
6
- metadata.gz: 54597615f78c716d9a8b605c6b478423430566eac3301c8ecceac7d2ef17f9b0892592c9dfd816a28316d41a2079fbc6ad9efeadb27a1e288120a78dc516ec68
7
- data.tar.gz: fb8c18624fc99f75781a2f6f616d5213465a4282a2e5f4b92d3488eafd1bc9e8f9bf7d59b151818b52ac797503740df6a3e090581a3be2e531e86576582ce6d3
6
+ metadata.gz: 4258b8591b9849e7ff71d9d7532b0d358407aea4270d0e2d82cf96f115715eb2d83b7f4ac4820c47bd2c6df3d2995e859a1d2865856b6a65a0dbf4a99c726e24
7
+ data.tar.gz: b6320a4d4fb1e328cdad8338fa10ee6be525ba65267f1876665a647d5c7bdd4c0e1a843690472a9337ae6a21dafd92c9e9c0f81684586410e88822808e293755
@@ -1,3 +1,7 @@
1
+ ## 0.7.0-beta.3 (July 30, 2015)
2
+
3
+ * [BUFIX] Condvar bug in Rust. Updated to latest nightly.
4
+
1
5
  ## 0.7.0-beta.2 (July 23, 2015)
2
6
 
3
7
  * [IMPROVEMENT] Silence a noisy log message
data/README.md CHANGED
@@ -2,3 +2,7 @@
2
2
 
3
3
  Instrument your ruby application and send the data to the Skylight
4
4
  servers.
5
+
6
+ Sign up at https://skylight.io.
7
+
8
+ For more documentation see https://docs.skylight.io/.
@@ -1,6 +1,6 @@
1
1
  ---
2
- version: "0.7.0-8c44311"
2
+ version: "0.7.0-f0be226"
3
3
  checksums:
4
- x86-linux: "c805d4058fe7b842b0029c3b82de4cfd8a78bb1b4aa6a89fb545401a899ae62f"
5
- x86_64-linux: "2dda31807fb310d9cf4246a4be29a15f5da7adb6a91106db4680b8af3ceb737b"
6
- x86_64-darwin: "1998e1dd01f4af2e29148a1885dff2e3681f022ae9329f60f557e4f83441c9e9"
4
+ x86-linux: "389346155f09ec4b335eb125adfeea170d4a429d3e1619a7a546b009e3b7d7bf"
5
+ x86_64-linux: "1873ccc44c43ee2fabfacc53e05231612ba7820e047ba3b34d203f75fb84e845"
6
+ x86_64-darwin: "f8df1c68e5e643833681f3ba8fe08f8c314b51c37738cce200d7b0a454769dda"
@@ -1,4 +1,4 @@
1
1
  module Skylight
2
- VERSION = '0.7.0-beta.2'
2
+ VERSION = '0.7.0-beta.3'
3
3
  end
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skylight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0.beta.2
4
+ version: 0.7.0.beta.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tilde, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-24 00:00:00.000000000 Z
11
+ date: 2015-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport