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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2c2744f97cc6520856f1a78ac9c59ba89a3cdb3c
4
- data.tar.gz: bed5cf9b92e2a43530f457d6f9ae46574640ba16
3
+ metadata.gz: e41cef17c3cd474b302c74abd7f9b6d6fb92bc75
4
+ data.tar.gz: d8962478313ef084954383c1ecd7eb35e30ab856
5
5
  SHA512:
6
- metadata.gz: de12a66883d6a397d5909bba0d58ff350e89f56bdcd30dba051dfaf7413f70f5ea9626b802d73cbfe7a19b790b229baffb72a8551bde88e89eb7a5c86a9424c2
7
- data.tar.gz: 0c6ee367c64db46ccb2a1d91d0109b28cdfd373e927966b93b3245001efdcc920710b9e2887847b70d77fc6dfe8702f36e8f6d15e4387b5afb138518dab7630c
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
- ## Usage
16
+ ## Installation
17
17
 
18
- Note: This gem is still in pre-release and is not yet in Rubygems.
18
+ ```
19
+ gem install stattleship-ruby
20
+ ```
19
21
 
20
- In your Gemfile:
22
+ ## Usage
21
23
 
22
24
  ```
23
- gem 'stattleship-ruby', '0.1.19', git: 'https://github.com/stattleship/stattleship-ruby.git'
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.19.gem
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](http://fanboat.stattleship.com/) Slack group where you can try out "cosell" -- an instance of Glickman -- and get API updates.
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.
@@ -1,5 +1,5 @@
1
1
  module Stattleship
2
2
  module Ruby
3
- VERSION = '0.1.19'.freeze
3
+ VERSION = '0.1.20'.freeze
4
4
  end
5
5
  end
@@ -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 = 'http://developers.stattleship.com'
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.19
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: http://developers.stattleship.com
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: '0'
491
+ version: 2.2.0
492
492
  required_rubygems_version: !ruby/object:Gem::Requirement
493
493
  requirements:
494
494
  - - ">="