ZagorskiADT 0.1.3 → 0.1.4

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: 7ed342bcd3f816c832ff5c064a7b2560db12f115
4
- data.tar.gz: 9b5ac99654e82a52e6799760416d5e67803fd6f7
3
+ metadata.gz: 3fe457ec8ab2df9698d73d6a155c091cd1ccdf21
4
+ data.tar.gz: c0a02f4a747f1201023a669e974e0d0119200145
5
5
  SHA512:
6
- metadata.gz: c4331219f973900bf14c572dc901ae82f28440ed912d38ed395a5433030f77650e315c796f22f11185c61edfced87179f046edaad3eaa452f04b40ed3ad30055
7
- data.tar.gz: bb55f1a97bfb50ab17b95dfb262e96307ae330ab278a1c32c318c3748b1deda7d33c78e358c259d09a0b4628682dc97d7271991d98c3b0c95fb327cb51cb43b5
6
+ metadata.gz: 146747d601ebaa30512b2dc152f0f2e6f9414b8f5116584c2e962898e7dc07f67ef77813e12a1074d17fdda4ec6521c08f8f08beb87362cfd4dfdcabb0792ff7
7
+ data.tar.gz: 4925366cc302217a2dca2e44f2f3afdf753a06259a2a865b6e3e1fd3eaf7e19e6fed715e373531479dd42dda5b0588c9a2e0ca3f6ab90bc9e8a1c64584ddd58f
data/.DS_Store CHANGED
Binary file
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["benj@zagorski.com"]
11
11
 
12
12
  spec.summary = %q{Zagorski ADT is a collection of data types that are not included in the standard Ruby library.}
13
- spec.description = %q{Includes the following Advanced Data Types: Stack, Queue, StackQueue, MinMaxStack, and MinMaxStackQueue.}
13
+ spec.description = %q{OUTOFDATE: This gem has been renamed to "zadt", and can be found at "https://rubygems.org/gems/zadt". I suggest you switch to zadt, as it is the most updated version. All further notes are from a previous version: Includes the following Advanced Data Types: Stack, Queue, StackQueue, MinMaxStack, and MinMaxStackQueue.}
14
14
  spec.homepage = "https://github.com/MrMicrowaveOven/ZagorskiADT.git"
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module ZagorskiADT
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ZagorskiADT
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Zagorski
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-02 00:00:00.000000000 Z
11
+ date: 2016-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,8 +52,10 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: 'Includes the following Advanced Data Types: Stack, Queue, StackQueue,
56
- MinMaxStack, and MinMaxStackQueue.'
55
+ description: 'OUTOFDATE: This gem has been renamed to "zadt", and can be found at
56
+ "https://rubygems.org/gems/zadt". I suggest you switch to zadt, as it is the most
57
+ updated version. All further notes are from a previous version: Includes the following
58
+ Advanced Data Types: Stack, Queue, StackQueue, MinMaxStack, and MinMaxStackQueue.'
57
59
  email:
58
60
  - benj@zagorski.com
59
61
  executables: []