civet 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/civet.rb +11 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 6b5c618f0261608d1035c8746224ac23aba41807
4
+ data.tar.gz: 5b70f29b97cf3f7b4db5d3a1ee046ee249b35f1d
5
+ SHA512:
6
+ metadata.gz: 6154505dfd58821cca4a2df8c0cbf3663a26c9e8a4ea5215dd935dea3a4ee6fd64ca4cde5600982460fc264dc832102f83b6d3a7743e01d5498b25ed206d7022
7
+ data.tar.gz: 069e81b07a7374d0673f307e1f0aad4956bfc681031feac045419430cdbdb174a5cfa7680f57d32833daaf89e505651a74470181048ce3af6bbf4cc49d38b268
data/lib/civet.rb ADDED
@@ -0,0 +1,11 @@
1
+ module Civet
2
+
3
+ class << self
4
+
5
+ def exec()
6
+ end
7
+
8
+ end
9
+
10
+ end
11
+
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: civet
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Francis Montesino
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-10-26 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple Java wrapper for JRuby
14
+ email: francis_montesino@hotmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/civet.rb
20
+ homepage: https://github.com/prankoyz/civet
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.1.9
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Let me chew up that Java bean for you
44
+ test_files: []