kuvert 0.0.1 → 0.0.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/kuvert.gemspec +1 -1
  3. data/lib/kuvert.rb +1 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c8954c2b806b2e4ecdea6b2b3e897e618424c756
4
- data.tar.gz: e06e1405adf0777d7ea12e6be06ced1fbacd6a38
3
+ metadata.gz: ce585d1755d3e2caebf1102e3c0db8fe2e849935
4
+ data.tar.gz: a9df47681977c73c5b5a870f5ad5697e36303a41
5
5
  SHA512:
6
- metadata.gz: da810f127283d91127053e78c6a2edff3d7b273c8613ae431519ef350241a9303112cdbc0ad4418a918fa9be5b06949cd267e0ea2a54b45763c9148cccf3a298
7
- data.tar.gz: 6f8f63c165c89c8bd959cff74be1154a129b27d7e87f88146f575d4df4ea556fca3173d081036d8ea7e593a8603cbeee928e1406381b4c529d063577042bc9fc
6
+ metadata.gz: 6fb3ffdcd3f57a2ab82fa8b0ef7a9d5575fd5ff785d432fa267b276f73515a9e18f893cb6b5ba9a9617f86000cc171d50840cf9049fb6e392f5479e77066fe32
7
+ data.tar.gz: 30fe183ddfce5332b5305ecee7115d416e188ef393914b93775771638f23a590759d0a787c8e98d790710720ffe6c55196c40f0d598071f3b2cbf8f7eec98f31
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "kuvert"
3
- s.version = "0.0.1"
3
+ s.version = "0.0.2"
4
4
  s.summary = %{Continuing the MailFactory legacy}
5
5
  s.description = %{Keep MailFactory updated with the times}
6
6
  s.authors = ["David Powers", "Cyril David"]
@@ -130,7 +130,6 @@ class Kuvert
130
130
  if(args.length != 0)
131
131
  super(methId, args)
132
132
  end
133
- headers = get_header(name)
134
133
  return(get_header(name))
135
134
  end
136
135
  end
@@ -360,7 +359,7 @@ protected
360
359
 
361
360
  # returns a base64 encoded version of the contents of str
362
361
  def file_encode(str)
363
- collection = Array.new()
362
+ # collection = Array.new()
364
363
  enc = [str].pack('m')
365
364
  # while(enc.length > 60)
366
365
  # collection << enc.slice!(0..59)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kuvert
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Powers
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-03-12 00:00:00.000000000 Z
12
+ date: 2015-09-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mime-types
@@ -60,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
60
  version: '0'
61
61
  requirements: []
62
62
  rubyforge_project:
63
- rubygems_version: 2.4.5
63
+ rubygems_version: 2.4.5.1
64
64
  signing_key:
65
65
  specification_version: 4
66
66
  summary: Continuing the MailFactory legacy