active_jira 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/active_jira.rb +11 -0
  3. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: b662ee768e940dae7596348e6ce39a06b96a5462
4
+ data.tar.gz: 673ec96d681dcc4f05ccfdf4d31327bda316f955
5
+ SHA512:
6
+ metadata.gz: 8a6bdd3a3aa2930afd7fe19cc4b92e77ab31d26182ec394516f7329bda5953dd408a584d9e1854694a317f79d6e75b041a77a9968b8436ec8a88a30c0fb59399
7
+ data.tar.gz: 49d3de9b611027b74242fe3d11e97272df289884665acb95e94a7bed15c7891d407e7a38bb9d755e37eece3c661dc4ef002decc4cd033a1b8baa1db529169c99
@@ -0,0 +1,11 @@
1
+
2
+
3
+ class ActiveJira
4
+ VERSION = '0.0.0'
5
+
6
+ def self.version
7
+ VERSION
8
+ end
9
+
10
+
11
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: active_jira
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Abraham Alvarez
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-06-01 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Create, Read, Update and Delete your JIRA issues from the command line
14
+ email: abrahamalvarez91@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/active_jira.rb
20
+ homepage: http://rubygems.org/gems/active_jira
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.6.14
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: A gem to manage your jira issues from the command line
44
+ test_files: []