book_tracker 0.1.0

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 (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 5bac6eef8122665cf5b32f82abadd6e0be554744
4
+ data.tar.gz: 579e1985c2d7b5f0bcc41a7106f55d36611b0dd2
5
+ SHA512:
6
+ metadata.gz: b1555c89a3b695bc21ff095fe02aa85f02c0b3eaadcbb0cff1c73a6c0f6736177460ee3c9b6b02540921810bedde3ecaaa8b0340469fd351d8e65079641e6501
7
+ data.tar.gz: 409a5d0c850b8562d8291bad5359484d9c7cf659ead6e83ca165bbb2370076dbf1a7beaf45f507bb899f568f9137a957774f4fa45557a23ba92269059da40f00
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: book_tracker
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Ken Holmquist
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-04-13 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - madifana@yahoo.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files: []
20
+ homepage: https://github.com/madifana/book_tracker-master
21
+ licenses: []
22
+ metadata: {}
23
+ post_install_message:
24
+ rdoc_options: []
25
+ require_paths:
26
+ - lib
27
+ required_ruby_version: !ruby/object:Gem::Requirement
28
+ requirements:
29
+ - - ">="
30
+ - !ruby/object:Gem::Version
31
+ version: '0'
32
+ required_rubygems_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ requirements: []
38
+ rubyforge_project:
39
+ rubygems_version: 2.6.8
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: This application allows a user to create an account that can be logged into
43
+ and out of, list books that have been read, view a list of those books, and update
44
+ or delete any books listed.
45
+ test_files: []