nailgun 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -49,13 +49,16 @@ Install as a plugin
49
49
  rake nailgun
50
50
  </code>
51
51
 
52
+
53
+ It will generate nailgun_config binary.
54
+
52
55
  To start nailgun server(if you want you can overwrite default configuration)
53
56
 
54
- <code> script/nailgun start</code>
57
+ <code> nailgun_config start</code>
55
58
 
56
59
  To stop nailgun server
57
60
 
58
- <code>script/nailgun stop</code>
61
+ <code>nailgun_config stop</code>
59
62
 
60
63
  Install as a Gem
61
64
  It will generate local configuration for nailgun_config
@@ -63,11 +66,11 @@ update nailgun configuration and manage nailgun
63
66
 
64
67
  To start nailgun server(if you want you can overwrite default configuration)
65
68
 
66
- <code> nailgun start</code>
69
+ <code> nailgun_config start</code>
67
70
 
68
71
  To stop nailgun server
69
72
 
70
- <code>nailgun stop</code>
73
+ <code>nailgun_config stop</code>
71
74
 
72
75
  To add client side jar
73
76
 
Binary file
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "nailgun"
6
- s.version = "0.0.1"
6
+ s.version = "0.0.2"
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Amar Daxini"]
9
9
  s.email = ["amardaxini@gmail.com"]
metadata CHANGED
@@ -1,46 +1,35 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: nailgun
3
- version: !ruby/object:Gem::Version
4
- hash: 29
5
- prerelease: false
6
- segments:
7
- - 0
8
- - 0
9
- - 1
10
- version: 0.0.1
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ prerelease:
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - Amar Daxini
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2011-03-25 00:00:00 +05:30
19
- default_executable:
12
+ date: 2012-05-10 00:00:00.000000000 Z
20
13
  dependencies: []
21
-
22
14
  description: XHTML to PDF using Flying Saucer java library
23
- email:
15
+ email:
24
16
  - amardaxini@gmail.com
25
- executables:
17
+ executables:
26
18
  - nailgun
27
19
  extensions: []
28
-
29
20
  extra_rdoc_files: []
30
-
31
- files:
21
+ files:
32
22
  - .gitignore
33
23
  - Gemfile
34
24
  - MIT-LICENSE
35
25
  - README.markdown
36
- - README.markdown~
37
- - README~
38
26
  - Rakefile
39
27
  - bin/nailgun
40
28
  - init.rb
41
29
  - install.rb
42
30
  - lib/generator/nailgun
43
31
  - lib/generator/nailgun_binary
32
+ - lib/java/bin/darwin/ng
44
33
  - lib/java/bin/linux32/ng
45
34
  - lib/java/bin/linux64/ng
46
35
  - lib/java/bin/win32/ng.exe
@@ -53,39 +42,29 @@ files:
53
42
  - test/nailgun_test.rb
54
43
  - test/test_helper.rb
55
44
  - uninstall.rb
56
- has_rdoc: true
57
45
  homepage: http://rubygems.org/gems/nailgun
58
46
  licenses: []
59
-
60
47
  post_install_message:
61
48
  rdoc_options: []
62
-
63
- require_paths:
49
+ require_paths:
64
50
  - lib
65
- required_ruby_version: !ruby/object:Gem::Requirement
51
+ required_ruby_version: !ruby/object:Gem::Requirement
66
52
  none: false
67
- requirements:
68
- - - ">="
69
- - !ruby/object:Gem::Version
70
- hash: 3
71
- segments:
72
- - 0
73
- version: "0"
74
- required_rubygems_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ! '>='
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
57
+ required_rubygems_version: !ruby/object:Gem::Requirement
75
58
  none: false
76
- requirements:
77
- - - ">="
78
- - !ruby/object:Gem::Version
79
- hash: 3
80
- segments:
81
- - 0
82
- version: "0"
59
+ requirements:
60
+ - - ! '>='
61
+ - !ruby/object:Gem::Version
62
+ version: '0'
83
63
  requirements: []
84
-
85
64
  rubyforge_project: nailgun
86
- rubygems_version: 1.3.7
65
+ rubygems_version: 1.8.18
87
66
  signing_key:
88
67
  specification_version: 3
89
68
  summary: XHTML to PDF using Flying Saucer java library
90
69
  test_files: []
91
-
70
+ has_rdoc:
@@ -1,57 +0,0 @@
1
- Nailgun
2
- =======
3
- [Nailgun][1] is server that preloads JVM so no need to load JVM on each request.
4
-
5
-
6
- nailgun is a ruby wrapper of nailgun server and it's command.
7
-
8
-
9
- Make sure before installing You have to set **classpath environment variable**
10
- which is point to jre/lib path.
11
-
12
-
13
- [1]:http://martiansoftware.com/nailgun
14
- Install
15
- =======
16
-
17
- <code>./script/plugin install git://github.com/amardaxini/nailgun.git</code>
18
-
19
- Configuration
20
- ==============
21
-
22
- These are the default settings which can be overwritten in your enviroment configuration file:
23
- <code>
24
-
25
-
26
- Nailgun::NailgunConfig.options =
27
- {
28
- :java_bin => "java",
29
- :server_address =>'localhost',
30
- :port_no=>'2113'
31
- }
32
-
33
-
34
- </code>
35
- Example
36
- =======
37
- To start nailgun server(if you want you can overwrite default configuration)
38
-
39
- <code> script/nailgun start</code>
40
-
41
- To stop nailgun server
42
-
43
- <code>script/nailgun stop</code>
44
-
45
- To add client side jar
46
-
47
- <code>Nailgun::NgCommand.ng_cp(absolute jar path)</code>
48
-
49
- To create alias of class
50
-
51
- <code>Nailgun::NgCommand.ng_alias(alias name,class name)</code>
52
-
53
- Make sure that class name is exist in client side jar path and its contain main
54
- To easy to use nailgun server best way is combine all jar to make one jar
55
-
56
- Copyright (c) 2010 [amardaxini][1], released under the MIT license
57
- [1]: http://railstech.com
data/README~ DELETED
@@ -1,36 +0,0 @@
1
- Nailgun
2
- =======
3
- Nailgun is server that preloads JVM so no need to load JVM on each request.
4
- More you can read http://martiansoftware.com/nailgun
5
- nailgun is a ruby wrapper of nailgun server and itc command
6
- Make sure before installing You have to set class path environment variable
7
- which is point to jre/lib path.
8
-
9
- Install
10
- =======
11
- > ./script/plugin install
12
- Configuration
13
- ===========
14
-
15
- These are the default settings which can be overwritten in your enviroment configuration file:
16
-
17
- Nailgun::NailgunConfig.options = {
18
- :java_bin => "java", # java binary
19
- :server_address =>'localhost',
20
- :port_no=>'2113'
21
- }
22
-
23
- Example
24
- =======
25
- To start nailgun server(if you want you can overwrite default configuration)
26
- script/nailgun start
27
- To start nailgun server
28
- script/nailgun stop
29
- To add client side jar
30
- Nailgun::NgCommand.ng_cp(absolute jar path)
31
- To create alias of class
32
- Nailgun::NgCommand.ng_alias(alias name,class name)
33
- Make sure that class name is exist in client side jar path and its contain main
34
- To easy to use nailgun server best way is combine all jar to make one jar
35
-
36
- Copyright (c) 2010 [amardaxini], released under the MIT license