ZagorskiADT 0.1.1 → 0.1.2

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: 0a4b163da0acf5bd8ba37f2cadd328a8356641f2
4
- data.tar.gz: 095743f718d15a2b5a6ffc82f988a1e4de076c37
3
+ metadata.gz: c8f0028c3bf33623e5599a5ed2a3d923f3033e70
4
+ data.tar.gz: e0b1da92bb316b01fab8689855779673d1e43669
5
5
  SHA512:
6
- metadata.gz: 210121334ccd15e58d9a6f5f8bc3f6fe719b2c181e79b24a87afc5532670b4ac400383a19b7af8c51e9d706cce7ee4e35cda0881d0eb5fd1d52f4081834acdc7
7
- data.tar.gz: e4a03bc923baed6c4ec919cdba4db3b9e6e97a833a299232b4d11e62ae1d68c8508c36e9e971ebef543c1ec1ad69ded723efaca9e1f44f5e2dc0775a45b26c68
6
+ metadata.gz: 706a415fc854edabfd8f7e73bd46f9def541148715c999150a4804eaf9212b5066645124338650b8bba413c353234cd415600f446e755da61d160271394a79ca
7
+ data.tar.gz: c56220b24dfe7620d6c8bdd9120bc8cf0db50525b8d911074b9686e514f0cbe811f35b83dbc9d2842f1f85d311fa9eacc8f7119f75db382e1cc5f9e05d1da1a9
data/ZagorskiADT.gemspec CHANGED
@@ -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 Stack, Queue, StackQueue, MinMaxStack, and MinMaxStackQueue.}
13
+ spec.description = %q{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
 
@@ -9,7 +9,7 @@ module ZagorskiADT
9
9
  puts "-MinMaxStack, a Stack that can return Min and Max in constant time"
10
10
  puts "-MinMaxStackQueue, a Queue that can return Min and Max in constant time"
11
11
  puts ""
12
- puts "Type Stack.help for a list of Stack functions, and so on."
12
+ puts "Type ZagorskiADT::Stack::help for a list of Stack functions, and so on."
13
13
  end
14
14
  end
15
15
  end
@@ -1,3 +1,3 @@
1
1
  module ZagorskiADT
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
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.1
4
+ version: 0.1.2
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-03-30 00:00:00.000000000 Z
11
+ date: 2016-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,7 +52,8 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: Includes Stack, Queue, StackQueue, MinMaxStack, and MinMaxStackQueue.
55
+ description: 'Includes the following Advanced Data Types: Stack, Queue, StackQueue,
56
+ MinMaxStack, and MinMaxStackQueue.'
56
57
  email:
57
58
  - benj@zagorski.com
58
59
  executables: []