stattleship-ruby 0.1.19 → 0.1.20
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 +12 -11
- data/lib/stattleship/version.rb +1 -1
- data/stattleship-ruby.gemspec +2 -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: e41cef17c3cd474b302c74abd7f9b6d6fb92bc75
|
|
4
|
+
data.tar.gz: d8962478313ef084954383c1ecd7eb35e30ab856
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5143c933c07f984c740ecd5ed7af5ea057fa13718cc19f8f8e3d8a96b30f46463f0f4893891aeb2335e3344168d72aaf142b92999dfcea29a7bc8f9830039418
|
|
7
|
+
data.tar.gz: 3b12b923e9701bbf5aa3a635fcd394059526b714ab1138ef6efc5a01bfc56abd587e443080e9c34d848df47e38713d0670ab6f92209b79961e8d1545d24ecc1b
|
data/README.md
CHANGED
|
@@ -13,14 +13,16 @@ Meaningful. Developer-Friendly.
|
|
|
13
13
|
|
|
14
14
|
We're gonna need a bigger :boat:!
|
|
15
15
|
|
|
16
|
-
##
|
|
16
|
+
## Installation
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
```
|
|
19
|
+
gem install stattleship-ruby
|
|
20
|
+
```
|
|
19
21
|
|
|
20
|
-
|
|
22
|
+
## Usage
|
|
21
23
|
|
|
22
24
|
```
|
|
23
|
-
gem 'stattleship-ruby', '0.1.
|
|
25
|
+
gem 'stattleship-ruby', '~> 0.1.20'
|
|
24
26
|
```
|
|
25
27
|
|
|
26
28
|
### Build
|
|
@@ -32,9 +34,13 @@ gem build stattleship-ruby.gemspec
|
|
|
32
34
|
### Install
|
|
33
35
|
|
|
34
36
|
```
|
|
35
|
-
gem install stattleship-ruby-0.1.
|
|
37
|
+
gem install stattleship-ruby-0.1.20.gem
|
|
36
38
|
```
|
|
37
39
|
|
|
40
|
+
## API Documentation
|
|
41
|
+
|
|
42
|
+
* [Developer API Reference](http://developers.stattleship.com/)
|
|
43
|
+
|
|
38
44
|
## Examples
|
|
39
45
|
|
|
40
46
|
Check out some [examples](examples/README.md) of how to make API calls.
|
|
@@ -65,11 +71,6 @@ We're using the Stattleship API and this gem! You can, too.
|
|
|
65
71
|
|
|
66
72
|
* [Glickman: Your statmoji(tm) sports slackbot powered by Slack and the Stattleship API.](https://github.com/stattleship/glickman)
|
|
67
73
|
|
|
68
|
-
## Other Docs
|
|
69
|
-
|
|
70
|
-
* [Our Playbook](http://playbook.stattleship.com/)
|
|
71
|
-
* [Developer API Reference](http://developers.stattleship.com/)
|
|
72
|
-
|
|
73
74
|
## Questions?
|
|
74
75
|
|
|
75
|
-
Follow us on [@stattleship](https://twitter.com/stattleship) or join our free, public [Fanboat](
|
|
76
|
+
Follow us on [@stattleship](https://twitter.com/stattleship) or join our free, public [Fanboat](https://fanboat.stattleship.com/) Slack group where you can try out "cosell" -- an instance of Glickman -- and get API updates.
|
data/lib/stattleship/version.rb
CHANGED
data/stattleship-ruby.gemspec
CHANGED
|
@@ -8,10 +8,11 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Stattleship::Ruby::VERSION
|
|
9
9
|
spec.authors = ['Stattleship', 'David Thyresson']
|
|
10
10
|
spec.email = ['support@stattleship.com']
|
|
11
|
+
spec.required_ruby_version = '>= 2.2.0'
|
|
11
12
|
|
|
12
13
|
spec.summary = 'Stattleship API Ruby client'
|
|
13
14
|
spec.description = 'Connect to and retrieve sports data from the Stattleship API'
|
|
14
|
-
spec.homepage = '
|
|
15
|
+
spec.homepage = 'https://github.com/stattleship/stattleship-ruby'
|
|
15
16
|
spec.license = 'MIT'
|
|
16
17
|
|
|
17
18
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stattleship-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.20
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stattleship
|
|
@@ -476,7 +476,7 @@ files:
|
|
|
476
476
|
- lib/stattleship/version.rb
|
|
477
477
|
- sample.env
|
|
478
478
|
- stattleship-ruby.gemspec
|
|
479
|
-
homepage:
|
|
479
|
+
homepage: https://github.com/stattleship/stattleship-ruby
|
|
480
480
|
licenses:
|
|
481
481
|
- MIT
|
|
482
482
|
metadata: {}
|
|
@@ -488,7 +488,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
488
488
|
requirements:
|
|
489
489
|
- - ">="
|
|
490
490
|
- !ruby/object:Gem::Version
|
|
491
|
-
version:
|
|
491
|
+
version: 2.2.0
|
|
492
492
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
493
493
|
requirements:
|
|
494
494
|
- - ">="
|