jchris-couchrest 0.9.6 → 0.9.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/Rakefile +1 -0
  2. metadata +2 -1
data/Rakefile CHANGED
@@ -19,6 +19,7 @@ spec = Gem::Specification.new do |s|
19
19
  s.bindir = 'bin'
20
20
  s.executables << 'couchview'
21
21
  s.executables << 'couchdir'
22
+ s.executables << 'couchapp'
22
23
  s.add_dependency("json", ">= 1.1.2")
23
24
  s.add_dependency("rest-client", ">= 0.5")
24
25
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jchris-couchrest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.6
4
+ version: 0.9.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - J. Chris Anderson
@@ -35,6 +35,7 @@ email: jchris@grabb.it
35
35
  executables:
36
36
  - couchview
37
37
  - couchdir
38
+ - couchapp
38
39
  extensions: []
39
40
 
40
41
  extra_rdoc_files: