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 +4 -4
- data/README.md +3 -3
- data/billplz.gemspec +2 -2
- data/lib/billplz/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ebd5b5ceedf6f7dde1b8fb5e18dd5142fba676f3
|
|
4
|
+
data.tar.gz: 92ec7dcacfeed38ae1eefcd391f9dacca10bfc9f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 85fb95cf5f9b48854dd77243d5190bdf08fb660a54c378f58da72ee8cfea904a50f11e02be8551c9925f313d1bbc8903f64c241760ed3274d634e51a18b9cce9
|
|
7
|
+
data.tar.gz: 553d3899ba3a092590257aa9ea0a9358f143b5b78a7f03a8e32e87eb437de0001d55c0ced749782773994e8361172523a8fd2ad14e3c3e175868ae931ddda284
|
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Billplz
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/rb/billplz)
|
|
4
|
-
[](https://circleci.com/gh/tideee/billplz)
|
|
5
|
+
[](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/
|
|
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
|
|
data/billplz.gemspec
CHANGED
|
@@ -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", "~>
|
|
21
|
-
spec.add_development_dependency "mocha", "~>
|
|
20
|
+
spec.add_development_dependency "test-unit", "~> 3"
|
|
21
|
+
spec.add_development_dependency "mocha", "~> 1"
|
|
22
22
|
end
|
data/lib/billplz/version.rb
CHANGED
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.
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
54
|
+
version: '1'
|
|
55
55
|
description:
|
|
56
56
|
email: syamilmj@tideee.com
|
|
57
57
|
executables: []
|