subject_interceptor 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.
@@ -1,3 +1,3 @@
1
1
  class SubjectInterceptor
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
15
15
 
16
16
  spec.summary = "Intercept emails and append text to the subject"
17
17
 
18
- spec.homepage = ""
18
+ spec.homepage = "http://github.com/j-clark/subject_interceptor"
19
19
  spec.license = "MIT"
20
20
 
21
21
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: subject_interceptor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -97,7 +97,7 @@ files:
97
97
  - lib/subject_interceptor/version.rb
98
98
  - spec/subject_interceptor_spec.rb
99
99
  - subject_interceptor.gemspec
100
- homepage: ''
100
+ homepage: http://github.com/j-clark/subject_interceptor
101
101
  licenses:
102
102
  - MIT
103
103
  post_install_message: