gmail_gm_raw 0.4.3 → 0.4.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 21107bb95bf7958fd00ca24dbf4c04ca1e1d3368
4
- data.tar.gz: 599fbc0e88602f602429577701ed50cec92cdcb9
3
+ metadata.gz: 71d333b184ae8bc29594381c3549e0040179b3cc
4
+ data.tar.gz: 0270345bd51f243ef060c3a683feab27eaa67ce6
5
5
  SHA512:
6
- metadata.gz: 09d8b7c0eb10f1ed2fe72ef4d8a1bb8e314e56907872a7234656ff058b194808ae737a8b810dab47e3ae8f77402eac06b90997aa3ae52ddf62c2c3b5dd336242
7
- data.tar.gz: 80d4eee48e64d20073db279cbcb0dae0231e6df77dc67689093b81cc535902d03a928182439a4e68c51d033ba66ef8c9d81906e671eba640b0dca63182d6a3e1
6
+ metadata.gz: 87b432eafa8a8d059445224bbfb3e0d798dc556ae1723d1ee4dfc4091f25cea2d27ff8630537b5b9ad331108db1b1b1b1a4e37a5b132f0b80f0cd3f5c080b3c6
7
+ data.tar.gz: 0a08f1070808fcd4492e01d11fde7adc193b00cf76ebd6bfe5ab2acf0753f606c2e8c3841d4df96431bf7db134bdd5ade6bafd9782b520837a5d16cc4d751e12
data/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ Fork of gmail gem with gm raw support.
2
+
3
+ - [gmail_gm_raw](http://rubygems.org/gems/gmail_gm_raw)
4
+
1
5
  # GMail for Ruby
2
6
 
3
7
  A Rubyesque interface to Google's GMail, with all the tools you'll need. Search,
@@ -4,7 +4,7 @@ module GmailImapExtensions
4
4
 
5
5
  def self.patch_net_imap_response_parser(klass = Net::IMAP::ResponseParser)
6
6
  klass.class_eval do
7
- def msg_att
7
+ def msg_att(arg)
8
8
  match(Net::IMAP::ResponseParser::T_LPAR)
9
9
  attr = {}
10
10
  while true
@@ -1,3 +1,3 @@
1
1
  module Gmail
2
- VERSION = "0.4.3"
2
+ VERSION = "0.4.4"
3
3
  end # Gmail
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gmail_gm_raw
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Kowalik