wikiplex 1.3.0.215

Sign up to get free protection for your applications and to get access to all the features.
data/docs/Sample.zip ADDED
Binary file
data/docs/WikiPlex.chm ADDED
Binary file
data/lib/ColorCode.dll ADDED
Binary file
data/lib/ColorCode.pdb ADDED
Binary file
data/lib/License.txt ADDED
@@ -0,0 +1,50 @@
1
+ Microsoft Public License (Ms-PL)
2
+
3
+ This license governs use of the accompanying software. If you use the software,
4
+ you accept this license. If you do not accept the license, do not use the software.
5
+
6
+ 1. Definitions
7
+
8
+ The terms "reproduce," "reproduction," "derivative works," and "distribution"
9
+ have the same meaning here as under U.S. copyright law.
10
+
11
+ A "contribution" is the original software, or any additions or changes to the software.
12
+
13
+ A "contributor" is any person that distributes its contribution under this license.
14
+
15
+ "Licensed patents" are a contributor's patent claims that read directly on its contribution.
16
+
17
+ 2. Grant of Rights
18
+
19
+ (A) Copyright Grant- Subject to the terms of this license, including the license conditions
20
+ and limitations in section 3, each contributor grants you a non-exclusive, worldwide,
21
+ royalty-free copyright license to reproduce its contribution, prepare derivative works
22
+ of its contribution, and distribute its contribution or any derivative works that you create.
23
+
24
+ (B) Patent Grant- Subject to the terms of this license, including the license conditions
25
+ and limitations in section 3, each contributor grants you a non-exclusive, worldwide,
26
+ royalty-free license under its licensed patents to make, have made, use, sell, offer for sale,
27
+ import, and/or otherwise dispose of its contribution in the software or derivative works of
28
+ the contribution in the software.
29
+
30
+ 3. Conditions and Limitations
31
+
32
+ (A) No Trademark License- This license does not grant you rights to use any contributors'
33
+ name, logo, or trademarks.
34
+
35
+ (B) If you bring a patent claim against any contributor over patents that you claim are
36
+ infringed by the software, your patent license from such contributor to the software ends automatically.
37
+
38
+ (C) If you distribute any portion of the software, you must retain all copyright, patent,
39
+ trademark, and attribution notices that are present in the software.
40
+
41
+ (D) If you distribute any portion of the software in source code form, you may do so only under
42
+ this license by including a complete copy of this license with your distribution. If you distribute
43
+ any portion of the software in compiled or object code form, you may only do so under a license
44
+ that complies with this license.
45
+
46
+ (E) The software is licensed "as-is." You bear the risk of using it. The contributors give no
47
+ express warranties, guarantees or conditions. You may have additional consumer rights under
48
+ your local laws which this license cannot change. To the extent permitted under your local laws,
49
+ the contributors exclude the implied warranties of merchantability, fitness for a particular
50
+ purpose and non-infringement.
data/lib/WikiPlex.dll ADDED
Binary file
data/lib/WikiPlex.pdb ADDED
Binary file
metadata ADDED
@@ -0,0 +1,77 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: wikiplex
3
+ version: !ruby/object:Gem::Version
4
+ hash: 489
5
+ prerelease: false
6
+ segments:
7
+ - 1
8
+ - 3
9
+ - 0
10
+ - 215
11
+ version: 1.3.0.215
12
+ platform: ruby
13
+ authors:
14
+ - Matt Hawley
15
+ autorequire:
16
+ bindir: bin
17
+ cert_chain: []
18
+
19
+ date: 2010-08-11 00:00:00 -07:00
20
+ default_executable:
21
+ dependencies: []
22
+
23
+ description: "\t\tWikiPlex is a regular expression based wiki engine that allows developers \n\
24
+ \t\tto integrate a wiki experience into an existing .NET application seamlessly \n\
25
+ \t\tand with little effort. Built and used by the CodePlex team, WikiPlex has \n\
26
+ \t\tbeen thoroughly tested in real-world scenarios!\n"
27
+ email: N/A
28
+ executables: []
29
+
30
+ extensions: []
31
+
32
+ extra_rdoc_files: []
33
+
34
+ files:
35
+ - lib/ColorCode.dll
36
+ - lib/ColorCode.pdb
37
+ - lib/License.txt
38
+ - lib/WikiPlex.dll
39
+ - lib/WikiPlex.pdb
40
+ - docs/Sample.zip
41
+ - docs/WikiPlex.chm
42
+ has_rdoc: true
43
+ homepage: http://wikiplex.codeplex.com
44
+ licenses: []
45
+
46
+ post_install_message:
47
+ rdoc_options: []
48
+
49
+ require_paths:
50
+ - lib
51
+ required_ruby_version: !ruby/object:Gem::Requirement
52
+ none: false
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ hash: 3
57
+ segments:
58
+ - 0
59
+ version: "0"
60
+ required_rubygems_version: !ruby/object:Gem::Requirement
61
+ none: false
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ hash: 3
66
+ segments:
67
+ - 0
68
+ version: "0"
69
+ requirements: []
70
+
71
+ rubyforge_project: wikiplex
72
+ rubygems_version: 1.3.7
73
+ signing_key:
74
+ specification_version: 3
75
+ summary: The CodePlex wiki engine for use in .NET applications
76
+ test_files: []
77
+