ZagorskiADT 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
  SHA1:
3
- metadata.gz: a13b07ff338071374da71e2aa74edd00bb82e89b
4
- data.tar.gz: 135869779c3be728a9c9b6583c2f35b465c35227
3
+ metadata.gz: 0a4b163da0acf5bd8ba37f2cadd328a8356641f2
4
+ data.tar.gz: 095743f718d15a2b5a6ffc82f988a1e4de076c37
5
5
  SHA512:
6
- metadata.gz: 2972188af44c18a2c670353833c476d30a8530b6e587153ac80eb3a3d6a5465a2c1fc203030bf5d67b4d642029e769efe8535fccbc53c37ece366d79754fc1c4
7
- data.tar.gz: eb34948b602176e0e8f7e524bc3bb461a4c61806d883651c52773706aabc0f331fb18cff76c2832a166a1b803a7834950af7012993db41d92ea87e8eafd3811c
6
+ metadata.gz: 210121334ccd15e58d9a6f5f8bc3f6fe719b2c181e79b24a87afc5532670b4ac400383a19b7af8c51e9d706cce7ee4e35cda0881d0eb5fd1d52f4081834acdc7
7
+ data.tar.gz: e4a03bc923baed6c4ec919cdba4db3b9e6e97a833a299232b4d11e62ae1d68c8508c36e9e971ebef543c1ec1ad69ded723efaca9e1f44f5e2dc0775a45b26c68
data/README.md CHANGED
@@ -20,7 +20,7 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
- ZagorskiADT::ADT.help will return a list of objects in the collection, as well as a brief description of each type.
23
+ ZagorskiADT::ADT::help will return a list of objects in the collection, as well as a brief description of each type.
24
24
 
25
25
  I also made a "help" function for each Data Type. Type ZagorskiADT::StackQueue.help get a list of functions for the StackQueue, and so on.
26
26
 
data/credentials ADDED
@@ -0,0 +1,2 @@
1
+ ---
2
+ :rubygems_api_key: 43dd33b099225354ebfa37ea7589070c
@@ -1,3 +1,3 @@
1
1
  module ZagorskiADT
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
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.0
4
+ version: 0.1.1
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-29 00:00:00.000000000 Z
11
+ date: 2016-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -59,7 +59,6 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
- - ".DS_Store"
63
62
  - ".gitignore"
64
63
  - ".rspec"
65
64
  - ".travis.yml"
@@ -71,11 +70,9 @@ files:
71
70
  - ZagorskiADT.gemspec
72
71
  - bin/console
73
72
  - bin/setup
74
- - lib/.DS_Store
73
+ - credentials
75
74
  - lib/ADT_requireables.rb
76
75
  - lib/ZagorskiADT.rb
77
- - lib/ZagorskiADT/.DS_Store
78
- - lib/ZagorskiADT/AbstractDataTypes/.DS_Store
79
76
  - lib/ZagorskiADT/AbstractDataTypes/ADT.rb
80
77
  - lib/ZagorskiADT/AbstractDataTypes/MinMaxStack.rb
81
78
  - lib/ZagorskiADT/AbstractDataTypes/MinMaxStackQueue.rb
data/.DS_Store DELETED
Binary file
data/lib/.DS_Store DELETED
Binary file
Binary file