pipa-xmlnuts 0.2.4 → 0.2.5
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.
- data/README.rdoc +2 -0
- metadata +2 -3
data/README.rdoc
CHANGED
|
@@ -24,6 +24,8 @@ See also +XmlNuts::Nut+, +XmlNuts::Nut::ClassMethods+
|
|
|
24
24
|
=== Bugs & such
|
|
25
25
|
Please report via Github issue tracking.
|
|
26
26
|
|
|
27
|
+
Free hint: If you liek mudkipz^W^Wfeel like generous today you can tip me at http://tipjoy.com/u/pisuka
|
|
28
|
+
|
|
27
29
|
=== Example
|
|
28
30
|
class Cheezburger
|
|
29
31
|
include XmlNuts::Nut
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pipa-xmlnuts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Igor Gunko
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-04-
|
|
12
|
+
date: 2009-04-26 00:00:00 -07:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -47,7 +47,6 @@ homepage: http://github.com/pipa/xmlnuts
|
|
|
47
47
|
post_install_message:
|
|
48
48
|
rdoc_options:
|
|
49
49
|
- --line-numbers
|
|
50
|
-
- --inline-source
|
|
51
50
|
- --main
|
|
52
51
|
- README.rdoc
|
|
53
52
|
require_paths:
|