IcentrisJira 0.0.6 → 0.0.7
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
- data/IcentrisJira.gemspec +2 -2
- data/README.md +12 -0
- data/lib/IcentrisJira/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MjQxYjMwZDIxOWE1ZmEyMDFjYjBmM2U1ODUwNWUwYzMyYzA4NTJlNg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YzRlM2QzMzdkNDBmMWRhODFkMmRiYTY3MThkYWUzODUyZjI1ZTAyZA==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZDRiOTE4NjdjZWJhYzhmMzI0MTU1ZWZmZWNhYzkwODJiNTc2NjIzMjU3MjQy
|
|
10
|
+
NzgyZDJlZDQ2YmY1NDUzMTQ4YTc4ZDE5NjlkZDg0NjcwOTk2YzdjY2Y4Njk2
|
|
11
|
+
NDg5MDZjOWE0NWQzM2ZiMmZkOWJhODFjZTI1NDQyZmM0OWIwNzE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NGRkNTIyMTQyNmQ2YTMyMThmMWY2NmEyOTJiOWM2ZmU1OTQ5NTk5MGI0NzM2
|
|
14
|
+
YWQwMjZmMDM5NWJmZjhlZTViYWY1MmY4NWQzZjdmYjE0Njc4NTg2NTNkODA1
|
|
15
|
+
OGY3YzI4NWQ0MTk3OWE5OTgyYmE0YmU0ODI1MjE5YmM4MTNjZmY=
|
data/IcentrisJira.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = IcentrisJira::VERSION
|
|
9
9
|
spec.authors = ["Sai Ponduru"]
|
|
10
10
|
spec.email = ["sai_ponduru@yahoo.com"]
|
|
11
|
-
spec.description = %q{Authenticate and get
|
|
12
|
-
spec.summary = %q{
|
|
11
|
+
spec.description = %q{Authenticate and get information from Jira}
|
|
12
|
+
spec.summary = %q{Talk to Jira REST API using basic authentication}
|
|
13
13
|
spec.homepage = ""
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
data/README.md
CHANGED
|
@@ -19,6 +19,18 @@ Or install it yourself as:
|
|
|
19
19
|
## Usage
|
|
20
20
|
|
|
21
21
|
TODO: Write usage instructions here
|
|
22
|
+
There is only 1 method in this gem - getJSON
|
|
23
|
+
|
|
24
|
+
Usage:
|
|
25
|
+
IcentrisJira::getJSON jira_rest_api_url, username, password
|
|
26
|
+
|
|
27
|
+
jira_rest_api_url will be different for different purposes.
|
|
28
|
+
|
|
29
|
+
For example - To Authenticate, jira_rest_api_url should be:
|
|
30
|
+
'https://jira2.icentris.com/jira/rest/api/2/user?username=' + username
|
|
31
|
+
|
|
32
|
+
So the call will look like this:
|
|
33
|
+
jira_response = IcentrisJira::getJSON('https://jira2.icentris.com/jira/rest/api/2/user?username=' + username, username, password)
|
|
22
34
|
|
|
23
35
|
## Contributing
|
|
24
36
|
|
data/lib/IcentrisJira/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: IcentrisJira
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sai Ponduru
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - ! '>='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
|
-
description: Authenticate and get
|
|
41
|
+
description: Authenticate and get information from Jira
|
|
42
42
|
email:
|
|
43
43
|
- sai_ponduru@yahoo.com
|
|
44
44
|
executables: []
|
|
@@ -76,5 +76,5 @@ rubyforge_project:
|
|
|
76
76
|
rubygems_version: 2.0.3
|
|
77
77
|
signing_key:
|
|
78
78
|
specification_version: 4
|
|
79
|
-
summary:
|
|
79
|
+
summary: Talk to Jira REST API using basic authentication
|
|
80
80
|
test_files: []
|