bitbucket2 0.2.0 → 0.3.0
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/.gitignore +1 -0
- data/Gemfile +2 -1
- data/README.md +1 -1
- data/lib/bitbucket2/pull_request.rb +1 -0
- data/lib/bitbucket2/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 83d186012f7cec671342b367df692a43f5f08e5e
|
|
4
|
+
data.tar.gz: b9e0abb6f06a9b5d70e989a5aef9c9cd0eee5358
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6614d4619e4b755f83d5426e848296f0b0fbc65d2fc01780ecda801e433ee16864aacd1ee9c36d64fd70d3c2d0be327ba75f360a28692bd567e6b4092bf6d3f4
|
|
7
|
+
data.tar.gz: b9dfb960ea4660fec4257336505133d816d6ba63461b87c62c29a927422f5258e00416bb671045758726c8665ec40d7e911a43ad04b6abc5478818aa1005297d
|
data/.gitignore
CHANGED
data/Gemfile
CHANGED
data/README.md
CHANGED
|
@@ -28,7 +28,7 @@ Use the Bitbucket2::Client class to get all public repositories like this:
|
|
|
28
28
|
Bitbucket2::Client.new.repositories.all
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
To collect private data, pass an oauth_token into the
|
|
31
|
+
To collect private data, pass an oauth_token into the configuration:
|
|
32
32
|
```
|
|
33
33
|
Bitbucket2.configure do |config|
|
|
34
34
|
config.stack = -> (faraday) {
|
data/lib/bitbucket2/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bitbucket2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Simon Hildebrandt
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-04-
|
|
11
|
+
date: 2016-04-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: restroom
|