openbd_api 0.2.0 → 0.2.1

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: 54f3cce323aa77efd433d9884d6951cb6fc47ef5
4
- data.tar.gz: b64a41747e5fc80aa7cb5f41bc13849b51471a4a
3
+ metadata.gz: e1d694f9156475e10de3f1e8bc5c6de13209df01
4
+ data.tar.gz: 85f3c02b54160ab9d5862796698bda8ff0fa2001
5
5
  SHA512:
6
- metadata.gz: '08a4edb19a321c6864a1d5297c782b9ed8644edcccc8fea0488d05ebc38d9bbdc22995bff13ca8620eeb5286f1f1d907543cdc8cd248f6bc1ff2caa98e1fec03'
7
- data.tar.gz: 19d69cae86102f6fcce6f40b770f8a7b026dc4632287db8a09b44fd90acdea55b41496ede1f857abe3570d2ed212b063bddda03e5c8111d0f2c8e4428d3c77b8
6
+ metadata.gz: aa9ed71d1f9c1cd7b1fdd9dd12a97fc8ff5daa3a39a5bc69674de120f3c60c69474e0e429116207067e5a52af0897d722bc90e917adbf46fb0129dbfa731b0be
7
+ data.tar.gz: c6ceebca63179d204d5fcb706138fe496546cb9b04a7a99b22aebf9c740ed4d5a5bbf71c5edb4d1f0818ed41ce4b4b4f75869336dd888b2d390976dfde4377f2
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![Gem Version](https://badge.fury.io/rb/openbd_api.svg)](https://badge.fury.io/rb/openbd_api)
4
4
  [![Build Status](https://travis-ci.org/nasum/openbd.svg?branch=master)](https://travis-ci.org/nasum/openbd)
5
5
 
6
- This gem wraps openBD Web API.
6
+ This gem wraps [openBD](https://openbd.jp/) Web API.
7
7
 
8
8
  ## Installation
9
9
 
@@ -1,3 +1,3 @@
1
1
  module Openbd
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
data/openbd_api.gemspec CHANGED
@@ -9,16 +9,16 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["nasum"]
10
10
  spec.email = ["tomato.wonder.life@gmail.com"]
11
11
 
12
- spec.summary = %q{openBD API written by Ruby.}
13
- spec.description = %q{openBD API written by Ruby.}
12
+ spec.summary = %q{This gem wraps openBD Web API.}
13
+ spec.description = %q{This gem wraps openBD Web API.}
14
14
  spec.homepage = "https://github.com/nasum/openbd"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
18
18
  f.match(%r{^(test|spec|features)/})
19
19
  end
20
- spec.bindir = "exe"
21
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
+ spec.bindir = "bin"
21
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
22
22
  spec.require_paths = ["lib"]
23
23
 
24
24
  spec.add_development_dependency "bundler", "~> 1.14"
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openbd_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - nasum
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2017-02-07 00:00:00.000000000 Z
12
12
  dependencies:
@@ -52,10 +52,11 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: openBD API written by Ruby.
55
+ description: This gem wraps openBD Web API.
56
56
  email:
57
57
  - tomato.wonder.life@gmail.com
58
- executables: []
58
+ executables:
59
+ - openbd
59
60
  extensions: []
60
61
  extra_rdoc_files: []
61
62
  files:
@@ -97,5 +98,5 @@ rubyforge_project:
97
98
  rubygems_version: 2.6.8
98
99
  signing_key:
99
100
  specification_version: 4
100
- summary: openBD API written by Ruby.
101
+ summary: This gem wraps openBD Web API.
101
102
  test_files: []