texmailer 0.1 → 0.2.d

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,11 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: texmailer
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
4
+ prerelease: true
5
5
  segments:
6
6
  - 0
7
- - 1
8
- version: "0.1"
7
+ - 2
8
+ - d
9
+ version: 0.2.d
9
10
  platform: ruby
10
11
  authors:
11
12
  - Ayan Chakrabarti
@@ -13,7 +14,7 @@ autorequire:
13
14
  bindir: bin
14
15
  cert_chain: []
15
16
 
16
- date: 2010-08-19 00:00:00 -04:00
17
+ date: 2010-08-27 00:00:00 -04:00
17
18
  default_executable:
18
19
  dependencies:
19
20
  - !ruby/object:Gem::Dependency
@@ -57,9 +58,16 @@ files:
57
58
  - README
58
59
  - lib/texmailer/send.rb
59
60
  - lib/texmailer/config.rb
61
+ - lib/texmailer/iworker
60
62
  - lib/texmailer/drafts.rb
63
+ - lib/texmailer/js/jquery.autocomplete.js
64
+ - lib/texmailer/js/jquery.js
61
65
  - lib/texmailer/wapp.rb
66
+ - lib/texmailer/adbook.rb
67
+ - lib/texmailer/iview.rb
62
68
  - lib/texmailer/ca-bundle.crt
69
+ - lib/texmailer/rhtml/addrbook.jsn
70
+ - lib/texmailer/rhtml/reply.html
63
71
  - lib/texmailer/rhtml/header.html
64
72
  - lib/texmailer/rhtml/settings.html
65
73
  - lib/texmailer/rhtml/blankprev.html
@@ -87,11 +95,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
87
95
  version: 1.8.1
88
96
  required_rubygems_version: !ruby/object:Gem::Requirement
89
97
  requirements:
90
- - - ">="
98
+ - - ">"
91
99
  - !ruby/object:Gem::Version
92
100
  segments:
93
- - 0
94
- version: "0"
101
+ - 1
102
+ - 3
103
+ - 1
104
+ version: 1.3.1
95
105
  requirements:
96
106
  - tex4ht and htlatex
97
107
  - msmtp from (http://msmtp.sourceforge.net/)