secretsanta 1.1.0 → 1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/lib/secretsanta.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4d303454bdb8a9514390fca95bf5345fb4130594911d1c743e39b0e554ccb2ce
4
- data.tar.gz: f95b26a7fa26c01f1c935f9bc38abdd6d0039d6bee49b02094e03a639b55fe46
3
+ metadata.gz: f871944ef321b296d9b31b66e6718f37100ff973fccc58eb432d0ec0e3365b63
4
+ data.tar.gz: a75aade5baa541e615353b346eef97eeb8aeab0005ac787a1e9ba4929f3f8678
5
5
  SHA512:
6
- metadata.gz: 8a7897f0595fefe1cf45e7cb7617948673db4f5d778c753279e31a34feda9d1a3418e7cdaba867be2873599ede680ee9c23318b9c132c766d861f65ee24406f0
7
- data.tar.gz: 458aacc92f2bda8efbaf0d4f392283d4eedc71ac5143a1e46a395aa2907de1506f4a9f37df76d482a2a705a0b0e5553de205b5c21eef3c38baecea87d7880c7c
6
+ metadata.gz: 934ce126baaabeda8f9d3a5951873f7806ed0a16d7102b09c13f32e6adff66670167f62e6cc150c1f64a690859de7a1c210616052e775a54bb8ed0cf459b8455
7
+ data.tar.gz: 4da58fb51b114f9a085dad6980704df8d6a1a123f89fa5b73e2a6fe793d08daf671c601fb3a49b4d195eb7dff05b43d31ae1691e981bfe1736485e3cf8c67c6d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- secretsanta (1.1.0)
4
+ secretsanta (1.1.1)
5
5
  dotenv (~> 2.5)
6
6
  twilio-ruby (~> 5.17)
7
7
 
data/lib/secretsanta.rb CHANGED
@@ -5,7 +5,7 @@ require 'twilio-ruby'
5
5
  class SecretSanta
6
6
  class Error < StandardError; end
7
7
 
8
- VERSION = '1.1.0'
8
+ VERSION = '1.1.1'
9
9
 
10
10
  def initialize(options)
11
11
  @dry_run = options.dry_run
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: secretsanta
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ty-Lucas Kelley