activeresource-chatwork 1.0.1 → 1.0.2

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: f75e067abc65b072eda88fecd989213b6fe39089
4
- data.tar.gz: 5b9e68ebd7678bd7486a5a919a77e64414997668
3
+ metadata.gz: f93e5ebc348441af1f01495b631cb3b9468daa25
4
+ data.tar.gz: 76f452ffeb71c4cec75d516e131f68e3a93d2974
5
5
  SHA512:
6
- metadata.gz: 255976b3b27974c7f61bb2c4587c0b3d85a55f3d8acec955b2dbecd68572a05e63890f723ce1fe8596a5f2621d6d3f4e163d4821b4609319bf6fa016134c2eb6
7
- data.tar.gz: df3a6cbbe9aef96938501cac67c42c156d7047be0318d0247c32acd73e9c9c199a8dff11f3cc6c061e176ebfcc64452b750b4953b829c40e882bbf114f008977
6
+ metadata.gz: 4f1fbb3a65662bfe6249573a02a6a90dd034a575d4b4960da5e06d4cf69a89b7167dc1e7da66acc3b0d7bab1be53192d89b37e010393f16fd54c8ffe7bbc39e9
7
+ data.tar.gz: e67759fc175e5d5d3e663aea0ad281617361d4189c7c54d10d8ce50cb8c97bb3bea414719e1eada1e0e89fbdde7aec1cf4007a5563e2cdca8d1bb9cab66cd310
data/.rubocop.yml CHANGED
@@ -1,6 +1,3 @@
1
- Metrics/LineLength:
2
- Max: 120
3
-
4
1
  Style/AsciiComments:
5
2
  Exclude:
6
3
  - '**/*'
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # activeresource-chatwork
2
2
  [![CircleCI](https://circleci.com/gh/Leko/activeresource-chatwork/tree/master.svg?style=svg)](https://circleci.com/gh/Leko/activeresource-chatwork/tree/master)
3
3
  [![codecov](https://codecov.io/gh/Leko/activeresource-chatwork/branch/master/graph/badge.svg)](https://codecov.io/gh/Leko/activeresource-chatwork)
4
+ [![Gem Version](https://badge.fury.io/rb/activeresource-chatwork.svg)](https://badge.fury.io/rb/activeresource-chatwork)
4
5
 
5
6
  ActiveResource classes for Chatwork API
6
7
 
@@ -13,7 +13,9 @@ Gem::Specification.new do |spec|
13
13
  spec.homepage = 'https://github.com/Leko/activeresource-chatwork'
14
14
  spec.license = 'MIT'
15
15
 
16
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
16
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
17
+ f.match(%r{^(test|spec|features)/})
18
+ end
17
19
  spec.bindir = 'exe'
18
20
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
21
  spec.require_paths = ['lib']
@@ -1,3 +1,3 @@
1
1
  module Chatwork
2
- VERSION = '1.0.1'.freeze
2
+ VERSION = '1.0.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeresource-chatwork
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leko