thread-inheritable_attributes 0.2.0 → 1.0.0

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: 23b10634044fc862bf105b30bb8d6c9613cbcf06
4
- data.tar.gz: 3cbac01fc174348d4183c67d9d2198f3ca2020dd
3
+ metadata.gz: 88d5993842aa363e7be7ff1106bc3002eacb4e6f
4
+ data.tar.gz: 92e4325b4a5a9b1f33cba9f1183db2d2baba4103
5
5
  SHA512:
6
- metadata.gz: 6e71d039d94e165ba924220ce1dbb0732a5098ff4b662396a85e25dd0e17fa6805dc6115a47730d7ab63402a47096be31d8cef225efe6897482b3a57369f757a
7
- data.tar.gz: 313335d8eac46fba3b21f3cb1f29b07ce91e8a03c3e3c0c0b23238d6ea160e32deb36b803ab8320fc317b6ed8b31270328ce8fe8d8f0e864e2c59cc74cdec1b4
6
+ metadata.gz: 13df0749c60e8ec6de808f7259eae4318a616603a8af1012ca766253e689cf7fe28b2972f72ed8cf127acb4123be9c867b5b4601154b0007d352256e8a6a4f81
7
+ data.tar.gz: 6d39855d5cdf1bcf645d6397a9f67e367256d6200cbd59afd7073217c8179f8a01c21b800b62de64377fd0f1d9fa7a0ca57768786391c29b218d28c33d0c4c62
data/.travis.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.1.7
3
+ - 2.1.8
4
4
  - 2.2.3
5
- - 2.3.0
5
+ - 2.3.1
6
6
  before_install: gem install bundler -v 1.10.6
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Current Release v1.0.0
2
+
3
+ No changes from v0.2.0, but it is being promoted to production ready.
4
+ It's been used on multiple production environments for 3 months without issues.
5
+
1
6
  ## Current Release v0.2.0
2
7
 
3
8
  ### Fix
@@ -1,5 +1,5 @@
1
1
  class Thread
2
2
  module InheritableAttributes
3
- VERSION = "0.2.0"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thread-inheritable_attributes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dustin Zeisler
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-03-14 00:00:00.000000000 Z
11
+ date: 2016-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -99,4 +99,3 @@ signing_key:
99
99
  specification_version: 4
100
100
  summary: Passes thread variables to child spawned threads.
101
101
  test_files: []
102
- has_rdoc: