jmcarbo-imapstore 0.3.0 → 0.4.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 (5) hide show
  1. data/README.rdoc +4 -0
  2. data/Rakefile +1 -0
  3. data/bin/imapstore +2 -0
  4. data/lib/imapstore.rb +1 -1
  5. metadata +10 -1
@@ -32,6 +32,10 @@ store.
32
32
 
33
33
  == INSTALL:
34
34
 
35
+ # First make sure you have the latest version of gem
36
+
37
+ gem update --system
38
+
35
39
  # add githum gem repository if you haven't done so
36
40
 
37
41
  gem sources -a http://gems.github.com
data/Rakefile CHANGED
@@ -9,6 +9,7 @@ $hoe = Hoe.new('imapstore', IMAPSTORE::VERSION) do |p|
9
9
  #p.post_install_message = 'PostInstall.txt' # TODO remove if post-install message not required
10
10
  p.rubyforge_name = p.name # TODO this is default value
11
11
  p.extra_deps = [
12
+ ['rdoc','>= 2.2.0'],
12
13
  ['tmail','>= 1.2.3'],
13
14
  ['getoptions','>= 0.1']
14
15
  ]
@@ -4,6 +4,8 @@ $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + "/../lib"))
4
4
  require 'rubygems'
5
5
  require 'imapstore'
6
6
  require 'getoptions'
7
+ #old versions of ruby require this
8
+ require 'rdoc/ri/ri_paths'
7
9
 
8
10
  COMMAND_LIST = ['ls', 'rm', 'put', 'get', 'rmdir', 'mkdir', 'quota', 'setup' ]
9
11
  opt = GetOptions.new(%w( help subject=s command=s dir=s files=@s recursive! versioned! all! imapstore:s x! ))
@@ -4,6 +4,6 @@ $:.unshift(File.dirname(__FILE__)) unless
4
4
  require 'imapstore/imapstore.rb'
5
5
 
6
6
  module IMAPSTORE
7
- VERSION = '0.3.0'
7
+ VERSION = '0.4.0'
8
8
 
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jmcarbo-imapstore
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joan Marc Carbo Arnau
@@ -12,6 +12,15 @@ cert_chain: []
12
12
  date: 2009-01-10 00:00:00 -08:00
13
13
  default_executable: imapstore
14
14
  dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: rdoc
17
+ version_requirement:
18
+ version_requirements: !ruby/object:Gem::Requirement
19
+ requirements:
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 2.2.0
23
+ version:
15
24
  - !ruby/object:Gem::Dependency
16
25
  name: tmail
17
26
  version_requirement: