mls_standings 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/mls_standings +5 -0
  3. metadata +7 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ffdd918b275e26224ceb8b037659de46ab670ef8
4
- data.tar.gz: 0da7316b12441b1e3cd8b119563ee8e208f59857
3
+ metadata.gz: e5fd88a14ea702d37d1f5530ce704ddac2db914c
4
+ data.tar.gz: cc4fe19d4686f7aee1d02ead35715e4f76a66c56
5
5
  SHA512:
6
- metadata.gz: 3242338abaae908576feb0104f822a22d03b8d50c2d37576d9c4673e7380982254e557b513ebaa03002d3ed3f7a1e5c99c4e8434ed14a7a1bcaefb80dfcd6ad8
7
- data.tar.gz: d3b8402908be45e67b6aee934124138f88a258fe47d340724949fe32b3c88b90cf46d76ce34effa98f41d2095ac79cc872d556be07c9b1368c8616690f3a4bc7
6
+ metadata.gz: 902ecc0ca77b923ebdc4e98bec9d390fb7aaa6f3f52ad042e45866b27e881055912aec556bec9b3f42f73ba4882f45ea9e80fef3a99cd47d9c9fdbe7432a8a01
7
+ data.tar.gz: 4d432353bfc1b29ee3100bb470bacdd304b93bc3ea58d33266bd4db8dbf537e1b136edf2744f84ced13ed339830fe39a7ba7089e1d7194ca0d1b76396652a595
data/bin/mls_standings ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+ require "bundler/setup"
3
+ require "mls_standings"
4
+
5
+ MlsStandings::CLI.new.call
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mls_standings
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - "'Alberto Mayanga'"
7
+ - Alberto Mayanga
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2018-02-09 00:00:00.000000000 Z
12
12
  dependencies:
@@ -75,10 +75,12 @@ dependencies:
75
75
  description: Live table standings coming stright from MLSsoccer.com
76
76
  email:
77
77
  - aamayanga@gmail.com
78
- executables: []
78
+ executables:
79
+ - mls_standings
79
80
  extensions: []
80
81
  extra_rdoc_files: []
81
- files: []
82
+ files:
83
+ - bin/mls_standings
82
84
  homepage: https://github.com/Booligan/mls-standings-cli-app
83
85
  licenses:
84
86
  - MIT