thincloud-postmark 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -10
- data/lib/thincloud-postmark/version.rb +1 -1
- data/lib/thincloud-postmark.rb +1 -0
- data/thincloud-postmark.gemspec +3 -1
- metadata +20 -4
data/README.md
CHANGED
@@ -45,22 +45,13 @@ This gem adds a generator to Rails, `thincloud:postmark`. Running the generator
|
|
45
45
|
$ rails generate thincloud:postmark
|
46
46
|
```
|
47
47
|
|
48
|
-
## Contributing
|
49
|
-
|
50
|
-
1. Fork it
|
51
|
-
2. Create your feature branch (`git checkout -b my-new-feature`)
|
52
|
-
3. Commit your changes (`git commit -am 'Added some feature'`)
|
53
|
-
4. Push to the branch (`git push origin my-new-feature`)
|
54
|
-
5. Create new Pull Request
|
55
|
-
|
56
|
-
|
57
48
|
## Contributing
|
58
49
|
|
59
50
|
1. [Fork it](https://github.com/newleaders/thincloud-postmark/fork_select)
|
60
51
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
61
52
|
3. Commit your changes (`git commit -am 'Added some feature'`)
|
62
53
|
4. Push to the branch (`git push origin my-new-feature`)
|
63
|
-
5. [Create a Pull Request](
|
54
|
+
5. [Create a Pull Request](https://github.com/newleaders/thincloud-postmark/pull/new)
|
64
55
|
|
65
56
|
|
66
57
|
## License
|
data/lib/thincloud-postmark.rb
CHANGED
data/thincloud-postmark.gemspec
CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
|
|
6
6
|
gem.email = ["rbousquet@newleaders.com", "pcohen@newleaders.com"]
|
7
7
|
gem.description = "Postmark configuration for Rails apps."
|
8
8
|
gem.summary = "Postmark configuration for Rails apps."
|
9
|
-
gem.homepage = ""
|
9
|
+
gem.homepage = "http://newleaders.github.com/thincloud-postmark"
|
10
10
|
|
11
11
|
gem.files = `git ls-files`.split($\)
|
12
12
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
@@ -14,4 +14,6 @@ Gem::Specification.new do |gem|
|
|
14
14
|
gem.name = "thincloud-postmark"
|
15
15
|
gem.require_paths = ["lib"]
|
16
16
|
gem.version = Thincloud::Postmark::VERSION
|
17
|
+
|
18
|
+
gem.add_runtime_dependency "postmark-rails", "~> 0.4.1"
|
17
19
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thincloud-postmark
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,8 +10,24 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2012-
|
14
|
-
dependencies:
|
13
|
+
date: 2012-09-19 00:00:00.000000000 Z
|
14
|
+
dependencies:
|
15
|
+
- !ruby/object:Gem::Dependency
|
16
|
+
name: postmark-rails
|
17
|
+
requirement: !ruby/object:Gem::Requirement
|
18
|
+
none: false
|
19
|
+
requirements:
|
20
|
+
- - ~>
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 0.4.1
|
23
|
+
type: :runtime
|
24
|
+
prerelease: false
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
26
|
+
none: false
|
27
|
+
requirements:
|
28
|
+
- - ~>
|
29
|
+
- !ruby/object:Gem::Version
|
30
|
+
version: 0.4.1
|
15
31
|
description: Postmark configuration for Rails apps.
|
16
32
|
email:
|
17
33
|
- rbousquet@newleaders.com
|
@@ -32,7 +48,7 @@ files:
|
|
32
48
|
- lib/thincloud-postmark.rb
|
33
49
|
- lib/thincloud-postmark/version.rb
|
34
50
|
- thincloud-postmark.gemspec
|
35
|
-
homepage:
|
51
|
+
homepage: http://newleaders.github.com/thincloud-postmark
|
36
52
|
licenses: []
|
37
53
|
post_install_message:
|
38
54
|
rdoc_options: []
|