regularfry-celerity_parser 0.1.1-java → 0.1.2-java

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -2,12 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{celerity_parser}
5
- s.version = "0.1.1"
5
+ s.version = "0.1.2"
6
6
  s.platform = %q{java}
7
7
 
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
9
9
  s.authors = ["Alex Young"]
10
- s.date = %q{2009-06-22}
10
+ s.date = %q{2009-06-27}
11
11
  s.email = %q{alex@blackkettle.org}
12
12
  s.extra_rdoc_files = [
13
13
  "LICENSE",
@@ -19,6 +19,10 @@ module CelerityParser
19
19
  wrap_java_nodes(@java_node.get_by_xpath(xpath))
20
20
  end
21
21
 
22
+ def []=(attr, value)
23
+ @java_node.setAttribute(attr, value)
24
+ end
25
+
22
26
  # The innerText of the node.
23
27
  def text
24
28
  @java_node.as_text
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: regularfry-celerity_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: java
6
6
  authors:
7
7
  - Alex Young
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-22 00:00:00 -07:00
12
+ date: 2009-06-27 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency