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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9e7bb588180c3199f52ab8daf8d6107b306ec361
4
- data.tar.gz: a2ccd3f1bc6fb7240481e6cc8e201d19195e6738
3
+ metadata.gz: 549ee984ffb23d7b635da4b536dd9654aa82374c
4
+ data.tar.gz: 4528517c939d9a6c20ca6f82ca7c83213e555e3a
5
5
  SHA512:
6
- metadata.gz: 73130477c18cf9a33447b3e14feb8b14712fd60ab49b859021275c922e1f7220160b02a343c26519938251c929bda98dae535363b535be37d6b7cd3fce1924f6
7
- data.tar.gz: 005ea0e85d597fefda31ed7653670f4b8da104a5931b59eaa791b3e401d0102cf6f5b83dd3dcf02475a9923b4b45d1cb64a811f4bbeb7a179c9d133522c7360f
6
+ metadata.gz: a09215dd1762eab4ae9b229010b95ab3c419117e642f230367c91a03a256faa0eeeb4f87f19494f49168d1856f4e56a57c4acc4971d21a79966db294755d8f5b
7
+ data.tar.gz: a010199ac63b70a6b7cca0a01d3590816cba6ebcaa165bdde3aa4da0fece3caccfd93844a1ee8b3ed4114c3b5163b0f77b5a2e064644e29949e1f72b02bbe490
data/CHANGELOG ADDED
@@ -0,0 +1,8 @@
1
+ == Version 1.0.0
2
+
3
+ * Updated gemspec; corrected license and homepage reference
4
+ * Updated dependency on ActiveSupport from 4.2 to 5.0
5
+
6
+ == Version 0.1.1
7
+
8
+ * Initial release
File without changes
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Baremetrics
1
+ # Baremetrics API
2
2
 
3
3
  This is a Ruby Gem for the Baremetrics API developed by Rewind.
4
4
 
@@ -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/rewindit/baremetrics_api'
15
- spec.license = 'Nonstandard'
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', '~> 4.2'
30
+ spec.add_dependency 'activesupport', '~> 5.0'
31
31
  end
@@ -1,3 +1,3 @@
1
1
  module BaremetricsAPI
2
- VERSION = "0.1.1"
2
+ VERSION = '1.0.0'
3
3
  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.1.1
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-05-12 00:00:00.000000000 Z
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: '4.2'
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: '4.2'
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.txt
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/rewindit/baremetrics_api
147
+ homepage: https://github.com/rewindio/baremetrics_api
147
148
  licenses:
148
- - Nonstandard
149
+ - MIT
149
150
  metadata: {}
150
151
  post_install_message:
151
152
  rdoc_options: []