recon_tools 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5569c3da1aed08b4c3aebecd24ffc7fc835d3ff15bf4834d0b4e1216b5d0d87b
4
- data.tar.gz: 7a3df1fe4067f8e9a12b1c2f2cd8e1d90bae71e3c930330d05b90f30cfb840dd
3
+ metadata.gz: e8f0db2e7ea5e0d7a2185aac328d78592aeaa3afb6a3ccba223026100c6138c4
4
+ data.tar.gz: 0160d608bf9fe5a5e208d00124fef5436bb27d5cb8e4bcf45defe59fb3d78a78
5
5
  SHA512:
6
- metadata.gz: 62be24d6d7835681cf131eca7795e3bd29b6850beebe40ff287266c955aa0b2b93d96dffe87297857c363b7e1155e77264ff119e7c5750abb743280af1d1fd84
7
- data.tar.gz: 8cc24f10e651970b1d57fe93e2fd00d89d27a8be38f105fdf49ac5eeec365bc8cbf75170ba7d188358af1c4528247cea657815c78c6ad68c623db2dc21daa182
6
+ metadata.gz: d837abca27ae1bd9b8b10cd161f305756697bf5246850b6280c5d1d1ce49625c92ee3713ca46be09c88faee77b86a4b87479fa1c9134426bb8fc9fb4ee826e60
7
+ data.tar.gz: 8f205e8192cd3581b1c1bec7ba31454817d8176d041583cfc7ab94a06c28b4142b5285d492ef9b6e8b9bf5e7b1a0e4584fc449e0352638b23c450a29707ad307
@@ -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
 
@@ -1,3 +1,3 @@
1
1
  module ReconTool
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
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/recon_recontool'
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.0
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-07 00:00:00.000000000 Z
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/recon_recontool
144
+ homepage: https://github.com/coder-chris/recon_tools
145
145
  licenses:
146
146
  - MIT
147
147
  metadata: {}