peastash 0.0.8 → 0.0.9

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: 9736868c5166f30e722153e48ca37fdcee47d6bd
4
- data.tar.gz: 99514ca3d88f07f2d0d7e72ab3354776b4243820
3
+ metadata.gz: a82ba88b2a2a87b61d0033e94e8ffdb21550fe5d
4
+ data.tar.gz: 9fbbd55f82230fbf185e3448f611478cbbaf8622
5
5
  SHA512:
6
- metadata.gz: 92ca9c0ba61390259c47f8cd54085519f6a3be4f5c7cc65f30eddd14a2327b66e22bf1144cb94b438dc51e841ca82889923d9ab5e6065836994f3c91f49ef943
7
- data.tar.gz: a0f1b7e7b12de3a15a3ba15a327675574843faf4bcfb61cf24614ffa51e2033b3549e4184ba6472c70025b60c37835f32bf930dd9ef52659210021b1ac18b0d0
6
+ metadata.gz: 739af7a73e9adb45342803e1c5daeec1954f5f1e7abe51c3058a61df5224d7e8d436d0a1d064bcb6113762ebf70c06e7b9a37186555e792fdc8a911e8fb2d5cd
7
+ data.tar.gz: 7a9929a16f3db58f4aa6167829b16b6482ba8796aedebff5fd26248d3df6fe4fd37861c4290bc1b7576998a83ea00d269488a2c0a4c40570fedf51c20fc7997d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- peastash (0.0.8)
4
+ peastash (0.0.9)
5
5
  logstash-event
6
6
  thread_safe
7
7
 
@@ -1,3 +1,3 @@
1
1
  class Peastash
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
data/peastash.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
8
8
  gem.version = Peastash::VERSION
9
9
  gem.authors = ["Vincent Boisard"]
10
10
  gem.email = ["boisard.v@gmail.com"]
11
- gem.description = %q{RequestStore gives you per-request global storage.}
12
- gem.summary = %q{RequestStore gives you per-request global storage.}
11
+ gem.description = %q{Peastash allows you to instrument your code with the ELK stack easily.}
12
+ gem.summary = %q{Peastash allows you to instrument your code with the ELK stack easily.}
13
13
  gem.homepage = "http://github.com/elhu/peastash"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: peastash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vincent Boisard
@@ -150,7 +150,7 @@ dependencies:
150
150
  - - ">="
151
151
  - !ruby/object:Gem::Version
152
152
  version: '0'
153
- description: RequestStore gives you per-request global storage.
153
+ description: Peastash allows you to instrument your code with the ELK stack easily.
154
154
  email:
155
155
  - boisard.v@gmail.com
156
156
  executables: []
@@ -239,7 +239,7 @@ rubyforge_project:
239
239
  rubygems_version: 2.4.1
240
240
  signing_key:
241
241
  specification_version: 4
242
- summary: RequestStore gives you per-request global storage.
242
+ summary: Peastash allows you to instrument your code with the ELK stack easily.
243
243
  test_files:
244
244
  - spec/dummy/README.rdoc
245
245
  - spec/dummy/Rakefile