rid-export 0.1.0 → 0.1.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/VERSION +1 -1
  3. data/rid-export.gemspec +3 -3
  4. metadata +5 -5
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ begin
8
8
  gem.summary = %Q{Rest in development. This is the rid export command.}
9
9
  gem.description = %Q{Rid is a toolkit to relax in web development. Based on CouchDB you get a distributed, high scaling web application infrastructure with Rid. This is the rid export command to export rid applications as JSON.}
10
10
  gem.email = "schmidt@netzmerk.com"
11
- gem.homepage = "http://github.com/jo/rid-export"
11
+ gem.homepage = "http://rid.github.com/rid"
12
12
  gem.authors = ["Johannes J. Schmidt"]
13
13
 
14
14
  gem.add_dependency "rid", ">= 1.0.1"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/rid-export.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rid-export}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.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-08-19}
12
+ s.date = %q{2010-08-20}
13
13
  s.description = %q{Rid is a toolkit to relax in web development. Based on CouchDB you get a distributed, high scaling web application infrastructure with Rid. This is the rid export command to export rid applications as JSON.}
14
14
  s.email = %q{schmidt@netzmerk.com}
15
15
  s.extra_rdoc_files = [
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
25
25
  "lib/rid-export.rb",
26
26
  "rid-export.gemspec"
27
27
  ]
28
- s.homepage = %q{http://github.com/jo/rid-export}
28
+ s.homepage = %q{http://rid.github.com/rid}
29
29
  s.rdoc_options = ["--charset=UTF-8"]
30
30
  s.require_paths = ["lib"]
31
31
  s.rubygems_version = %q{1.3.7}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rid-export
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Johannes J. Schmidt
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-19 00:00:00 +02:00
18
+ date: 2010-08-20 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -68,7 +68,7 @@ files:
68
68
  - lib/rid-export.rb
69
69
  - rid-export.gemspec
70
70
  has_rdoc: true
71
- homepage: http://github.com/jo/rid-export
71
+ homepage: http://rid.github.com/rid
72
72
  licenses: []
73
73
 
74
74
  post_install_message: