bgetting-hominid 0.0.0 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/README.textile +1 -1
  3. data/hominid.yml.tpl +20 -0
  4. metadata +31 -10
data/MIT-LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2009 [name of plugin creator]
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.textile CHANGED
@@ -16,7 +16,7 @@ Clone from the Github repository:
16
16
 
17
17
  Use the GemPlugin:
18
18
 
19
- <pre><code>config.gem "bgetting-hominid", :version => '~> 0.0.0', :lib => 'hominid', :source => "http://gems.github.com"</code></pre>
19
+ <pre><code>config.gem "bgetting-hominid", :version => '~> 1.0.3', :lib => 'hominid', :source => "http://gems.github.com"</code></pre>
20
20
 
21
21
  h2. Example
22
22
 
data/hominid.yml.tpl ADDED
@@ -0,0 +1,20 @@
1
+ development:
2
+ username:
3
+ password:
4
+ send_goodbye: false
5
+ send_notify: false
6
+ double_opt: false
7
+
8
+ testing:
9
+ username:
10
+ password:
11
+ send_goodbye: false
12
+ send_notify: false
13
+ double_opt: false
14
+
15
+ production:
16
+ username:
17
+ password:
18
+ send_goodbye: false
19
+ send_notify: false
20
+ double_opt: false
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bgetting-hominid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Getting
@@ -9,21 +9,42 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-24 00:00:00 -07:00
12
+ date: 2009-03-25 00:00:00 -07:00
13
13
  default_executable:
14
- dependencies: []
15
-
16
- description: Hominid is a Rails GemPlugin for interacting with the Mailchimp API
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: mime-types
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: "1.15"
24
+ version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: diff-lcs
27
+ type: :runtime
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 1.1.2
34
+ version:
35
+ description: Hominid is a Rails GemPlugin for interacting with the Mailchimp API.
17
36
  email: brian@terra-firma-design.com
18
37
  executables: []
19
38
 
20
39
  extensions: []
21
40
 
22
- extra_rdoc_files:
23
- - README.textile
41
+ extra_rdoc_files: []
42
+
24
43
  files:
25
- - README.textile
44
+ - hominid.yml.tpl
26
45
  - lib/hominid.rb
46
+ - MIT-LICENSE
47
+ - README.textile
27
48
  - test/hominid_test.rb
28
49
  - test/test_helper.rb
29
50
  has_rdoc: true
@@ -48,10 +69,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
48
69
  version:
49
70
  requirements: []
50
71
 
51
- rubyforge_project:
72
+ rubyforge_project: hominid
52
73
  rubygems_version: 1.2.0
53
74
  signing_key:
54
75
  specification_version: 2
55
- summary: Hominid is a Rails GemPlugin for interacting with the Mailchimp API
76
+ summary: Hominid is a Rails GemPlugin for interacting with the Mailchimp API.
56
77
  test_files: []
57
78