wubmail 0.1 → 1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/wubmail +1 -0
  2. metadata +2 -2
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
+ $:.unshift File.dirname(__FILE__) + '/../lib/'
2
3
  require 'wubmail'
3
4
 
4
5
  abort "Usage: #{File.basename($0)} [-s] templatefile peoplecsv" if ARGV.size < 2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wubmail
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.1"
4
+ version: "1.0"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sunny Ripert
@@ -24,7 +24,7 @@ extra_rdoc_files: []
24
24
  files:
25
25
  - lib/wubmail.rb
26
26
  - bin/wubmail
27
- has_rdoc: false
27
+ has_rdoc: true
28
28
  homepage: http://github.com/sunny/wubmail
29
29
  licenses: []
30
30