mailing_client 0.0.3 → 0.0.4

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 ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NmI5MGU3MGU4ZjljNTM3NzViNTc0NTZlODA2YzdkZDM4MzUwYjEyNQ==
5
+ data.tar.gz: !binary |-
6
+ MGYwMzVlMDRjMzQ4YjY1ZmRjNGIxYjIwMzllODUwNjg3ZjEyYzZkOA==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ MGNhNDEwMGM1YjhjZTY1NjcyYTc3NzFkNTdlY2Q4YzY1NDAxNTc3YzJhZjFk
10
+ ZmU1YjQ1MzU4MmE5OGY4ZGVjNzA4NDIzNDQwNmE0MmI4NDhjMjBkMzgxYzZi
11
+ YzQ5YmFkNmRhZjc1ZDU2YWVlNmRmMGYzZDc4YjUwYTNmMTMzMGQ=
12
+ data.tar.gz: !binary |-
13
+ ZDNjZGE2YjVhNjM2ODFmMjQ2ZWEzMWJiOTIxOGMwZjM0MTM0MjEwM2Q3YmRh
14
+ YjM1ZDFlMzI3MGYxOWJkOGRkZTc5Mjk3OTlmYWNkM2VlMjVjYmMzNGEzZWE1
15
+ YmJkMDcxMzZmYTVmNTEyODE1NGVjNTlhMzk5MjNiMjE0Yzc5MWM=
@@ -1,11 +1,16 @@
1
- Mailing::HYDRA = Typhoeus::Hydra.new
2
- Mailing::HOST = case Rails.env
3
- when "production"
4
- "padma-mailing.herokuapp.com"
5
- when "development"
6
- "localhost:3020"
7
- when "staging"
8
- "padma-mailing-staging.herokuapp.com"
9
- when "test"
10
- "localhost:3020"
11
- end
1
+ module Mailing
2
+ unless defined? HYDRA
3
+ HYDRA = Typhoeus::Hydra.new
4
+ end
5
+
6
+ HOST = case Rails.env
7
+ when "production"
8
+ "mailing.padm.am"
9
+ when "development"
10
+ "localhost:3020"
11
+ when "staging"
12
+ "padma-mailing-staging.herokuapp.com"
13
+ when "test"
14
+ "localhost:3020"
15
+ end
16
+ end
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mailing_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
5
- prerelease:
4
+ version: 0.0.4
6
5
  platform: ruby
7
6
  authors:
8
7
  - Alex Falke
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-07-08 00:00:00.000000000 Z
11
+ date: 2014-05-17 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: railties
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ! '>='
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
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
@@ -30,7 +27,6 @@ dependencies:
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: logical_model
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
31
  - - ~>
36
32
  - !ruby/object:Gem::Version
@@ -38,7 +34,6 @@ dependencies:
38
34
  type: :runtime
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
@@ -58,27 +53,26 @@ files:
58
53
  - config/initializers/mailing_client.rb
59
54
  homepage: ''
60
55
  licenses: []
56
+ metadata: {}
61
57
  post_install_message:
62
58
  rdoc_options: []
63
59
  require_paths:
64
60
  - lib
65
61
  required_ruby_version: !ruby/object:Gem::Requirement
66
- none: false
67
62
  requirements:
68
63
  - - ! '>='
69
64
  - !ruby/object:Gem::Version
70
65
  version: '0'
71
66
  required_rubygems_version: !ruby/object:Gem::Requirement
72
- none: false
73
67
  requirements:
74
68
  - - ! '>='
75
69
  - !ruby/object:Gem::Version
76
70
  version: '0'
77
71
  requirements: []
78
72
  rubyforge_project:
79
- rubygems_version: 1.8.25
73
+ rubygems_version: 2.1.11
80
74
  signing_key:
81
- specification_version: 3
75
+ specification_version: 4
82
76
  summary: Client library Padma-mailing API
83
77
  test_files: []
84
78
  has_rdoc: