acorns-rds-auth 1.0.0 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: edff6c512aa7001a8a263f0c7ed9dad2a041ee1a
4
- data.tar.gz: 7b4e3564e17d0a655a6fd86ba139e4a8030cef3d
3
+ metadata.gz: 74d46d8a3b9be473d55663aa31cba820385ad172
4
+ data.tar.gz: 5334a66ffbfcc9ac58b6f94685adb62602d85511
5
5
  SHA512:
6
- metadata.gz: 05b1abdab386799b5143d314d1c8c07f9238d291c0e128da4453ad0c8a290bb4bfbf5d65cd7661f6ab97ecc9abda6df7a107ec590826b73af65987c16aee3a99
7
- data.tar.gz: d98515021a4d7fd01de11329185bf3ef7a3c65fd8912f7730c3188b28d752e39c57b6e5d51ecbe0820283d1b0f74d453fa851433b8c4a8b742efa65d6ed0577e
6
+ metadata.gz: 9ac384f5422dd5fc4484d38825de193fa7b8f899cfb5eb8564f224a2de16fcaf314bfcca607d30661a07af7dd51be17f35e92fd3fdeca2cf5c179716d0ee9b3f
7
+ data.tar.gz: 2f6e89661a9d63bb3a9ec028c7de61b51de3daee5c26574e27155b6c16e46fd7295cb6fdbdcb7f492eb82a104398c805710f3eb52970245901f389321fc543c5
data/.gitignore ADDED
@@ -0,0 +1 @@
1
+ *.gem
data/bin/acorns-rds-auth CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "rubygems"
4
- require "bundler/setup"
4
+ # require "bundler/setup"
5
5
  require "acorns-rds-auth"
6
6
 
7
7
  AcornsRdsAuth::CLI.start
@@ -1,3 +1,3 @@
1
1
  module AcornsRdsAuth
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acorns-rds-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitch Dempsey
@@ -114,6 +114,7 @@ executables:
114
114
  extensions: []
115
115
  extra_rdoc_files: []
116
116
  files:
117
+ - ".gitignore"
117
118
  - Gemfile
118
119
  - Gemfile.lock
119
120
  - README.md