f1api 0.9.1 → 0.9.2

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.
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 9
4
- :patch: 1
4
+ :patch: 2
5
5
  :build:
@@ -4,7 +4,7 @@ development:
4
4
  site_url: "https://{church_code}.staging.fellowshiponeapi.com"
5
5
  # Store the church code if you are writing a 2nd Party implementation
6
6
  # Otherwise, you'll want to ask for the church code from the user
7
- church_code: ""
7
+ church_code: "demo"
8
8
  authentication_type: "oauth" #oauth or credentials
9
9
  request_token_path: "/v1/Tokens/RequestToken"
10
10
  access_token_path: "/v1/Tokens/AccessToken" #OAuth only
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{f1api}
8
- s.version = "0.9.1"
8
+ s.version = "0.9.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jesse Dearing"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 1
9
- version: 0.9.1
8
+ - 2
9
+ version: 0.9.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jesse Dearing