bnet 0.0.1 → 0.0.2

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: d419358ad31a98e6a24080c3779629bd6e4e6c08
4
- data.tar.gz: 3270c0b9d59f303203367c43ded6667f83346c79
3
+ metadata.gz: 83441fb0f7b201fd909da8e13e1a16a60e8ccd31
4
+ data.tar.gz: 6db7f0ed49edcf0151f65a1f22e4d0e6fcc60b9c
5
5
  SHA512:
6
- metadata.gz: d399a700a2fb516a42a6ce509e3029c3cc4e7af93ec9579d0eef762e6e6a08884bf373edde15cda926e7e0d8654ea7136c2c2185d89cc22d66b79fbc636c5e54
7
- data.tar.gz: 2219acab3738f3c4a46765dbec3833809a3020dcd6d93051818a8d34bfb866160c1585e7518cf81cc8fbd6b021189552f174a54c03dd21a2b7311c202bec7013
6
+ metadata.gz: 4243c63304e6b2613d8fd9db052646e1dac73219794304f2a0deb0c5d6dc44522bbfefa9a479d5b2887bde67360b12c28fa67ad2c2328e6a8735340c93949fac
7
+ data.tar.gz: c675bcc2dd54da3aad5af621cc5245ca6805a2be31657fb50774464b2923a61d5c06b7621d80cd64558903d6520d29ac50ecdc5f01d8512e5763f05e69500787
data/README.md CHANGED
@@ -3,7 +3,7 @@ bnet-mashery-rb
3
3
 
4
4
  Ruby gem for accessing Blizzard's Mashery API
5
5
 
6
- This repository (will) contain various libraries for interfacing with *takes a deep breath* Blizzard's-Battle.net-Mashery- API.
6
+ This repository (will) contain various libraries for interfacing with Blizzard's Battle.net API [https://dev.battle.net](https://dev.battle.net).
7
7
 
8
8
  This is a work in progress : [TODO-LIST](https://github.com/keikun17/bnet-mashery-rb/blob/master/TODO.md)
9
9
 
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Buddy Magsipoc"]
10
10
  spec.email = ["keikun17@gmail.com"]
11
11
  spec.summary = "Ruby gem for accessing Blizzard's Mashery API"
12
- spec.description = "This repository (will) contain various libraries for interfacing with takes a deep breath Blizzard's-Battle.net-Mashery- API."
13
- spec.homepage = ""
12
+ spec.description = "This repository (will) contain various libraries for interfacing with Blizzard's Battle.net API."
13
+ spec.homepage = "https://github.com/keikun17/bnet-mashery-rb"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module Bnet
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bnet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Buddy Magsipoc
@@ -179,7 +179,7 @@ dependencies:
179
179
  - !ruby/object:Gem::Version
180
180
  version: '0'
181
181
  description: This repository (will) contain various libraries for interfacing with
182
- takes a deep breath Blizzard's-Battle.net-Mashery- API.
182
+ Blizzard's Battle.net API.
183
183
  email:
184
184
  - keikun17@gmail.com
185
185
  executables: []
@@ -242,7 +242,7 @@ files:
242
242
  - spec/secrets_and_all_that.rb.sample
243
243
  - spec/secrets_and_all_that.rb.travis
244
244
  - spec/spec_helper.rb
245
- homepage: ''
245
+ homepage: https://github.com/keikun17/bnet-mashery-rb
246
246
  licenses:
247
247
  - MIT
248
248
  metadata: {}