fomo 0.0.8 → 0.1.0

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: 2759a5fdbc3f663c7841d5341c15641bd0f68912
4
- data.tar.gz: 9cbbd128cd826be0453678ad04bc0f753cf8d309
3
+ metadata.gz: 95194317a69a62d2588403e8eb78361e10e93546
4
+ data.tar.gz: def15b1bd5ddd134f8aaed9823aa3f53bc375e96
5
5
  SHA512:
6
- metadata.gz: 3874320f19c3d25a68b320393e0459e15723d28bfe3c7bc6ac9d9fd1124bdc712e10c801b463932cc5fbfd62f73d1b44a5fc6ca84c2f1ff0f0f94e1d080f2753
7
- data.tar.gz: 6b5b85ee5209462755248fed546dd89fdca5801020369656b5a6924de16e9a9e27e821d4c5e1fe67bb208856a4c378415f15cb7763dad86fcabeae58279e9a14
6
+ metadata.gz: 0731bd573adfc334da46e0e93e0bf01d376a1fa0e18cf316d1642bf1f20b239d6e911f73ce9f7985eaa5aba8b5e992d7c4c80850119f2f82eba5fb3df71dbd2f
7
+ data.tar.gz: 13e406f255916c6a72d2ffd92465f6c77b8bd10d383ab0913aee3b78065fe456f9f905b1df98fd8bf3fbeb3b6f24de2db96fc514eccee9a06c79fa5fddc21a21
@@ -1,7 +1,7 @@
1
- # Copyright (c) 2017. Fomo. https://www.usefomo.com
1
+ # Copyright (c) 2018. Fomo. https://fomo.com
2
2
  #
3
- # Author:: Fomo (mailto:hello@usefomo.com)
4
- # Copyright:: Copyright (c) 2017. Fomo. https://www.usefomo.com
3
+ # Author:: Fomo (mailto:hello@fomo.com)
4
+ # Copyright:: Copyright (c) 2018. Fomo. https://fomo.com
5
5
  # License:: MIT
6
6
 
7
7
  require 'net/https'
@@ -27,8 +27,8 @@ class Fomo
27
27
  #
28
28
  def initialize (auth_token)
29
29
  @auth_token = auth_token
30
- @version = '0.0.6'
31
- @endpoint = 'https://www.usefomo.com'
30
+ @version = '0.1.0'
31
+ @endpoint = 'https://api.fomo.com'
32
32
  end
33
33
 
34
34
  # Get event
@@ -1,7 +1,7 @@
1
- # Copyright (c) 2017. Fomo. https://www.usefomo.com
1
+ # Copyright (c) 2018. Fomo. https://fomo.com
2
2
  #
3
- # Author:: Fomo (mailto:hello@usefomo.com)
4
- # Copyright:: Copyright (c) 2017. Fomo. https://www.usefomo.com
3
+ # Author:: Fomo (mailto:hello@fomo.com)
4
+ # Copyright:: Copyright (c) 2018. Fomo. https://fomo.com
5
5
  # License:: MIT
6
6
 
7
7
  require 'json'
@@ -1,7 +1,7 @@
1
- # Copyright (c) 2017. Fomo. https://www.usefomo.com
1
+ # Copyright (c) 2018. Fomo. https://fomo.com
2
2
  #
3
- # Author:: Fomo (mailto:hello@usefomo.com)
4
- # Copyright:: Copyright (c) 2017. Fomo. https://www.usefomo.com
3
+ # Author:: Fomo (mailto:hello@fomo.com)
4
+ # Copyright:: Copyright (c) 2018. Fomo. https://fomo.com
5
5
  # License:: MIT
6
6
 
7
7
  require 'json'
@@ -1,7 +1,7 @@
1
- # Copyright (c) 2017. Fomo. https://www.usefomo.com
1
+ # Copyright (c) 2018. Fomo. https://fomo.com
2
2
  #
3
- # Author:: Fomo (mailto:hello@usefomo.com)
4
- # Copyright:: Copyright (c) 2017. Fomo. https://www.usefomo.com
3
+ # Author:: Fomo (mailto:hello@fomo.com)
4
+ # Copyright:: Copyright (c) 2018. Fomo. https://fomo.com
5
5
  # License:: MIT
6
6
 
7
7
  require 'json'
@@ -1,7 +1,7 @@
1
- # Copyright (c) 2017. Fomo. https://www.usefomo.com
1
+ # Copyright (c) 2018. Fomo. https://fomo.com
2
2
  #
3
- # Author:: Fomo (mailto:hello@usefomo.com)
4
- # Copyright:: Copyright (c) 2017. Fomo. https://www.usefomo.com
3
+ # Author:: Fomo (mailto:hello@fomo.com)
4
+ # Copyright:: Copyright (c) 2018. Fomo. https://fomo.com
5
5
  # License:: MIT
6
6
 
7
7
  require 'json'
metadata CHANGED
@@ -1,19 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fomo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fomo
8
8
  - Ryan Kulp
9
+ - Chris Bacon
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
12
- date: 2017-06-10 00:00:00.000000000 Z
13
+ date: 2018-10-08 00:00:00.000000000 Z
13
14
  dependencies: []
14
15
  description: Fomo Ruby SDK is the official SDK wrapper for the Fomo API service
15
16
  email:
16
- - hello@usefomo.com
17
+ - hello@fomo.com
17
18
  executables: []
18
19
  extensions: []
19
20
  extra_rdoc_files: []
@@ -43,7 +44,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
43
44
  version: '0'
44
45
  requirements: []
45
46
  rubyforge_project:
46
- rubygems_version: 2.2.2
47
+ rubygems_version: 2.6.6
47
48
  signing_key:
48
49
  specification_version: 4
49
50
  summary: Fomo