popper 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/popper/pop.rb +1 -1
- data/lib/popper/version.rb +1 -1
- 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: 7e3e80b9450b5e0a70fca15e4abc2dc3a39e11e9
|
4
|
+
data.tar.gz: 82a664876f10f85daa0ae18dbf42445b1730d498
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4770a0411386ba1857f7b32c5675f0c84c5a99b3b3d83592e2913ec3efb5b07f6c950b73de69f8c676f8e32cdbbe43aab4b0bbbcad8c82726a43dd2151c44b13
|
7
|
+
data.tar.gz: 9117907fa16d7c0592106b3af4bd887b5591d669feaeb12d0ad465fde7604db66f79aef21f0b05f8260dd1e4de93d1e876ff2d33e40f2c2fe8fd994adb0bc79e
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
[![Build Status](https://travis-ci.org/pyama86/popper.svg)](https://travis-ci.org/pyama86/popper)
|
4
4
|
[![Code Climate](https://codeclimate.com/github/pyama86/popper/badges/gpa.svg)](https://codeclimate.com/github/pyama86/popper)
|
5
|
-
[![
|
5
|
+
[![Test Coverage](https://codeclimate.com/github/pyama86/popper/badges/coverage.svg)](https://codeclimate.com/github/pyama86/popper/coverage)
|
6
6
|
|
7
7
|
To post a variety of services by analyzing the email
|
8
8
|
* slack notification
|
data/lib/popper/pop.rb
CHANGED
data/lib/popper/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: popper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- pyama86
|
@@ -172,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
172
172
|
version: '0'
|
173
173
|
requirements: []
|
174
174
|
rubyforge_project:
|
175
|
-
rubygems_version: 2.
|
175
|
+
rubygems_version: 2.2.2
|
176
176
|
signing_key:
|
177
177
|
specification_version: 4
|
178
178
|
summary: email notification tool
|