rodzilla 0.1.1 → 0.1.2
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 +8 -8
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/README.md +5 -1
- data/lib/rodzilla/resource/product.rb +2 -2
- data/lib/rodzilla/version.rb +1 -1
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MWEyYTNkNGU3NzI2ZDUxM2M2NzRhNDZkM2M0ODg2N2UwOGFmN2Q5Nw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MmM0YzliMjA4YTgxZjhkYTUzNTJhOTg4MTE0NGQ5MDVlZDRiOWU3ZQ==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NjY4MjRkOTgwZmMwYmQ2YmFkNTgxYzgxMTA3MmQzNDhjNjNhMWZhYTM2ZDY3
|
10
|
+
Nzg4NmYyZGYzM2NiY2ZhMjUyYjk3YWExMjA5YWIwZjFiNjgxZGI2ODFhZGIy
|
11
|
+
YzY2MGNmOWQ1NzBhYzU0MWIyNDU5MzU2MjRmNWVlZWZlM2UxZmM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NGVjNjZkY2VlN2MzZjQ4MzU5ODc3MDZjOWNmZGY4YTU3NzhkZjNiZDE0NmFh
|
14
|
+
NTI5MjI2ZTRlNWZlYzdmYWU1MWY5ZTVjYmRjZGJhMTVmNzI3NGIxYzI5YzNi
|
15
|
+
MmY3Yzg3MjJhN2I5OTU4NjFhNzc1N2U1MTNiNDY3ZTE3N2RhMDA=
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/README.md
CHANGED
@@ -21,6 +21,10 @@ Or install it yourself as:
|
|
21
21
|
|
22
22
|
$ gem install rodzilla
|
23
23
|
|
24
|
+
## Architecture
|
25
|
+
Rodzilla never sets any class variables for the Bugzilla Host URL (unlike activeresource), mainly because doing this allows you to
|
26
|
+
instantiate as many objects as you want and have them all access different Bugzilla Services in the same process without collision problems.
|
27
|
+
|
24
28
|
## Usage
|
25
29
|
|
26
30
|
````ruby
|
@@ -28,7 +32,7 @@ Or install it yourself as:
|
|
28
32
|
require "rodzilla"
|
29
33
|
service = Rodzilla::WebService.new("https://example.com", "username", "password")
|
30
34
|
product_ids = service.products.get_accessible_products
|
31
|
-
service.products.get_products(product_ids) #
|
35
|
+
service.products.get_products(product_ids) # Array of all products with names and extra info
|
32
36
|
|
33
37
|
# Find out specific information about required bug fields
|
34
38
|
service.bugs.fields
|
data/lib/rodzilla/version.rb
CHANGED
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|