rtomcat 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README.rdoc +10 -2
  2. data/VERSION +1 -1
  3. data/lib/manager.rb +1 -1
  4. data/rtomcat.gemspec +2 -2
  5. metadata +2 -2
@@ -1,6 +1,14 @@
1
- = rtomcat
1
+ = rnexus
2
2
 
3
- Description goes here.
3
+ A ruby wrapper to perform various admin actions against a tomcat installation
4
+
5
+ == Synopsis
6
+
7
+ coming soon...really soon
8
+
9
+ == Install
10
+
11
+ sudo gem install rtomcat
4
12
 
5
13
  == Copyright
6
14
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -12,7 +12,7 @@ class Tomcat::Manager
12
12
  end
13
13
 
14
14
  def deploy(appname, file)
15
- check_response(resource('deploy', appname).put file)
15
+ check_response(resource('deploy', appname).put(file))
16
16
  end
17
17
 
18
18
  private
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{rtomcat}
5
- s.version = "0.0.1"
5
+ s.version = "0.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Darrin Holst"]
9
- s.date = %q{2009-07-15}
9
+ s.date = %q{2009-07-16}
10
10
  s.email = %q{darrinholst@gmail.com}
11
11
  s.extra_rdoc_files = [
12
12
  "LICENSE",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rtomcat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darrin Holst
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-15 00:00:00 -05:00
12
+ date: 2009-07-16 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency