vmail 0.4.1 → 0.4.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.
data/Rakefile CHANGED
@@ -14,7 +14,7 @@ end
14
14
 
15
15
  desc "git push and rake release bumped version"
16
16
  task :bumped do
17
- `git commit -a -m'bump' && git push && rake release`
17
+ puts `git commit -a -m'bump' && git push && rake release`
18
18
  end
19
19
 
20
20
  desc "Run tests"
@@ -280,7 +280,6 @@ module Vmail
280
280
  x = [(@start_index - limit), 0].max
281
281
  y = [@start_index - 1, 0].max
282
282
  @start_index = x
283
- log "fetch_envelopes @ids[#{x}..#{y}]"
284
283
  res = fetch_envelopes(@ids[x..y])
285
284
  add_more_message_line(res, @ids[x])
286
285
  end
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
@@ -23,10 +23,6 @@
23
23
 
24
24
  <div class="sidebar">
25
25
 
26
- <h4>share this</h4>
27
-
28
- <span class="st_twitter_large" displayText="Tweet"></span><span class="st_facebook_large" displayText="Facebook"></span><span class="st_ybuzz_large" displayText="Yahoo! Buzz"></span><span class="st_gbuzz_large" displayText="Google Buzz"></span><span class="st_email_large" displayText="Email"></span><span class="st_sharethis_large" displayText="ShareThis"></span>
29
-
30
26
  <h4>links</h4>
31
27
  <ul>
32
28
  <li><a href="https://github.com/danchoi/vmail">github repo</a></li>
@@ -34,6 +30,10 @@
34
30
  <li><a href="https://github.com/danchoi/vmail/issues">issue tracker</a></li>
35
31
  <li><a href="http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=vmail+vim#hl=en&tbo=1&tbs=mbl:1,mbl_sv:0&q=link:http://danielchoi.com/software/vmail.html&sa=X&ei=iw0JTYnsPMT_lgfgvMC1AQ&ved=0CAUQ6QcwCg&fp=1&cad=b">web reactions</a></li>
36
32
  </ul>
33
+ <h4>share this</h4>
34
+
35
+ <span class="st_twitter_large" displayText="Tweet"></span><span class="st_facebook_large" displayText="Facebook"></span><span class="st_ybuzz_large" displayText="Yahoo! Buzz"></span><span class="st_gbuzz_large" displayText="Google Buzz"></span><span class="st_email_large" displayText="Email"></span><span class="st_sharethis_large" displayText="ShareThis"></span>
36
+
37
37
  </div>
38
38
 
39
39
  </div>
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 1
9
- version: 0.4.1
8
+ - 2
9
+ version: 0.4.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi