maily 0.3.4 → 0.3.5
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.
- checksums.yaml +7 -0
- data/.travis.yml +1 -0
- data/Gemfile +1 -5
- data/lib/maily/version.rb +1 -1
- data/maily.gemspec +1 -1
- metadata +16 -28
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: d4dc5bfc8c0387e53578ab0b5324f1f50d184ac8
|
|
4
|
+
data.tar.gz: 10d08a1155c7e3e4e1719282c864294b037c5d40
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 9972a049fd991c8ac044e6d25621975b8125becc783a7a78d619267f33b617111aaf7194000531cc7230908277f793aea7674fb6e7594b29591b0712a502db6d
|
|
7
|
+
data.tar.gz: 38d7d037c52e6bec3bf7bfcef49b14727bbe21d63e5849a6277e15f6aef8a3a04733b53eae23184745f7b5e5565135eb7a7f1fabcc5ce727c77aaab82a61964a
|
data/.travis.yml
CHANGED
data/Gemfile
CHANGED
data/lib/maily/version.rb
CHANGED
data/maily.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,48 +1,43 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: maily
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.3.5
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- markets
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date: 2014-06
|
|
11
|
+
date: 2014-10-06 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: rails
|
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
16
|
requirements:
|
|
19
|
-
- -
|
|
17
|
+
- - ">="
|
|
20
18
|
- !ruby/object:Gem::Version
|
|
21
19
|
version: 3.0.0
|
|
22
20
|
type: :runtime
|
|
23
21
|
prerelease: false
|
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
23
|
requirements:
|
|
27
|
-
- -
|
|
24
|
+
- - ">="
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
26
|
version: 3.0.0
|
|
30
27
|
- !ruby/object:Gem::Dependency
|
|
31
|
-
name:
|
|
28
|
+
name: rspec-rails
|
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
|
33
|
-
none: false
|
|
34
30
|
requirements:
|
|
35
|
-
- -
|
|
31
|
+
- - "~>"
|
|
36
32
|
- !ruby/object:Gem::Version
|
|
37
|
-
version:
|
|
33
|
+
version: 3.0.0
|
|
38
34
|
type: :development
|
|
39
35
|
prerelease: false
|
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
-
none: false
|
|
42
37
|
requirements:
|
|
43
|
-
- -
|
|
38
|
+
- - "~>"
|
|
44
39
|
- !ruby/object:Gem::Version
|
|
45
|
-
version:
|
|
40
|
+
version: 3.0.0
|
|
46
41
|
description: Rails Engine to preview, follow up, test and edit the emails of your
|
|
47
42
|
applications in the browser
|
|
48
43
|
email:
|
|
@@ -51,8 +46,8 @@ executables: []
|
|
|
51
46
|
extensions: []
|
|
52
47
|
extra_rdoc_files: []
|
|
53
48
|
files:
|
|
54
|
-
- .gitignore
|
|
55
|
-
- .travis.yml
|
|
49
|
+
- ".gitignore"
|
|
50
|
+
- ".travis.yml"
|
|
56
51
|
- Gemfile
|
|
57
52
|
- MIT-LICENSE
|
|
58
53
|
- README.md
|
|
@@ -139,33 +134,26 @@ files:
|
|
|
139
134
|
homepage: https://github.com/markets/maily
|
|
140
135
|
licenses:
|
|
141
136
|
- MIT
|
|
137
|
+
metadata: {}
|
|
142
138
|
post_install_message:
|
|
143
139
|
rdoc_options: []
|
|
144
140
|
require_paths:
|
|
145
141
|
- lib
|
|
146
142
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
147
|
-
none: false
|
|
148
143
|
requirements:
|
|
149
|
-
- -
|
|
144
|
+
- - ">="
|
|
150
145
|
- !ruby/object:Gem::Version
|
|
151
146
|
version: '0'
|
|
152
|
-
segments:
|
|
153
|
-
- 0
|
|
154
|
-
hash: 3711050222606402912
|
|
155
147
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
156
|
-
none: false
|
|
157
148
|
requirements:
|
|
158
|
-
- -
|
|
149
|
+
- - ">="
|
|
159
150
|
- !ruby/object:Gem::Version
|
|
160
151
|
version: '0'
|
|
161
|
-
segments:
|
|
162
|
-
- 0
|
|
163
|
-
hash: 3711050222606402912
|
|
164
152
|
requirements: []
|
|
165
153
|
rubyforge_project:
|
|
166
|
-
rubygems_version:
|
|
154
|
+
rubygems_version: 2.2.0
|
|
167
155
|
signing_key:
|
|
168
|
-
specification_version:
|
|
156
|
+
specification_version: 4
|
|
169
157
|
summary: Rails Engine to preview emails in the browser.
|
|
170
158
|
test_files:
|
|
171
159
|
- spec/dummy/README.md
|