b_b 0.1.0 → 0.1.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 +4 -4
- data/README.md +4 -1
- data/b_b.gemspec +2 -2
- data/lib/b_b/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6e5cc01101428b6e196b1da1427e0956c775d102
|
|
4
|
+
data.tar.gz: 124445ade9633321a724eb9388f639c231701d9d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 949490366dc0ce0efffccf6e063d2d87699abbfaafe89ab29d73efefa1bb26f51127b16cea7a77e11792752838baf5ae638d472c12919889eac448c000a01f7f
|
|
7
|
+
data.tar.gz: 40cf01b7dac9572c79a8b4eedbfe5fd323806685e44b92f07b2c7d488157031d7356ae6e4967786efa7ac9c2cac14404b4bd4feab2fae348de6e2750662eea78
|
data/README.md
CHANGED
|
@@ -2,7 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
(b_b) is SQL Query Builder for [Google BigQuery](https://cloud.google.com/bigquery)
|
|
4
4
|
|
|
5
|
-
[](https://gemnasium.com/github.com/yhirano55/b_b)
|
|
6
|
+
[](https://travis-ci.org/yhirano55/b_b)
|
|
7
|
+
[](https://coveralls.io/github/yhirano55/b_b?branch=master)
|
|
8
|
+
[](https://codebeat.co/projects/github-com-yhirano55-b_b)
|
|
6
9
|
|
|
7
10
|
## Install
|
|
8
11
|
|
data/b_b.gemspec
CHANGED
|
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
|
|
11
11
|
spec.required_ruby_version = ">= 2.0.0"
|
|
12
12
|
|
|
13
|
-
spec.summary = "SQL Query Builder
|
|
14
|
-
spec.description = "SQL Query Builder
|
|
13
|
+
spec.summary = "(b_b) is SQL Query Builder for Google BigQuery"
|
|
14
|
+
spec.description = "(b_b) is SQL Query Builder for Google BigQuery"
|
|
15
15
|
spec.homepage = "https://github.com/yhirano55/BB"
|
|
16
16
|
spec.license = "MIT"
|
|
17
17
|
|
data/lib/b_b/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: b_b
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yoshiyuki Hirano
|
|
@@ -150,7 +150,7 @@ dependencies:
|
|
|
150
150
|
- - "~>"
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
152
|
version: 0.8.0
|
|
153
|
-
description: SQL Query Builder
|
|
153
|
+
description: "(b_b) is SQL Query Builder for Google BigQuery"
|
|
154
154
|
email:
|
|
155
155
|
- yhirano@me.com
|
|
156
156
|
executables: []
|
|
@@ -217,5 +217,5 @@ rubyforge_project:
|
|
|
217
217
|
rubygems_version: 2.5.1
|
|
218
218
|
signing_key:
|
|
219
219
|
specification_version: 4
|
|
220
|
-
summary: SQL Query Builder
|
|
220
|
+
summary: "(b_b) is SQL Query Builder for Google BigQuery"
|
|
221
221
|
test_files: []
|