extended_email_reply_parser 0.1.0 → 0.2.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.
@@ -1,3 +1,3 @@
1
1
  module ExtendedEmailReplyParser
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
@@ -3,7 +3,11 @@ require 'charlock_holmes'
3
3
  require 'email_reply_parser'
4
4
  require 'active_support'
5
5
  require 'active_support/core_ext/object/blank'
6
+
6
7
  require 'extended_email_reply_parser/mail/message'
8
+ require 'extended_email_reply_parser/email_reply_parser/email'
9
+ require 'extended_email_reply_parser/email_reply_parser/fragment'
10
+
7
11
  require 'extended_email_reply_parser/parsers'
8
12
  require 'extended_email_reply_parser/parsers/base'
9
13
  Dir.glob(File.dirname(File.absolute_path(__FILE__)) + "/extended_email_reply_parser/parsers/*") { |file| require file }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: extended_email_reply_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Fiedlschuster
@@ -129,8 +129,10 @@ executables: []
129
129
  extensions: []
130
130
  extra_rdoc_files: []
131
131
  files:
132
+ - ".codeclimate.yml"
132
133
  - ".gitignore"
133
134
  - ".rspec"
135
+ - ".rubocop.yml"
134
136
  - ".travis.yml"
135
137
  - CHANGELOG.md
136
138
  - Gemfile
@@ -141,10 +143,14 @@ files:
141
143
  - bin/setup
142
144
  - extended_email_reply_parser.gemspec
143
145
  - lib/extended_email_reply_parser.rb
146
+ - lib/extended_email_reply_parser/email_reply_parser/email.rb
147
+ - lib/extended_email_reply_parser/email_reply_parser/fragment.rb
144
148
  - lib/extended_email_reply_parser/mail/message.rb
145
149
  - lib/extended_email_reply_parser/parsers.rb
146
150
  - lib/extended_email_reply_parser/parsers/base.rb
147
151
  - lib/extended_email_reply_parser/parsers/github.rb
152
+ - lib/extended_email_reply_parser/parsers/i18n_de.rb
153
+ - lib/extended_email_reply_parser/parsers/i18n_en.rb
148
154
  - lib/extended_email_reply_parser/version.rb
149
155
  homepage: https://github.com/fiedl/extended_email_reply_parser
150
156
  licenses: