mailgun 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/mailgun.gemspec +3 -3
- metadata +3 -2
data/mailgun.gemspec
CHANGED
@@ -2,15 +2,15 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |gem|
|
4
4
|
gem.authors = ["Akash Manohar J", "Sean Grove"]
|
5
|
-
gem.email = ["akash@akash.im", "s@bushi.do"]
|
5
|
+
gem.email = ["akash@akash.im", "s@bushi.do", "sean@fakecoolguys.com"]
|
6
6
|
gem.description = %q{Mailgun library for Ruby}
|
7
7
|
gem.summary = %q{Idiomatic library for using the mailgun API from within ruby}
|
8
|
-
gem.homepage = ""
|
8
|
+
gem.homepage = "http://github.com/Bushido/mailgun"
|
9
9
|
|
10
10
|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
11
11
|
gem.files = `git ls-files`.split("\n")
|
12
12
|
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
13
13
|
gem.name = "mailgun"
|
14
14
|
gem.require_paths = ["lib"]
|
15
|
-
gem.version = "0.0.
|
15
|
+
gem.version = "0.0.3"
|
16
16
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mailgun
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -16,6 +16,7 @@ description: Mailgun library for Ruby
|
|
16
16
|
email:
|
17
17
|
- akash@akash.im
|
18
18
|
- s@bushi.do
|
19
|
+
- sean@fakecoolguys.com
|
19
20
|
executables: []
|
20
21
|
extensions: []
|
21
22
|
extra_rdoc_files: []
|
@@ -33,7 +34,7 @@ files:
|
|
33
34
|
- spec/base_spec.rb
|
34
35
|
- spec/mailbox_spec.rb
|
35
36
|
- spec/spec_helper.rb
|
36
|
-
homepage:
|
37
|
+
homepage: http://github.com/Bushido/mailgun
|
37
38
|
licenses: []
|
38
39
|
post_install_message:
|
39
40
|
rdoc_options: []
|