billplz 0.1.2 → 0.1.3

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: 7bc2357c211f99e8bcb0bd4918f5e45cdd75a4f9
4
- data.tar.gz: d7b1d3a4472c00408f05b89375c075827523c4b3
3
+ metadata.gz: ebd5b5ceedf6f7dde1b8fb5e18dd5142fba676f3
4
+ data.tar.gz: 92ec7dcacfeed38ae1eefcd391f9dacca10bfc9f
5
5
  SHA512:
6
- metadata.gz: 93d382a657af60e32b115152db55f5a4d405df0dcf1844e49b0361ba5405769590ea65801bbf687f3df8988e699687ba903cd1c8501d68e1e3d5089d2b2d2943
7
- data.tar.gz: 805ab40c6c00412ba1b21a46aeebcfe9ac03b33a95db5511972929bb26e35dd048f4403fb315931915ff7bd8ce456168531a6e2f7524548bf10dab6940a7cf2c
6
+ metadata.gz: 85fb95cf5f9b48854dd77243d5190bdf08fb660a54c378f58da72ee8cfea904a50f11e02be8551c9925f313d1bbc8903f64c241760ed3274d634e51a18b9cce9
7
+ data.tar.gz: 553d3899ba3a092590257aa9ea0a9358f143b5b78a7f03a8e32e87eb437de0001d55c0ced749782773994e8361172523a8fd2ad14e3c3e175868ae931ddda284
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Billplz
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/billplz.svg)](https://badge.fury.io/rb/billplz)
4
- [![Circle CI](https://circleci.com/gh/syamilmj/billplz.svg?style=shield&circle-token=:circle-token)](https://circleci.com/gh/syamilmj/billplz)
5
- [![Code Climate](https://codeclimate.com/github/syamilmj/billplz/badges/gpa.svg)](https://codeclimate.com/github/syamilmj/billplz)
4
+ [![Circle CI](https://circleci.com/gh/tideee/billplz.svg?style=shield&circle-token=:circle-token)](https://circleci.com/gh/tideee/billplz)
5
+ [![Code Climate](https://codeclimate.com/github/tideee/billplz/badges/gpa.svg)](https://codeclimate.com/github/tideee/billplz)
6
6
 
7
7
  An abstraction library to interface with the [Billplz API](https://www.billplz.com/api)
8
8
 
@@ -111,7 +111,7 @@ Running `rake test:remote` will run tests that performs actual communication wit
111
111
 
112
112
  ## Contributing
113
113
 
114
- Bug reports and pull requests are welcome on GitHub at https://github.com/syamilmj/billplz. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
114
+ Bug reports and pull requests are welcome on GitHub at https://github.com/tideee/billplz. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
115
115
 
116
116
  ## License
117
117
 
@@ -17,6 +17,6 @@ Gem::Specification.new do |spec|
17
17
  spec.require_paths = ["lib"]
18
18
 
19
19
  spec.add_development_dependency "rake"
20
- spec.add_development_dependency "test-unit", "~> 1"
21
- spec.add_development_dependency "mocha", "~> 3"
20
+ spec.add_development_dependency "test-unit", "~> 3"
21
+ spec.add_development_dependency "mocha", "~> 1"
22
22
  end
@@ -1,3 +1,3 @@
1
1
  module Billplz
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: billplz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Syamil MJ
@@ -30,28 +30,28 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '1'
33
+ version: '3'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '1'
40
+ version: '3'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: mocha
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '3'
47
+ version: '1'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '3'
54
+ version: '1'
55
55
  description:
56
56
  email: syamilmj@tideee.com
57
57
  executables: []