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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f1e3406d341c988cde361573f865b64aeb4ac361
4
- data.tar.gz: 72134565ee83bfa60b68169c81114a02cfdfe91d
3
+ metadata.gz: 7e3e80b9450b5e0a70fca15e4abc2dc3a39e11e9
4
+ data.tar.gz: 82a664876f10f85daa0ae18dbf42445b1730d498
5
5
  SHA512:
6
- metadata.gz: f2a2038c45c286df78362cb06f2b38d02fdd480d2090926080513078d6af5800428490119ae4f2f3fb388dcae1c9004fa95d51deb91bd27ddf58b18fe6af306f
7
- data.tar.gz: 5ce9505522fa84bbd8a6f30b671df5cd230c6b5e37ad81b6a6f645693a8599a94451139e0900d65b2e08e515a407e8cd48c16d93941396e103d1bf6598d01945
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
- [![Code Climate](https://codeclimate.com/github/pyama86/popper/badges/gpa.svg)](https://codeclimate.com/github/pyama86/popper)
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
@@ -10,7 +10,7 @@ module Popper
10
10
  begin
11
11
  pop(account)
12
12
  rescue => e
13
- Popper.log warn e
13
+ Popper.log.warn e
14
14
  end
15
15
  end
16
16
  end
@@ -1,3 +1,3 @@
1
1
  module Popper
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
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.7
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.4.8
175
+ rubygems_version: 2.2.2
176
176
  signing_key:
177
177
  specification_version: 4
178
178
  summary: email notification tool