sredder 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -6,17 +6,17 @@ Sred the gnarl of tracking the wriketious deeds.
6
6
 
7
7
  Installation via the command line:
8
8
 
9
- $ gem install sredder, :git => 'git@github.com:CloudClinic/sredder.git'
9
+ $ gem install sredder
10
10
 
11
11
  ## Usage
12
12
 
13
- TODO: Write usage instructions here
14
-
15
- ## Contributing
16
-
17
- 1. Fork it
18
- 2. Create your feature branch (`git checkout -b my-new-feature`)
19
- 3. Commit your changes (`git commit -am 'Add some feature'`)
20
- 4. Push to the branch (`git push origin my-new-feature`)
21
- 5. Create new Pull Request
22
-
13
+ ```
14
+ Usage: sredder [options]
15
+ -t, --title TITLE The TITLE field to add to the wrike task
16
+ -m, --message MESSAGE The MESSAGE field to add to the wrike task
17
+ -h, --hours N The number of HOURS spent on the task
18
+ -d, --date DATE The DATE (YY/MM/DD) on which the task was performed (default today)
19
+ -f, --folder FOLDER The wrike FOLDER in which to place the task (default Programming)
20
+ --help Show this message
21
+ --version Show version
22
+ ```
data/lib/sredder/util.rb CHANGED
@@ -10,8 +10,7 @@ module Sredder
10
10
  # just block execution until the user hits ENTER
11
11
  def self.wait_for_input
12
12
  puts 'Press ENTER to continue...'
13
- sleep 4
14
- gets
13
+ $stdin.gets
15
14
  end
16
15
 
17
16
  end
@@ -1,3 +1,3 @@
1
1
  module Sredder
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: sredder
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Matthew Robertson
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-19 00:00:00.000000000 Z
12
+ date: 2012-12-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  version_requirements: !ruby/object:Gem::Requirement