echoe 4.4 → 4.4.1

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
Binary file
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ v4.4.1. Correct default url.
2
+
1
3
  v4.4. Use GitHub for default url and documentation hosting.
2
4
 
3
5
  v4.3.1. Don't stop if gemcutter's plugin cannot be loaded, don't define RSpec tasks if RSpec is not present (Flameeyes). Use Dir.tmpdir.
@@ -2,17 +2,17 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{echoe}
5
- s.version = "4.4"
5
+ s.version = "4.4.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Evan Weaver"]
9
9
  s.cert_chain = ["/Users/eweaver/p/configuration/gem_certificates/evan_weaver-original-public_cert.pem"]
10
- s.date = %q{2011-02-22}
10
+ s.date = %q{2011-02-23}
11
11
  s.description = %q{A Rubygems packaging tool that provides Rake tasks for documentation, extension compiling, testing, and deployment.}
12
12
  s.email = %q{}
13
13
  s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README", "TODO", "lib/echoe.rb", "lib/echoe/extensions.rb", "lib/echoe/platform.rb", "lib/echoe/rubygems.rb"]
14
14
  s.files = ["CHANGELOG", "LICENSE", "MIT-LICENSE", "Manifest", "README", "Rakefile", "TODO", "echoe.gemspec", "lib/echoe.rb", "lib/echoe/extensions.rb", "lib/echoe/platform.rb", "lib/echoe/rubygems.rb", "vendor/rake/MIT-LICENSE", "vendor/rake/lib/rake/contrib/compositepublisher.rb", "vendor/rake/lib/rake/contrib/ftptools.rb", "vendor/rake/lib/rake/contrib/publisher.rb", "vendor/rake/lib/rake/contrib/rubyforgepublisher.rb", "vendor/rake/lib/rake/contrib/sshpublisher.rb", "vendor/rake/lib/rake/contrib/sys.rb"]
15
- s.homepage = %q{http://fauna.github.com/echoe/}
15
+ s.homepage = %q{http://fauna.github.com/fauna/echoe/}
16
16
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Echoe", "--main", "README"]
17
17
  s.require_paths = ["lib"]
18
18
  s.rubyforge_project = %q{fauna}
@@ -230,7 +230,7 @@ class Echoe
230
230
 
231
231
  self.docs_host ||= "git@github.com:#{self.project}/#{self.project}.github.com"
232
232
  if self.docs_host =~ /git@github.com/
233
- self.url ||= "http://#{self.project}.github.com/#{(self.name + '/') if project != name}"
233
+ self.url ||= "http://#{self.project}.github.com/#{self.project}/#{(self.name + '/') if project != name}"
234
234
  end
235
235
 
236
236
  # legacy compatibility
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: echoe
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 45
5
5
  prerelease: false
6
6
  segments:
7
7
  - 4
8
8
  - 4
9
- version: "4.4"
9
+ - 1
10
+ version: 4.4.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Evan Weaver
@@ -35,7 +36,7 @@ cert_chain:
35
36
  yZ0=
36
37
  -----END CERTIFICATE-----
37
38
 
38
- date: 2011-02-22 00:00:00 -08:00
39
+ date: 2011-02-23 00:00:00 -08:00
39
40
  default_executable:
40
41
  dependencies:
41
42
  - !ruby/object:Gem::Dependency
@@ -102,7 +103,7 @@ files:
102
103
  - vendor/rake/lib/rake/contrib/sshpublisher.rb
103
104
  - vendor/rake/lib/rake/contrib/sys.rb
104
105
  has_rdoc: true
105
- homepage: http://fauna.github.com/echoe/
106
+ homepage: http://fauna.github.com/fauna/echoe/
106
107
  licenses: []
107
108
 
108
109
  post_install_message:
metadata.gz.sig CHANGED
Binary file