rid 0.5.0 → 0.5.1

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.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/lib/rid/version.rb +1 -1
  3. data/rid.gemspec +3 -3
  4. metadata +4 -4
data/Rakefile CHANGED
@@ -29,7 +29,7 @@ begin
29
29
  gem.summary = %Q{Standalone Couchdb Application Development Suite}
30
30
  gem.description = %Q{With Couch you can easy build a standalone CouchDB application. Couch aims to bring some of the Rails beauty to CouchDB. Currently Couch supports Rails style Generators you will love, using the same awesome Thor library used in Rails3.}
31
31
  gem.email = "schmidt@netzmerk.com"
32
- gem.homepage = "http://github.com/jo/rid"
32
+ gem.homepage = "http://jo.github.com/rid/"
33
33
  gem.authors = ["Johannes J. Schmidt"]
34
34
  gem.rubyforge_project = "rid"
35
35
  gem.add_dependency "thor", ">= 0.13.4"
data/lib/rid/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rid
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
data/rid.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rid}
8
- s.version = "0.5.0"
8
+ s.version = "0.5.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Johannes J. Schmidt"]
12
- s.date = %q{2010-03-15}
12
+ s.date = %q{2010-03-16}
13
13
  s.default_executable = %q{rid}
14
14
  s.description = %q{With Couch you can easy build a standalone CouchDB application. Couch aims to bring some of the Rails beauty to CouchDB. Currently Couch supports Rails style Generators you will love, using the same awesome Thor library used in Rails3.}
15
15
  s.email = %q{schmidt@netzmerk.com}
@@ -87,7 +87,7 @@ Gem::Specification.new do |s|
87
87
  "spec/spec.opts",
88
88
  "spec/spec_helper.rb"
89
89
  ]
90
- s.homepage = %q{http://github.com/jo/rid}
90
+ s.homepage = %q{http://jo.github.com/rid/}
91
91
  s.rdoc_options = ["--charset=UTF-8"]
92
92
  s.require_paths = ["lib"]
93
93
  s.rubyforge_project = %q{rid}
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 0
9
- version: 0.5.0
8
+ - 1
9
+ version: 0.5.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Johannes J. Schmidt
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-15 00:00:00 +01:00
17
+ date: 2010-03-16 00:00:00 +01:00
18
18
  default_executable: rid
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -166,7 +166,7 @@ files:
166
166
  - spec/spec.opts
167
167
  - spec/spec_helper.rb
168
168
  has_rdoc: true
169
- homepage: http://github.com/jo/rid
169
+ homepage: http://jo.github.com/rid/
170
170
  licenses: []
171
171
 
172
172
  post_install_message: