the_only_event_reporter_ever 0.0.1 → 0.0.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.
- data/README.md +13 -6
- data/lib/event_reporter/version.rb +1 -1
- metadata +10 -11
data/README.md
CHANGED
@@ -4,21 +4,28 @@ EventReporter is a CSV parser and sorter. you can load a CSV and then search it.
|
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
7
|
-
$ gem install
|
7
|
+
$ gem install the_only_event_reporter_ever
|
8
8
|
|
9
9
|
$ gem list event_reporter -d
|
10
10
|
|
11
11
|
## Usage
|
12
12
|
|
13
|
-
|
13
|
+
After installation run:
|
14
|
+
$ event_reporter
|
14
15
|
|
15
|
-
Type '
|
16
|
+
Then Type 'load <filename>' to load records from a CSV
|
16
17
|
|
17
|
-
|
18
|
+
$ Load event_attendees.csv
|
18
19
|
|
19
|
-
|
20
|
+
Try these commands
|
20
21
|
|
21
|
-
|
22
|
+
$ Find first_name sarah
|
23
|
+
|
24
|
+
$Queue Print
|
25
|
+
|
26
|
+
$Queue Save to <filename>
|
27
|
+
|
28
|
+
### Saving the queue accepts extensions JSON, XML, TXT, CSV.
|
22
29
|
|
23
30
|
## Contributing
|
24
31
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: the_only_event_reporter_ever
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -28,15 +28,14 @@ dependencies:
|
|
28
28
|
- !ruby/object:Gem::Version
|
29
29
|
version: 1.5.6
|
30
30
|
description: ! "# EventReporter\n\nEventReporter is a CSV parser and sorter. you can
|
31
|
-
load a CSV and then search it. \n\n## Installation\n\n $ gem install
|
32
|
-
\ $ gem list event_reporter -d\n\n## Usage\n\
|
33
|
-
to load
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
Create new Pull Request\n"
|
31
|
+
load a CSV and then search it. \n\n## Installation\n\n $ gem install the_only_event_reporter_ever\n\n
|
32
|
+
\ $ gem list event_reporter -d\n\n## Usage\n\nAfter installation run:\n $ event_reporter\n\nThen
|
33
|
+
Type 'load <filename>' to load records from a CSV\n\n $ Load event_attendees.csv\n\nTry
|
34
|
+
these commands\n\n $ Find first_name sarah\n\n $Queue Print\n\n $Queue
|
35
|
+
Save to <filename> \n\n### Saving the queue accepts extensions JSON, XML, TXT, CSV.\n\n##
|
36
|
+
Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3.
|
37
|
+
Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch
|
38
|
+
(`git push origin my-new-feature`)\n5. Create new Pull Request\n"
|
40
39
|
email:
|
41
40
|
- blair81@gmail.com
|
42
41
|
executables:
|
@@ -58,7 +57,7 @@ files:
|
|
58
57
|
- lib/event_reporter.rb
|
59
58
|
- LICENSE.txt
|
60
59
|
- README.md
|
61
|
-
homepage:
|
60
|
+
homepage: https://github.com/blairand/event_reporter_final
|
62
61
|
licenses: []
|
63
62
|
post_install_message:
|
64
63
|
rdoc_options: []
|