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.
Files changed (3) hide show
  1. data/README.md +13 -6
  2. data/lib/event_reporter/version.rb +1 -1
  3. 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 event_reporter
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
- run $ event_reporter
13
+ After installation run:
14
+ $ event_reporter
14
15
 
15
- Type 'Load' to load the records from the CSV
16
+ Then Type 'load <filename>' to load records from a CSV
16
17
 
17
- Type 'Find first_name sarah' to find all users with first name sarah
18
+ $ Load event_attendees.csv
18
19
 
19
- Type 'Queue Print' to see the names that were found.
20
+ Try these commands
20
21
 
21
- Type 'Queue Save to <filename>' to save the records in the queue.JSON, XML, TXT, CSV are acceptable extensions.
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
 
@@ -1,3 +1,3 @@
1
1
  module EventReporter
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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 event_reporter\n\n
32
- \ $ gem list event_reporter -d\n\n## Usage\n\nrun $ event_reporter\n\nType 'Load'
33
- to load the records from the CSV\n\nType 'Find first_name sarah' to find all users
34
- with first name sarah\n\nType 'Queue Print' to see the names that were found. \n\nType
35
- 'Queue Save to <filename>' to save the records in the queue.JSON, XML, TXT, CSV
36
- are acceptable extensions. \n\n## Contributing\n\n1. Fork it\n2. Create your feature
37
- branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am
38
- 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5.
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: http://blairbuilds.herokuapp.com
60
+ homepage: https://github.com/blairand/event_reporter_final
62
61
  licenses: []
63
62
  post_install_message:
64
63
  rdoc_options: []