khalti 0.1.1 → 0.1.2

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: f710f282228b97bc8f188a6f68f296df93174b5a54373d4c78df014c6f26cbee
4
- data.tar.gz: bfa511624d569ae7dd9d598c2cd9ee0049a525bbf8abbb52eb1e4a2e68ae7c29
3
+ metadata.gz: 70fa4a1226935a3f7b786fc8b9a6afcdc034a5cd5a9a1e90fc783ecfcb57710c
4
+ data.tar.gz: cd3e19f525d8d3fd13847c288b46b37c64af5a68e241a8dc4c78e8ae8f7e6b24
5
5
  SHA512:
6
- metadata.gz: 4b0fecfc8cf7f7885402a7d45452b604846a3d0d3beeeb53941f3bad0a962a7bfd608d6dedcb967042a0844989af81026db6ce1118e4fb067e30c1da81979fce
7
- data.tar.gz: 3315b174393419596cf382027c18c58e7d48dbd37899a1268cd04e9b6e4368eba50870ade4cf2b05ca0164eab8e9d70fefa08cc14fde02d588826a8046b253fb
6
+ metadata.gz: ffd1b9dcb8c195030edc742096fb2f3958825cfe588358deb9ab860ac9610dca0dbd8e141accf792ca3f3cdc89b6c6dc92dd2c02eb2dbe13301ba036e90a5a20
7
+ data.tar.gz: 5b20cb65dd275cc9aacacd78b0680211b07dc77a23946e7f58f769cc1ea1fbe93acb259fbfff3c6e9cf79c76f8374c07f90ef90ac7608e0f2f078722958445a3
@@ -0,0 +1,35 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ khalti (0.1.1)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ diff-lcs (1.3)
10
+ rake (10.5.0)
11
+ rspec (3.7.0)
12
+ rspec-core (~> 3.7.0)
13
+ rspec-expectations (~> 3.7.0)
14
+ rspec-mocks (~> 3.7.0)
15
+ rspec-core (3.7.1)
16
+ rspec-support (~> 3.7.0)
17
+ rspec-expectations (3.7.0)
18
+ diff-lcs (>= 1.2.0, < 2.0)
19
+ rspec-support (~> 3.7.0)
20
+ rspec-mocks (3.7.0)
21
+ diff-lcs (>= 1.2.0, < 2.0)
22
+ rspec-support (~> 3.7.0)
23
+ rspec-support (3.7.1)
24
+
25
+ PLATFORMS
26
+ ruby
27
+
28
+ DEPENDENCIES
29
+ bundler (~> 1.16)
30
+ khalti!
31
+ rake (~> 10.0)
32
+ rspec (~> 3.0)
33
+
34
+ BUNDLED WITH
35
+ 1.16.1
data/README.md CHANGED
@@ -41,7 +41,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
41
41
 
42
42
  ## Contributing
43
43
 
44
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/khalti. 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.
44
+ Bug reports and pull requests are welcome on GitHub at https://github.com/bajratech/khalti-ruby. 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.
45
45
 
46
46
  ## License
47
47
 
@@ -1,3 +1,3 @@
1
1
  module Khalti
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: khalti
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Degendra Sivakoti
@@ -64,6 +64,7 @@ files:
64
64
  - ".travis.yml"
65
65
  - CODE_OF_CONDUCT.md
66
66
  - Gemfile
67
+ - Gemfile.lock
67
68
  - LICENSE.txt
68
69
  - README.md
69
70
  - Rakefile