action_mailer_cache_delivery 0.3.6 → 0.3.7

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.
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2013 Alex Rodionov
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,23 +1,24 @@
1
1
  $LOAD_PATH.push File.expand_path("../lib", __FILE__)
2
2
  require 'action_mailer_cache_delivery/version'
3
3
 
4
- Gem::Specification.new do |s|
5
- s.name = 'action_mailer_cache_delivery'
6
- s.homepage = 'https://github.com/p0deje/action_mailer_cache_delivery'
7
- s.version = ActionMailerCacheDelivery::VERSION
4
+ Gem::Specification.new do |gem|
5
+ gem.name = 'action_mailer_cache_delivery'
6
+ gem.homepage = 'https://github.com/p0deje/action_mailer_cache_delivery'
7
+ gem.version = ActionMailerCacheDelivery::VERSION
8
+ gem.license = 'MIT'
8
9
 
9
- s.authors = 'Alex Rodionov'
10
- s.email = 'p0deje@gmail.com'
10
+ gem.authors = 'Alex Rodionov'
11
+ gem.email = 'p0deje@gmail.com'
11
12
 
12
- s.summary = 'Cache delivery method for ActionMailer'
13
- s.description = 'Cache delivery method for ActionMailer for testing emails with Selenium'
13
+ gem.summary = 'Cache delivery method for ActionMailer'
14
+ gem.description = 'Cache delivery method for ActionMailer for testing emails with Selenium'
14
15
 
15
- s.files = `git ls-files`.split("\n")
16
- s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
17
- s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
16
+ gem.files = `git ls-files`.split("\n")
17
+ gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
18
+ gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
18
19
 
19
- s.add_dependency 'actionmailer', '>= 3.0'
20
+ gem.add_dependency 'actionmailer', '>= 3.0'
20
21
 
21
- s.add_development_dependency 'rspec' , '~> 2.8'
22
- s.add_development_dependency 'rake' , '~> 0.9'
22
+ gem.add_development_dependency 'rspec' , '~> 2.8'
23
+ gem.add_development_dependency 'rake' , '~> 0.9'
23
24
  end
@@ -1,3 +1,3 @@
1
1
  module ActionMailerCacheDelivery
2
- VERSION = '0.3.6'
2
+ VERSION = '0.3.7'
3
3
  end # ActionMailerCacheDelivery
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_mailer_cache_delivery
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-29 00:00:00.000000000 Z
12
+ date: 2013-09-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionmailer
@@ -67,6 +67,7 @@ extra_rdoc_files: []
67
67
  files:
68
68
  - .travis.yml
69
69
  - Gemfile
70
+ - LICENSE
70
71
  - README.md
71
72
  - Rakefile
72
73
  - action_mailer_cache_delivery.gemspec
@@ -79,7 +80,8 @@ files:
79
80
  - spec/cache_delivery_spec.rb
80
81
  - spec/spec_helper.rb
81
82
  homepage: https://github.com/p0deje/action_mailer_cache_delivery
82
- licenses: []
83
+ licenses:
84
+ - MIT
83
85
  post_install_message:
84
86
  rdoc_options: []
85
87
  require_paths:
@@ -92,7 +94,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
92
94
  version: '0'
93
95
  segments:
94
96
  - 0
95
- hash: 301364848167179803
97
+ hash: 583340984348986686
96
98
  required_rubygems_version: !ruby/object:Gem::Requirement
97
99
  none: false
98
100
  requirements:
@@ -101,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
103
  version: '0'
102
104
  segments:
103
105
  - 0
104
- hash: 301364848167179803
106
+ hash: 583340984348986686
105
107
  requirements: []
106
108
  rubyforge_project:
107
109
  rubygems_version: 1.8.23