bambora-client 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60f0ed5088f0e4f5b63e9335431dffc7562d2239d237a08ac45cbc116f118fce
4
- data.tar.gz: 59bd1a213dde32eb67be6802e5621cf527c64e9b50a835fe754ecb663588a8fd
3
+ metadata.gz: c8f50aad228da33d3dedb136373039a3a309f8b12a960f1085dced94cc54b65d
4
+ data.tar.gz: ec781f04b770e5847ac525386fc451e8bbf3d1c8656ba5481f06f172d21acd7d
5
5
  SHA512:
6
- metadata.gz: 4bdbdf83b22c92b96bb6c04f71cfbfaaa2f5679e94cb2b00b431398cf09624f34e334201bcbe1e4efd2b4bd4bfb4a17c87058dfec438bff0c913075060a04411
7
- data.tar.gz: 194b507146db394ceee4d59848a2126422224752d68f391fd8f866db5a9d0fc5785e4b22b2de4b94d9710d7bf0a58e0687d8e69053bb7819d1be7254ea1ca853
6
+ metadata.gz: b256bf3dcdf58dea2b02a5c8b79b56c166070e591f267e21c16b16ee22afb2508aa5d3773abd000f2ff84c0a0f15196eda62ed139be8616d6d3ad686d4f28cd6
7
+ data.tar.gz: b0b6d9fa8808ba07c1a5d0daf4fcb6420157d554614e1a7f666940cff2d88050d64c1e4438abbd1dd27222daf88f43166ded3696bcabe3616b2a4a15eeb342ef
@@ -0,0 +1,8 @@
1
+ ## 0.1.1 (2020-03-04)
2
+
3
+ - Upgrade `rake` to `13.0.1`
4
+ - Update README to notify Bambora dev support when functionality changes
5
+
6
+ ## 0.1.0 (2020-02-03)
7
+
8
+ - First major release
@@ -44,7 +44,7 @@ GEM
44
44
  pry (~> 0.10)
45
45
  public_suffix (4.0.1)
46
46
  rainbow (3.0.0)
47
- rake (10.5.0)
47
+ rake (13.0.1)
48
48
  rspec (3.9.0)
49
49
  rspec-core (~> 3.9.0)
50
50
  rspec-expectations (~> 3.9.0)
@@ -83,7 +83,7 @@ DEPENDENCIES
83
83
  bundler (~> 2)
84
84
  pry (~> 0.12.0)
85
85
  pry-byebug (~> 3.7)
86
- rake (~> 10.0)
86
+ rake (~> 13.0)
87
87
  rspec (~> 3.0)
88
88
  rspec_junit_formatter (~> 0.4.1)
89
89
  rubocop (~> 0.74.0)
data/README.md CHANGED
@@ -188,6 +188,10 @@ Bug reports and pull requests are welcome on GitHub at <https://github.com/HiMam
188
188
  intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the
189
189
  [Contributor Covenant](http://contributor-covenant.org) code of conduct.
190
190
 
191
+ Your contributions are important. For larger changes to the behaviour of this client, or when adding new pieces of
192
+ functionality, please inform Bambora. You can get in touch with their
193
+ [developer support](https://dev.na.bambora.com/docs/support/) for advice.
194
+
191
195
  ## License
192
196
 
193
197
  The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
19
19
  # to allow pushing to a single host or delete this section to allow pushing to any host.
20
20
  if spec.respond_to?(:metadata)
21
- spec.metadata['allowed_push_host'] = "https://rubygems.org"
21
+ spec.metadata['allowed_push_host'] = 'https://rubygems.org'
22
22
 
23
23
  spec.metadata['homepage_uri'] = spec.homepage
24
24
  spec.metadata['source_code_uri'] = 'https://github.com/HiMamaInc/bambora-client'
@@ -47,7 +47,7 @@ Gem::Specification.new do |spec|
47
47
  spec.add_development_dependency 'bundler', '~> 2'
48
48
  spec.add_development_dependency 'pry', '~> 0.12.0'
49
49
  spec.add_development_dependency 'pry-byebug', '~> 3.7'
50
- spec.add_development_dependency 'rake', '~> 10.0'
50
+ spec.add_development_dependency 'rake', '~> 13.0'
51
51
  spec.add_development_dependency 'rspec', '~> 3.0'
52
52
  spec.add_development_dependency 'rspec_junit_formatter', '~> 0.4.1'
53
53
  spec.add_development_dependency 'rubocop', '~> 0.74.0'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Bambora
4
4
  class Client
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bambora-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cassidy K
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-02-03 00:00:00.000000000 Z
11
+ date: 2020-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon
@@ -114,14 +114,14 @@ dependencies:
114
114
  requirements:
115
115
  - - "~>"
116
116
  - !ruby/object:Gem::Version
117
- version: '10.0'
117
+ version: '13.0'
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
- version: '10.0'
124
+ version: '13.0'
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: rspec
127
127
  requirement: !ruby/object:Gem::Requirement
@@ -193,6 +193,7 @@ files:
193
193
  - ".rspec"
194
194
  - ".rubocop.yml"
195
195
  - ".ruby-version"
196
+ - CHANGELOG.md
196
197
  - CODE_OF_CONDUCT.md
197
198
  - Gemfile
198
199
  - Gemfile.lock
@@ -249,7 +250,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
249
250
  - !ruby/object:Gem::Version
250
251
  version: '0'
251
252
  requirements: []
252
- rubygems_version: 3.1.2
253
+ rubyforge_project:
254
+ rubygems_version: 2.7.6.2
253
255
  signing_key:
254
256
  specification_version: 4
255
257
  summary: A thread-safe client for the Bambora/Beanstream API.