celluloid-essentials 0.20.1 → 0.20.1.1
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 +4 -4
- data/CHANGES.md +7 -0
- data/celluloid-essentials.gemspec +1 -1
- data/lib/celluloid/internals/cpu_counter.rb +1 -0
- 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: 15a89bb812b764d5d5ea2d6084357bd70d176030
|
4
|
+
data.tar.gz: 61de68c710c2dc6992986861a2377c8158de741b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4770d4b3dc768271e81c7cd13bdfb73f35e44d53ee73a55fa9e3cb6ede2e58eaeb44bc4527df95c4cdce0e54520a950e56ed8392376ed372f99aab91c821bc7
|
7
|
+
data.tar.gz: cbd362f0f0148dc12dc8a88683b188df9ff6a29549a1d0ba6617e3cafcca8664d09ed1182e56992ae63ce4d8e3f273ad2a592cd144ff37c75d6c0059217e0d74
|
data/CHANGES.md
CHANGED
@@ -4,7 +4,7 @@ require File.expand_path("../culture/sync", __FILE__)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |gem|
|
6
6
|
gem.name = "celluloid-essentials"
|
7
|
-
gem.version = "0.20.1"
|
7
|
+
gem.version = "0.20.1.1"
|
8
8
|
gem.platform = Gem::Platform::RUBY
|
9
9
|
gem.summary = "Internally used tools, and superstructural dependencies of Celluloid"
|
10
10
|
gem.description = "Notifications, Internals, Logging, Probe, and essential Celluloid pieces demanding Supervision"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: celluloid-essentials
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.20.1
|
4
|
+
version: 0.20.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tony Arcieri
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-07-
|
12
|
+
date: 2015-07-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|