zz_bitbucket_rest_api 0.1.9 → 0.1.10

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
  SHA256:
3
- metadata.gz: f9048159adc88e4c9e3a975b6498f0dba95f0109081aa9cf3e31bd4960fe87af
4
- data.tar.gz: b0157fa65e9e47de32b5f832ae6f084952306430af79bc808eb21a59b1f89da7
3
+ metadata.gz: 3c2e258c28cd7a78e83e79a14e856be03155e8caa56b2086cacc192dd5fcee0f
4
+ data.tar.gz: 5907a4514126eed562a205f33c390e0d850474efee386712dfd91bbaae93b1d6
5
5
  SHA512:
6
- metadata.gz: 2ddcc4e29db79c0611b701013e70bd8699095bb5aa2f0d929c2694f37114660b48a955fbdf8a43ca142e325fbd336e5ee77b94b9747a0678851398af5d7bc89e
7
- data.tar.gz: 533173f7a87a5925d1eb9a3bf318905fb23814ba288b78b958907b8631c1e32fcbd836fcc1f2f3cca3ea90f0b3e278a72e3f5fdcb16c6edc4d934da715971a18
6
+ metadata.gz: 8a3b62317bb4dcfe67a4e0d7cecbeb70851c4c066a431ee59895c96264c7bea83df76a8b33001b6f96ee5f68cc900f981e8ee6dfcb2db634d3f1592b16611878
7
+ data.tar.gz: 2c0ee61b8033820b24d6d45447603a33fd65b91dff6b1a2b8711df44adfc492afac7464a27c6b3de105ac01c74a3bf107bcd02019cf88cf17e24bb58ef38a789
@@ -13,6 +13,7 @@ module BitBucket
13
13
  :Sources => 'sources',
14
14
  :Forks => 'forks',
15
15
  :Commits => 'commits',
16
+ :Commit => 'commit',
16
17
  :Download => 'download',
17
18
  :Webhooks => 'webhooks',
18
19
  :PullRequest => 'pull_request',
@@ -76,6 +77,9 @@ module BitBucket
76
77
  def commits
77
78
  @commits ||=ApiFactory.new 'Repos::Commits'
78
79
  end
80
+ def commit
81
+ @commit ||=ApiFactory.new 'Repos::Commit'
82
+ end
79
83
  def download
80
84
  @download ||=ApiFactory.new "Repos::Download"
81
85
  end
@@ -4,7 +4,7 @@ module BitBucket
4
4
  module VERSION
5
5
  MAJOR = 0
6
6
  MINOR = 1
7
- PATCH = 9
7
+ PATCH = 10
8
8
 
9
9
  STRING = [MAJOR, MINOR, PATCH].compact.join('.')
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zz_bitbucket_rest_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zulhilmi Zainudin