tsumamigui 0.1.0 → 0.1.1

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: c58ebec9f2629957128d3d826729a1a0888ec250
4
- data.tar.gz: 4a59da2a971ba30319f665b5c3ea1703952e2b0b
3
+ metadata.gz: 702bd3c5943152c61e828f79d68bc059460363ff
4
+ data.tar.gz: 6f6be749c0196295c44358b0bfabce7d4619606b
5
5
  SHA512:
6
- metadata.gz: 6af52cd0b719b0cf62274391fb8743003263753f97e3850ca3d58f35d21ef97d58d4dfab0fb1b7b7fb057691b0f20672220501062101b96d37d5d990bb4a1831
7
- data.tar.gz: c9d9a48d63cfb512379159d03ee82e80c3a10cb070f81c8b26387e3a115cb6c06b6cdcd2669a135dba90ff3e353726abf0b4685ec81f0ddb20f76cace8dbfbca
6
+ metadata.gz: 5a920877f1b894b38b5277d8b077012167e2eea426fbbc4eaa314a7f2f56fb89b303d8204ed814caa7304477bf99483306f55c2aaba0868b55fae4f6d0bae33c
7
+ data.tar.gz: 9c4b7820057f016b6711b665269d9322316f186f8170ced9becae1d6c7e3c2877c828a11ed852e2a0ff21d2548fb1168da47c998c08b2f8e3dcd2283baa914bf
@@ -2,6 +2,7 @@ AllCops:
2
2
  DisplayCopNames: true
3
3
  Exclude:
4
4
  - 'vendor/**/*'
5
+ - '*.gemspec'
5
6
  Style/Documentation:
6
7
  Enabled: false
7
8
  Style/AsciiComments:
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Tsumamigui
2
- ![circleci](https://circleci.com/gh/obiyuta/tsumamigui.svg?&style=shield&circle-token=8e2bda0f04504c2fe43d3fe70ea8ab1b6184806f) [![Code Climate](https://codeclimate.com/github/obiyuta/tsumamigui/badges/gpa.svg)](https://codeclimate.com/github/obiyuta/tsumamigui) [![Test Coverage](https://codeclimate.com/github/obiyuta/tsumamigui/badges/coverage.svg)](https://codeclimate.com/github/obiyuta/tsumamigui/coverage) [![Dependency Status](https://gemnasium.com/badges/github.com/obiyuta/tsumamigui.svg)](https://gemnasium.com/github.com/obiyuta/tsumamigui) [![Inline docs](http://inch-ci.org/github/obiyuta/tsumamigui.svg?branch=master)](http://inch-ci.org/github/obiyuta/tsumamigui)
2
+ [![Gem Version](https://badge.fury.io/rb/tsumamigui.svg)](https://badge.fury.io/rb/tsumamigui) ![circleci](https://circleci.com/gh/obiyuta/tsumamigui.svg?&style=shield&circle-token=8e2bda0f04504c2fe43d3fe70ea8ab1b6184806f) [![Code Climate](https://codeclimate.com/github/obiyuta/tsumamigui/badges/gpa.svg)](https://codeclimate.com/github/obiyuta/tsumamigui) [![Test Coverage](https://codeclimate.com/github/obiyuta/tsumamigui/badges/coverage.svg)](https://codeclimate.com/github/obiyuta/tsumamigui/coverage) [![Dependency Status](https://gemnasium.com/badges/github.com/obiyuta/tsumamigui.svg)](https://gemnasium.com/github.com/obiyuta/tsumamigui) [![Inline docs](http://inch-ci.org/github/obiyuta/tsumamigui.svg?branch=master)](http://inch-ci.org/github/obiyuta/tsumamigui)
3
3
 
4
4
  Tsumamigui(つまみぐい) is a simple and hussle-free Ruby web scraping library.
5
5
 
@@ -1,3 +1,3 @@
1
1
  module Tsumamigui
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tsumamigui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - obiyuta