mikepark-xfigrb 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/README.txt +8 -0
  2. data/lib/xfigrb.rb +3 -0
  3. metadata +54 -0
data/README.txt ADDED
@@ -0,0 +1,8 @@
1
+ Xfigrb
2
+
3
+ * http://github.com/mikepark/xfigrb
4
+
5
+ == DESCRIPTION:
6
+
7
+ Xfigrb is a xfig database manipulation library
8
+
data/lib/xfigrb.rb ADDED
@@ -0,0 +1,3 @@
1
+ # A library for manipulating xfig databases
2
+ class Xfigrb
3
+ end
metadata ADDED
@@ -0,0 +1,54 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mikepark-xfigrb
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Mike Park
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-05-10 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: A library for manipulating xfig databases.
17
+ email: MikePark.rb@GMail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - README.txt
24
+ files:
25
+ - lib/xfigrb.rb
26
+ has_rdoc: true
27
+ homepage: http://github.com/mikepark/xfigrb
28
+ post_install_message:
29
+ rdoc_options:
30
+ - --main
31
+ - README.txt
32
+ require_paths:
33
+ - lib
34
+ required_ruby_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: "0"
39
+ version:
40
+ required_rubygems_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: "0"
45
+ version:
46
+ requirements: []
47
+
48
+ rubyforge_project:
49
+ rubygems_version: 1.0.1
50
+ signing_key:
51
+ specification_version: 2
52
+ summary: A library for manipulating xfig databases
53
+ test_files: []
54
+