pony 1.5 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +6 -14
  2. data/README.rdoc +3 -0
  3. data/pony.gemspec +2 -2
  4. metadata +20 -20
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MzA3YWY3ZjNkNDEzNDdjZjhlZjUzOTAxMzc5MDdjMGRjZWY0MTFkMQ==
5
- data.tar.gz: !binary |-
6
- ZTdhOTU5NDI4NGIzMjVkMGJkZDExYTA0Y2YxNmYwMTJjZGIyZTEyZA==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- ZGRiZWI0OWEwNWVjNTA3YmRiOTM1MzNmNWQ0NzMxM2JhZTA0OGNkNmU2MGU2
10
- NmZkNjY4MDc5N2I0MWU5ODIwNjAwNWQwZTQwOWU3N2NhMzQ3N2VjMzc1YzU1
11
- YjU0YjQ2NWRiMGY5Yjc4NjYxZWJmNzFiNWUyY2UzMWZkZDczOTk=
12
- data.tar.gz: !binary |-
13
- YmE3MzI3M2Q3YmIwNTE4YTJlZWIxMmQ2YjY4M2E2Njg3ZmE4NDQ4NGFjNjI5
14
- ZDhhOGM4OWJiOWZhYmE3OGMwMzBkODQyZGNkYTU3MzMzZmZlZTY5NjFiYzZi
15
- M2JlZDMxYTVkZmQzMTNmMzY0OWM3NjdmOTcxYmMzODFkZDkwODc=
2
+ SHA1:
3
+ metadata.gz: 98a39271d987be0cc8e7e5b6b8b2009a83e89a7f
4
+ data.tar.gz: 5f1f182c96248255f4e012fe7a1cf1361ec63e5d
5
+ SHA512:
6
+ metadata.gz: b51ce4f8dadeabbbae7587f7d5d22f9885559cfbcaf6f984125e1d90bff9cc57d43bb2a5da4a91502ba1fd7c43e46bcfbd56c97cc2a086a7a17dd48dc08783f8
7
+ data.tar.gz: e0e45fd94fcdcc495fe9b32ad0da341cc1cc290519c5667964a64188d094775910207814d9406fb787a226521564858987189920e0b96d6b7e910d29f88de8cf
data/README.rdoc CHANGED
@@ -148,6 +148,9 @@ mailing list: ponyrb@googlegroups.com
148
148
 
149
149
 
150
150
  == Releases
151
+ 1.5.1
152
+ * Loosen mail dependency to >= 2.0 instead of > 2.0
153
+
151
154
  1.5
152
155
  * Specify content-id of attachments as filename@hostname
153
156
 
data/pony.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{pony}
5
- s.version = "1.5"
5
+ s.version = "1.5.1"
6
6
 
7
7
  s.description = "Send email in one command: Pony.mail(:to => 'someone@example.com', :body => 'hello')"
8
8
  s.summary = s.description
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
17
  s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
18
18
  s.require_paths = ["lib"]
19
19
  s.rubygems_version = %q{1.3.1}
20
- s.add_dependency 'mail', '>2.0'
20
+ s.add_dependency 'mail', '>= 2.0'
21
21
  s.add_development_dependency "rspec", ">= 2.0.0"
22
22
  s.platform = Gem::Platform::RUBY
23
23
  end
metadata CHANGED
@@ -1,45 +1,45 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pony
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.5'
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Wiggins
8
- - ! 'maint: Ben Prew'
8
+ - 'maint: Ben Prew'
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-27 00:00:00.000000000 Z
12
+ date: 2013-09-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
- type: :runtime
16
- version_requirements: !ruby/object:Gem::Requirement
15
+ name: mail
16
+ requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ! '>'
18
+ - - '>='
19
19
  - !ruby/object:Gem::Version
20
20
  version: '2.0'
21
+ type: :runtime
21
22
  prerelease: false
22
- name: mail
23
- requirement: !ruby/object:Gem::Requirement
23
+ version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - ! '>'
25
+ - - '>='
26
26
  - !ruby/object:Gem::Version
27
27
  version: '2.0'
28
28
  - !ruby/object:Gem::Dependency
29
- type: :development
30
- version_requirements: !ruby/object:Gem::Requirement
29
+ name: rspec
30
+ requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - ! '>='
32
+ - - '>='
33
33
  - !ruby/object:Gem::Version
34
34
  version: 2.0.0
35
+ type: :development
35
36
  prerelease: false
36
- name: rspec
37
- requirement: !ruby/object:Gem::Requirement
37
+ version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - ! '>='
39
+ - - '>='
40
40
  - !ruby/object:Gem::Version
41
41
  version: 2.0.0
42
- description: ! 'Send email in one command: Pony.mail(:to => ''someone@example.com'',
42
+ description: 'Send email in one command: Pony.mail(:to => ''someone@example.com'',
43
43
  :body => ''hello'')'
44
44
  email: ben.prew@gmail.com
45
45
  executables: []
@@ -63,19 +63,19 @@ require_paths:
63
63
  - lib
64
64
  required_ruby_version: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ! '>='
66
+ - - '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  requirements:
71
- - - ! '>='
71
+ - - '>='
72
72
  - !ruby/object:Gem::Version
73
73
  version: '0'
74
74
  requirements: []
75
75
  rubyforge_project: pony
76
- rubygems_version: 2.0.3
76
+ rubygems_version: 2.0.0
77
77
  signing_key:
78
78
  specification_version: 4
79
- summary: ! 'Send email in one command: Pony.mail(:to => ''someone@example.com'', :body
79
+ summary: 'Send email in one command: Pony.mail(:to => ''someone@example.com'', :body
80
80
  => ''hello'')'
81
81
  test_files: []