couch-shell 0.0.7 → 0.0.8
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/lib/couch-shell-plugin/core.rb +1 -1
- data/lib/couch-shell/version.rb +1 -1
- metadata +17 -2
|
@@ -100,7 +100,7 @@ module CouchShell
|
|
|
100
100
|
cmd "put, followed by cd if put was successful"
|
|
101
101
|
def execute_cput(argstr)
|
|
102
102
|
url = request_command_with_body("PUT", argstr)
|
|
103
|
-
cd url if shell.responses.current(&:ok?)
|
|
103
|
+
shell.cd url if shell.responses.current(&:ok?)
|
|
104
104
|
end
|
|
105
105
|
|
|
106
106
|
cmd "Perform a POST http request.",
|
data/lib/couch-shell/version.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 8
|
|
9
|
+
version: 0.0.8
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Stefan Lang
|
|
@@ -63,6 +63,21 @@ dependencies:
|
|
|
63
63
|
version: 0.3.0
|
|
64
64
|
type: :runtime
|
|
65
65
|
version_requirements: *id003
|
|
66
|
+
- !ruby/object:Gem::Dependency
|
|
67
|
+
name: unicode_utils
|
|
68
|
+
prerelease: false
|
|
69
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
|
70
|
+
none: false
|
|
71
|
+
requirements:
|
|
72
|
+
- - ">="
|
|
73
|
+
- !ruby/object:Gem::Version
|
|
74
|
+
segments:
|
|
75
|
+
- 1
|
|
76
|
+
- 0
|
|
77
|
+
- 0
|
|
78
|
+
version: 1.0.0
|
|
79
|
+
type: :runtime
|
|
80
|
+
version_requirements: *id004
|
|
66
81
|
description:
|
|
67
82
|
email: langstefan@gmx.at
|
|
68
83
|
executables:
|