bgetting-hominid 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README.textile +1 -1
  2. data/VERSION.yml +4 -0
  3. metadata +11 -31
  4. data/MIT-LICENSE +0 -20
  5. data/hominid.yml.tpl +0 -20
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 => '~> 1.0.3', :lib => 'hominid', :source => "http://gems.github.com"</code></pre>
19
+ <pre><code>config.gem "bgetting-hominid", :lib => 'hominid', :source => "http://gems.github.com"</code></pre>
20
20
 
21
21
  h2. Example
22
22
 
data/VERSION.yml ADDED
@@ -0,0 +1,4 @@
1
+ ---
2
+ :minor: 0
3
+ :patch: 4
4
+ :major: 1
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: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Getting
@@ -9,42 +9,22 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-25 00:00:00 -07:00
12
+ date: 2009-03-26 00:00:00 -07:00
13
13
  default_executable:
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.
14
+ dependencies: []
15
+
16
+ description: Hominid is a Rails GemPlugin for interacting with the Mailchimp API
36
17
  email: brian@terra-firma-design.com
37
18
  executables: []
38
19
 
39
20
  extensions: []
40
21
 
41
- extra_rdoc_files: []
42
-
22
+ extra_rdoc_files:
23
+ - README.textile
43
24
  files:
44
- - hominid.yml.tpl
45
- - lib/hominid.rb
46
- - MIT-LICENSE
47
25
  - README.textile
26
+ - VERSION.yml
27
+ - lib/hominid.rb
48
28
  - test/hominid_test.rb
49
29
  - test/test_helper.rb
50
30
  has_rdoc: true
@@ -69,10 +49,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
49
  version:
70
50
  requirements: []
71
51
 
72
- rubyforge_project: hominid
52
+ rubyforge_project:
73
53
  rubygems_version: 1.2.0
74
54
  signing_key:
75
55
  specification_version: 2
76
- summary: Hominid is a Rails GemPlugin for interacting with the Mailchimp API.
56
+ summary: Hominid is a Rails GemPlugin for interacting with the Mailchimp API
77
57
  test_files: []
78
58
 
data/MIT-LICENSE DELETED
@@ -1,20 +0,0 @@
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/hominid.yml.tpl DELETED
@@ -1,20 +0,0 @@
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