openbd_api 0.2.0 → 0.2.1
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/openbd/version.rb +1 -1
- data/openbd_api.gemspec +4 -4
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e1d694f9156475e10de3f1e8bc5c6de13209df01
|
4
|
+
data.tar.gz: 85f3c02b54160ab9d5862796698bda8ff0fa2001
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
data/lib/openbd/version.rb
CHANGED
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{
|
13
|
-
spec.description = %q{
|
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 = "
|
21
|
-
spec.executables = spec.files.grep(%r{^
|
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.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- nasum
|
8
8
|
autorequire:
|
9
|
-
bindir:
|
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:
|
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:
|
101
|
+
summary: This gem wraps openBD Web API.
|
101
102
|
test_files: []
|