fabulator-xml 0.0.2 → 0.0.3
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/History.txt +11 -3
- data/VERSION +1 -1
- data/init.rb +6 -0
- data/lib/fabulator-xml.rb +1 -0
- data/lib/fabulator/xml.rb +1 -0
- metadata +5 -4
data/History.txt
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
=== 0.0.
|
|
1
|
+
=== 0.0.3 2010-08-16
|
|
2
2
|
|
|
3
|
-
*
|
|
4
|
-
*
|
|
3
|
+
* 2 minor enhancements:
|
|
4
|
+
* Added require of the Fabulator library
|
|
5
|
+
* Added require of 'fabulator/xml' to 'fabulator-xml' to make config.gem
|
|
6
|
+
work in Rails apps
|
|
5
7
|
|
|
6
8
|
=== 0.0.2
|
|
7
9
|
|
|
@@ -9,3 +11,9 @@
|
|
|
9
11
|
* Noted dependence on fabulator gem
|
|
10
12
|
* Included fabulator-xml.rb so nothing complains about missing files
|
|
11
13
|
when being loaded.
|
|
14
|
+
|
|
15
|
+
=== 0.0.1 2010-03-01
|
|
16
|
+
|
|
17
|
+
* 1 major enhancement:
|
|
18
|
+
* Initial release
|
|
19
|
+
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.3
|
data/init.rb
ADDED
data/lib/fabulator-xml.rb
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
require 'fabulator/xml'
|
data/lib/fabulator/xml.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fabulator-xml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.0.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- James Smith
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-08-
|
|
18
|
+
date: 2010-08-17 00:00:00 +00:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -53,6 +53,7 @@ files:
|
|
|
53
53
|
- features/support/env.rb
|
|
54
54
|
- features/types.feature
|
|
55
55
|
- features/xpath.feature
|
|
56
|
+
- init.rb
|
|
56
57
|
- lib/fabulator-xml.rb
|
|
57
58
|
- lib/fabulator/xml.rb
|
|
58
59
|
- lib/fabulator/xml/actions.rb
|