subject_interceptor 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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: