monkey-mailer 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 4bdbc0d56b239046873ca0b876eaee460143425b
4
- data.tar.gz: 9ceeada2540368ed1035b4add76197163e26842b
5
- SHA512:
6
- metadata.gz: 35fcff5458819a9de1d533a0a41345ff805a409877c38114ea73f167d668e1a3cd1bcb7e04efcb40bbfc70d2da8967440ad2e120c5ca35080329f7a4d72026b6
7
- data.tar.gz: 6d8510d9388c20039581c1497fac374ea9c004d992eef9df8c0bb9a8912cc8653965930bd0c61e6c4fd3940c77130854626f5716936c9dc85dd3bcdfc35a35df
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ YWFiNTA4Y2M4ZTZkMmE1MDdhN2Y1NmI3NTNjNmI3Mzg3ZmJkNWQ0Nw==
5
+ data.tar.gz: !binary |-
6
+ MzI1ZTc4ZWZmYzU4ZGI1MDdlZjQwYjY5YmE5OWQyNjg3MWY2ZTQzMw==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ MjFiMjhhNjBjNDRmM2FkMWRjNzIzMjc4Njg3ODc1MmVlOGZkNTliMTcyYzdm
10
+ ODRlMzc0NWMzMWI5ODY2Njk5ZDkzYzI5MzEyNmUzZTcyN2NhZDc2Y2U4ZDdi
11
+ Yjg2YmZhNjY5NmJmM2M5MmUyOGZhNjIyNDQ2ZTdlOTRiN2RhZWY=
12
+ data.tar.gz: !binary |-
13
+ MGExYjFkZjAzY2I5OWZhZDc5YmRlM2JkZGJkNjNiMTk0MTM2NTY0YTI5NDQ0
14
+ N2E0ZWU4NTdkZjUxZmNjMWNiNzdjYTY1NWZlMzQwNmZmYzQxZDczN2YzZWQw
15
+ YjYxZjNjNzFkZGI4ZGE5YTk5OGEzMjRiYTUzZThmY2FlMDc5Zjg=
data/.gems ADDED
@@ -0,0 +1,4 @@
1
+ clap -v 1.0.0
2
+ fallen -v 0.0.3
3
+ mail -v 2.4.4
4
+ rspec -v 2.12.0
data/.travis.yml CHANGED
@@ -1,5 +1,6 @@
1
1
  language: ruby
2
2
 
3
- script: "bundle exec rspec"
3
+ script: "rspec"
4
4
  before_install:
5
- - gem install bundler
5
+ - gem install dep
6
+ - dep install
data/lib/monkey-mailer.rb CHANGED
@@ -1,4 +1,3 @@
1
- require 'bundler/setup'
2
1
  require 'fallen'
3
2
  require 'fallen/cli'
4
3
  require 'yaml'
@@ -1,3 +1,3 @@
1
1
  module MonkeyMailer
2
- VERSION = "0.0.4"
3
- end
2
+ VERSION = "0.0.5"
3
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: monkey-mailer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lautaro Orazi
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-04-18 00:00:00.000000000 Z
12
+ date: 2014-09-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: clap
@@ -18,7 +18,7 @@ dependencies:
18
18
  - - ~>
19
19
  - !ruby/object:Gem::Version
20
20
  version: '1.0'
21
- - - '>='
21
+ - - ! '>='
22
22
  - !ruby/object:Gem::Version
23
23
  version: 1.0.0
24
24
  type: :runtime
@@ -28,7 +28,7 @@ dependencies:
28
28
  - - ~>
29
29
  - !ruby/object:Gem::Version
30
30
  version: '1.0'
31
- - - '>='
31
+ - - ! '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: 1.0.0
34
34
  - !ruby/object:Gem::Dependency
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ~>
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0.0'
41
- - - '>='
41
+ - - ! '>='
42
42
  - !ruby/object:Gem::Version
43
43
  version: 0.0.3
44
44
  type: :runtime
@@ -48,7 +48,7 @@ dependencies:
48
48
  - - ~>
49
49
  - !ruby/object:Gem::Version
50
50
  version: '0.0'
51
- - - '>='
51
+ - - ! '>='
52
52
  - !ruby/object:Gem::Version
53
53
  version: 0.0.3
54
54
  - !ruby/object:Gem::Dependency
@@ -58,7 +58,7 @@ dependencies:
58
58
  - - ~>
59
59
  - !ruby/object:Gem::Version
60
60
  version: '2.4'
61
- - - '>='
61
+ - - ! '>='
62
62
  - !ruby/object:Gem::Version
63
63
  version: 2.4.4
64
64
  type: :runtime
@@ -68,7 +68,7 @@ dependencies:
68
68
  - - ~>
69
69
  - !ruby/object:Gem::Version
70
70
  version: '2.4'
71
- - - '>='
71
+ - - ! '>='
72
72
  - !ruby/object:Gem::Version
73
73
  version: 2.4.4
74
74
  - !ruby/object:Gem::Dependency
@@ -78,7 +78,7 @@ dependencies:
78
78
  - - ~>
79
79
  - !ruby/object:Gem::Version
80
80
  version: '2.12'
81
- - - '>='
81
+ - - ! '>='
82
82
  - !ruby/object:Gem::Version
83
83
  version: 2.12.0
84
84
  type: :development
@@ -88,7 +88,7 @@ dependencies:
88
88
  - - ~>
89
89
  - !ruby/object:Gem::Version
90
90
  version: '2.12'
91
- - - '>='
91
+ - - ! '>='
92
92
  - !ruby/object:Gem::Version
93
93
  version: 2.12.0
94
94
  description: Ruby email queueing system with priority handling
@@ -98,9 +98,9 @@ executables: []
98
98
  extensions: []
99
99
  extra_rdoc_files: []
100
100
  files:
101
+ - .gems
101
102
  - .gitignore
102
103
  - .travis.yml
103
- - Gemfile
104
104
  - README.md
105
105
  - UNLICENSE
106
106
  - examples/dummy_postman.rb
@@ -133,17 +133,17 @@ require_paths:
133
133
  - lib
134
134
  required_ruby_version: !ruby/object:Gem::Requirement
135
135
  requirements:
136
- - - '>='
136
+ - - ! '>='
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0'
139
139
  required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  requirements:
141
- - - '>='
141
+ - - ! '>='
142
142
  - !ruby/object:Gem::Version
143
143
  version: '0'
144
144
  requirements: []
145
145
  rubyforge_project:
146
- rubygems_version: 2.2.2
146
+ rubygems_version: 2.0.3
147
147
  signing_key:
148
148
  specification_version: 4
149
149
  summary: Ruby email queueing system with priority handling
@@ -156,3 +156,4 @@ test_files:
156
156
  - spec/support/email_faker.rb
157
157
  - spec/support/fake_loader.rb
158
158
  - spec/support/test_adapter.rb
159
+ has_rdoc:
data/Gemfile DELETED
@@ -1,3 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec