couch-shell 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module CouchShell
4
4
 
5
- VERSION = "0.0.5"
5
+ VERSION = "0.0.6"
6
6
 
7
7
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 5
9
- version: 0.0.5
8
+ - 6
9
+ version: 0.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Stefan Lang
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-01-21 00:00:00 +01:00
17
+ date: 2011-01-31 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -62,8 +62,16 @@ files:
62
62
  - lib/couch-shell/commandline.rb
63
63
  - lib/couch-shell/ring_buffer.rb
64
64
  - lib/couch-shell/json_value.rb
65
+ - lib/couch-shell/exceptions.rb
66
+ - lib/couch-shell/plugin_utils.rb
65
67
  - lib/couch-shell/version.rb
68
+ - lib/couch-shell/plugin.rb
66
69
  - lib/couch-shell/shell.rb
70
+ - lib/couch-shell-plugin/core.rb
71
+ - lib/couch-shell-plugin/core_designs.rb
72
+ - lib/couch-shell-plugin/core_edit.rb
73
+ - lib/couch-shell-plugin/core_lucene.rb
74
+ - lib/couch-shell-plugin/core_views.rb
67
75
  - lib/couch-shell.rb
68
76
  - bin/couch-shell
69
77
  - README.txt