b_b 0.1.1 → 0.1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/b_b.gemspec +1 -1
  3. data/lib/b_b/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6e5cc01101428b6e196b1da1427e0956c775d102
4
- data.tar.gz: 124445ade9633321a724eb9388f639c231701d9d
3
+ metadata.gz: e1167e370ed10d02f35473348b1a70e9e7ec24ea
4
+ data.tar.gz: 9e210cb38ea4990f034199ac4a7edd023f81b137
5
5
  SHA512:
6
- metadata.gz: 949490366dc0ce0efffccf6e063d2d87699abbfaafe89ab29d73efefa1bb26f51127b16cea7a77e11792752838baf5ae638d472c12919889eac448c000a01f7f
7
- data.tar.gz: 40cf01b7dac9572c79a8b4eedbfe5fd323806685e44b92f07b2c7d488157031d7356ae6e4967786efa7ac9c2cac14404b4bd4feab2fae348de6e2750662eea78
6
+ metadata.gz: c7582169f1bc3cc75f3469b2ac4f1b3f1b065f829f1f2277469e87d8726cf871bcd57839e416ae8ed201c003954e9f3be8d9270f6dc5d411ccb080e0cf6cb27e
7
+ data.tar.gz: f78ae32dd07a7d218a2879c24c45dc3e03ae8c27dbb3e356eb5bd747608ed8b43a087133acf6eadd69e092ac651a06854f488185f70edabc0b70649c37b9ba82
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
 
13
13
  spec.summary = "(b_b) is SQL Query Builder for Google BigQuery"
14
14
  spec.description = "(b_b) is SQL Query Builder for Google BigQuery"
15
- spec.homepage = "https://github.com/yhirano55/BB"
15
+ spec.homepage = "https://github.com/yhirano55/b_b"
16
16
  spec.license = "MIT"
17
17
 
18
18
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -1,3 +1,3 @@
1
1
  module BB
2
- VERSION = "0.1.1".freeze
2
+ VERSION = "0.1.2".freeze
3
3
  end
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yoshiyuki Hirano
@@ -194,7 +194,7 @@ files:
194
194
  - lib/b_b/factory_decorator/selectable.rb
195
195
  - lib/b_b/relation.rb
196
196
  - lib/b_b/version.rb
197
- homepage: https://github.com/yhirano55/BB
197
+ homepage: https://github.com/yhirano55/b_b
198
198
  licenses:
199
199
  - MIT
200
200
  metadata: {}