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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/peastash/version.rb +1 -1
- data/peastash.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a82ba88b2a2a87b61d0033e94e8ffdb21550fe5d
|
|
4
|
+
data.tar.gz: 9fbbd55f82230fbf185e3448f611478cbbaf8622
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 739af7a73e9adb45342803e1c5daeec1954f5f1e7abe51c3058a61df5224d7e8d436d0a1d064bcb6113762ebf70c06e7b9a37186555e792fdc8a911e8fb2d5cd
|
|
7
|
+
data.tar.gz: 7a9929a16f3db58f4aa6167829b16b6482ba8796aedebff5fd26248d3df6fe4fd37861c4290bc1b7576998a83ea00d269488a2c0a4c40570fedf51c20fc7997d
|
data/Gemfile.lock
CHANGED
data/lib/peastash/version.rb
CHANGED
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{
|
|
12
|
-
gem.summary = %q{
|
|
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.
|
|
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:
|
|
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:
|
|
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
|