baremetrics_api 0.1.1 → 1.0.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 +4 -4
- data/CHANGELOG +8 -0
- data/{LICENSE.txt → LICENSE} +0 -0
- data/README.md +1 -1
- data/baremetrics_api.gemspec +3 -3
- data/lib/baremetrics_api/version.rb +1 -1
- metadata +8 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 549ee984ffb23d7b635da4b536dd9654aa82374c
|
|
4
|
+
data.tar.gz: 4528517c939d9a6c20ca6f82ca7c83213e555e3a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a09215dd1762eab4ae9b229010b95ab3c419117e642f230367c91a03a256faa0eeeb4f87f19494f49168d1856f4e56a57c4acc4971d21a79966db294755d8f5b
|
|
7
|
+
data.tar.gz: a010199ac63b70a6b7cca0a01d3590816cba6ebcaa165bdde3aa4da0fece3caccfd93844a1ee8b3ed4114c3b5163b0f77b5a2e064644e29949e1f72b02bbe490
|
data/CHANGELOG
ADDED
data/{LICENSE.txt → LICENSE}
RENAMED
|
File without changes
|
data/README.md
CHANGED
data/baremetrics_api.gemspec
CHANGED
|
@@ -11,8 +11,8 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = 'Ruby client library for Baremetrics V1 API'
|
|
13
13
|
spec.description = 'Provides an easy way to interact with the Baremetrics API in any application.'
|
|
14
|
-
spec.homepage = 'https://github.com/
|
|
15
|
-
spec.license = '
|
|
14
|
+
spec.homepage = 'https://github.com/rewindio/baremetrics_api'
|
|
15
|
+
spec.license = 'MIT'
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
18
18
|
|
|
@@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
|
|
|
27
27
|
spec.add_dependency 'faraday', '~> 0.9'
|
|
28
28
|
spec.add_dependency 'faraday_middleware', '~> 0.11'
|
|
29
29
|
spec.add_dependency 'httpclient', '~> 2.8'
|
|
30
|
-
spec.add_dependency 'activesupport', '~>
|
|
30
|
+
spec.add_dependency 'activesupport', '~> 5.0'
|
|
31
31
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: baremetrics_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Third Blink Software Inc
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-06-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -100,14 +100,14 @@ dependencies:
|
|
|
100
100
|
requirements:
|
|
101
101
|
- - "~>"
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
|
-
version: '
|
|
103
|
+
version: '5.0'
|
|
104
104
|
type: :runtime
|
|
105
105
|
prerelease: false
|
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
|
107
107
|
requirements:
|
|
108
108
|
- - "~>"
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
|
-
version: '
|
|
110
|
+
version: '5.0'
|
|
111
111
|
description: Provides an easy way to interact with the Baremetrics API in any application.
|
|
112
112
|
email:
|
|
113
113
|
- team@thirdblink.com
|
|
@@ -118,8 +118,9 @@ files:
|
|
|
118
118
|
- ".gitignore"
|
|
119
119
|
- ".rspec"
|
|
120
120
|
- ".travis.yml"
|
|
121
|
+
- CHANGELOG
|
|
121
122
|
- Gemfile
|
|
122
|
-
- LICENSE
|
|
123
|
+
- LICENSE
|
|
123
124
|
- README.md
|
|
124
125
|
- Rakefile
|
|
125
126
|
- baremetrics_api.gemspec
|
|
@@ -143,9 +144,9 @@ files:
|
|
|
143
144
|
- lib/baremetrics_api/errors.rb
|
|
144
145
|
- lib/baremetrics_api/version.rb
|
|
145
146
|
- lib/faraday/rate_checker.rb
|
|
146
|
-
homepage: https://github.com/
|
|
147
|
+
homepage: https://github.com/rewindio/baremetrics_api
|
|
147
148
|
licenses:
|
|
148
|
-
-
|
|
149
|
+
- MIT
|
|
149
150
|
metadata: {}
|
|
150
151
|
post_install_message:
|
|
151
152
|
rdoc_options: []
|