dayvan 0.1.1 → 0.1.2
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.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
|
@@ -3,7 +3,7 @@ begin
|
|
|
3
3
|
Jeweler::Tasks.new do |gem|
|
|
4
4
|
gem.name = 'dayvan'
|
|
5
5
|
gem.summary = 'Fall back to Earth.'
|
|
6
|
-
gem.description = "
|
|
6
|
+
gem.description = "The adventurer's tool for writing CouchApps."
|
|
7
7
|
gem.email = 'christopher.lloyd@gmail.com'
|
|
8
8
|
gem.homepage = 'http://chrislloyd.github.com/dayvan'
|
|
9
9
|
gem.author = 'Chris Lloyd'
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dayvan
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Lloyd
|
|
@@ -62,7 +62,7 @@ dependencies:
|
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
63
|
version: "1.16"
|
|
64
64
|
version:
|
|
65
|
-
description:
|
|
65
|
+
description: The adventurer's tool for writing CouchApps.
|
|
66
66
|
email: christopher.lloyd@gmail.com
|
|
67
67
|
executables:
|
|
68
68
|
- dvn
|