fixer_client 0.1.1 → 0.1.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.
- checksums.yaml +4 -4
- data/fixer_client.gemspec +1 -1
- data/lib/fixer.rb +1 -2
- data/lib/fixer/version.rb +1 -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: ffc57294dfbbc24927c719127641aff369708539
|
|
4
|
+
data.tar.gz: 4829fe427d179f324fb593cd21eaaba7767a4086
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99cb74a6f2e885f4d75c8244d51f7999444ba07d90330e9baf8372ea0d7ace3a9cff5cd2b3703b6bd1e2cf9b7ba8ff2c06b490fb348ea983c734e4ca8adcd6da
|
|
7
|
+
data.tar.gz: b1208472d84d2625140f22dfa0fca204671a4086bc19265d85aee5654eda55c0674d328d3cbf517162131c02f1c2d2a5c21f5e2266742f17e894bfe4d5ddf3d0
|
data/fixer_client.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ['andrew@prx.org']
|
|
11
11
|
spec.summary = %q{Client for the fixer application.}
|
|
12
12
|
spec.description = %q{Client for the fixer application.}
|
|
13
|
-
spec.homepage = 'https://github.
|
|
13
|
+
spec.homepage = 'https://github.com/PRX/fixer_client'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
data/lib/fixer.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
2
|
|
|
3
|
-
require
|
|
3
|
+
require 'fixer/version'
|
|
4
4
|
require 'fixer/configuration'
|
|
5
5
|
require 'fixer/connection'
|
|
6
6
|
require 'fixer/response'
|
|
@@ -9,7 +9,6 @@ require 'fixer/api_factory'
|
|
|
9
9
|
require 'fixer/client'
|
|
10
10
|
require 'fixer/sqs_client'
|
|
11
11
|
require 'fixer/jobs'
|
|
12
|
-
require 'dotenv'
|
|
13
12
|
|
|
14
13
|
module Fixer
|
|
15
14
|
extend Configuration
|
data/lib/fixer/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fixer_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Kuklewicz
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-06
|
|
11
|
+
date: 2015-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -256,7 +256,7 @@ files:
|
|
|
256
256
|
- test/fixer/client_test.rb
|
|
257
257
|
- test/fixer/sqs_client_test.rb
|
|
258
258
|
- test/minitest_helper.rb
|
|
259
|
-
homepage: https://github.
|
|
259
|
+
homepage: https://github.com/PRX/fixer_client
|
|
260
260
|
licenses:
|
|
261
261
|
- MIT
|
|
262
262
|
metadata: {}
|