recon_tools 0.1.0 → 0.1.1
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/lib/recon_services.rb +2 -2
- data/lib/recon_tools/version.rb +1 -1
- data/recon_tools.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e8f0db2e7ea5e0d7a2185aac328d78592aeaa3afb6a3ccba223026100c6138c4
|
4
|
+
data.tar.gz: 0160d608bf9fe5a5e208d00124fef5436bb27d5cb8e4bcf45defe59fb3d78a78
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d837abca27ae1bd9b8b10cd161f305756697bf5246850b6280c5d1d1ce49625c92ee3713ca46be09c88faee77b86a4b87479fa1c9134426bb8fc9fb4ee826e60
|
7
|
+
data.tar.gz: 8f205e8192cd3581b1c1bec7ba31454817d8176d041583cfc7ab94a06c28b4142b5285d492ef9b6e8b9bf5e7b1a0e4584fc449e0352638b23c450a29707ad307
|
data/lib/recon_services.rb
CHANGED
@@ -11,8 +11,8 @@ class ReconServices
|
|
11
11
|
token = ENV['RECON_TOOLS_JIRA_TOKEN']
|
12
12
|
email = ENV['RECON_TOOLS_JIRA_EMAIL']
|
13
13
|
#if token="" or email= ""
|
14
|
-
assert_not_equal nil, token, "Token not set as environment variable"
|
15
|
-
assert_not_equal nil, email, "email not set as environment variable"
|
14
|
+
#assert_not_equal nil, token, "Token not set as environment variable"
|
15
|
+
#assert_not_equal nil, email, "email not set as environment variable"
|
16
16
|
jira_connect = JiraConnect.new(email, token)
|
17
17
|
|
18
18
|
|
data/lib/recon_tools/version.rb
CHANGED
data/recon_tools.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.email = ['coder-chris-github@gmail.com']
|
10
10
|
spec.summary = 'recon_tools: Tools to support importing, exporting and reconciliation of data'
|
11
11
|
spec.description = 'recon_tools: Tools to support importing, exporting and reconciliation of data from JIRA, GoogleSheets and more..'
|
12
|
-
spec.homepage = 'https://github.com/coder-chris/
|
12
|
+
spec.homepage = 'https://github.com/coder-chris/recon_tools'
|
13
13
|
spec.license = 'MIT'
|
14
14
|
spec.platform = Gem::Platform::RUBY
|
15
15
|
spec.required_ruby_version = '>= 2.5.0'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: recon_tools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Rowe
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-11-
|
11
|
+
date: 2021-11-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -141,7 +141,7 @@ files:
|
|
141
141
|
- lib/recon_tools/jira_connect.rb
|
142
142
|
- lib/recon_tools/version.rb
|
143
143
|
- recon_tools.gemspec
|
144
|
-
homepage: https://github.com/coder-chris/
|
144
|
+
homepage: https://github.com/coder-chris/recon_tools
|
145
145
|
licenses:
|
146
146
|
- MIT
|
147
147
|
metadata: {}
|